History log of /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7fb0ed58edd4cc2514f0b5dd5bd2083889ff325c 06-Nov-2014 Tadashi G. Takaoka <takaoka@google.com> Move current subtype management code to RichInputMethodManager

Change-Id: I82d5a17a5ec96f26047d29e79f3f28850fc5b3bb
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
d3a4c5132422b189c8dbb94dbbe84a9b9761b0a8 22-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix Javadoc and null analysis related warnings

This CL also adds @SuppressWarning("unused" to java-overridable package.

Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
f13487dfbf2b7547b48a5e9123235ee8a1d660c8 15-Oct-2014 Jean Chalard <jchalard@google.com> [ML25] Add an hasDict method.

We used to have separate methods for existence of dicts
according to whether it's a file or a resource. This unifies both.

Bug: 11230254
Bug: 17979623
Change-Id: I728773461f3465f756d06297c3f3bee34390c3e6
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
b256bb57918409d09892557f5902955927946297 10-Oct-2014 Jean Chalard <jchalard@google.com> [ML24] Add facilities to read the script of a subtype

...or more exactly, the script of the keyboard layout set associated
with a given subtype.

Bug: 11230254
Change-Id: I82f5fc81ecffc561781816008c853be6ff9438dd
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
d15f6e8c98f673dc38100e2fe3e359f46f7358a4 14-Oct-2014 Jean Chalard <jchalard@google.com> Performance fix for multiple language subtypes

The code would iterate all enabled subtypes each time
getCurrentSubtype() is called, which is really quite frequent.

Bug: 11230254
Change-Id: I91feb36de6eca84967e848fc585aae04b350be89
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
437fcbaa9f9e7de6ccdb6c9ac5f977c0aa6e6bc6 09-Oct-2014 Jean Chalard <jchalard@google.com> [ML20.1] Move getRichInputMethodSubtype to additional features

Bug: 11230254
Change-Id: I9bc19db5f101eeb6841394fe3637f271c93cbfa7
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
8da205211380d083a1b49f4cc4489ebe5be28249 24-Sep-2014 Jean Chalard <jchalard@google.com> [ML10.1] Adjust call for additional features

Bug: 11230254
Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
4b0dba4cd8c9a0215e457a7c6422a069b12af443 22-Sep-2014 Jean Chalard <jchalard@google.com> [ML9.1] Add option for multi-lingual support

Bug: 11230254
Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java
fb74ab15c1343084740d65ef8744cad33a678e82 15-Aug-2014 Ken Wakasa <kwakasa@google.com> Abolish source code overlay and inroduce overridable src dir

This should make IDEs happy with appropriate source code directory
selection.

bug: 16829244
Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/settings/AdditionalFeaturesSettingUtils.java