-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Android] Picker + resource updates rework #1842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of changes but generally looks good to me
[Android] Fixes Android longpress, adds robustness.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes LGTM. Still testing functionality but go ahead and merge down when ready.
shouldCheckUpdate = true; | ||
} | ||
|
||
// TODO: Extremely temporary code for testing - remove before merging! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh! Here's something to do...
[Android] Lexical model swapping + management
This PR builds upon #1836, allowing the new Settings menus to handle keyboard updates and removing old keyboard management code from the Picker.
Checklist: