1
0
Fork 0

added Demo Mode for enabling all preferences when TT9 is disabled

This commit is contained in:
sspanak 2024-06-17 18:32:47 +03:00 committed by Dimo Karaivanov
parent e0839bc923
commit 5e1d2b64db
12 changed files with 98 additions and 28 deletions

View file

@ -5,6 +5,6 @@
android:id="@+id/preferences_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:context=".preferences.screens.MainSettingsScreen"
tools:context=".preferences.screens.main.MainSettingsScreen"
android:orientation="vertical">
</LinearLayout>

View file

@ -46,7 +46,6 @@
</Preference>
<Preference
app:fragment="io.github.sspanak.tt9.preferences.DebugScreen"
app:key="version_info"
app:title="@string/app_name" />

View file

@ -9,6 +9,10 @@
app:key="pref_input_handling_mode"
app:title="Keypad Handling Mode" />
<SwitchPreferenceCompat
app:key="pref_demo_mode"
app:title="Demo Mode" />
<Preference
app:fragment="io.github.sspanak.tt9.preferences.UsageStatsScreen"
app:key="pref_slow_queries"