summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue on showInputMethodPickerFromClientSatoshi Kataoka2012-10-091-1/+3
* Fix the issue on the input method switch pickerSatoshi Kataoka2012-10-051-2/+2
* Close the current input method when attached view doesn't have a handlerSatoshi Kataoka2012-10-031-1/+1
* Always accept API calls from processes which have INTERACT_ACROSS_USERS_FULL ...Satoshi Kataoka2012-10-011-11/+29
* Fix ime swtich issueSatoshi Kataoka2012-09-281-0/+3
* Treat additional inputmethod subtypes per userSatoshi Kataoka2012-09-271-11/+17
* Enable multi-user function for IMFSatoshi Kataoka2012-09-261-135/+402
* Add subtypeId for keeping enabled "InputMethodSubtype"s even if subtype param...Satoshi Kataoka2012-09-041-11/+15
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-061-10/+20
* Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
* Workaround: Never reset the default IME if the system is not readysatok2012-06-211-1/+10
* Show even fewer notifications in Setup.Daniel Sandler2012-06-141-0/+4
* Fix issue #5680541: onStartInputView called upon focus lossDianne Hackborn2012-05-221-21/+18
* Fix issue #6499411: Characters not displayed (but suggestion bar is working)Dianne Hackborn2012-05-221-1/+2
* Fix the issue on the inconsistent condition of InputMethodSubtypesatok2012-05-211-21/+30
* Consolidate the initialization of InputMethodManagerService not to use resour...satok2012-05-181-16/+43
* Fix the issue that the insets linger after closing the voice inputsatok2012-05-101-0/+4
* Fix sort order of the input method switcher in IMMSsatok2012-05-091-4/+56
* Do not return stale subtypessatok2012-05-081-29/+45
* Reset the default system ime to the proper one when the system locale is changedsatok2012-05-031-23/+101
* Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-1/+1
* Show physical keyboard control button on the input method switch dialogsatok2012-04-111-3/+69
* Hide ongoing notification icon when the screen is locked.satok2012-04-021-3/+7
* am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes a...Dianne Hackborn2012-02-241-33/+78
|\
| * Fix issue #6048808: sometimes auto-correct is inactiveDianne Hackborn2012-02-241-33/+78
* | Add an api to switch to the next IME and subtypesatok2012-02-101-56/+130
* | Enable subtypes when the implicitly enabled subtype is not ascii capable keyb...satok2012-01-111-6/+25
|/
* Hide/show ime switch icon properlysatok2011-11-181-10/+17
* Various performance and other work.Dianne Hackborn2011-10-311-2/+27
* Hide ime switcher when the screen is turned off.satok2011-10-281-9/+11
* Fix a warning from the binder, step 3.Jean Chalard2011-10-201-6/+8
* Fix the behavior for choosing new default IME not to choose an auxiliary IME ...satok2011-10-101-5/+12
* Prioritize the order of subtypes in method.xml for implicitly enabled subtypessatok2011-10-031-5/+7
* Fix a logic to recconect IME in InputMethodManagerServicesatok2011-09-301-1/+2
* Fix the visiblity of the ime switcher icon.satok2011-09-121-1/+3
* Do not show the label for auto subtypessatok2011-09-061-2/+4
* Two line item for the IME switcher dialog.Ken Wakasa2011-09-061-35/+80
* Merge "Add an option for the implicitly selected subtype"satok2011-09-021-8/+41
|\
| * Add an option for the implicitly selected subtypesatok2011-09-021-8/+41
* | Make setAdditionalInputMethodSubtypes asyncsatok2011-09-021-5/+5
|/
* Fix crash in setAdditionalInputMethodSubtypessatok2011-08-311-2/+7
* Fix set additional subtypes.satok2011-08-311-7/+1
* Do not show auxiliary subtypes on the lock screensatok2011-08-261-4/+4
* Dismiss the ime switch notification properlysatok2011-08-251-4/+5
* Add progress dialog for booting after an upgrade.Dianne Hackborn2011-08-221-37/+48
* Display the current ime and subtype name in the ongoing notificationsatok2011-07-231-3/+11
* Delay load the settings for the ongoing ime swithersatok2011-07-221-3/+5
* Adding accessibility support to the Status Bar.Svetoslav Ganov2011-07-211-1/+11
* Merge "Hide "Configure input method" button when the screen is locked."satok2011-07-181-1/+6
|\