summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/RichInputMethodManager.java
Commit message (Expand)AuthorAgeFilesLines
* Experimental automatic language switching support.Yohei Yukawa2016-01-221-0/+41
* Remove ALS from LatinIME.Dan Zivkovic2015-03-111-3/+3
* Handle null InputMethodSubtype.Dan Zivkovic2015-03-061-3/+4
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-25/+6
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-18/+0
* Merge "Cleanup InputMethodInfoCache"Tadashi G. Takaoka2014-12-171-22/+32
|\
| * Cleanup InputMethodInfoCacheTadashi G. Takaoka2014-12-121-22/+32
* | Remove SubtypeSwitcherTadashi G. Takaoka2014-12-121-0/+10
|/
* Disable multiple language inputJean Chalard2014-12-111-3/+1
* Add NetworkConnectivityUtils classTadashi G. Takaoka2014-12-111-19/+2
* Remove RichInputMethodManager.updateShortcutIME call from SubtypeSwitcherTadashi G. Takaoka2014-12-011-29/+25
* Remove unneeded Context argumentTadashi G. Takaoka2014-11-211-5/+4
* Move current subtype management code to RichInputMethodManagerTadashi G. Takaoka2014-11-061-0/+39
* Move shorcut IME related code from SubtypeSwitcher to RichInputMethodManagerTadashi G. Takaoka2014-11-061-2/+109
* Move some methods out from SubtypeSwitcherTadashi G. Takaoka2014-11-061-0/+30
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-1/+4
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+0
* [ML25] Add an hasDict method.Jean Chalard2014-10-161-3/+3
* [ML24] Add facilities to read the script of a subtypeJean Chalard2014-10-141-1/+5
* Performance fix for multiple language subtypesJean Chalard2014-10-141-7/+7
* [ML20.1] Move getRichInputMethodSubtype to additional featuresJean Chalard2014-10-091-2/+2
* Merge "Revert "Revert "[ML1] Introduce RichInputMethodSubtype"""Jean Chalard2014-08-251-3/+7
|\
| * Revert "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-251-3/+7
* | Merge "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-221-7/+3
|\|
| * Revert "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-7/+3
* | Merge "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-3/+7
|\|
| * [ML1] Introduce RichInputMethodSubtypeJean Chalard2014-08-221-3/+7
* | Pass a new argument to StatsUtils.Mohammadinamul Sheik2014-08-221-1/+2
|/
* Restore additional subtypes when the package is updatedYohei Yukawa2014-07-041-6/+10
* Merge "Revert "Check OS codename for shouldOfferSwitchingToNextInputMethod""Yohei Yukawa2014-06-101-13/+4
|\
| * Revert "Check OS codename for shouldOfferSwitchingToNextInputMethod"Yohei Yukawa2014-06-131-13/+4
* | Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+2
|/
* Check OS codename for shouldOfferSwitchingToNextInputMethodYohei Yukawa2014-04-301-4/+13
* Use shouldOfferSwitchingToNextInputMethod when availableYohei Yukawa2014-04-281-0/+12
* Fix InputMethodInfo cache in RichInputMethodManagerTadashi G. Takaoka2014-03-031-25/+48
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-4/+6
* Fix NPE in SubtypeLocale.getSubtypeDisplayNameTadashi G. Takaoka2013-07-231-1/+1
* Move settings related classes to "settings"Ken Wakasa2013-07-221-0/+1
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+1
* Cache subtype lists reasonably.Jean Chalard2013-06-121-9/+33
* Don't use RichInputMethodManager in setup wizardTadashi G. Takaoka2013-06-071-7/+0
* Fix a crash on a secondary userSatoshi Kataoka2013-05-211-0/+7
* Fix usages of getEnabledInputMethodSubtypeListSatoshi Kataoka2013-05-091-6/+11
* Implement IMM.switchToNextInputMethod() for ICSTadashi G. Takaoka2013-04-221-12/+115
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-1/+1
* Simplify singleton class initializationTadashi G. Takaoka2013-01-071-1/+3
* Set additional subtypes before getting current subtypeTadashi G. Takaoka2012-11-281-4/+20
* Add Spanish United States keyboardTadashi G. Takaoka2012-11-191-10/+24
* Fix language switch key behaviorTadashi G. Takaoka2012-11-141-0/+5