Android 15 enhancements + Baltic languages
This version adds two new languages: Estonian and Latvian. It also enables background blending on Android 15 for improved edge-to-edge experience and fixes many small bugs.
UPDATE (2025-03-01): Re-uploaded a new APK where the language list is sorted alphabetically. This ensures the F-droid and the GitHub versions are identical.
What's Changed
- Languages
- Added Latvian (#682). Thanks to @Gn3s for suggesting a word list.
- Added Estonian (#688). Thanks to @mangotree123 for suggesting a word list.
- English: added "AMOLED"
- Italian: added some new personal and location names
- Bulgarian: added new slang words and removed the nonsense "ухна" in all its forms.
- Korean: fixed typing currency characters not possible
- Added the possibility of having a per-language currency and included more local currencies
- Features
- Enabled background blending on Android 15 for improved edge-to-edge support (#738).
- Increased the maximum key height range from 133% to 150%
- Bugs
- Fixed the system navigation bar sometimes covering the keyboard on Android 15, especially when turning the phone or watching videos (#738). Big thanks to @barszczmm for debugging the problem and finding a way of reproducing it.
- Fixed the system spellchecker not being detected on the CAT S22 Flip
- Fixed more problems with email field detection (#735)
- Added the missing new icon for F-droid
- Fixed crashing due to SuggestionOps is NULL sometimes
- Fixed a potential case of repeating text in apps that do not support composing
- Technical
- Got rid of the deprecated
PreferencesActivity.onBackPressed()
- Upgraded com.android.application 8.8.0 -> 8.8.1
- Added support for keys without letters
- Added support for custom numerals in the language definitions
- The search for language files is now 4 times faster, resulting in faster initial startup (or faster opening the Settings screen)
- A simpler way of detecting the Android version
- Documentation updates
- Got rid of the deprecated
Full Changelog: v45.0...v46.0