1. 42c5a16 Fix internal variables and equals in SuggestionSpan by satok · 13 years ago
  2. f9f0100 Add Apis to send notifications when the suggestion was picked by satok · 13 years ago
  3. 208d563 Fix a bug on SwitchToLastInputMethod by satok · 13 years ago
  4. 4fc87d6 Fix switchToLastInputMethod to fall back into the applicable keyboard if there is no candidate ime by satok · 13 years ago
  5. 68f1b78 Add an API to get the last used input method subtype by satok · 13 years ago
  6. b548a3c Remove a workaround for the data inconsistency of SystemProperties by satok · 13 years ago
  7. 6e38d26c Merge "Fix the sort order of the input methods & subtypes in the settings." into honeycomb-mr1 by Ken Wakasa · 14 years ago
  8. 761eb37 Fix the sort order of the input methods & subtypes in the settings. by Ken Wakasa · 14 years ago
  9. 48f91e3 Merge "Fix Fragment.onInflate() to actually work correctly." into honeycomb-mr1 by Dianne Hackborn · 14 years ago
  10. e3a7f62 Fix Fragment.onInflate() to actually work correctly. by Dianne Hackborn · 14 years ago
  11. 81f6e3d Append IME's name to the subtype name in the "Select input method" dialog by Ken Wakasa · 14 years ago
  12. a924dc0d Start window manager refactoring. by Dianne Hackborn · 14 years ago
  13. a5e9ffa Fix a bug in canAddToLastInputMethod() by Ken Wakasa · 14 years ago
  14. 9c4cc03 Add a method to check a string contained in ExtraValue of InputMethodSubtype by satok · 14 years ago
  15. 7265d9b Add sort method to InputMethodSubtype by satok · 14 years ago
  16. b6109bb Register ENABLED_INPUT_METHODS to SettingsObserver by satok · 14 years ago
  17. 4d73329 Not to update IME when Settings version is older than the last updated version. by satok · 14 years ago
  18. 8710e76 Follow up change to I741642ac by Ken Wakasa · 14 years ago
  19. e40dea0 Fix a bug that IME switch disappiers at switching IME subtype. by satok · 14 years ago
  20. 857fd9b Plumb whether an input view is actually visible or not through from the IME by Joe Onorato · 14 years ago
  21. c445bcd Fix the return value of switch to last ime. by satok · 14 years ago
  22. 57ffc00 Add a way that subtype will be excluded from a last input method by satok · 14 years ago
  23. bb4aa06 Show implicitly enabled subtypes in the input method selection dialog by satok · 14 years ago
  24. 0e5bf50 Merge "Show ime switch icon when there is a hard keyboard" into honeycomb by satok · 14 years ago
  25. 865b977 Show ime switch icon when there is a hard keyboard by satok · 14 years ago
  26. 586f051 Refine InputMethodInfo API by Ken Wakasa · 14 years ago
  27. 2548020 Add android.provider.Settings.EXTRA_INPUT_METHOD_ID by Tadashi G. Takaoka · 14 years ago
  28. f49688f Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS by Tadashi G. Takaoka · 14 years ago
  29. d871343 Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes. by satok · 14 years ago
  30. f6cafb6 Implicitly/Explicitly subtypes bug. by satok · 14 years ago
  31. df31ae6 switchToLastInputMethod returns a implicitly enabled subtype in the history by satok · 14 years ago
  32. 82beadf Add input methods settings panel by satok · 14 years ago
  33. ca83021 Save input method subtype even if the current IME is not running. by satok · 14 years ago
  34. 3da9223 Update shortcut IME when asked. And match the language of subtype by "startWith" not "equals". by satok · 14 years ago
  35. 7599a7f Fix NPE when the shortcut subtype was not found. by satok · 14 years ago
  36. 16331c8 Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled. by satok · 14 years ago
  37. 7fee71f Fix build breakage by satok · 14 years ago
  38. 217f548 Change "more" button to call InputMethodConfigure in Settings by satok · 14 years ago
  39. 7d3a5bc Auto-show IME for dialogs on large screens. by Dianne Hackborn · 14 years ago
  40. b416a71 Fix build breakage by satok · 14 years ago
  41. 440aab5 Removed InputMethodSubtypePicker by satok · 14 years ago
  42. cd7cd29 Store the current IME's token in the system bar for changing the current IME to a shortcut IME from the system bar by satok · 14 years ago
  43. 2820351 Add an API to set InputMethodAndSubtype by satok · 14 years ago
  44. f3db1af Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodInfo, List<InputMethodSubtype>> by satok · 14 years ago
  45. 4e4569d Add an API to get shortcut IMEs by satok · 14 years ago
  46. 3ef8b29 Synchronize getCurrentInputMethodSubtype by satok · 14 years ago
  47. 884ef9a Return the enabled subtypes for the current InputMethod when the input value of getEnabledInputMethodSubtypeList was null by satok · 14 years ago
  48. 67ddf9c Add a function to get enabledInputMethodAndSubtype by satok · 14 years ago
  49. b66d287 Add a setter of InputMethodSubtype to InputMethodManager by satok · 14 years ago
  50. 03eb319a Reset IME to the build-in IME when there is something wrong with the current IME. by satok · 14 years ago
  51. 735cf38 Add a function to switch back to the last used IME by satok · 14 years ago
  52. 723a27e Save the history of InputMethodSubtype for reverting the subtype when IME was changed. by satok · 14 years ago
  53. 0ba75bb Revert "Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed." by Tadashi G. Takaoka · 14 years ago
  54. 1ab852f Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed. by satok · 14 years ago
  55. 9ef0283 Change API for getting InputMethodSubtype's mode from resource id to String by satok · 14 years ago
  56. 8fbb1e8 Find the most applicable subtype when there is no selected subtype but IME has subtypes by satok · 14 years ago
  57. 06e0744 Update the subtype icon properly. by satok · 14 years ago
  58. 57c767c Fix a bug that enabled Subtype ID can't be saved propery. by satok · 14 years ago
  59. 06487a5 Add a functionarity for showing / hiding IME button on the system bar by satok · 14 years ago
  60. 86417ea Remove InputMethodAndSubtypeEnabler and call intent of Settings.ACTION_INPUT_METHOD_AND_SUBTYPE_ENABLER by satok · 14 years ago
  61. 0ff647b Add a cancel button to InputMethodPicker and InputMethodSubtypePicker by satok · 14 years ago
  62. 7f35c8c Show "more" button in the dialog of InputMethodSubtypePicker by satok · 14 years ago
  63. 47a4491 Add InputMethodEnabler for enabling input methods and subtypes by satok · 14 years ago
  64. d87c259 Add utility of enabled InputMethod settings to InputMethodManagerService by satok · 14 years ago
  65. dc71b9e resolved conflicts for merge of 6a3eddb4 to master by Dianne Hackborn · 14 years ago
  66. cef65ee Rub in a little 'ol log-b-gone. by Dianne Hackborn · 14 years ago
  67. ab751aa Add methods for managing subtypes by satok · 14 years ago
  68. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  69. 913a892 DO NOT MERGE. Backport master InputMethodManagerService.java to gingerbread by satok · 14 years ago
  70. 7a0f36b Move status_bar_latest_event and LatestItemView into SystemUI.apk. by Joe Onorato · 14 years ago
  71. 0cbda99 The status bar draws its icons now. by Joe Onorato · 14 years ago
  72. 089de88 StatusBarService -> StatusBarManagerService by Joe Onorato · 14 years ago
  73. 9d0f6df Fix build by Jean-Baptiste Queru · 14 years ago
  74. c89704a merge from open-source master by The Android Open Source Project · 14 years ago
  75. e861ec1 Fix 2242164 Soft keyboard keeps getting enabled even if I disable it by Amith Yamasani · 14 years ago
  76. 83e48f5 Fix issue #2537384: Default keyboard input method switched by Dianne Hackborn · 14 years ago
  77. 8cf1bcd Fix issue #2325621: Runtime restart after launching Android keyboard setting. by Dianne Hackborn · 14 years ago
  78. 20cb56e Fix some bugs. by Dianne Hackborn · 15 years ago
  79. d9894bc Fixed NPE by guarding the reference of variable by Tadashi G. Takaoka · 15 years ago
  80. 97106ab Fix issue #2325621 Runtime restart after launching Android keyboard setting . by Dianne Hackborn · 15 years ago
  81. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 15 years ago
  82. 0c33ed2 Fix Memory Leak When Switching Input Methods by Devin Taylor · 15 years ago
  83. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 15 years ago
  84. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 15 years ago
  85. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  86. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 15 years ago
  87. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  88. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  89. 6da35a0 Fix bug 2194213: Non-default system IMEs are enabled, but not initially shown in input method switcher. by Brandon Ballinger · 15 years ago
  90. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  91. cc27870 Fix issue #2097313: Latin IME crashes first use by Dianne Hackborn · 15 years ago
  92. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  93. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  94. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  95. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  96. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  97. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  98. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  99. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  100. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago