summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-13/+31
|\
| * Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"Satoshi Kataoka2013-01-101-9/+0
| * Fix a bug where disabled auxilialy IME is unexpectedly re-enabledsatok2012-12-191-0/+9
| * Fix an issue on installing 3rd-party IME by a non-primary usersatok2012-12-041-2/+4
| * 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
| * | Fix IME down caret in keyguard nav bar bug.John Spurlock2012-11-201-4/+14
| |/
| * Fix an inconsistent state with IMMS and Settings when the hard keyboard is co...Satoshi Kataoka2012-11-161-4/+2
* | Port "Add resource to disable the CM Phone IME selector method"Aaron Echols2012-11-281-2/+8
* | Squashed commit of the theme engine support.Ricardo Cerqueira2012-11-241-1/+17
* | Framework: Port CM9 features to CM10DvTonder2012-11-211-2/+9
|/
* 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
* 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