diff options
author | 2012-06-21 07:00:45 +0900 | |
---|---|---|
committer | 2012-06-21 10:07:05 +0900 | |
commit | 83f4a9866ab68ac452a57fa0c91d9fdf7aff8dda (patch) | |
tree | 2882d5e0a4077e128b4a3c48d576f0fbbc77063d /java/res | |
parent | e8bb8351d6f09f461851af619cabe5fcd2f66c0a (diff) | |
download | latinime-83f4a9866ab68ac452a57fa0c91d9fdf7aff8dda.tar.gz latinime-83f4a9866ab68ac452a57fa0c91d9fdf7aff8dda.tar.xz latinime-83f4a9866ab68ac452a57fa0c91d9fdf7aff8dda.zip |
Cleanup, part 10 : remove from the code obsolete options (C10)
Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/config.xml | 4 | ||||
-rw-r--r-- | java/res/xml/prefs.xml | 12 |
2 files changed, 0 insertions, 16 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index adf51ceeb..589830d8e 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -22,14 +22,10 @@ <bool name="config_use_fullscreen_mode">false</bool> <bool name="config_enable_show_voice_key_option">true</bool> <bool name="config_enable_show_popup_on_keypress_option">true</bool> - <bool name="config_enable_next_word_suggestions_option">true</bool> <!-- TODO: Disable the following configuration for production. --> <bool name="config_enable_usability_study_mode_option">true</bool> <!-- Whether or not Popup on key press is enabled by default --> <bool name="config_default_popup_preview">true</bool> - <!-- Default value for next word suggestion: while showing suggestions for a word should we weigh - in the previous word? --> - <bool name="config_default_next_word_suggestions">true</bool> <!-- Default value for next word prediction: after entering a word and a space only, should we look at input history to suggest a hopefully helpful suggestions for the next word? --> <bool name="config_default_next_word_prediction">true</bool> diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 137981949..d8bf7847e 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -115,23 +115,11 @@ android:persistent="true" android:defaultValue="true" /> <CheckBoxPreference - android:key="next_word_suggestion" - android:title="@string/bigram_suggestion" - android:summary="@string/bigram_suggestion_summary" - android:persistent="true" - android:defaultValue="true" /> - <CheckBoxPreference android:key="next_word_prediction" android:title="@string/bigram_prediction" android:summary="@string/bigram_prediction_summary" android:persistent="true" android:defaultValue="true" /> - <CheckBoxPreference - android:key="enable_span_insert" - android:title="@string/enable_span_insert" - android:summary="@string/enable_span_insert_summary" - android:persistent="true" - android:defaultValue="true" /> <PreferenceScreen android:key="pref_vibration_duration_settings" android:title="@string/prefs_keypress_vibration_duration_settings"/> |