-
Notifications
You must be signed in to change notification settings - Fork 253
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
Feature multi locale #586
base: master
Are you sure you want to change the base?
Feature multi locale #586
Conversation
revert switch between main and secondary locale tune suggestion weights for each locale based on mConfidence more preparations for making secondary dictionary selectable isValidSpellingWord now uses both dictionaries (called only by spell checker)
Add multilingual typing
Fix crash when getting available dictionaries
Update feature-multi-locale
When restarting my phone, I get the following crash:
The crash does not happen on my test phone, or if I have secondary locale set to none (secondary dictionary is loaded in DictionaryFacilitatorImpl.java:426). I don't really understand what is going on, as |
Sounds like there's some new code that isn't compatible with Direct Boot. See this PR: #346 |
No description provided.