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