summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Hide "Configure input method" button when the screen is locked.satok2011-07-191-1/+6
* | Enable IMEs to set additional subtypes in backgroundsatok2011-07-191-10/+19
|/
* Change IME picker dialog from Activity to Broadcastsatok2011-07-121-4/+1
* Fix NPE in getLastInputMethodSubtypesatok2011-07-051-2/+5
* Fix setAdditionalSubtypessatok2011-06-291-22/+28
* Show aux ime in the selection dialog if a keyboard is shown.satok2011-06-291-1/+2
* Fix the visibility of ongoing IME switchersatok2011-06-281-6/+26
* Add an ongoing notification to switch IMEsatok2011-06-221-0/+75
* API to set additional subtypessatok2011-06-101-6/+252
* Add an api to get the display name for InputMethodSubtypesatok2011-06-021-2/+2
* Use isAuxiliary instead of ExtraValue for the auxiliary subtypes.satok2011-05-301-6/+3
* Fix internal variables and equals in SuggestionSpansatok2011-05-261-3/+21
* Add Apis to send notifications when the suggestion was pickedsatok2011-05-261-0/+43
* Fix a bug on SwitchToLastInputMethodsatok2011-05-201-1/+1
* Fix switchToLastInputMethod to fall back into the applicable keyboard if ther...satok2011-05-201-18/+57
* Add an API to get the last used input method subtypesatok2011-04-151-0/+18
* Remove a workaround for the data inconsistency of SystemPropertiessatok2011-03-141-17/+0
* Merge "Fix the sort order of the input methods & subtypes in the settings." i...Ken Wakasa2011-03-041-12/+34
|\
| * Fix the sort order of the input methods & subtypes in the settings.Ken Wakasa2011-03-041-12/+34
* | Merge "Fix Fragment.onInflate() to actually work correctly." into honeycomb-mr1Dianne Hackborn2011-03-031-0/+2
|\ \ | |/ |/|
| * Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-0/+2
* | Append IME's name to the subtype name in the "Select input method" dialogKen Wakasa2011-03-041-3/+4
|/
* Start window manager refactoring.Dianne Hackborn2011-02-171-1/+1
* Fix a bug in canAddToLastInputMethod()Ken Wakasa2011-02-161-1/+1
* Add a method to check a string contained in ExtraValue of InputMethodSubtypesatok2011-02-151-8/+1
* Add sort method to InputMethodSubtypesatok2011-02-141-5/+4
* Register ENABLED_INPUT_METHODS to SettingsObserversatok2011-02-031-0/+2