1. 8aa9963 Fix Apache license comment by Tadashi G. Takaoka · 12 years ago
  2. d818f1e Stop relying on the soft keyboard to get the editor action. by Jean Chalard · 12 years ago
  3. b6ca354 Small code cleanups by Ken Wakasa · 12 years ago
  4. 1e6edb3 Remove AudioManagerCompatWrapper.java by Ken Wakasa · 12 years ago
  5. 359c35e Add CoordinateUtils class by Tadashi G. Takaoka · 12 years ago
  6. 240871e Move code point constants from Keyboard to Constants class by Tadashi G. Takaoka · 12 years ago
  7. a28a05e Cleanup: Make some classes as final by Tadashi G. Takaoka · 12 years ago
  8. dc2ee77 When Accessibility is on, intercept touch events during dispatch. by alanv · 12 years ago
  9. 2c0c1cc Merge "Fix key info reported by keyboard accessibility node provider." into jb-mr1-dev by Tadashi G. Takaoka · 12 years ago
  10. 26b424b Fix key info reported by keyboard accessibility node provider. by alanv · 12 years ago
  11. 1e11c44 Make utility classes final by Tadashi G. Takaoka · 12 years ago
  12. e76a9b3 Adjust accessibility edge slop. by alanv · 12 years ago
  13. ecfbf46 Add static construct method for SparseArray by Tadashi G. Takaoka · 12 years ago
  14. 5f282ea Add CollectionUtils class to create generic collection easily by Tadashi G. Takaoka · 12 years ago
  15. 5f312c9 Change accessibility event type for app-driven speech. by alanv · 12 years ago
  16. ba037c6 Add accessibility descriptions for additional non-character keys. by alanv · 12 years ago
  17. c8e45dd Rename LatinKeyboardView to MainKeyboardView by Tadashi G. Takaoka · 12 years ago
  18. 56853c1 Use SparseArray<E> instead of HashMap<Integer,E> by Tadashi G. Takaoka · 12 years ago
  19. d3cc73a Removing implementation of unnecessary APIs taken out of the support lib. by Svetoslav Ganov · 12 years ago
  20. b910b18 Update LatinIME due to hidden APIs taken out of the support lib. by Svetoslav Ganov · 12 years ago
  21. f147794 Refresh Accessibility key mapping when KeyboardView changes Keyboards. by alanv · 12 years ago
  22. 40e5f40 Merge "Add special case for speaking ACTION_ENTER keys." into jb-dev by Charles Chen · 12 years ago
  23. 0803271 Add special case for speaking ACTION_ENTER keys. by alanv · 12 years ago
  24. 48ccd55 Update keyboard view used by node provider. Remove global layout listener. by alanv · 12 years ago
  25. 067689c Always use AccessibilityUtils to send events. by alanv · 12 years ago
  26. cc38306 Only speak key label after checking for password obscure flag. by alanv · 12 years ago
  27. 282adf7 Pass IME accessibility events directly to the AccessibilityManager. by alanv · 12 years ago
  28. d4f7a26 Fix NPE on HOVER_EXIT event when not touching a key. by alanv · 12 years ago
  29. f2eba97 Make LatinIME keys accessibility focusable, clickable. by alanv · 12 years ago
  30. 6662e2a Implement "lift-to-type" interaction. Fix event text. by alanv · 12 years ago
  31. b4c41fa Use key index as virtual view ID. by alanv · 12 years ago
  32. 8e5f79f Remove unused code from AccessibilityEntityProvider. by alanv · 12 years ago
  33. 34b2b5e Remove accessibility gesture handlers from LatinIME. by alanv · 12 years ago
  34. 621e3f9 Fix the build by Svetoslav Ganov · 12 years ago
  35. 26c80a1 Set view properties for Key node infos. by alanv · 12 years ago
  36. be55086 Cleanup InputTypeCompatUtils to InputTypeUtils by Tadashi G. Takaoka · 12 years ago
  37. 78e3335 Remove ViewParentCompatUtils by Tadashi G. Takaoka · 12 years ago
  38. c6435f9 Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils by Tadashi G. Takaoka · 12 years ago
  39. b4fbbe5 Avoid using collection interface, using array instead by Tadashi G. Takaoka · 13 years ago
  40. 9a81ce9 Added virtual view hierarchy for keyboard accessibility. by alanv · 13 years ago
  41. 8d4f0d5 Improved shift key and symbol/alpha switch key accessibility feedback. by alanv · 13 years ago
  42. c603409 Removed CODE_CAPSLOCK from keyboard accessibility (fixing build). by alanv · 13 years ago
  43. 02dd837 Merge "Removed spoken descriptions for characters supported by TTS or TalkBack." by Charles Chen · 13 years ago
  44. 7ca1249 Refactored shift key spoken description into separate method. by alanv · 13 years ago
  45. f3e951b Removed spoken descriptions for characters supported by TTS or TalkBack. by alanv · 13 years ago
  46. 3096484 Merge "Auto generate various shift states alphabet keyboard automatically" by Tadashi G. Takaoka · 13 years ago
  47. ca2f051 Auto generate various shift states alphabet keyboard automatically by Tadashi G. Takaoka · 13 years ago
  48. 16f7439 Removed unused "no item selected" notification & supporting code from keyboard accessibility. by alanv · 13 years ago
  49. 8cab0b5 Get rid of Keyboard.CODE_DUMMY by Tadashi G. Takaoka · 13 years ago
  50. 2ac5988 Cleanup unused variables and parameters by Tadashi G. Takaoka · 13 years ago
  51. 55c0198 am c960695f: Updated keyboard to use SPEAK_PASSWORD preference. by Alan Viverette · 13 years ago
  52. c960695 Updated keyboard to use SPEAK_PASSWORD preference. by Alan Viverette · 13 years ago
  53. e22baaa Get rid of usage of key index by Tadashi G. Takaoka · 13 years ago
  54. 3b82e81 Merge "Fixed typing uppercase letters when touch exploration is enabled." by Svetoslav Ganov · 13 years ago
  55. e87fd4d Fixed typing uppercase letters when touch exploration is enabled. by Alan Viverette · 13 years ago
  56. e7eac90 Pending onStartInputView only if the EditorInfo is identical by Tadashi G. Takaoka · 13 years ago
  57. 166530b Removed lift-to-type from LatinIME accessibility. by Alan Viverette · 13 years ago
  58. b0c8db0 Let accessibility users know to connect a headset when the IME connects to a password field. by Alan Viverette · 13 years ago
  59. ab72a97 Cleanup unused import by Tadashi G. Takaoka · 13 years ago
  60. c84bc34 Rename LatinKeyboardBaseView to LatinKeyboardView by Tadashi G. Takaoka · 13 years ago
  61. e486175 Merge "Fixed speaking keys when editing password fields" by Ken Wakasa · 13 years ago
  62. 58e3f10 Fixed speaking keys when editing password fields by Alan Viverette · 13 years ago
  63. 65a898d Simplifying accessibility code in keyboard's dispatchTouchEvent() by Alan Viverette · 13 years ago
  64. 60ccbe1 Clean up keyboard loading and switching by Tadashi G. Takaoka · 13 years ago
  65. 586a15c Fixed duplicate call to dispatchOnPopulateAccessibilityEvent() by Alan Viverette · 13 years ago
  66. 8721398 Merge "Fixed accessibility navigation gesture sound volume" by Ken Wakasa · 13 years ago
  67. cc4b63e Updated check for touch exploration enabled state by Alan Viverette · 13 years ago
  68. 356d687 Fixed accessibility navigation gesture sound volume by Alan Viverette · 13 years ago
  69. f426cdd Add KeyEventHandler interface by Tadashi G. Takaoka · 13 years ago
  70. 0efe174 Pass KeyboardView to PointerTracker on down event by Tadashi G. Takaoka · 13 years ago
  71. 906f031 Holding PointerTrackerQueue inside PointerTracker by Tadashi G. Takaoka · 13 years ago
  72. f60d09a Narrower KeyboardView reference by Tadashi G. Takaoka · 13 years ago
  73. 5f6816f Move keyboard event handling code to separate LatinKeyboardBaseView class by Tadashi G. Takaoka · 13 years ago
  74. 87d7929 Added text navigation gestures for keyboard touch exploration. by Alan Viverette · 13 years ago
  75. 0464850 Add key description for "fullwidth asterisk" used on phone/number layout by Tadashi G. Takaoka · 13 years ago
  76. 520a297 Draw phone/number keyboard layout witout icon by Tadashi G. Takaoka · 13 years ago
  77. 4f0d290 Avoid memory leak by by non-static Handler inner classes by Ken Wakasa · 13 years ago
  78. e775909 Move Key class out of internal package by Tadashi G. Takaoka · 13 years ago
  79. 44f8dc3 Fixing build error due to refactored import. by Alan Viverette · 13 years ago
  80. 5ac4638 Added support for touch exploration to Latin IME. by Alan Viverette · 13 years ago