summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where voice input is not enabled by default for the secondary userSatoshi Kataoka2013-02-181-5/+12
* Do not turn on imes unexpectedly with unit testsSatoshi Kataoka2013-01-281-15/+30
* Add new disabled state for "optional" built-in apps.Dianne Hackborn2013-01-221-7/+36
* Merge "Ensure that the input method dialog is dismissed when changing the har...Satoshi Kataoka2013-01-181-0/+3
|\
| * Ensure that the input method dialog is dismissed when changing the hardware k...Satoshi Kataoka2013-01-181-0/+3
* | Merge "Rename bindService to bindServiceAsUser to follow convention."Amith Yamasani2013-01-161-1/+2
|\ \ | |/ |/|
| * Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-1/+2
* | Refactor utilities for InputMethodManagerSerivce that we want to share with t...Satoshi Kataoka2013-01-151-775/+62
|/
* am 50fc82fd: am 30b074fc: am 2495d08a: am 5327322a: Merge "Revert "Fix a bug ...Satoshi Kataoka2013-01-111-9/+0
|\
| * am 2495d08a: am 5327322a: Merge "Revert "Fix a bug where disabled auxilialy I...Satoshi Kataoka2013-01-101-9/+0
| |\
| | * Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"Satoshi Kataoka2013-01-101-9/+0
* | | am 5ce02267: am 7ad7b2c4: am 32b81205: Fix a bug where disabled auxilialy IME...satok2012-12-191-0/+9
|\ \ \ | |/ /
| * | am 32b81205: Fix a bug where disabled auxilialy IME is unexpectedly re-enabledsatok2012-12-191-0/+9
| |\ \ | | |/
| | * Fix a bug where disabled auxilialy IME is unexpectedly re-enabledsatok2012-12-191-0/+9
* | | resolved conflicts for merge of ebcbfb3f to masterMita Yun2012-12-101-2/+2
|\ \ \ | |/ /
| * | Use asynchronous messages for input method events.Mita Yun2012-12-061-2/+2
| |/
* | am 8ec9f8f0: am dc5b21a5: am 487f8e93: Merge "Fix an issue on installing 3rd-...satok2012-12-051-2/+4
|\ \ | |/
| * Fix an issue on installing 3rd-party IME by a non-primary usersatok2012-12-041-2/+4
* | am c86ae7cf: am 1c37b800: am 1af08411: Merge "Hide current soft input when a ...Satoshi Kataoka2012-11-271-3/+11
|\ \ | |/
| * Merge "Hide current soft input when a background user gains window focus." in...Satoshi Kataoka2012-11-261-3/+11
| |\
| | * Hide current soft input when a background user gains window focus.Satoshi Kataoka2012-11-201-3/+11
* | | am 4e3520a8: am ce393d33: am 3f64edec: Merge "Fix IME down caret in keyguard ...John Spurlock2012-11-211-4/+14
|\ \ \ | |/ /
| * | Fix IME down caret in keyguard nav bar bug.John Spurlock2012-11-201-4/+14
| |/
* | am 9371747e: am 0e1c092a: am 2656abe0: Merge "Fix an inconsistent state with ...Satoshi Kataoka2012-11-171-4/+2
|\ \ | |/
| * Fix an inconsistent state with IMMS and Settings when the hard keyboard is co...Satoshi Kataoka2012-11-161-4/+2
* | Fix an issue on LED in IME switcherSatoshi Kataoka2012-11-121-1/+3
|/
* Fix issue #7457380: IME leaves a mark after user switchingDianne Hackborn2012-11-021-7/+7
* Fix a crash in InputMethodManagerService due to permission failure.Amith Yamasani2012-10-241-1/+6
* System server should always send broadcasts to a specific or all usersAmith Yamasani2012-10-221-2/+2
* 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