debug mode extension

make it available on all build variants
show multilingual typing confidences on space bar
This commit is contained in:
Helium314 2023-11-22 21:51:48 +01:00
parent 9ef79821f4
commit e1a89c811c
23 changed files with 150 additions and 110 deletions

View file

@ -6,10 +6,13 @@
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:latin="http://schemas.android.com/apk/res-auto"
android:title="@string/prefs_debug_mode"
android:title="@string/debug_settings_title"
android:key="english_ime_debug_settings"
>
<SwitchPreferenceCompat
android:key="pref_show_debug_settings"
android:title="@string/prefs_show_debug_settings"
android:persistent="true" />
<SwitchPreferenceCompat
android:key="debug_mode"
android:title="@string/prefs_debug_mode"