j3soon / whisper-to-input

An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
27 stars 1 forks source link

Prepare for initial (v0.1) release #23

Closed j3soon closed 5 months ago

j3soon commented 5 months ago

Fixes #22

When opening the settings page for the first time after a fresh install, the app only requests recording permission, and will request for notification permission later. I think the correct behavior is to request these two permissions back-to-back, maybe I did something wrong in 960fe1d47b10aa24dc2a31c72d466e4c76e5700a?

I'll go ahead and merge this PR, but I would appreciate if @tigerpaws01 could take a look on this issue if you have time. Thanks!