1
0
Fork 0

New Settings screen

* Settings screen is now based on the Android SharedPreferences

* Added function key configuration on the Settings screen

* Added a setting for toggling the on-screen buttons

* Added a dark/light theme setting

* Improved translations

* Fixed a problem with launching the Settings screen directly from the Android settings

* Fixed ignoring keys not actually ignoring them properly
This commit is contained in:
sspanak 2022-11-08 15:13:28 +02:00 committed by Dimo Karaivanov
parent 4e59d3393c
commit b550d5d5dd
84 changed files with 1463 additions and 1205 deletions

View file

@ -22,5 +22,5 @@
<input-method
xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="io.github.sspanak.tt9.ui.TraditionalT9Settings">
android:settingsActivity="io.github.sspanak.tt9.preferences.PreferencesActivity">
</input-method>