added a setting to disable word pair learning and done final speed optimizations
This commit is contained in:
parent
a77f14cacb
commit
7fc9a197e7
16 changed files with 40 additions and 6 deletions
|
|
@ -19,6 +19,12 @@
|
|||
android:summary="@string/pref_auto_capitals_after_newline_summary"
|
||||
android:title="@string/pref_auto_capitals_after_newline" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="pref_predict_word_pairs"
|
||||
android:summary="@string/pref_predict_word_pairs_summary"
|
||||
android:title="@string/pref_predict_word_pairs" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="backspace_recomposing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue