1. 9c37219 Make sure at least one non-aux IME is enabled by Yohei Yukawa · 6 years ago
  2. 19a4000 Revert "Plumb IME subtype change from IMMS to IMS." by Yohei Yukawa · 6 years ago
  3. 164cfba IME API: rename IMS methods. by Tarandeep Singh · 6 years ago
  4. fa0ddd1 Merge "Unbind InputMethod when app crashes" by Tarandeep Singh · 6 years ago
  5. 93c00cea Unbind InputMethod when app crashes by Tarandeep Singh · 6 years ago
  6. dfdab73 Fix IMMS debug shell command by Yohei Yukawa · 6 years ago
  7. 1a7aedc Merge "Stop restoring ENABLED_INPUT_METHODS" by TreeHugger Robot · 6 years ago
  8. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  9. ca78095 Stop restoring ENABLED_INPUT_METHODS by Yohei Yukawa · 6 years ago
  10. 2f731c55 Add new InputBindResult.ResultCode for no editor by Tarandeep Singh · 6 years ago
  11. eb57061 Fix checks for showing InputMethod picker by Tarandeep Singh · 7 years ago
  12. e17b445 Reduce pss collection amount, improve logging. by Dianne Hackborn · 7 years ago
  13. 75a9239 Optimize calls to IME's onStartInput by Tarandeep Singh · 7 years ago
  14. 42c11e7 Merge "Make IMM more robust for window focus stealing" by TreeHugger Robot · 7 years ago
  15. cac9772 Map "shell ime" to "shell cmd input_method ime" by Yohei Yukawa · 7 years ago
  16. 2553e48 Make IMM more robust for window focus stealing by Yohei Yukawa · 7 years ago
  17. cf68d52 SoftInput flag requires focused View to show IME by Yohei Yukawa · 7 years ago
  18. cc97ebd Add a shell command to reset selected/enabled IMEs by Yohei Yukawa · 7 years ago
  19. 926488d Use IBinder#shellCommand() for 'adb shell ime' by Yohei Yukawa · 7 years ago
  20. 7a46c28 Simplify IMMS#startVrInputMethodNoCheck a bit by Yohei Yukawa · 7 years ago
  21. 89a6c48 Add support for VR InputMethod. by Tarandeep Singh · 7 years ago
  22. e99bc05 WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into services by Adrian Roos · 7 years ago
  23. 2832be2 Merge "IMMS should preserve enabled/selected IMEs upon boot" am: 171c82acb4 am: 9e5c77c194 by Yohei Yukawa · 7 years ago
  24. c111583 Merge "IMMS should preserve enabled/selected IMEs upon boot" am: 171c82acb4 by Yohei Yukawa · 7 years ago
  25. 1f9a3cb IMMS should preserve enabled/selected IMEs upon boot by Yohei Yukawa · 7 years ago
  26. 930328c Annotate threads for some IME handling methods by Yohei Yukawa · 7 years ago
  27. ad78a61 Bind SpellCheckerService as IMPORTANT_BACKGROUND by Yohei Yukawa · 7 years ago
  28. 0da3dce Merge "Fine-tune the condition to hide IME switcher" into oc-dr1-dev by Yohei Yukawa · 7 years ago
  29. d2bc309 Fine-tune the condition to hide IME switcher by Yohei Yukawa · 7 years ago
  30. 01065a5 Lock down IME switcher notification handling by Tadashi G. Takaoka · 7 years ago
  31. 6908c15 Fix for bug #34905789 by Guliz Tuncay · 7 years ago
  32. 2ead893 Merge "Update input method menu to use proper context." into oc-dev by Andrew Sapperstein · 7 years ago
  33. 8a3b4cb Update input method menu to use proper context. by Andrew Sapperstein · 7 years ago
  34. 83b40f6 Work on issue #36891897: Need to ensure foreground services can't... by Dianne Hackborn · 7 years ago
  35. d6475a6 A new power button mode to hide the IME when shown by Yohei Yukawa · 7 years ago
  36. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  37. 13df64a Merge "Use correct binding flags when reconnecting to IME" into oc-dev by TreeHugger Robot · 7 years ago
  38. a67a459 Use correct binding flags when reconnecting to IME by Yohei Yukawa · 7 years ago
  39. 282cfef standardize system notification IDs by Chris Wren · 7 years ago
  40. af759c5 Channels for Frameworks notifications by Geoffrey Pitsch · 7 years ago
  41. 75af69c Merge "Optimize IMMS.MyPackageMonitor more" by Yohei Yukawa · 7 years ago
  42. 5e3e8a5 Optimize IMMS.MyPackageMonitor more by Yohei Yukawa · 7 years ago
  43. bbb10e8 Really fix regressions in IMMS#setImeWindowStatus by Yohei Yukawa · 7 years ago
  44. ee2a7ed Allow setImeWindowStatus with null startInputToken by Yohei Yukawa · 7 years ago
  45. 019b018 Merge "Access IMMS#mSettings only inside the lock" by TreeHugger Robot · 7 years ago
  46. 278f2ab Access IMMS#mSettings only inside the lock by Yohei Yukawa · 7 years ago
  47. 357b2f6 Take state snapshot in IMMS#attachNewInputLocked() by Yohei Yukawa · 7 years ago
  48. b37d8bd Add missing final and @GuardedBy by Yohei Yukawa · 7 years ago
  49. 3400795 Merge "Propagate setImeWindowStatus() to WMS" by TreeHugger Robot · 7 years ago
  50. ff54b30 Merge "Track event flow to IMMS#setImeWindowStatus" by Yohei Yukawa · 7 years ago
  51. 69e6802 Propagate setImeWindowStatus() to WMS by Yohei Yukawa · 7 years ago
  52. 6db3bfe Track event flow to IMMS#setImeWindowStatus by Yohei Yukawa · 7 years ago
  53. 639c371 Merge "Introduce @SoftInputModeFlags annotation" by TreeHugger Robot · 7 years ago
  54. 618b7a9 Merge "Track the last softInputMode in IMMS" by TreeHugger Robot · 7 years ago
  55. 22dac1c Introduce @SoftInputModeFlags annotation by Yohei Yukawa · 7 years ago
  56. 22a8923 Track the last softInputMode in IMMS by Yohei Yukawa · 7 years ago
  57. f7526b5 Merge restartInput into startInput in internal IPC by Yohei Yukawa · 7 years ago
  58. 9a49f85 Merge "Revert "Merge restartInput into startInput in internal IPC"" by TreeHugger Robot · 7 years ago
  59. 3eaf867 Revert "Merge restartInput into startInput in internal IPC" by Yohei Yukawa · 7 years ago
  60. aab4e11 Merge "Inline IMMS#resetAllInternalStateLocked()" by Yohei Yukawa · 7 years ago
  61. d5c1d92 Merge "Merge restartInput into startInput in internal IPC" by Yohei Yukawa · 7 years ago
  62. 1a5838e Merge restartInput into startInput in internal IPC by Yohei Yukawa · 7 years ago
  63. 0d7aff8 Inline IMMS#resetAllInternalStateLocked() by Yohei Yukawa · 7 years ago
  64. e073306 Track update count of IMMS#mMethodMap by Yohei Yukawa · 7 years ago
  65. c4e4491 Improve ACTION_PACKAGE_CHANGED handling in IMMS by Yohei Yukawa · 7 years ago
  66. efdb428 Merge "Eliminate out-of-sync IMM#mFullscreenMode error" by Yohei Yukawa · 7 years ago
  67. 2bc6617 Eliminate out-of-sync IMM#mFullscreenMode error by Yohei Yukawa · 7 years ago
  68. 87ca840 Propagate StartInputReason to attachNewInputLocked by Yohei Yukawa · 7 years ago
  69. ddad4b9 Simplify the constructor of InputMethodInfo by Yohei Yukawa · 8 years ago
  70. d033283 No warning/info log for expected/normal situations by Yohei Yukawa · 8 years ago
  71. 59377ca Fix a wrong UID can be logged by Yohei Yukawa · 8 years ago
  72. fa49c00 Remove unnecessary Binder.clearCallingIdentity() by Yohei Yukawa · 8 years ago
  73. af5cee8 Remove a redundant param in getDefaultEnabledImes by Yohei Yukawa · 8 years ago
  74. 7924782 Delay tasks from IMMS constructor to later phase by Yohei Yukawa · 8 years ago
  75. 817d5f7 Refresh IMMS#mBoundToMethod when IMS is disconnected by Yohei Yukawa · 8 years ago
  76. a8a82ee Do not call buildInputMethodListLocked twice by Fyodor Kupolov · 8 years ago
  77. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  78. 3933a6e Support content URIs w/ userId in IC#commitContent by Yohei Yukawa · 8 years ago
  79. 850c83e Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
  80. fc46e9b Move IActivityManager to aidl. by Sudheer Shanka · 8 years ago
  81. 3a93169 Order non-app window containers. by Wale Ogunwale · 8 years ago
  82. ac2561e Make window token add/remove APIs require displayId by Wale Ogunwale · 8 years ago
  83. 3c23d5b Catch all exceptions when parsing IME meta data by Tadashi G. Takaoka · 8 years ago
  84. 0f57cce Fixed a bug with incorrect handling of onUnlockUser by Fyodor Kupolov · 8 years ago
  85. 7877b8a Optimized onUnlockUser by Fyodor Kupolov · 8 years ago
  86. 25e0813 Add InputMethodService#exposeContent() by Yohei Yukawa · 8 years ago
  87. 3c5d0f1 Close IME when attaching dock stack by Jorim Jaggi · 8 years ago
  88. 23cbe85 Move LocaleList to avoid layering violation. by Yohei Yukawa · 8 years ago
  89. 833bdce Make IMS#clearInsetOfPreviousIme() reliable. by Yohei Yukawa · 8 years ago
  90. ce18c81 Introduce "unlocking" vs "unlocked" nuance. by Jeff Sharkey · 8 years ago
  91. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  92. b2f901a Make sure that Toast is always shown by Meta-Space. by Yohei Yukawa · 8 years ago
  93. 4c74334 Merge "Added getProfileIds method returning array of userIds" into nyc-dev by Fyodor Kupolov · 8 years ago
  94. 063fe65 Merge "Make additional IME Subtype ID persistent." into nyc-dev by Yohei Yukawa · 8 years ago
  95. 66baf69 Make additional IME Subtype ID persistent. by Yohei Yukawa · 8 years ago
  96. d39ae85 Shift+Meta+Space should reverse-rotate subtypes. by Yohei Yukawa · 8 years ago
  97. 7f98aa4 Added getProfileIds method returning array of userIds by Fyodor Kupolov · 8 years ago
  98. fa0e47e Add an overlayable config for IME switcher visibility. by Yohei Yukawa · 8 years ago
  99. ebda7d7 Show toast when subtype is rotated by Meta-Space. by Yohei Yukawa · 8 years ago
  100. a102dbd Remove "Other keyboards" from IME switcher dialog. by Yohei Yukawa · 8 years ago