summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* IME: Enable perflock feature for soft inputDilip Gudlur2015-10-061-0/+118
* Reduce log spam for the ease of debugging Bug 22857361.Yohei Yukawa2015-08-041-1/+1
* Don't rely on broadcast intent for waking up input method.Yohei Yukawa2015-07-231-27/+42
* Merge "Set DISABLED_UNTIL_USED for the correct user in IMMS." into mnc-devYohei Yukawa2015-06-221-5/+6
|\
| * Set DISABLED_UNTIL_USED for the correct user in IMMS.Yohei Yukawa2015-06-201-5/+6
* | Merge "Only grant runtime permissions to special components." into mnc-devSvet Ganov2015-06-191-0/+34
|\ \ | |/ |/|
| * Only grant runtime permissions to special components.Svet Ganov2015-06-191-0/+34
* | Allow apps to hide the soft keyboard even in a transient state.Seigo Nonaka2015-06-181-1/+16
|/
* remove usage of deprecated method setLatestEventInfoChris Wren2015-06-121-19/+15
* Do not accept an empty string in EditorInfo#packageName anymore.Yohei Yukawa2015-06-081-10/+6
* Make IMMS#mSettingsObserver multiuser-aware.Yohei Yukawa2015-06-041-5/+36
* Include InputMethodSubtypeSwitchingController in state dump.Yohei Yukawa2015-06-041-0/+2
* Show more logs when switching users and IMMS#DEBUG==true.Yohei Yukawa2015-06-031-3/+10
* Hide the software input based on its state.Seigo Nonaka2015-06-021-87/+97
* Invalidate IMMS#mCurrentSubtype when upgrading the current IME.Yohei Yukawa2015-05-191-0/+4
* Revert "Fix IMMS#mInputShown state inconsistency."Yohei Yukawa2015-05-151-1/+0
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* Show IME switcher also when hardware keyboard is connected.Yohei Yukawa2015-05-121-44/+49
* Fix IMMS#mInputShown state inconsistency.Seigo Nonaka2015-05-071-0/+1
* Retry "Always show auxiliary subtypes from NavBar keyboard icon."Seigo Nonaka2015-05-061-6/+26
* Merge "Revert "Always show auxiliary subtypes from NavBar keyboard icon."" in...Bart Sears2015-05-071-26/+6
|\
| * Revert "Always show auxiliary subtypes from NavBar keyboard icon."Bart Sears2015-05-071-26/+6
* | Merge "Do nothing if hideSoftInput is called from not focused client." into m...Seigo Nonaka2015-05-061-2/+0
|\ \ | |/ |/|
| * Do nothing if hideSoftInput is called from not focused client.Seigo Nonaka2015-05-061-2/+0
* | Always show auxiliary subtypes from NavBar keyboard icon.Seigo Nonaka2015-05-061-6/+26
|/
* Remove dead code from IMMS.Seigo Nonaka2015-05-051-20/+7
* Update use of procstate for services.Dianne Hackborn2015-04-291-1/+2
* Merge "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-0/+5
|\
| * Add foreground profile changed to user switch observer.Kenny Guy2015-04-131-0/+5
* | Merge "Revert "Add foreground profile changed to user switch observer.""Kenny Guy2015-04-131-5/+0
|\ \ | |/
| * Revert "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-5/+0
* | Merge "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-0/+5
|\ \ | |/
| * Add foreground profile changed to user switch observer.Kenny Guy2015-04-101-0/+5
* | Verify that EditorInfo.packageName and uid are consistentYohei Yukaw2015-04-061-12/+18
|/
* Back up and restore the set of enabled IMEsChristopher Tate2015-03-231-0/+98
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-1/+1
* Remove deprecated hidden public methods from InputMethodUtils.Yohei Yukawa2015-03-171-3/+5
* Update IME selection dialog layout for MaterialAlan Viverette2014-11-241-14/+23
* Fix not to show a log with empty default imeHyejin Kim2014-10-301-1/+5
* Work on issue #17506095: Plumb a new configuration to IMMSYohei Yukawa2014-09-211-0/+17
* Use public APIs to instantiate InputMethodSubtypeYohei Yukawa2014-09-101-3/+9
* Fix illegal cast in a logging codeYohei Yukawa2014-08-311-5/+5
* Added notification color to all system notificationsSelim Cinek2014-08-201-0/+2
* Persist Show IME option.Michael Wright2014-08-171-19/+43
* Change 'disable hardware keyboard' to 'show input method'Michael Wright2014-08-171-5/+6
* Fix unnecessarily non-static inner class to static innerTadashi G. Takaoka2014-08-051-1/+1
* Fix input method picker using Material design languageTadashi G. Takaoka2014-08-041-61/+61
* Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa2014-07-111-30/+0
* Introduce a sequence number to avoid redundant IPCsYohei Yukawa2014-06-091-8/+53
* Trivial method renaming for notifyTextCommittedYohei Yukawa2014-06-051-3/+3