aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src/com/android/inputmethod/latin/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move current subtype management code to RichInputMethodManagerTadashi G. Takaoka2014-11-061-0/+1
| | | | Change-Id: I82d5a17a5ec96f26047d29e79f3f28850fc5b3bb
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-0/+1
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* [ML25] Add an hasDict method.Jean Chalard2014-10-161-2/+1
| | | | | | | | | 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
* [ML24] Add facilities to read the script of a subtypeJean Chalard2014-10-141-1/+3
| | | | | | | | ...or more exactly, the script of the keyboard layout set associated with a given subtype. Bug: 11230254 Change-Id: I82f5fc81ecffc561781816008c853be6ff9438dd
* Performance fix for multiple language subtypesJean Chalard2014-10-141-1/+1
| | | | | | | | The code would iterate all enabled subtypes each time getCurrentSubtype() is called, which is really quite frequent. Bug: 11230254 Change-Id: I91feb36de6eca84967e848fc585aae04b350be89
* [ML20.1] Move getRichInputMethodSubtype to additional featuresJean Chalard2014-10-091-0/+12
| | | | | Bug: 11230254 Change-Id: I9bc19db5f101eeb6841394fe3637f271c93cbfa7
* [ML10.1] Adjust call for additional featuresJean Chalard2014-09-251-1/+1
| | | | | Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
* [ML9.1] Add option for multi-lingual supportJean Chalard2014-09-221-3/+2
| | | | | Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-0/+43
This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991