1. d256927 Migrated various apps under packages/inputmethods/LatinIME/ to androidx by vineel sadineni · 6 years ago
  2. ac23d00 Calling getClass on a class will return Class.class. by Ian Rogers · 8 years ago
  3. 38b15af Suppress redundant TYPE_WINDOWS_STATE_CHANGED. by Yohei Yukawa · 9 years ago
  4. 5254c01 Fix master build. by Dan Zivkovic · 10 years ago
  5. 12d80eb Remove shortcut support from LatinIME. by Dan Zivkovic · 10 years ago
  6. 53b6d62 Refactor PointerTracker and MainKeyboardView by Tadashi G. Takaoka · 10 years ago
  7. a94733c Fix an NPE. by Jean Chalard · 10 years ago
  8. 5b91b55 Move util classes under common by Jean Chalard · 10 years ago
  9. 4beeb92 Move StringUtils under common. by Jean Chalard · 10 years ago
  10. 9342484 Move Constants.java to the latin.common package by Ken Wakasa · 10 years ago
  11. 5f00fe0 Fix some compiler warnings by Tadashi G. Takaoka · 10 years ago
  12. d9d5ba4 Fix verbalizing missing emoticons by Tadashi G. Takaoka · 10 years ago
  13. 85ddfe1 Revert "Revert "[ML1] Introduce RichInputMethodSubtype"" by Jean Chalard · 10 years ago
  14. a63d0a8 Revert "[ML1] Introduce RichInputMethodSubtype" by Jean Chalard · 10 years ago
  15. 8ffe4bc [ML1] Introduce RichInputMethodSubtype by Jean Chalard · 10 years ago
  16. 1e31672 Support performAccessibilityAction for CLICK and LONG_CLICK by Tadashi G. Takaoka · 10 years ago
  17. adba09b Remove redundant override methods and extended classes by Tadashi G. Takaoka · 10 years ago
  18. 3d8848e Refactor keyboard accessibility delegate classes by Tadashi G. Takaoka · 10 years ago
  19. d4b6af1 Add click and long click actions to key node info by Tadashi G. Takaoka · 10 years ago
  20. d801b6e Populate accessibility root node info of keyboard by Tadashi G. Takaoka · 10 years ago
  21. a2e365d Stop announcing suggestions strip content while more keys keyboard is showing by Tadashi G. Takaoka · 10 years ago
  22. 163f318 Merge "Return an empty accessibility node info for a keyboard" by Tadashi G. Takaoka · 10 years ago
  23. 9934740 Return an empty accessibility node info for a keyboard by Tadashi G. Takaoka · 10 years ago
  24. 1dbeb25 Use MoreKeysDetector for accessibility by Tadashi G. Takaoka · 10 years ago
  25. 08199ec Clear PointerTracker state when more keys keyboard is dismissed by Tadashi G. Takaoka · 10 years ago
  26. 48b96a6 Fix TalkBack descriptions of keyboard shift mode transition by Tadashi G. Takaoka · 10 years ago
  27. 176f803 Use rectangle region to ignore hover events after long press by Tadashi G. Takaoka · 10 years ago
  28. 24fab55 Refactor KeyCodeDescriptionMapper class a bit by Tadashi G. Takaoka · 10 years ago
  29. aea4292 Support more suggestions accessibility mode by Tadashi G. Takaoka · 10 years ago
  30. 62316d7 Support more keys accessibility mode by Tadashi G. Takaoka · 10 years ago
  31. 1a0cd08 Add onRegisterHoverKey to accessibility delegate by Tadashi G. Takaoka · 10 years ago
  32. 2c35f3b Revert "Pass hover event to accessibility key handling methods" by Tadashi G. Takaoka · 10 years ago
  33. ae0fab9 Load KeyCodeDescriptionMapper class lazily by Tadashi G. Takaoka · 10 years ago
  34. 2351b4f Fix synthesizing MotionEvent by Tadashi G. Takaoka · 10 years ago
  35. a021395 Pass hover event to accessibility key handling methods by Tadashi G. Takaoka · 10 years ago
  36. d0b79cc Add verbalization of symbols that are unsupported by TTS/TalkBack by Tadashi G. Takaoka · 10 years ago
  37. 82674ca Fix to clear on hover visual cue by Tadashi G. Takaoka · 10 years ago
  38. 639e431 Support fine grained hover event handling by Tadashi G. Takaoka · 10 years ago
  39. d3642a2 Merge "Refactor KeyboardAccessibilityDelegate class a bit" by Tadashi G. Takaoka · 10 years ago
  40. 87d2f3e Refactor KeyboardAccessibilityDelegate class a bit by Tadashi G. Takaoka · 10 years ago
  41. a80d55d Remove compiler warning from accessibility package by Tadashi G. Takaoka · 10 years ago
  42. 9647d7f Use onHoverEvent instead of dispatchHoverEvent by Tadashi G. Takaoka · 10 years ago
  43. f6d59f6 Merge "Announce the same key again" by Tadashi G. Takaoka · 10 years ago
  44. a1b47eb Announce the same key again by Tadashi G. Takaoka · 10 years ago
  45. 7b5bccc Use "unknown emoji" or emoji that has an empty translation by Tadashi G. Takaoka · 10 years ago
  46. a91561a Use Java 7 diamond operator by Tadashi G. Takaoka · 10 years ago
  47. fee4073 Add spoken description of accented letters by Tadashi G. Takaoka · 10 years ago
  48. 305778b Support accessibility TalkBack in emoji palette by Tadashi G. Takaoka · 10 years ago
  49. f222850 Move generic hover event handling to KeyboardAccessibilityDelegate by Tadashi G. Takaoka · 10 years ago
  50. 4d146d5 Separate MainKeyboardView specific accessibility code by Tadashi G. Takaoka · 10 years ago
  51. 7b90d2c Refactor accessibility classes to be more generic by Tadashi G. Takaoka · 10 years ago
  52. aaffc46 Fix inconsistent TalkBack descriptions of keyboard modes by Tadashi G. Takaoka · 10 years ago
  53. bca7e4e Make AccessibleKeyboardViewProxy not singleton by Tadashi G. Takaoka · 10 years ago
  54. 2453658 TalkBack correct shift state by Tadashi G. Takaoka · 10 years ago
  55. 7a78127 Remove unnecessary reference to LatinIME by Tadashi G. Takaoka · 10 years ago
  56. e2651aa Merge "Announce keyboard language when TalkBack is on" by Tadashi G. Takaoka · 10 years ago
  57. f7edc65 Move simulateKeyPress method to AccessibleKeyboardViewProxy by Tadashi G. Takaoka · 10 years ago
  58. 3cf7590 Announce keyboard language when TalkBack is on by Tadashi G. Takaoka · 10 years ago
  59. 9289260 Use sorted keys index as virtual view id by Tadashi G. Takaoka · 10 years ago
  60. c13c1ad Sort keys from top-left to bottom-right order by Tadashi G. Takaoka · 10 years ago
  61. 5326dcf Use unmodifiable list to return keys from Keyboard by Tadashi G. Takaoka · 10 years ago
  62. 37b9562 Fix talk back of emoji key by Tadashi G. Takaoka · 10 years ago
  63. 800ab57 Remove unnecessary override of MainKeyboardView.dispatchTouchEvent by Tadashi G. Takaoka · 11 years ago
  64. ca81917 [IL88] Simple refactoring by Jean Chalard · 11 years ago
  65. 6a23b9e Remove PointerTracker reference from accessibility package by Tadashi G. Takaoka · 11 years ago
  66. 2fa3693 Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c by Ken Wakasa · 11 years ago
  67. 67319f9 Speak auto-corrections for accessibility by Alan Viverette · 11 years ago
  68. e315066 Revert "Remove symbols shifted layout related code" by Satoshi Kataoka · 11 years ago
  69. 0b3d5e1 Add copy constructor to Keyboard by Tadashi G. Takaoka · 11 years ago
  70. 1cd0278 Remove symbols shifted layout related code by Tadashi G. Takaoka · 11 years ago
  71. 7dc60f9 Add getters and copy constructor to Key class by Tadashi G. Takaoka · 11 years ago
  72. e28eba5 Move util classes to the latin/utils directory by Ken Wakasa · 11 years ago
  73. a7b4398 Don't announce changes for A11y within the same keyboard mode. by Alan Viverette · 11 years ago
  74. 559616f Prevent keyboard A11y proxy from referencing a null keyboard view. by Alan Viverette · 11 years ago
  75. c2ee72a Announce keyboard mode changes as a WINDOW_STATE_CHANGED event. by Alan Viverette · 12 years ago
  76. 4e4f881 Fix how the Enter action is decided by Jean Chalard · 12 years ago
  77. 8aa9963 Fix Apache license comment by Tadashi G. Takaoka · 12 years ago
  78. d818f1e Stop relying on the soft keyboard to get the editor action. by Jean Chalard · 12 years ago
  79. b6ca354 Small code cleanups by Ken Wakasa · 12 years ago
  80. 1e6edb3 Remove AudioManagerCompatWrapper.java by Ken Wakasa · 12 years ago
  81. 359c35e Add CoordinateUtils class by Tadashi G. Takaoka · 12 years ago
  82. 240871e Move code point constants from Keyboard to Constants class by Tadashi G. Takaoka · 12 years ago
  83. a28a05e Cleanup: Make some classes as final by Tadashi G. Takaoka · 12 years ago
  84. dc2ee77 When Accessibility is on, intercept touch events during dispatch. by alanv · 12 years ago
  85. 2c0c1cc Merge "Fix key info reported by keyboard accessibility node provider." into jb-mr1-dev by Tadashi G. Takaoka · 12 years ago
  86. 26b424b Fix key info reported by keyboard accessibility node provider. by alanv · 12 years ago
  87. 1e11c44 Make utility classes final by Tadashi G. Takaoka · 12 years ago
  88. e76a9b3 Adjust accessibility edge slop. by alanv · 12 years ago
  89. ecfbf46 Add static construct method for SparseArray by Tadashi G. Takaoka · 12 years ago
  90. 5f282ea Add CollectionUtils class to create generic collection easily by Tadashi G. Takaoka · 12 years ago
  91. 5f312c9 Change accessibility event type for app-driven speech. by alanv · 12 years ago
  92. ba037c6 Add accessibility descriptions for additional non-character keys. by alanv · 12 years ago
  93. c8e45dd Rename LatinKeyboardView to MainKeyboardView by Tadashi G. Takaoka · 12 years ago
  94. 56853c1 Use SparseArray<E> instead of HashMap<Integer,E> by Tadashi G. Takaoka · 12 years ago
  95. d3cc73a Removing implementation of unnecessary APIs taken out of the support lib. by Svetoslav Ganov · 12 years ago
  96. b910b18 Update LatinIME due to hidden APIs taken out of the support lib. by Svetoslav Ganov · 12 years ago
  97. f147794 Refresh Accessibility key mapping when KeyboardView changes Keyboards. by alanv · 12 years ago
  98. 40e5f40 Merge "Add special case for speaking ACTION_ENTER keys." into jb-dev by Charles Chen · 12 years ago
  99. 0803271 Add special case for speaking ACTION_ENTER keys. by alanv · 12 years ago
  100. 48ccd55 Update keyboard view used by node provider. Remove global layout listener. by alanv · 12 years ago