ElishaAz activity https://gitlab.com/ElishaAz 2023-11-02T13:50:10Z tag:gitlab.com,2023-11-02:2946473619 ElishaAz commented on merge request !13920 at F-Droid / Data 2023-11-02T13:50:10Z ElishaAz ElishaAz

I released version v4.1.0: https://github.com/ElishaAz/Sayboard/releases/tag/v4.1.0

Will it be added automatically, or is there anything I need to do?

tag:gitlab.com,2023-10-24:2924665138 ElishaAz commented on merge request !13904 at F-Droid / Data 2023-10-24T10:37:20Z ElishaAz ElishaAz

I created a new release with the per-ABI version tags.

I made sure to create the tag after changing it in the build settings

https://github.com/ElishaAz/Sayboard/releases/tag/v4.0.3

tag:gitlab.com,2023-10-23:2923053851 ElishaAz commented on merge request !13904 at F-Droid / Data 2023-10-23T17:13:15Z ElishaAz ElishaAz

I'll try that when I get the chance

tag:gitlab.com,2023-10-21:2920006509 ElishaAz commented on merge request !13904 at F-Droid / Data 2023-10-21T16:39:11Z ElishaAz ElishaAz

Hi, I'm https://github.com/ElishaAz , the author of Sayboard (proof: I added my gitlab profile under 'social accounts' on my github one)

tag:gitlab.com,2023-10-14:2904913889 ElishaAz commented on issue #453 at IzzyOnDroid / repo 2023-10-14T20:06:30Z ElishaAz ElishaAz

Better to add the arm64-v8a.

I added a note the the full description about downloading apks for other devices from the github page.

I removed the trailing dot from the short description as you suggested.

tag:gitlab.com,2023-10-14:2904879497 ElishaAz commented on issue #453 at IzzyOnDroid / repo 2023-10-14T18:54:24Z ElishaAz ElishaAz

Maybe per-ABI builds could solve that, so we could decide for one architecture (armeabi-v7a or arm64-v8a) then? I just did a quick check and my estimate is that each of the ARM builds could just about make it (ending up with around 29 MB: native libs for armeabi-v7a/arm64-v8ax86/x86_64 are 9 MB each, mips plus armeabi is about 400 kB both together, so we'd save 3x9 = 27 MB uncompressed or around 10 MB compressed).

I added per-ABI builds. They're around 12MB each.

Further question:

INTERNET - to download the models. This permission is not required, and can be revoked through the device settings.

I understand the first, but not the last part of that sentence: where in device settings can one disable INTERNET permission for an app? I know a few devices/ROMs offer that, but the majority does not 😉

I wasn't aware it's not available in most ROMs. I aded in compatible ROMs to that line.

Ideally you'd set up fastlane structures (see my Fastlane Cheat Sheet for reference and guidance), but if they are avalable by any means I can grab them, I could set that up here locally and provide you with a fastlane "starter package" (via PR) you could then build upon.

I added the fastlane structure

tag:gitlab.com,2023-10-13:2902688509 ElishaAz opened issue #453: App Request: Sayboard at IzzyOnDroid / repo 2023-10-13T08:49:01Z ElishaAz ElishaAz
  • The app complies with the inclusion criteria as listed in the README
  • The app is not already listed in the repo or issue tracker

https://github.com/ElishaAz/Sayboard

None

License used:

GPLv3

Category:

System (I think? it's a keyboard)

Summary:

An open-source on-device voice IME (keyboard) for Android using the Vosk library.

Description:

Sayboard provides a voice keyboard using Vosk. It is based on https://github.com/Felicis/vosk-android-demo.

This app requires a Vosk model to run. You can use the built-in downloader or download manually from https://alphacephei.com/vosk/models, and then import into the app.

Permissions

Sayboard uses for the following permissions:

  • INTERNET - to download the models. This permission is not required, and can be revoked through the device settings. Sayboard does not, and never will, send any of your information over the internet!
  • RECORD_AUDIO - well, this is a voice keyboard after all.
  • POST_NOTIFICATIONS - to show download and import progress.
  • FOREGROUND_SERVICE - to download and import models in the background.

Note: I'm the author of Sayboard (https://github.com/ElishaAz)

tag:gitlab.com,2023-05-22:2605257460 ElishaAz commented on issue #1744 at postmarketOS / pmaports 2023-05-22T15:27:18Z ElishaAz ElishaAz

For anyone trying to fix this issue, I just wanted to say that mobile data does not work for me on PostmarketOS, but it does work for me on Mobian