Releases: ElishaAz/Sayboard
Releases · ElishaAz/Sayboard
Version 4.2.1
Sayboard RecognitionService
- Added a RecognitionService implementation (#54). Do to a bug in Android, this requires the QUERY_ALL_PACKAGES permission to work properly (see Kaljurand/K6nele-service#9).
- Added Ukrainian model (@BogdanLata)
Updated Translations
- skip Sayboard in next keyboard iteration (#52)
- Italian translations for the settings (@LuccoJ)
- Brazilian Portuguese translations for the settings (@andreltrigo)
Sayboard is now on Weblate: https://hosted.weblate.org/projects/sayboard/
Top row keys
- fixed the backspace key (#45)
- German translations for the settings (@Schrebergarten03-links)
- French translations for the settings (@przmkg)
- Fixed a bug with adding a newline to the right / left keys
- Top row keys
- Settings button (#21)
- Fixed the enter key which was broken in some apps (#50)
- Auto capitalize (#47)
- Change the enter key's icon based on its action
Punctuation Buttons, Change Moder Order
- Fixed a bug when switching languages with "listen immediately" enabled
- Monochrome (themed) icon for Android 13 (#39)
- Dark theme for the setting activity (#40)
- Fixed a few bugs with when to insert a space (#28)
- The keyboard UI is now in Jetpack Compose
- Customizable punctuation keys (#4, #24)
- Drag & Drop to change the order of the languages (#20)
- Handle opening keyboard without the microphone permission or any models installed better
Bug fixes, per ABI version codes
v4.0.3 TargetSdk back to 33. Added per ABI version codes
v4.0.2
Import Model from zip
- Added an option to import a Vosk model from a zip file.
You can download the models from https://alphacephei.com/vosk/models . Make sure to pick asmall
model. - Removed the WeakRef option as it didn't free the model properly
- Fixed some bugs with the download progress indicator
Jetpack Compose
Switched to the Jetpack Compose UI system
Additional changes that I made a while ago, but haven't created a release since:
Theming support
- Added Theme support (currently only two colors)
- Fixed wrong German model
- Added an option to set keyboard height
- Added an option to keep the screen on when the keyboard is open or listening
Edit: Updated APK version tag. Thanks @S7venLights