summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/InputMethodManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Do not merge. Backport two fixes for InputMethethodFrameworksatok2011-05-201-19/+58
* 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
* Fix build breakagesatok2010-11-251-0/+12
* Removed InputMethodSubtypePickersatok2010-11-251-24/+2
* Store the current IME's token in the system bar for changing the current IME ...satok2010-11-251-48/+59
* Add an API to set InputMethodAndSubtypesatok2010-11-241-8/+21
* Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodIn...satok2010-11-241-19/+29
* Add an API to get shortcut IMEssatok2010-11-231-22/+133
* Synchronize getCurrentInputMethodSubtypesatok2010-11-231-17/+21
* Return the enabled subtypes for the current InputMethod when the input value ...satok2010-11-181-9/+14
* Add a function to get enabledInputMethodAndSubtypesatok2010-11-171-4/+33
* Add a setter of InputMethodSubtype to InputMethodManagersatok2010-11-131-2/+17
* Reset IME to the build-in IME when there is something wrong with the current ...satok2010-11-131-5/+13
* Add a function to switch back to the last used IMEsatok2010-11-131-0/+15
* Save the history of InputMethodSubtype for reverting the subtype when IME was...satok2010-11-111-47/+228
* Revert "Add a history of InputMethodSubtype for getting the last subtype of s...Tadashi G. Takaoka2010-11-091-226/+47
* Add a history of InputMethodSubtype for getting the last subtype of selected ...satok2010-11-091-47/+226