You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are committed to making our apps as powerful and polished as possible. As an entirely community-funded project, we rely on your support to keep going, please consider becoming a sponsor . A huge thank you to all our current supporters!
🚀 What's New
👆 Gesture & Swipe Engine
Pure-Java Fallback Engine (Experimental Alpha): Added an experimental, alpha-stage pure-Java fallback gesture typing engine (SwipeGestureEngine) so gesture typing works out of the box without requiring native libraries (ported from HeliBoard #2351).
Engine Selection Toggle: Added settings to toggle between native and fallback gesture typing, dynamically hiding unnecessary settings like native library loader.
Self-Learning: Enabled swipe gesture self-learning by indexing user history and personal dictionaries.
Index Building Optimizations: Sped up index building, pruned low-frequency entries, cached charToPos, and optimized memory allocations to avoid ANRs.
🛠️ Visual & Keyboard Settings
Space-Strip Punctuation Fix: Restored manual space handling! Spaces are no longer stripped before punctuation marks if they were entered manually (only auto-inserted spaces are stripped).
add toggle to disable long-press hint dots on toolbar keys by @mvanhorn in #224
Blocked Words Screen: Display total count of blocked words in the dictionary settings title.
Text Edit persistence: Added a toggle to persist text edit mode.
Setup Wizard Enhancements: Added language layout selection and gesture typing engine selection options to the welcome startup setup wizard. Full Changelog: v3.9.0...v3.9.1