aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add copy constructor to Keyboard•••Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6 Tadashi G. Takaoka2013-08-261-2/+2
* Add getters and copy constructor to Key class•••Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d Tadashi G. Takaoka2013-08-151-4/+4
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-2/+2
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-071-73/+59
* Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687 Tadashi G. Takaoka2012-11-281-2/+4
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-1/+1
* Merge "Fix key info reported by keyboard accessibility node provider." into j...Tadashi G. Takaoka2012-09-031-5/+4
|\
| * Fix key info reported by keyboard accessibility node provider.•••Bug: 6704529 Change-Id: I519881a96767a8858c11da7c0abac3e276a45cf5 alanv2012-08-291-5/+4
* | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee Tadashi G. Takaoka2012-08-221-1/+2
|/
* Removing implementation of unnecessary APIs taken out of the support lib.•••1. We have hidden a framework API and it was take out of the support lib. This API is not necessary and this patch removes the implementation in LatinIME. bug:6675330 Change-Id: I18aff7a6c7bc2b76c7332abe0bf294fbbb99ccfc Svetoslav Ganov2012-06-171-5/+0
* Update LatinIME due to hidden APIs taken out of the support lib.•••1. We have hidden the APIs for accessiiblity focus search since it wull be perfomred by the client, updated the support lib, and now we are updating the LatinIME. bug:6675330 Change-Id: I9dd3450b40148be7ce750f6bffc0a047a541982f Svetoslav Ganov2012-06-151-6/+0
* Refresh Accessibility key mapping when KeyboardView changes Keyboards.•••Bug: 6609626 Change-Id: I93d764b46e96fe70b61c91a7dcb46945ac8853dd alanv2012-06-051-1/+12
* Update keyboard view used by node provider. Remove global layout listener.•••Bug: 6582130 Change-Id: I2976e37e921a3e2c151486a919b0a93a908c3384 alanv2012-05-301-16/+16
* Always use AccessibilityUtils to send events.•••Bug: 6532601 Change-Id: I3aba9066ccd8d401973abfe9100f4cab731b5e7d alanv2012-05-211-13/+1
* Pass IME accessibility events directly to the AccessibilityManager.•••Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b alanv2012-05-191-1/+6
* Make LatinIME keys accessibility focusable, clickable.•••Also fix speech for labeled keys. Bug: 6498563 Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525 alanv2012-05-151-1/+115
* Implement "lift-to-type" interaction. Fix event text.•••Bug: 6456970 Change-Id: Idd6b84fc7a730a1e78d9c1157e3b5f22e5d49fc4 alanv2012-05-101-1/+2
* Use key index as virtual view ID.•••Bug: 6464677 Change-Id: I443e4add8052dbce1d413c2ce38a7b98408613bf alanv2012-05-091-3/+6
* Remove unused code from AccessibilityEntityProvider.•••Change-Id: I73882668b516344d36e69355e9cb39534becb629 alanv2012-05-081-151/+0
* Fix the build•••Change-Id: I5c4e230500f058f7db86c05d554be45411004ffc Svetoslav Ganov2012-04-201-2/+4
* Set view properties for Key node infos.•••Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e alanv2012-04-051-0/+4
* Avoid using collection interface, using array instead•••Change-Id: Ie0554362b73967bfcbbab6ad19c24683066a608e Tadashi G. Takaoka2012-03-131-5/+4
* Added virtual view hierarchy for keyboard accessibility.•••Bug: 5829051 Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2 alanv2012-02-281-0/+377