-
Notifications
You must be signed in to change notification settings - Fork 80
Use AndroidX + map rewrites to buttons #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ related changes Work in progress. APK got much larger: 914175 K6nele-1.7.12.apk 1833849 K6nele-1.7.14.apk
Also, use app:srcCompat, which causes a regression of some icons not loading (see IME). Regressions still in this branch: - some vector icons not visible (in IME) - app list does not have action bar - DetailsActivity does not supress the actionbar - switch is missing in rewrites (causes crash): https://guides.codepath.com/android/fragment-navigation-drawer - add empty text view to every listview in XML - collapse some advanced settings by default - test on Watch - add tabbed clipboard
New: - add SeekBarPreference for the number returned recognition results Remaining regressions: - review all icons in LightMode - some vector icons not visible (in IME) - app list does not have action bar - DetailsActivity does not supress the actionbar - DONE: switch is missing in rewrites (causes crash): - add empty text view to every listview in XML - collapse some advanced settings by default - test on Watch - add tabbed clipboard
Owner
Author
|
- animate mic button swipes - some cleanup - long click on clipboard tab opens corresponding rewrite rule table
+ replace keyboard switcher with clipboard switcher (temporarily)
to be able to access recent entries from the clipboard. + Doc. Download Calc and Joystick as part of prefs update
- IME. Restore keyboard button (upper left corner) - SpeechView. Move mic button's help text into the same hierarchy with the button
In order to do that added the files from net-speech-api's recsession directory. The main reason behind this was to avoid the warnings related to the Apache HTTP library, which Kõnele is not using but net-speech-api was. TODO: rewrite recsession to use org.json.*
- app-specific Recents - slider to define the number of Recents - make IME autostart visible again - block r8 from stripping out developer settings - keep only "et" and "en" resources Size now under 2 MB: 1990678
- don't animate tabIndicator - improve rewrites list labels under filtering
+ delete empty Recents-table + some cleanup
+ some cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.