1. c1026e1 Naming style fix for an internal constant by Yohei Yukawa · 10 years ago
  2. 0297051 Trivial method renaming for notifyTextCommitted by Yohei Yukawa · 10 years ago
  3. c941fed Use java.util.Objects by Yohei Yukawa · 10 years ago
  4. 056ffe6 Do not send duplicate CursorAnchorInfo to IME by Yohei Yukawa · 10 years ago
  5. c8d3196 Remove an unused member. by Yohei Yukawa · 10 years ago
  6. c2ddd60 Introduce new API for floating window support by Yohei Yukawa · 10 years ago
  7. 4de0479 Return the cursor position in screen coordinates by Yohei Yukawa · 10 years ago
  8. b7b7907 Allow IMEs to start/stop receiving onUpdateCursor callback by Yohei Yukawa · 10 years ago
  9. 6b6b3fd Fix issue #13564072: Back button no longer dismisses IME after voice usage by Dianne Hackborn · 10 years ago
  10. 6fd68e0 Improve doc for EditorInfo#initialSel{Start,End} by Jean Chalard · 11 years ago
  11. d7443c8 Notify commitText event to InputMethodManagerService by Satoshi Kataoka · 11 years ago
  12. 658c7b8 Introduce an API to get the recommended height of the InputMethodWindow by Satoshi Kataoka · 11 years ago
  13. c743cb9 Don't send the same values to onUpdateSelection repeatedly by Jean Chalard · 11 years ago
  14. 15ab6b0 Improve the API document for supportsSwitchingToNextInputMethod by satok · 11 years ago
  15. 2b10b52 Add new API shouldOfferSwitchingToNextInputMethod by Satoshi Kataoka · 11 years ago
  16. b3c21ac Reduce the transaction fee of getEnabledInputMethodSubtypeList by Satoshi Kataoka · 11 years ago
  17. c3a1914 Revert "Reduce the transaction fee of getEnabledInputMethodSubtypeList" by Ken Wakasa · 11 years ago
  18. e9a6f97 Reduce the transaction fee of getEnabledInputMethodSubtypeList by Satoshi Kataoka · 11 years ago
  19. f9e989d Queues, queues, queues and input. by Jeff Brown · 11 years ago
  20. 4d65688 Clear mCurSender when mCurChannel is modified. by Jeff Brown · 11 years ago
  21. ef17e87 Flush pending input events immediately upon channel dispose by Michael Wright · 11 years ago
  22. c28867a Use input transport for communications between app and IME. by Jeff Brown · 11 years ago
  23. c8a7e54 Add pipelining optimization to IME dispatching by Michael Wright · 11 years ago
  24. 52a5352 Separate sessionCreated and finishedEvents callbacks by Michael Wright · 11 years ago
  25. 29c0ed2 Optimize focused input event dispatch in view root. by Jeff Brown · 12 years ago
  26. 3573950 Close the current input method when attached view doesn't have a handler by Satoshi Kataoka · 12 years ago
  27. b38070c IME support for trackball and generic motion events by Victoria Lease · 12 years ago
  28. b570c64 avert 2500ms wait in InputMethodManager by Victoria Lease · 12 years ago
  29. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  30. 4e5184f Fix a crash in InputMethodManager when switching the IME in the system process by Satoshi Kataoka · 12 years ago
  31. 2499bbe Fix bug in IME handling of pending key events. by Jeff Brown · 12 years ago
  32. 04ddf3c Allow applications to recover from IME related ANRs. by Jeff Brown · 12 years ago
  33. ac92087 Fix issue #6499411: Characters not displayed (but suggestion bar is working) by Dianne Hackborn · 12 years ago
  34. 4478de3 Clear IMM references when window dismissed. by Jeff Sharkey · 12 years ago
  35. 05a6cbe Fix a bug with IME blinking just after leaving the lock screen by satok · 12 years ago
  36. 31e4e14 Re-start input when the IME is deactivated but window is focused by satok · 12 years ago
  37. 384f8ba Add missing bullet points in javadoc of InputMethodManager.java by Ken Wakasa · 12 years ago
  38. 1b3d01d Merge "InputConnection is warned when finished" by Gilles Debunne · 12 years ago
  39. 9d69ecb InputConnection is warned when finished by Gilles Debunne · 13 years ago
  40. 0aec3ea am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes auto-correct is inactive" into ics-mr1 by Dianne Hackborn · 13 years ago
  41. 7663d80 Fix issue #6048808: sometimes auto-correct is inactive by Dianne Hackborn · 13 years ago
  42. 50eb3b9 Merge "Encapsulate the ViewRootImpl's handler." by Jeff Brown · 13 years ago
  43. a3b5f6c am 804aa297: am 01810bbb: am 06a591cd: Fix last change -- don\'t call startInputInner() with lock held. by Dianne Hackborn · 13 years ago
  44. 06a591c Fix last change -- don't call startInputInner() with lock held. by Dianne Hackborn · 13 years ago
  45. 9d7b999 am 09170888: am cc1bd4bb: am c470b2dd: Merge "Part of fixing issue #6006757: Keyboard dismissal lags" into ics-mr1 by Justin Ho · 13 years ago
  46. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 13 years ago
  47. a82ba54 Part of fixing issue #6006757: Keyboard dismissal lags by Dianne Hackborn · 13 years ago
  48. 688bd47 Add an api to switch to the next IME and subtype by satok · 13 years ago
  49. c478c17 Unbalanced batch edit begin and end leave TextView unresponsive by Gilles Debunne · 13 years ago
  50. de9dbb0 Fix a warning from the binder, step 2. by Jean Chalard · 13 years ago
  51. ee5e77c Make setAdditionalInputMethodSubtypes async by satok · 13 years ago
  52. 75917b6 Add a comment for setAdditionalInputMethodSubtypes by satok · 13 years ago
  53. 4273ed6 Merge "Enable IMEs to set additional subtypes in background" by satok · 13 years ago
  54. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  55. 91e8812 Enable IMEs to set additional subtypes in background by satok · 13 years ago
  56. 863fcd6 Add onClickView to InputMethodService by satok · 13 years ago
  57. e7c6998e API to set additional subtypes by satok · 13 years ago
  58. 560bcb3 Update internal states stored in InputMethodManager properly by satok · 13 years ago
  59. f9f0100 Add Apis to send notifications when the suggestion was picked by satok · 13 years ago
  60. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  61. d4fce2b Add comments for APIs of InputMethodManager added to Honeycomb by satok · 13 years ago
  62. 68f1b78 Add an API to get the last used input method subtype by satok · 13 years ago
  63. ad8484b Cursor does not jump back to its previous position when IME is showed up. by Gilles Debunne · 14 years ago
  64. 857fd9b Plumb whether an input view is actually visible or not through from the IME by Joe Onorato · 14 years ago
  65. 7c8c6d6 Typo in InputMethodManager's documentation by Gilles Debunne · 14 years ago
  66. 8cbb4c6 NULL inputType text fields should never show the IME. by Gilles Debunne · 14 years ago
  67. 16331c8 Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled. by satok · 14 years ago
  68. 440aab5 Removed InputMethodSubtypePicker by satok · 14 years ago
  69. 2820351 Add an API to set InputMethodAndSubtype by satok · 14 years ago
  70. f3db1af Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodInfo, List<InputMethodSubtype>> by satok · 14 years ago
  71. 4e4569d Add an API to get shortcut IMEs by satok · 14 years ago
  72. 67ddf9c Add a function to get enabledInputMethodAndSubtype by satok · 14 years ago
  73. b66d287 Add a setter of InputMethodSubtype to InputMethodManager by satok · 14 years ago
  74. 735cf38 Add a function to switch back to the last used IME by satok · 14 years ago
  75. 06487a5 Add a functionarity for showing / hiding IME button on the system bar by satok · 14 years ago
  76. 04d5020 Show Subtype Icon properly in the system status bar by satok · 14 years ago
  77. 47a4491 Add InputMethodEnabler for enabling input methods and subtypes by satok · 14 years ago
  78. ab751aa Add methods for managing subtypes by satok · 14 years ago
  79. d4723bb Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread" by Gilles Debunne · 14 years ago
  80. a18cf54 InputMethodManager showSoftInput return documentation. by Gilles Debunne · 14 years ago
  81. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  82. 4eba271 Automated import from //branches/master/...@141043,141043 by Dianne Hackborn · 15 years ago
  83. 51bf077 Automated import from //branches/master/...@141004,141004 by Dianne Hackborn · 15 years ago
  84. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  85. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  86. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  87. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  88. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  89. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  90. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  91. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  92. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  93. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  94. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  95. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  96. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  97. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  98. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago