summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor KeyCodeDescriptionMapper class a bitTadashi G. Takaoka2014-06-091-42/+26
* Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-031-13/+5
* Add verbalization of symbols that are unsupported by TTS/TalkBackTadashi G. Takaoka2014-06-021-2/+26
* Use "unknown emoji" or emoji that has an empty translationTadashi G. Takaoka2014-05-271-8/+17
* Add spoken description of accented lettersTadashi G. Takaoka2014-05-221-8/+41
* Support accessibility TalkBack in emoji paletteTadashi G. Takaoka2014-05-201-16/+26
* Fix inconsistent TalkBack descriptions of keyboard modesTadashi G. Takaoka2014-05-131-1/+6
* Fix talk back of emoji keyTadashi G. Takaoka2014-03-251-3/+1
* Revert "Remove symbols shifted layout related code"Satoshi Kataoka2013-09-041-0/+2
* Remove symbols shifted layout related codeTadashi G. Takaoka2013-08-241-2/+0
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-9/+9
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Fix how the Enter action is decidedJean Chalard2013-02-221-1/+3
* Stop relying on the soft keyboard to get the editor action.Jean Chalard2013-01-161-1/+1
* Small code cleanupsKen Wakasa2013-01-071-25/+20
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-15/+18
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-2/+2
* Add accessibility descriptions for additional non-character keys.alanv2012-07-251-5/+5
* Use SparseArray<E> instead of HashMap<Integer,E>Tadashi G. Takaoka2012-06-291-5/+7
* Add special case for speaking ACTION_ENTER keys.alanv2012-05-311-0/+51
* Only speak key label after checking for password obscure flag.alanv2012-05-191-3/+2
* Make LatinIME keys accessibility focusable, clickable.alanv2012-05-151-0/+3
* Added virtual view hierarchy for keyboard accessibility.alanv2012-02-281-9/+9
* Improved shift key and symbol/alpha switch key accessibility feedback.alanv2012-02-071-14/+40
* Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).alanv2012-02-011-1/+0
* Merge "Removed spoken descriptions for characters supported by TTS or TalkBack."Charles Chen2012-02-011-23/+0
|\
| * Removed spoken descriptions for characters supported by TTS or TalkBack.alanv2012-01-311-23/+0
* | Refactored shift key spoken description into separate method.alanv2012-01-311-21/+29
|/
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-20/+1
* Get rid of Keyboard.CODE_DUMMYTadashi G. Takaoka2012-01-101-1/+1
* Cleanup unused variables and parametersTadashi G. Takaoka2011-12-151-4/+3
* Fixed typing uppercase letters when touch exploration is enabled.Alan Viverette2011-11-211-10/+11
* Fixed speaking keys when editing password fieldsAlan Viverette2011-08-081-6/+21
* Clean up keyboard loading and switchingTadashi G. Takaoka2011-07-271-1/+1
* Add key description for "fullwidth asterisk" used on phone/number layoutTadashi G. Takaoka2011-06-291-0/+1
* Draw phone/number keyboard layout witout iconTadashi G. Takaoka2011-06-271-3/+3
* Move Key class out of internal packageTadashi G. Takaoka2011-06-231-1/+1
* Fixing build error due to refactored import.Alan Viverette2011-06-221-1/+1
* Added support for touch exploration to Latin IME.Alan Viverette2011-06-221-0/+226