Skip to content

Releases: ElishaAz/Sayboard

Sayboard RecognitionService

20 Mar 13:43
Compare
Choose a tag to compare
  • 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

03 Feb 19:49
Compare
Choose a tag to compare
  • 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

08 Nov 21:22
Compare
Choose a tag to compare
  • 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

02 Nov 13:48
Compare
Choose a tag to compare
  • 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

24 Oct 10:35
Compare
Choose a tag to compare
v4.0.3

TargetSdk back to 33. Added per ABI version codes

v4.0.2

14 Oct 18:48
Compare
Choose a tag to compare

What's Changed

  • Fix Chinese & Japanese space issue by @moonbeamcelery in #33
  • Architecture specific APK's for smaller size

Import Model from zip

12 Oct 19:37
Compare
Choose a tag to compare
  • 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 a small model.
  • Removed the WeakRef option as it didn't free the model properly
  • Fixed some bugs with the download progress indicator

Jetpack Compose

28 Sep 20:25
Compare
Choose a tag to compare

Switched to the Jetpack Compose UI system

Additional changes that I made a while ago, but haven't created a release since:

  • Added an option to keep the screen awake when listening / open #7
  • Optionally use Material You colors for theme #8
  • Added an option to listen immediately when the model is loaded #12

Theming support

30 Oct 20:14
Compare
Choose a tag to compare
  • 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

Multiple language support + new UI

20 Oct 23:37
Compare
Choose a tag to compare