summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Not to update IME when Settings version is older than the last updated version.satok2011-02-011-0/+17
* Follow up change to I741642acKen Wakasa2011-01-301-1/+2
* Fix a bug that IME switch disappiers at switching IME subtype.satok2011-01-301-1/+8
* Plumb whether an input view is actually visible or not through from the IMEJoe Onorato2011-01-271-12/+20
* Fix the return value of switch to last ime.satok2011-01-261-7/+20
* Add a way that subtype will be excluded from a last input methodsatok2011-01-251-1/+19
* Show implicitly enabled subtypes in the input method selection dialogsatok2011-01-211-51/+48
* Merge "Show ime switch icon when there is a hard keyboard" into honeycombsatok2011-01-201-0/+2
|\
| * Show ime switch icon when there is a hard keyboardsatok2011-01-211-0/+2
* | Refine InputMethodInfo APIKen Wakasa2011-01-211-23/+32
* | Add android.provider.Settings.EXTRA_INPUT_METHOD_IDTadashi G. Takaoka2011-01-211-2/+1
* | Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGSTadashi G. Takaoka2011-01-201-1/+1
|/
* Fix the algorithm to get current input method subtype considering explicitly ...satok2011-01-181-7/+21
* Implicitly/Explicitly subtypes bug.satok2011-01-171-6/+6
* switchToLastInputMethod returns a implicitly enabled subtype in the historysatok2011-01-151-30/+56
* Add input methods settings panelsatok2011-01-151-7/+2
* Save input method subtype even if the current IME is not running.satok2011-01-141-1/+4
* Update shortcut IME when asked. And match the language of subtype by "startWi...satok2011-01-121-6/+25
* Fix NPE when the shortcut subtype was not found.satok2010-12-221-37/+41
* Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing t...satok2010-12-211-7/+68
* Fix build breakagesatok2010-12-171-6/+6
* Change "more" button to call InputMethodConfigure in Settingssatok2010-12-161-6/+24
* Auto-show IME for dialogs on large screens.Dianne Hackborn2010-11-291-11/+25