1. 5ba31aa Fix crash in KeyboardView with null Handler by Clara Bayarri · 9 years ago
  2. d0374c6 Fix a few view ctors to not call Looper.myLooper by John Reck · 9 years ago
  3. 6fcbb56 Handle BadTokenException exception more reliably. by Yohei Yukawa · 9 years ago
  4. 686e034 Merge "Mechanical merge of nested if statements." by Yohei Yukawa · 9 years ago
  5. 24182f3 Remove redundant casts. by Yohei Yukawa · 9 years ago
  6. ac8bdd2 Mechanical merge of nested if statements. by Yohei Yukawa · 9 years ago
  7. 2305f99 am abe22377: am 7423ca03: am d49c3b65: am 00eb5767: am 437eb6ce: Merge "Fix: Wrong suggestion popup position in extract mode." into mnc-dev by Keisuke Kuroyanagi · 9 years ago
  8. fd3eff2 Fix: Wrong suggestion popup position in extract mode. by Keisuke Kuroyanagi · 9 years ago
  9. e937abe am 943b001c: am b9384d5d: am 31ccc9f0: am a7e2ab6e: am 8af7432c: Merge "Fix "Select All" in extracted mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  10. a2c1d78 am 464f4006: am dfa116e2: am 2e59771e: am 0e6360f4: am a9b9907f: Merge "Fix insertion handle disappearing in extract mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  11. 5396c13 Fix "Select All" in extracted mode by Andrei Stingaceanu · 9 years ago
  12. 93c47ea Update fullscreen state on hiding window. by Seigo Nonaka · 9 years ago
  13. cfa13a7 Fix insertion handle disappearing in extract mode by Andrei Stingaceanu · 9 years ago
  14. e931157 am 6a402ca6: am d408d293: am ab142f7f: Merge "Handle back key to cancel text action mode in full-screen IME." into mnc-dev by Yohei Yukawa · 9 years ago
  15. 38940aa Handle back key to cancel text action mode in full-screen IME. by Yohei Yukawa · 9 years ago
  16. ec9e10b am 4ca5725f: am 76d2204d: am b1891b3f: Fix selection by double tap in Extracted mode by Andrei Stingaceanu · 9 years ago
  17. b1891b3 Fix selection by double tap in Extracted mode by Andrei Stingaceanu · 9 years ago
  18. 5b2a098 Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b. by Yohei Yukawa · 9 years ago
  19. fd65287 Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b. by Yohei Yukawa · 9 years ago
  20. b75c59f am 4878a26c: am bbbe13d5: am d4673355: Merge "Keyboard.Key#onReleased() should handle inside parameter." into mnc-dev by Yohei Yukawa · 9 years ago
  21. d467335 Merge "Keyboard.Key#onReleased() should handle inside parameter." into mnc-dev by Yohei Yukawa · 9 years ago
  22. 5c31de3 Keyboard.Key#onReleased() should handle inside parameter. by Yohei Yukawa · 9 years ago
  23. 710645e Remove ExtractEditAction - part 1 by Andrei Stingaceanu · 9 years ago
  24. 1036c74 Revert "Completely remove ExtractActionMode - master cherrypick" by Andrei Stingaceanu · 9 years ago
  25. 0024547 Completely remove ExtractActionMode - master cherrypick by Andrei Stingaceanu · 9 years ago
  26. 4c1b731 Completely remove ExtractActionMode from ExtractEditLayout by Andrei Stingaceanu · 9 years ago
  27. e937216 Catch BadTokenException and continue in clearInsetofPreviousIme. by Seigo Nonaka · 9 years ago
  28. 7938cdb Separate the SelectionActionMode into Insertion and Selection. by Clara Bayarri · 9 years ago
  29. 2977eb7 Clear the inset of previous IME when necessary. by Yohei Yukawa · 9 years ago
  30. 98d8802 Notify IME visibility when showWindow is called. by Seigo Nonaka · 9 years ago
  31. a3f3a30 am 66a51c70: am da1bc605: am 7a3c8c70: Merge "Fixed memory leak in ExtractEditLayout finish()" by Adam Powell · 9 years ago
  32. 5672670 Fixed memory leak in ExtractEditLayout finish() by Johan8 Persson2 · 12 years ago
  33. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  34. 32acf75 am 83c804be: Merge "Prevent duplicated registration of OnComputeInternalInsetsListener" automerge: efd9abb by Yohei Yukawa · 9 years ago
  35. 72745ff Prevent duplicated registration of OnComputeInternalInsetsListener by Seonggoo Kang · 10 years ago
  36. 9752428 Use CURRENT_OR_SELF when checking SPEAK_PASSWORD setting by Alan Viverette · 10 years ago
  37. b6e0cb9 Load SPEAK_PASSWORD from currently active user rather than self by Alan Viverette · 10 years ago
  38. a277db2 Remove CursorAnchorInfoRequest and related stuff by Yohei Yukawa · 10 years ago
  39. e07b595 Deprecate InputMethodService.enableHardwareAcceleration() by Alan Viverette · 10 years ago
  40. 0023d0e Polish new IME API for L part 2: CursorAnchorInfo by Yohei Yukawa · 10 years ago
  41. 20d9474 More work on voice interaction visuals. by Dianne Hackborn · 10 years ago
  42. e30e02f Add system layer for voice interaction services. by Dianne Hackborn · 10 years ago
  43. c2ddd60 Introduce new API for floating window support by Yohei Yukawa · 10 years ago
  44. 5effd7e Partial revert "Load device default theme mapping from resources" by Alan Viverette · 10 years ago
  45. c03c916 Further work on voice interaction services. by Dianne Hackborn · 10 years ago
  46. 0810b63 Load device default theme mapping from resources by Alan Viverette · 10 years ago
  47. c644ff6 Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT by Yohei Yukawa · 10 years ago
  48. 4de0479 Return the cursor position in screen coordinates by Yohei Yukawa · 10 years ago
  49. b7b7907 Allow IMEs to start/stop receiving onUpdateCursor callback by Yohei Yukawa · 10 years ago
  50. 6259933 Switch framework Holo references to Quantum.Light by Alan Viverette · 10 years ago
  51. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  52. c762ac2 am 4c62da69: am 145cac85: am 4bf6eb17: Merge "Memory leak in IInputMethodSessionWrapper executeMessage" by Jeff Brown · 11 years ago
  53. 4c62da6 am 145cac85: am 4bf6eb17: Merge "Memory leak in IInputMethodSessionWrapper executeMessage" by Jeff Brown · 11 years ago
  54. 658c7b8 Introduce an API to get the recommended height of the InputMethodWindow by Satoshi Kataoka · 11 years ago
  55. ad8eef9 am 4faa694e: am d3758420: am 65e91126: Merge "Allow IMEs to extend below nav bar, remove SystemUI veto." into klp-dev by John Spurlock · 11 years ago
  56. c68d577 Allow IMEs to extend below nav bar, remove SystemUI veto. by John Spurlock · 11 years ago
  57. f6fac14 am 4895ec3d: am 940a2ad6: Merge "Don\'t send the same values to onUpdateSelection repeatedly" into klp-dev by Jean Chalard · 11 years ago
  58. c743cb9 Don't send the same values to onUpdateSelection repeatedly by Jean Chalard · 11 years ago
  59. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  60. 857cdff Memory leak in IInputMethodSessionWrapper executeMessage by Henrik Baard · 14 years ago
  61. 240b6bf Fix possible NPE in IInputMethodWrapper by Satoshi Kataoka · 11 years ago
  62. c56191f Resolve inconsistent conditions in InputMethodService by Satoshi Kataoka · 11 years ago
  63. f09993c am 1a546dca: Merge "Fixed the problem ime invisible status despite being the icon that appears in the statusbar." by Satoshi Kataoka · 11 years ago
  64. c28867a Use input transport for communications between app and IME. by Jeff Brown · 11 years ago
  65. 52a5352 Separate sessionCreated and finishedEvents callbacks by Michael Wright · 11 years ago
  66. f403b1f Clear mWindowAdded when window was not added. DO NOT MERGE by Craig Mautner · 11 years ago
  67. e4bbb1c Catch BadTokenException and continue. by Craig Mautner · 11 years ago
  68. ca0ac71 Remove WindowManager messages from remote queue. by Craig Mautner · 11 years ago
  69. 6efb4c7 Put debug back in for b/b8263462. by Craig Mautner · 11 years ago
  70. 217fd29 Fixed the problem ime invisible status despite being the icon that appears in the statusbar. by jungheang.lee · 11 years ago
  71. d44280e resolved conflicts for merge of ebcbfb3f to master by Mita Yun · 12 years ago
  72. ed218c7 Use asynchronous messages for input method events. by Mita Yun · 12 years ago
  73. 350d4cb am ae41ba15: am 4424951f: am 1e29e49c: Merge "Reduce jankiness of the transition between a text field with FLAG_NO_FULLSCREEN and a text field with FLAG_NO_EXTRACT_UI" into jb-mr1.1-dev by Satoshi Kataoka · 12 years ago
  74. 8b117c8 Reduce jankiness of the transition between a text field with FLAG_NO_FULLSCREEN and a text field with FLAG_NO_EXTRACT_UI by Satoshi Kataoka · 12 years ago
  75. cb95cd6 Fix downTime of InputMethodService.sendDownUpKeyEvents method by Tadashi G. Takaoka · 12 years ago
  76. 6e2bee7 Migrate more System and Secure settings to Global. by Jeff Sharkey · 12 years ago
  77. b38070c IME support for trackball and generic motion events by Victoria Lease · 12 years ago
  78. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  79. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  80. 836531b Add API to turn on HW drawing in IMEs. by Dianne Hackborn · 12 years ago
  81. b369a14 Documentation cleanup by Kurt Partridge · 12 years ago
  82. 405bc51 Add/refine comments to reflect key event policies by Jean Chalard · 12 years ago
  83. b6a0b09 Interaction model of KeyboarView should be same as latimIME by Svetoslav Ganov · 12 years ago
  84. 2f913d9 Fix the issue that the ime switch icon is remaining after closing VoiceInput by satok · 12 years ago
  85. 4f8b71e am a97a7b5a: am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1 by Quddus Chong · 12 years ago
  86. ee71b1f docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). by Quddus Chong · 12 years ago
  87. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  88. b98a81f Add support for optional titles in action modes by Adam Powell · 12 years ago
  89. 14568c3 Fixes around extract mode by Gilles Debunne · 13 years ago
  90. e300be9 IOOB is Suggestions by Gilles Debunne · 13 years ago
  91. 55f937a Adding a system preference whether to speak passwords in accessibility mode. by Svetoslav Ganov · 13 years ago
  92. 39ba6d9 Extracted text problems by Gilles Debunne · 13 years ago
  93. 6757861 Update KeyBoardView to reflect the interaction model in Latin IME by Svetoslav Ganov · 13 years ago
  94. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  95. bd39ca7 Make prompt for headset while typing a password if accessibilbity is on less verbose. by Svetoslav Ganov · 13 years ago
  96. a95e108 Fix 5335993, calculate correct size of lockscreen buttons by Chet Haase · 13 years ago
  97. a0b1cc0 Merge "Call onFinishInputView in onDestroy" by satok · 13 years ago
  98. 86ed436 Fix bug 5237737 - ActionBar should fire an accessibility event when by Adam Powell · 13 years ago
  99. f17db9f Call onFinishInputView in onDestroy by satok · 13 years ago
  100. 41ccb08 Merge "Skip the exit animation when the IME is destroyed." by satok · 13 years ago