1. c53962d When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  2. 05c25f8 Unify windowGainedFocus() and startInput(). by Yohei Yukawa · 8 years ago
  3. 612cce9 Introduce InputConnection#getHandler(). by Yohei Yukawa · 8 years ago
  4. 18f3d9a Merge "There should be a way to clear additional subtypes." by Yohei Yukawa · 9 years ago
  5. 70f5c48 There should be a way to clear additional subtypes. by Yohei Yukawa · 9 years ago
  6. 2afe2aa Add a new API IMM#dispatchKeyEventFromInputMethod(). by Yohei Yukawa · 9 years ago
  7. 159dd47 BaseInputConnection shouldn't rely on @hide APIs. by Yohei Yukawa · 9 years ago
  8. e6748ce Frameworks/base: Use Arrays.toString by Andreas Gampe · 9 years ago
  9. 35d3f37 Tell the reason why IMM called startInput(). by Yohei Yukawa · 9 years ago
  10. 12d66c2 Have ControlledInputConnectionWrapper#toString(). by Yohei Yukawa · 9 years ago
  11. 33e8179 Tell the reason why IMMS unbinds IME client. by Yohei Yukawa · 9 years ago
  12. 678e38e Mechanical code clean-ups in MSG_UNBIND handler. by Yohei Yukawa · 9 years ago
  13. 012d014 Merge "Use Java7 diamond operator in IMMS/IMS." by Yohei Yukawa · 9 years ago
  14. 7c0832c Remove unnecessary import lines from IMM and IMMS. by Yohei Yukawa · 9 years ago
  15. b0377bb Use Java7 diamond operator in IMMS/IMS. by Yohei Yukawa · 9 years ago
  16. 02df328 Report EditorInfo#packageName based on the actual uid. by Yohei Yukawa · 9 years ago
  17. 00d5122 Add a permission annotation to IMM#setCurrentInputMethodSubtype. by Yoshiki Iguchi · 9 years ago
  18. b13f015 Close input session when the view is detached from the window. by Yohei Yukawa · 9 years ago
  19. 0b52ed0 Revert "Rely on IMM#focusOut() to close input session." by Yohei Yukawa · 9 years ago
  20. 41bb495 Rely on IMM#focusOut() to close input session. by Yohei Yukawa · 9 years ago
  21. 0f3a99d Do not clear IMM#mCurRootView in IMM#finishInputLocked(). by Yohei Yukawa · 9 years ago
  22. 5f05965 Keep IMM#mCurRootView synchronized with the actual window focus. by Yohei Yukawa · 9 years ago
  23. 159c3d8 Revert "Update IME focus when the active view is losing the focus." by Wale Ogunwale · 9 years ago
  24. 5ad7fe4 Merge "Update IME focus when the active view is losing the focus." into mnc-dev by Yohei Yukawa · 9 years ago
  25. 6d090c4 Remove obsolete fields from InputMethodManager. by Yohei Yukawa · 9 years ago
  26. 97c3813 Update IME focus when the active view is losing the focus. by Yohei Yukawa · 9 years ago
  27. 14e1391 Retry "Always show auxiliary subtypes from NavBar keyboard icon." by Seigo Nonaka · 9 years ago
  28. d130bdc Revert "Always show auxiliary subtypes from NavBar keyboard icon." by Bart Sears · 9 years ago
  29. 80ff4ed Always show auxiliary subtypes from NavBar keyboard icon. by Seigo Nonaka · 9 years ago
  30. 27f2fe5 am b078ff16: am 13dbc3d4: Merge "Frameworks/base: Fix potential NPE in InputMethod" by Andreas Gampe · 9 years ago
  31. 4236ad7 Frameworks/base: Fix potential NPE in InputMethod by Andreas Gampe · 9 years ago
  32. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  33. 82ae3ff Call startInput on return from sleep mode by Mikael Gullstrand · 10 years ago
  34. d8636ea API Review: InputConnection by Yohei Yukawa · 10 years ago
  35. a277db2 Remove CursorAnchorInfoRequest and related stuff by Yohei Yukawa · 10 years ago
  36. 7360591 Suppress warnings of redundant calls of #updateCursorAnchorInfo by Yohei Yukawa · 10 years ago
  37. 0023d0e Polish new IME API for L part 2: CursorAnchorInfo by Yohei Yukawa · 10 years ago
  38. 3d1e812 Introduce a sequence number to avoid redundant IPCs by Yohei Yukawa · 10 years ago
  39. c1026e1 Naming style fix for an internal constant by Yohei Yukawa · 10 years ago
  40. 0297051 Trivial method renaming for notifyTextCommitted by Yohei Yukawa · 10 years ago
  41. c941fed Use java.util.Objects by Yohei Yukawa · 10 years ago
  42. 056ffe6 Do not send duplicate CursorAnchorInfo to IME by Yohei Yukawa · 10 years ago
  43. c8d3196 Remove an unused member. by Yohei Yukawa · 10 years ago
  44. c2ddd60 Introduce new API for floating window support by Yohei Yukawa · 10 years ago
  45. 4de0479 Return the cursor position in screen coordinates by Yohei Yukawa · 10 years ago
  46. b7b7907 Allow IMEs to start/stop receiving onUpdateCursor callback by Yohei Yukawa · 10 years ago
  47. 6b6b3fd Fix issue #13564072: Back button no longer dismisses IME after voice usage by Dianne Hackborn · 10 years ago
  48. 6fd68e0 Improve doc for EditorInfo#initialSel{Start,End} by Jean Chalard · 10 years ago
  49. d7443c8 Notify commitText event to InputMethodManagerService by Satoshi Kataoka · 11 years ago
  50. 658c7b8 Introduce an API to get the recommended height of the InputMethodWindow by Satoshi Kataoka · 11 years ago
  51. c743cb9 Don't send the same values to onUpdateSelection repeatedly by Jean Chalard · 11 years ago
  52. 15ab6b0 Improve the API document for supportsSwitchingToNextInputMethod by satok · 11 years ago
  53. 2b10b52 Add new API shouldOfferSwitchingToNextInputMethod by Satoshi Kataoka · 11 years ago
  54. b3c21ac Reduce the transaction fee of getEnabledInputMethodSubtypeList by Satoshi Kataoka · 11 years ago
  55. c3a1914 Revert "Reduce the transaction fee of getEnabledInputMethodSubtypeList" by Ken Wakasa · 11 years ago
  56. e9a6f97 Reduce the transaction fee of getEnabledInputMethodSubtypeList by Satoshi Kataoka · 11 years ago
  57. f9e989d Queues, queues, queues and input. by Jeff Brown · 11 years ago
  58. 4d65688 Clear mCurSender when mCurChannel is modified. by Jeff Brown · 11 years ago
  59. ef17e87 Flush pending input events immediately upon channel dispose by Michael Wright · 11 years ago
  60. c28867a Use input transport for communications between app and IME. by Jeff Brown · 11 years ago
  61. c8a7e54 Add pipelining optimization to IME dispatching by Michael Wright · 11 years ago
  62. 52a5352 Separate sessionCreated and finishedEvents callbacks by Michael Wright · 11 years ago
  63. 29c0ed2 Optimize focused input event dispatch in view root. by Jeff Brown · 12 years ago
  64. 3573950 Close the current input method when attached view doesn't have a handler by Satoshi Kataoka · 12 years ago
  65. b38070c IME support for trackball and generic motion events by Victoria Lease · 12 years ago
  66. b570c64 avert 2500ms wait in InputMethodManager by Victoria Lease · 12 years ago
  67. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  68. 4e5184f Fix a crash in InputMethodManager when switching the IME in the system process by Satoshi Kataoka · 12 years ago
  69. 2499bbe Fix bug in IME handling of pending key events. by Jeff Brown · 12 years ago
  70. 04ddf3c Allow applications to recover from IME related ANRs. by Jeff Brown · 12 years ago
  71. ac92087 Fix issue #6499411: Characters not displayed (but suggestion bar is working) by Dianne Hackborn · 12 years ago
  72. 4478de3 Clear IMM references when window dismissed. by Jeff Sharkey · 12 years ago
  73. 05a6cbe Fix a bug with IME blinking just after leaving the lock screen by satok · 12 years ago
  74. 31e4e14 Re-start input when the IME is deactivated but window is focused by satok · 12 years ago
  75. 384f8ba Add missing bullet points in javadoc of InputMethodManager.java by Ken Wakasa · 12 years ago
  76. 1b3d01d Merge "InputConnection is warned when finished" by Gilles Debunne · 12 years ago
  77. 9d69ecb InputConnection is warned when finished by Gilles Debunne · 12 years ago
  78. 0aec3ea am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes auto-correct is inactive" into ics-mr1 by Dianne Hackborn · 12 years ago
  79. 7663d80 Fix issue #6048808: sometimes auto-correct is inactive by Dianne Hackborn · 12 years ago
  80. 50eb3b9 Merge "Encapsulate the ViewRootImpl's handler." by Jeff Brown · 12 years ago
  81. a3b5f6c am 804aa297: am 01810bbb: am 06a591cd: Fix last change -- don\'t call startInputInner() with lock held. by Dianne Hackborn · 12 years ago
  82. 06a591c Fix last change -- don't call startInputInner() with lock held. by Dianne Hackborn · 12 years ago
  83. 9d7b999 am 09170888: am cc1bd4bb: am c470b2dd: Merge "Part of fixing issue #6006757: Keyboard dismissal lags" into ics-mr1 by Justin Ho · 12 years ago
  84. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 12 years ago
  85. a82ba54 Part of fixing issue #6006757: Keyboard dismissal lags by Dianne Hackborn · 12 years ago
  86. 688bd47 Add an api to switch to the next IME and subtype by satok · 12 years ago
  87. c478c17 Unbalanced batch edit begin and end leave TextView unresponsive by Gilles Debunne · 13 years ago
  88. de9dbb0 Fix a warning from the binder, step 2. by Jean Chalard · 13 years ago
  89. ee5e77c Make setAdditionalInputMethodSubtypes async by satok · 13 years ago
  90. 75917b6 Add a comment for setAdditionalInputMethodSubtypes by satok · 13 years ago
  91. 4273ed6 Merge "Enable IMEs to set additional subtypes in background" by satok · 13 years ago
  92. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  93. 91e8812 Enable IMEs to set additional subtypes in background by satok · 13 years ago
  94. 863fcd6 Add onClickView to InputMethodService by satok · 13 years ago
  95. e7c6998e API to set additional subtypes by satok · 13 years ago
  96. 560bcb3 Update internal states stored in InputMethodManager properly by satok · 13 years ago
  97. f9f0100 Add Apis to send notifications when the suggestion was picked by satok · 13 years ago
  98. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  99. d4fce2b Add comments for APIs of InputMethodManager added to Honeycomb by satok · 13 years ago
  100. 68f1b78 Add an API to get the last used input method subtype by satok · 13 years ago