v8.0
·
834 commits
to master
since this release
"Smarter Typing" release
Re-enabled the Add Word functionality, so that custom words can be added to the dictionary and made many improvements to make the Predictive mode much "smarter" and convenient.
What's Changed
- Adding words to the dictionary is possible again (#73)
- Fixed some mistakes in the translations
- Each input mode is in its own class. This will allow adding new features much easier. (#75)
- Fixed mode 123 being incorrectly forced after typing in a numeric field, then going to a text field
- General code cleanup and optimization. Improved error handling here and there.
- Smarter word suggestions in Predictive mode (#76)
- OK button now performs the default action (e.g. submit a message, search, go to a web page, etc...), when the application defines one.
- Brand new graphical emoji
- Updated documentation
Full Changelog: v7.0-total-engine-refactoring...v8.0-add-word+smarter-predictive-mode