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.
35 stars 4 forks source link

Settings Refactor & Overhual #21

Closed tigerpaws01 closed 8 months ago

tigerpaws01 commented 9 months ago

What This Branch Achieved

Different settings page visuals, and a unified "Apply" button.

Details

settings.xml contains several <setting> tags, each representing a setting widget.

<item> tags are used inside type="dropdown" settings.

Code Structures

Minor Fixes

As mentioned by @j3soon in previous PRs,

Testing This Branch