1
0
Fork 0

added Compatibility sections in each screen and moved each option where it belongs, instead of keeping them all on the Initial Setup screen

This commit is contained in:
sspanak 2024-04-25 18:41:59 +03:00 committed by Dimo Karaivanov
parent 72a26c920d
commit 2760a30af2
13 changed files with 97 additions and 106 deletions

View file

@ -21,6 +21,11 @@
<PreferenceCategory app:title="@string/pref_category_hacks">
<SwitchPreferenceCompat
app:key="pref_alternative_suggestion_scrolling"
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
<SwitchPreferenceCompat
app:key="pref_candidates_view"
app:title="@string/pref_hack_candidate_view" />

View file

@ -15,9 +15,7 @@
app:summary="@string/pref_upside_down_keys_summary"
app:title="@string/pref_upside_down_keys" />
<PreferenceCategory
android:title="@string/pref_category_predictive_mode"
app:singleLineTitle="true">
<PreferenceCategory android:title="@string/pref_category_predictive_mode">
<SwitchPreferenceCompat
app:defaultValue="true"
@ -47,14 +45,17 @@
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_category_abc_mode"
app:singleLineTitle="true">
<PreferenceCategory android:title="@string/pref_category_abc_mode">
<DropDownPreference
app:defaultValue="800"
app:key="pref_abc_auto_accept_time"
app:title="@string/pref_abc_auto_accept" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_hacks">
<DropDownPreference
app:key="pref_key_pad_debounce_time"
app:title="@string/pref_hack_key_pad_debounce_time" />
</PreferenceCategory>
</PreferenceScreen>

View file

@ -9,14 +9,7 @@
app:key="global_default_keyboard"
app:title="@string/setup_default_keyboard" />
<PreferenceCategory
app:title="@string/pref_category_hacks"
app:singleLineTitle="true">
<SwitchPreferenceCompat
app:key="pref_alternative_suggestion_scrolling"
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
<PreferenceCategory app:title="@string/pref_category_hacks">
<SwitchPreferenceCompat
app:defaultValue="false"
@ -29,9 +22,5 @@
app:key="pref_hack_fb_messenger"
app:title="@string/pref_hack_fb_messenger"/>
<DropDownPreference
app:key="pref_key_pad_debounce_time"
app:title="@string/pref_hack_key_pad_debounce_time" />
</PreferenceCategory>
</PreferenceScreen>