summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Calling getClass on a class will return Class.class.Ian Rogers2016-05-091-2/+2
* Suppress redundant TYPE_WINDOWS_STATE_CHANGED.Yohei Yukawa2016-02-021-1/+3
* Fix master build.Dan Zivkovic2015-02-111-2/+1
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-1/+2
* Refactor PointerTracker and MainKeyboardViewTadashi G. Takaoka2014-11-211-6/+2
* Fix an NPE.Jean Chalard2014-11-201-3/+7
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Fix some compiler warningsTadashi G. Takaoka2014-10-212-3/+3
* Fix verbalizing missing emoticonsTadashi G. Takaoka2014-09-291-1/+22
* Revert "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-251-1/+1
* Revert "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-1/+1
* [ML1] Introduce RichInputMethodSubtypeJean Chalard2014-08-221-1/+1
* Support performAccessibilityAction for CLICK and LONG_CLICKTadashi G. Takaoka2014-06-274-27/+47
* Remove redundant override methods and extended classesTadashi G. Takaoka2014-06-242-40/+1
* Refactor keyboard accessibility delegate classesTadashi G. Takaoka2014-06-243-24/+7
* Add click and long click actions to key node infoTadashi G. Takaoka2014-06-202-3/+41
* Populate accessibility root node info of keyboardTadashi G. Takaoka2014-06-201-4/+16
* Stop announcing suggestions strip content while more keys keyboard is showingTadashi G. Takaoka2014-06-141-1/+4
* Merge "Return an empty accessibility node info for a keyboard"Tadashi G. Takaoka2014-06-101-14/+4
|\
| * Return an empty accessibility node info for a keyboardTadashi G. Takaoka2014-06-131-14/+4
* | Clear PointerTracker state when more keys keyboard is dismissedTadashi G. Takaoka2014-06-131-2/+7
|/
* Use MoreKeysDetector for accessibilityTadashi G. Takaoka2014-06-131-3/+1
* Fix TalkBack descriptions of keyboard shift mode transitionTadashi G. Takaoka2014-06-091-0/+14
* Use rectangle region to ignore hover events after long pressTadashi G. Takaoka2014-06-091-9/+47
* Refactor KeyCodeDescriptionMapper class a bitTadashi G. Takaoka2014-06-091-42/+26
* Support more suggestions accessibility modeTadashi G. Takaoka2014-06-041-0/+37
* Support more keys accessibility modeTadashi G. Takaoka2014-06-044-10/+297
* Add onRegisterHoverKey to accessibility delegateTadashi G. Takaoka2014-06-041-2/+12
* Revert "Pass hover event to accessibility key handling methods"Tadashi G. Takaoka2014-06-041-12/+9
* Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-033-15/+6
* Fix synthesizing MotionEventTadashi G. Takaoka2014-06-031-9/+5
* Pass hover event to accessibility key handling methodsTadashi G. Takaoka2014-06-021-12/+15
* Add verbalization of symbols that are unsupported by TTS/TalkBackTadashi G. Takaoka2014-06-021-2/+26
* Fix to clear on hover visual cueTadashi G. Takaoka2014-06-021-13/+17
* Support fine grained hover event handlingTadashi G. Takaoka2014-05-281-56/+112
* Merge "Refactor KeyboardAccessibilityDelegate class a bit"Tadashi G. Takaoka2014-05-272-6/+16
|\
| * Refactor KeyboardAccessibilityDelegate class a bitTadashi G. Takaoka2014-05-272-6/+16
* | Remove compiler warning from accessibility packageTadashi G. Takaoka2014-05-272-2/+2
|/
* Use onHoverEvent instead of dispatchHoverEventTadashi G. Takaoka2014-05-271-50/+41
* Merge "Announce the same key again"Tadashi G. Takaoka2014-05-272-13/+4
|\
| * Announce the same key againTadashi G. Takaoka2014-05-272-13/+4
* | Use "unknown emoji" or emoji that has an empty translationTadashi G. Takaoka2014-05-271-8/+17
|/
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-5/+0
* Add spoken description of accented lettersTadashi G. Takaoka2014-05-221-8/+41
* Support accessibility TalkBack in emoji paletteTadashi G. Takaoka2014-05-201-16/+26
* Move generic hover event handling to KeyboardAccessibilityDelegateTadashi G. Takaoka2014-05-202-146/+116
* Separate MainKeyboardView specific accessibility codeTadashi G. Takaoka2014-05-202-288/+340
* Refactor accessibility classes to be more genericTadashi G. Takaoka2014-05-202-29/+32