1. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  2. 240b6bf Fix possible NPE in IInputMethodWrapper by Satoshi Kataoka · 11 years ago
  3. c56191f Resolve inconsistent conditions in InputMethodService by Satoshi Kataoka · 11 years ago
  4. 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
  5. c28867a Use input transport for communications between app and IME. by Jeff Brown · 11 years ago
  6. 52a5352 Separate sessionCreated and finishedEvents callbacks by Michael Wright · 11 years ago
  7. f403b1f Clear mWindowAdded when window was not added. DO NOT MERGE by Craig Mautner · 11 years ago
  8. e4bbb1c Catch BadTokenException and continue. by Craig Mautner · 11 years ago
  9. ca0ac71 Remove WindowManager messages from remote queue. by Craig Mautner · 11 years ago
  10. 6efb4c7 Put debug back in for b/b8263462. by Craig Mautner · 11 years ago
  11. 217fd29 Fixed the problem ime invisible status despite being the icon that appears in the statusbar. by jungheang.lee · 11 years ago
  12. d44280e resolved conflicts for merge of ebcbfb3f to master by Mita Yun · 12 years ago
  13. ed218c7 Use asynchronous messages for input method events. by Mita Yun · 12 years ago
  14. 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
  15. 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
  16. cb95cd6 Fix downTime of InputMethodService.sendDownUpKeyEvents method by Tadashi G. Takaoka · 12 years ago
  17. 6e2bee7 Migrate more System and Secure settings to Global. by Jeff Sharkey · 12 years ago
  18. b38070c IME support for trackball and generic motion events by Victoria Lease · 12 years ago
  19. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  20. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  21. 836531b Add API to turn on HW drawing in IMEs. by Dianne Hackborn · 12 years ago
  22. b369a14 Documentation cleanup by Kurt Partridge · 12 years ago
  23. 405bc51 Add/refine comments to reflect key event policies by Jean Chalard · 12 years ago
  24. b6a0b09 Interaction model of KeyboarView should be same as latimIME by Svetoslav Ganov · 12 years ago
  25. 2f913d9 Fix the issue that the ime switch icon is remaining after closing VoiceInput by satok · 12 years ago
  26. 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
  27. ee71b1f docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). by Quddus Chong · 12 years ago
  28. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  29. b98a81f Add support for optional titles in action modes by Adam Powell · 12 years ago
  30. 14568c3 Fixes around extract mode by Gilles Debunne · 13 years ago
  31. e300be9 IOOB is Suggestions by Gilles Debunne · 13 years ago
  32. 55f937a Adding a system preference whether to speak passwords in accessibility mode. by Svetoslav Ganov · 13 years ago
  33. 39ba6d9 Extracted text problems by Gilles Debunne · 13 years ago
  34. 6757861 Update KeyBoardView to reflect the interaction model in Latin IME by Svetoslav Ganov · 13 years ago
  35. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  36. bd39ca7 Make prompt for headset while typing a password if accessibilbity is on less verbose. by Svetoslav Ganov · 13 years ago
  37. a95e108 Fix 5335993, calculate correct size of lockscreen buttons by Chet Haase · 13 years ago
  38. a0b1cc0 Merge "Call onFinishInputView in onDestroy" by satok · 13 years ago
  39. 86ed436 Fix bug 5237737 - ActionBar should fire an accessibility event when by Adam Powell · 13 years ago
  40. f17db9f Call onFinishInputView in onDestroy by satok · 13 years ago
  41. 41ccb08 Merge "Skip the exit animation when the IME is destroyed." by satok · 13 years ago
  42. c0c8765 Skip the exit animation when the IME is destroyed. by satok · 13 years ago
  43. 34703b6 The back key stops selection mode in extracted text mode. by Gilles Debunne · 13 years ago
  44. 7686620 Merge "Send onViewClicked in the extract mode" by satok · 13 years ago
  45. a67a3cf Send onViewClicked in the extract mode by satok · 13 years ago
  46. 36a97e40 Fix bug 5228657 - Input method window rendered with titlebar by Adam Powell · 13 years ago
  47. e8b8e1a Adding accessibility support to the PIN lock screen. by Svetoslav Ganov · 13 years ago
  48. d859c45 Merge "Breaks the build" by Svetoslav Ganov · 13 years ago
  49. 7093493 Breaks the build by Svetoslav Ganov · 13 years ago
  50. 309b18e Merge "Adding accessibility support to the PIN lock screen." by Svetoslav Ganov · 13 years ago
  51. 6e90a36 Fix bug 5159736 - Make DeviceDefault the default by Adam Powell · 13 years ago
  52. 0d67c89 Adding accessibility support to the PIN lock screen. by Svetoslav Ganov · 13 years ago
  53. d06caed Fix bug 5048482 - mischievous monkeys editing text in IME extract mode by Adam Powell · 13 years ago
  54. 459ac63 Bug 5014726: Paste works in ExtractedText by Gilles Debunne · 13 years ago
  55. 863fcd6 Add onClickView to InputMethodService by satok · 13 years ago
  56. 5ee36c4 Handle action modes in the IME extract mode view. by Adam Powell · 13 years ago
  57. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  58. 21334fd Fix key preview coordinates calculation by Tadashi G. Takaoka · 13 years ago
  59. 8710e76 Follow up change to I741642ac by Ken Wakasa · 14 years ago
  60. 857fd9b Plumb whether an input view is actually visible or not through from the IME by Joe Onorato · 14 years ago
  61. f4f05b8 Update package descriptions with editorial revisions. by Scott Main · 14 years ago
  62. 24a0b71 Merge "Clip touch event at SoftInputWindow to handle the event from Inset" into honeycomb by Ken Wakasa · 14 years ago
  63. 7bd6c20 Clip touch event at SoftInputWindow to handle the event from Inset by Tadashi G. Takaoka · 14 years ago
  64. a308c03 Fix NPE in IInputMethodSessionWrapper.executeMessage by Ken Wakasa · 14 years ago
  65. 8cbb4c6 NULL inputType text fields should never show the IME. by Gilles Debunne · 14 years ago
  66. 0e5bf50 Merge "Show ime switch icon when there is a hard keyboard" into honeycomb by satok · 14 years ago
  67. 865b977 Show ime switch icon when there is a hard keyboard by satok · 14 years ago
  68. 6465f77 Fix 3374446: Allow multiple shift keys in Keyboard. by Jim Miller · 14 years ago
  69. fbf0977 Support non-rectangular input regions. by Jeff Brown · 14 years ago
  70. d922ae0 Add Holo theme for IMEs. by Dianne Hackborn · 14 years ago
  71. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  72. 9ef0283 Change API for getting InputMethodSubtype's mode from resource id to String by satok · 14 years ago
  73. dea3ef7 Add new resize mode to not resize, new web input types. by Dianne Hackborn · 14 years ago
  74. 06487a5 Add a functionarity for showing / hiding IME button on the system bar by satok · 14 years ago
  75. 2493c16 resolved conflicts for merge of 2da9338c to master by Gilles Debunne · 14 years ago
  76. f8d8149 Made paste work in ExtractEditText by Gilles Debunne · 14 years ago
  77. ab751aa Add methods for managing subtypes by satok · 14 years ago
  78. 2c7ab08 am a79433cb: am ecd43cca: Merge "Initialize Keyboard.Key attributes from parent Keyboard.Row" into gingerbread by Tadashi G. Takaoka · 14 years ago
  79. b65b7cb Initialize Keyboard.Key attributes from parent Keyboard.Row by Tadashi G. Takaoka · 14 years ago
  80. dbd25cd Made text selection work in ExtractEditText. DO NOT MERGE by Gilles Debunne · 14 years ago
  81. 9e0a9d8 am ff46a5c9: am d2fbabad: Merge "Fixed single line state on TextView." into gingerbread by Gilles Debunne · 14 years ago
  82. e67b58a Fixed single line state on TextView. by Gilles Debunne · 14 years ago
  83. 8171b51 lock screen for xlarge by Jae Yong Sung · 14 years ago
  84. 0972d07 Fix KeyboardView's verticalCorrection handling by Tadashi G. Takaoka · 14 years ago
  85. 007ad77 merge from open-source master by The Android Open Source Project · 14 years ago
  86. 59eb691 Fix an NPE in InputMethodService when mExtractAction is null. by Steve Kondik · 15 years ago
  87. c89704a merge from open-source master by The Android Open Source Project · 14 years ago
  88. 42973a4 Move the key feedback bubble to the side if there's not enough room above. bug: 2519903 by Amith Yamasani · 14 years ago
  89. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  90. a8b00c8 Logging to track down an elusive bug with Messaging app losing IME focus in landscape. by Amith Yamasani · 14 years ago
  91. 0c33ed2 Fix Memory Leak When Switching Input Methods by Devin Taylor · 14 years ago
  92. 7aa936e Fix key debounce (was too aggressive and buggy) and dismiss mini keyboard on cancel event. by Amith Yamasani · 15 years ago
  93. 0b31970 Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView by Jim Miller · 15 years ago
  94. ec5df83 Fix to enable having a primary index that's not the closest match. by Amith Yamasani · 15 years ago
  95. 46a61bb Prevent crash in KeyboardView when the view is 0x0. by Romain Guy · 15 years ago
  96. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  97. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  98. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  99. 4d2c27b Fix for 2345922: Press and hold space in ?123 mode will give ..... by Amith Yamasani · 15 years ago
  100. 0743a38 Close popup when Keyboard gets a CANCEL motion event. by Amith Yamasani · 15 years ago