aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-03-03 04:00:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-03 04:00:24 +0000
commite76c273502612c978761e32fe68402cab3db8ca6 (patch)
tree0cda63e931176c3e2ef671804efd3d7e6f003bf0 /java/res
parent858045b41c589e178bef8b8269bb423f231f77e6 (diff)
parent1aac28a2b9e1013970e737639872ffb9cd7b26b0 (diff)
downloadlatinime-e76c273502612c978761e32fe68402cab3db8ca6.tar.gz
latinime-e76c273502612c978761e32fe68402cab3db8ca6.tar.xz
latinime-e76c273502612c978761e32fe68402cab3db8ca6.zip
Merge changes I20ce61c4,I2edab4e3
* changes: Remove "Use only personalization dictionary". Remove redundant creation of dictionary facilitator.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml2
-rw-r--r--java/res/xml/prefs_for_debug.xml5
2 files changed, 0 insertions, 7 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index ddff7697c..5efa73362 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -491,8 +491,6 @@ mobile devices. [CHAR LIMIT=25] -->
<string name="prefs_key_popup_dismiss_end_scale_settings" translatable="false">Key popup dismiss end scale</string>
<!-- Title of the settings for reading an external dictionary file -->
<string name="prefs_read_external_dictionary">Read external dictionary file</string>
- <!-- Title of the settings for using only personalization dictionary -->
- <string name="prefs_use_only_personalization_dictionary" translatable="false">Use only personalization dictionary</string>
<!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] -->
<string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string>
<!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] -->
diff --git a/java/res/xml/prefs_for_debug.xml b/java/res/xml/prefs_for_debug.xml
index 81a5d98b9..7b2b8eab4 100644
--- a/java/res/xml/prefs_for_debug.xml
+++ b/java/res/xml/prefs_for_debug.xml
@@ -65,11 +65,6 @@
android:key="pref_key_preview_dismiss_duration"
android:title="@string/prefs_key_popup_dismiss_duration_settings"
latin:maxValue="100" /> <!-- milliseconds -->
- <CheckBoxPreference
- android:defaultValue="false"
- android:key="use_only_personalization_dictionary_for_debug"
- android:persistent="true"
- android:title="@string/prefs_use_only_personalization_dictionary" />
<PreferenceScreen
android:key="read_external_dictionary"
android:title="@string/prefs_read_external_dictionary" />