summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Check system locale when picking up an initial SpellChecker.Yohei Yukawa2015-06-261-0/+127
* Set DISABLED_UNTIL_USED for the correct user in IMMS.Yohei Yukawa2015-06-201-10/+29
* Include InputMethodSubtypeSwitchingController in state dump.Yohei Yukawa2015-06-041-0/+33
* Convert subtypes whose locale is "tl" to "fil".Yohei Yukawa2015-06-021-1/+9
* Retry "Always show auxiliary subtypes from NavBar keyboard icon."Seigo Nonaka2015-05-061-4/+10
* Revert "Always show auxiliary subtypes from NavBar keyboard icon."Bart Sears2015-05-071-10/+4
* Always show auxiliary subtypes from NavBar keyboard icon.Seigo Nonaka2015-05-061-4/+10
* Back up and restore the set of enabled IMEsChristopher Tate2015-03-231-26/+46
* Remove deprecated hidden public methods from InputMethodUtils.Yohei Yukawa2015-03-171-64/+7
* Expose isSystemImeThatHasSubtypeOf to SettingsYohei Yukawa2015-03-131-1/+1
* Normalize deprecated 2-letter language code when necessary.Yohei Yukawa2015-02-211-4/+23
* Add tests for Ibb9eb9f65323795d139 and I6571d464a46453934f0Yohei Yukawa2015-02-201-1/+4
* Minimize the number of default enabled IMEs part 4Yohei Yukawa2014-11-061-96/+214
* Work on issue #17506095: Plumb a new configuration to IMMSYohei Yukawa2014-09-211-0/+20
* Minimize the number of default enabled IMEs part 3Yohei Yukawa2014-09-151-11/+134
* Minimize the number of default enabled IMEs part 2Yohei Yukawa2014-09-141-8/+23
* Minimize the number of default enabled IMEs part 1Yohei Yukawa2014-09-131-26/+21
* Persist Show IME option.Michael Wright2014-08-171-0/+10
* Stop assuming language part in locale string is up to 2-letterYohei Yukawa2014-07-261-4/+24
* Make InputMethodUtils.getLanguageFromLocaleString publicTadashi G. Takaoka2014-07-121-1/+1
* Allow 3 letter language codes in InputMethodUtils.Narayan Kamath2014-07-111-4/+25
* Trivial method renaming for notifyTextCommittedYohei Yukawa2014-06-051-1/+1
* Reenable DynamicRotationList for language-switching-aware IMEsYohei Yukawa2014-06-021-17/+74
* Switch back to StaticRotationList from DynamicRotationListYohei Yukawa2014-05-271-5/+7
* Implement dynamic IME rotation based on user actionYohei Yukawa2014-05-271-4/+92
* Consolidate the language-switching logicYohei Yukawa2014-05-231-38/+102
* Merge "Remove unnecessary internal lock"Yohei Yukawa2014-05-221-17/+20
|\
| * Remove unnecessary internal lockYohei Yukawa2014-05-221-17/+20
* | Overrides ImeSubtypeListItem#toStringYohei Yukawa2014-05-221-0/+11
|/
* Style fix and dead code removalYohei Yukawa2014-05-211-40/+4
* Take supportsSwitchingToNextInputMethod into considertaionYohei Yukawa2014-05-011-9/+23
* Add unit tests for InputMethodSubtypeSwitchingControllerYohei Yukawa2014-05-011-37/+38
* Fix issue with not allowing activities for current user.Kenny Guy2014-04-021-0/+1
* Rename related users to profiles.Kenny Guy2014-04-021-7/+6
* Allow related users to show activities on primary userAmith Yamasani2014-03-071-0/+17
* Ignore IME subtype switching support flag until it's readySatoshi Kataoka2013-10-301-3/+8
* Refactor InputMethodAndSubtypeCircularListSatoshi Kataoka2013-10-282-1/+241
* Merge "Notify commitText event to InputMethodManagerService"Satoshi Kataoka2013-10-231-0/+65
|\
| * Notify commitText event to InputMethodManagerServiceSatoshi Kataoka2013-10-231-0/+65
* | Move the IME navigation guard view up to decor.John Spurlock2013-10-181-61/+0
|/
* Ensure fitSystemWindows is called on the IME at least once.John Spurlock2013-10-111-0/+6
* IME navigation guard implemented as a View.John Spurlock2013-10-101-19/+13
* Allow IMEs to extend below nav bar, remove SystemUI veto.John Spurlock2013-10-091-0/+61
* Open an internal utility of InputMethodUtilsSatoshi Kataoka2013-08-051-1/+1
* Add a debug utility for InputMethodUtilsSatoshi Kataoka2013-08-011-0/+22
* Small refactor on InputMethodUtilsSatoshi Kataoka2013-07-311-0/+17
* Change visibility of the hidden input method utilitySatoshi Kataoka2013-07-291-1/+1
* Consolidate InputMethodUtilsSatoshi Kataoka2013-07-091-0/+11
* Change the initial disabled state of disabled IMEsSatoshi Kataoka2013-05-021-2/+76
* Do not turn on imes unexpectedly with unit testsSatoshi Kataoka2013-01-281-13/+56