Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v47.0

Choose a tag to compare

@sspanak sspanak released this 10 Mar 08:35
· 366 commits to master since this release

Full Hardware Key Support + Language Updates

This release adds support for (almost) all hardware keys on keyboards, keypads, and remote controls, allowing complete freedom when configuring the hotkeys. It improves Vietnamese and also adds Slovenian, Irish, and Farsi. Finally, it fixes several bugs, most notably the unnecessary blank space on Samsung S25.

What's Changed

  • Languages
    • Vietnamese: removed the accented letters and added the accents as separate suggestions which should result in faster typing and a more Nokia-like experience (#746, #585). Thanks to @NTT-2k5 and @rice-lover for the suggestions.
    • Added Slovenian language (#653). Thanks to @mfin for providing a word list.
    • Added Irish (#751)
    • Adde Persian (#747). Thanks to @AmirShaeiri
    • Arabic letters on virtual keys are now always displayed isolated for better readability
    • Fixed ZWJ, ZWNJ being displayed incorrectly when trying to combine them with a letter
    • Combining characters are now displayed with an empty-circle base for better readability
    • Fixed combining diacritics not available as suggestions when filtering is on
  • New Features
    • Added full support for all keys on all input devices, such as keyboards, numeric keypads, remote controls, etc.
    • Added a compatibility option that makes it possible to type in apps like Deezer and Smouldering Durtles (#391, #714)
    • the Hotkeys screen is now fully translated to all languages (hopefully, I got everything correctly)
    • Added a more clear error message when the language for voice input is missing
  • Bugs
    • fixed a rare SecurityException when trying to display dictionary loading progress on the lock screen of some devices
    • When shutting down, the MainView is now destroyed last to prevent crashes
    • Fixed the last typed word coming back after sending an SMS
    • Fixed unnecessary blank space below the keyboard on Samsung S25 AKA more edge-to-edge problems (#755)
  • Technical
    • Slightly faster device hacks by detecting the device make and model only once
    • upgraded com.android.application 8.8.1 -> 8.8.2

Full Changelog: v46.0...v47.0