1. 817d5f7 Refresh IMMS#mBoundToMethod when IMS is disconnected by Yohei Yukawa · 8 years ago
  2. a8a82ee Do not call buildInputMethodListLocked twice by Fyodor Kupolov · 8 years ago
  3. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  4. 3933a6e Support content URIs w/ userId in IC#commitContent by Yohei Yukawa · 8 years ago
  5. 850c83e Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
  6. fc46e9b Move IActivityManager to aidl. by Sudheer Shanka · 8 years ago
  7. 3a93169 Order non-app window containers. by Wale Ogunwale · 8 years ago
  8. ac2561e Make window token add/remove APIs require displayId by Wale Ogunwale · 8 years ago
  9. 3c23d5b Catch all exceptions when parsing IME meta data by Tadashi G. Takaoka · 8 years ago
  10. 0f57cce Fixed a bug with incorrect handling of onUnlockUser by Fyodor Kupolov · 8 years ago
  11. 7877b8a Optimized onUnlockUser by Fyodor Kupolov · 8 years ago
  12. 25e0813 Add InputMethodService#exposeContent() by Yohei Yukawa · 8 years ago
  13. 3c5d0f1 Close IME when attaching dock stack by Jorim Jaggi · 8 years ago
  14. 23cbe85 Move LocaleList to avoid layering violation. by Yohei Yukawa · 8 years ago
  15. 833bdce Make IMS#clearInsetOfPreviousIme() reliable. by Yohei Yukawa · 8 years ago
  16. ce18c81 Introduce "unlocking" vs "unlocked" nuance. by Jeff Sharkey · 8 years ago
  17. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  18. b2f901a Make sure that Toast is always shown by Meta-Space. by Yohei Yukawa · 8 years ago
  19. 4c74334 Merge "Added getProfileIds method returning array of userIds" into nyc-dev by Fyodor Kupolov · 8 years ago
  20. 063fe65 Merge "Make additional IME Subtype ID persistent." into nyc-dev by Yohei Yukawa · 8 years ago
  21. 66baf69 Make additional IME Subtype ID persistent. by Yohei Yukawa · 8 years ago
  22. d39ae85 Shift+Meta+Space should reverse-rotate subtypes. by Yohei Yukawa · 8 years ago
  23. 7f98aa4 Added getProfileIds method returning array of userIds by Fyodor Kupolov · 8 years ago
  24. fa0e47e Add an overlayable config for IME switcher visibility. by Yohei Yukawa · 8 years ago
  25. ebda7d7 Show toast when subtype is rotated by Meta-Space. by Yohei Yukawa · 8 years ago
  26. a102dbd Remove "Other keyboards" from IME switcher dialog. by Yohei Yukawa · 8 years ago
  27. 8939838 IME switcher should not always require IME_VISIBLE. by Yohei Yukawa · 8 years ago
  28. 6090c26 Fix a status bar NPE in InputMethodManagerService by Griff Hazen · 8 years ago
  29. 74750f2 Explicitly handle null rather than relying on NPE. by Yohei Yukawa · 8 years ago
  30. 1064d35 Merge "Tell IMS about missing InputConnection methods." into nyc-dev by Yohei Yukawa · 8 years ago
  31. 7b574cb Add more @NonNull/@Nullable to InputMethodSettings. by Yohei Yukawa · 8 years ago
  32. 19a80a1 Tell IMS about missing InputConnection methods. by Yohei Yukawa · 8 years ago
  33. 1e1a447 Persist isAsciiCapable attribute of additional subtypes. by Yohei Yukawa · 8 years ago
  34. 7b18aec Rely on SystemService#onSwitchUser() in IMMS. by Yohei Yukawa · 8 years ago
  35. 15e9312 Don't need this "feature" any more. by Dianne Hackborn · 8 years ago
  36. e985c24 Use LocaleList for implicitly enabled subtypes. by Yohei Yukawa · 8 years ago
  37. 05c25f8 Unify windowGainedFocus() and startInput(). by Yohei Yukawa · 8 years ago
  38. ed4952a Reset IMMS when the device is unlocked. by Yohei Yukawa · 8 years ago
  39. 5eb148b Merge "Stop granting default Contacts permission to IMEs." into nyc-dev by Yohei Yukawa · 8 years ago
  40. 726c459 Stop granting default Contacts permission to IMEs. by Yohei Yukawa · 8 years ago
  41. c2393ac Fix bugs in logic to find a default selectd IME. by Yohei Yukawa · 8 years ago
  42. 859df05 Make sure at least one IME is enabled. by Yohei Yukawa · 8 years ago
  43. 68645a6 Add Copy-On-Write mode to InputMethodSettings. by Yohei Yukawa · 8 years ago
  44. 94e3330 Remove redundant arguments. by Yohei Yukawa · 8 years ago
  45. d34e148 Use Context#getSystemService(Class<T>) in IMMS. by Yohei Yukawa · 8 years ago
  46. f3e5d1d Merge "Add API for IME control by Accessibility Services." by Anna Galusza · 8 years ago
  47. 9b27811 Add API for IME control by Accessibility Services. by Anna Galusza · 9 years ago
  48. 1e33dc8 Use SystemService lifecycle API in input method service by Fyodor Kupolov · 8 years ago
  49. 24bf327 Merge "SysUI Tuner: Status bar work" by Jason Monk · 8 years ago
  50. 18f3d9a Merge "There should be a way to clear additional subtypes." by Yohei Yukawa · 8 years ago
  51. 3e18987 SysUI Tuner: Status bar work by Jason Monk · 8 years ago
  52. 70f5c48 There should be a way to clear additional subtypes. by Yohei Yukawa · 9 years ago
  53. 41f3427 Fix IMM#showInputMethodAndSubtypeEnabler(). by Yohei Yukawa · 9 years ago
  54. c18a05f Merge "Rotate IMEs (subtypes) by Meta+Space." by Yohei Yukawa · 9 years ago
  55. 0266880 Merge changes If80df0bc,I4e91b2d7,If3aef820 by Yohei Yukawa · 9 years ago
  56. 5f8e731 Remove unnecessary parameter that is always true. by Yohei Yukawa · 9 years ago
  57. ae61f71 Rotate IMEs (subtypes) by Meta+Space. by Yohei Yukawa · 9 years ago
  58. 868d19b Use BCP-47 LanguageTag in IME/Spell-Checker. by Yohei Yukawa · 9 years ago
  59. 6005b3f Added SynchronousUserSwitchObserver by Fyodor Kupolov · 9 years ago
  60. b097b82 Plumb IME subtype change from IMMS to IMS. by Yohei Yukawa · 9 years ago
  61. 35d3f37 Tell the reason why IMM called startInput(). by Yohei Yukawa · 9 years ago
  62. e39d4ed Track by which client the last focused window was reported. by Yohei Yukawa · 9 years ago
  63. 072b1b5 Clear IMMS#mCurClient when it is dead. by Yohei Yukawa · 9 years ago
  64. 33e8179 Tell the reason why IMMS unbinds IME client. by Yohei Yukawa · 9 years ago
  65. bc7b526 Factor out IMMS#resetCurrentMethodAndClient(). by Yohei Yukawa · 9 years ago
  66. e13a20fa Unbind IME client when unsetting the current IME. by Yohei Yukawa · 9 years ago
  67. 70125f7 Merge "Move buildInputMethodsAndSubtypesString to InputMethodUtils" by Seigo Nonaka · 9 years ago
  68. 2a099bc Move buildInputMethodsAndSubtypesString to InputMethodUtils by Seigo Nonaka · 9 years ago
  69. 7c69636 Cleanup USER_OWNER in various services by Xiaohui Chen · 9 years ago
  70. 6ab1a82 Organize import lines in InputMethodManagerService.java. by Yohei Yukawa · 9 years ago
  71. 7309b12 Leverage WindowManagerInternal for private communication. by Seigo Nonaka · 9 years ago
  72. e27dc2b Use android.os.Debug.getCallers instead of self implementation. by Seigo Nonaka · 9 years ago
  73. 2028dda Move parseInputMethodsAndSubtypesString to InputMethodUtils. by Seigo Nonaka · 9 years ago
  74. 5894b43 Use try-with-resources and multi-catch exceptions in IMMS. by Yohei Yukawa · 9 years ago
  75. 59bc6e0 Delete unused code from IMMS and its utility library. by Yohei Yukawa · 9 years ago
  76. 012d014 Merge "Use Java7 diamond operator in IMMS/IMS." by Yohei Yukawa · 9 years ago
  77. 7c0832c Remove unnecessary import lines from IMM and IMMS. by Yohei Yukawa · 9 years ago
  78. b0377bb Use Java7 diamond operator in IMMS/IMS. by Yohei Yukawa · 9 years ago
  79. df5af48 Reduce log spam for the ease of debugging Bug 22857361. by Yohei Yukawa · 9 years ago
  80. fa6e0a8 Don't rely on broadcast intent for waking up input method. by Yohei Yukawa · 9 years ago
  81. 648abe1 Merge "Set DISABLED_UNTIL_USED for the correct user in IMMS." into mnc-dev by Yohei Yukawa · 9 years ago
  82. 094c71f Set DISABLED_UNTIL_USED for the correct user in IMMS. by Yohei Yukawa · 9 years ago
  83. 1e575a0 Merge "Only grant runtime permissions to special components." into mnc-dev by Svet Ganov · 9 years ago
  84. adc1cf4 Only grant runtime permissions to special components. by Svet Ganov · 9 years ago
  85. ec92865 Allow apps to hide the soft keyboard even in a transient state. by Seigo Nonaka · 9 years ago
  86. 1ce4b6d remove usage of deprecated method setLatestEventInfo by Chris Wren · 9 years ago
  87. d57ba67 Do not accept an empty string in EditorInfo#packageName anymore. by Yohei Yukawa · 9 years ago
  88. 8148297 Make IMMS#mSettingsObserver multiuser-aware. by Yohei Yukawa · 9 years ago
  89. d724886 Include InputMethodSubtypeSwitchingController in state dump. by Yohei Yukawa · 9 years ago
  90. 90bf708 Show more logs when switching users and IMMS#DEBUG==true. by Yohei Yukawa · 9 years ago
  91. d9eb911 Hide the software input based on its state. by Seigo Nonaka · 9 years ago
  92. 54d512c Invalidate IMMS#mCurrentSubtype when upgrading the current IME. by Yohei Yukawa · 9 years ago
  93. 6640d21 Revert "Fix IMMS#mInputShown state inconsistency." by Yohei Yukawa · 9 years ago
  94. 9e9e2e7 Pass charset to XmlPullParser.setInput instead of null by Wojciech Staszkiewicz · 9 years ago
  95. c6c7cd2 Show IME switcher also when hardware keyboard is connected. by Yohei Yukawa · 9 years ago
  96. 8d4a911 Fix IMMS#mInputShown state inconsistency. by Seigo Nonaka · 9 years ago
  97. 14e1391 Retry "Always show auxiliary subtypes from NavBar keyboard icon." by Seigo Nonaka · 9 years ago
  98. 1b0888f Merge "Revert "Always show auxiliary subtypes from NavBar keyboard icon."" into mnc-dev by Bart Sears · 9 years ago
  99. d130bdc Revert "Always show auxiliary subtypes from NavBar keyboard icon." by Bart Sears · 9 years ago
  100. 7afd01e Merge "Do nothing if hideSoftInput is called from not focused client." into mnc-dev by Seigo Nonaka · 9 years ago