Skip to content

v22.0

Compare
Choose a tag to compare
@sspanak sspanak released this 12 Jun 09:14
· 512 commits to master since this release
09e5e1b

Popular Requests 2, New Languages, More secure dictionary loading

What's Changed

  • New Languages:
  • Bugs:
    • fix nullref on exiting dialer by long pressing of Back key on KYF33 by @mcfrei in #262
    • fix Predictive mode sometimes starting in UPPERCASE unexpectedly
    • fixed incorrect extra auto-space when the cursor is before or in the middle of a word
    • no auto-space when the next composing character is whitespace or a special one
    • auto-space is added after an emoji
    • fixed some cases in which 123 mode was not working on Kyocera and LG phones (hopefully). Big thanks to @mcfrei for investigating this.
    • fixed hotkey configuration issues
  • New Features:
    • added ',' to the 0-key double press shortcut list
    • Auto accept in ABC mode
    • Automatic text case improvements
    • Improved db operations feedback
      • prevented crashing when database indexes are missing, they are now permanent instead of being created on-the-fly when loading a dictionary
      • counting the dictionaries to be loaded is no longer responsibility of the Load Button, but of the DictionaryLoader
      • delete dictionary buttons are now being locked while deleting is in progress; also, a status message is displayed for better UX
    • Better support for hardware backspace. DEL and CLEAR keys now work automatically, without any extra configuration.
    • Arrow keys enhancements
      • added suggestion operation hotkey settings; DPAD arrow keys are now fully configurable
      • added on-screen keys for filtering and selecting suggestions
  • Technical:
    • upgrade Gradle 8.0.1 -> 8.0.2
    • mEditing is no more
    • cleaned up some legacy code from the dictionary loader by @alexknop in #278
    • code cleanup and code style fixes
    • updated translations and documentation

... and many thanks to everyone else who helped with suggestions and ideas.

Full Changelog: v21.0...v22.0