Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AccessibleKeyboardViewProxy not singleton•••This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42 | 2014-05-01 | 1 | -313/+0 | |
* | Remove unnecessary reference to LatinIME•••Change-Id: Idbb45c504499d39bbf272fae84ea71a83bf4dd69 | 2014-04-25 | 1 | -6/+2 | |
* | Move simulateKeyPress method to AccessibleKeyboardViewProxy•••Change-Id: Ic14ff70c7c8475983cf02dc1ba4d5a5f7769aa16 | 2014-04-23 | 1 | -23/+0 | |
* | Use sorted keys index as virtual view id•••Change-Id: Id3f81de1edaacc06362b65aa7b68e9317e6596bd | 2014-04-22 | 1 | -48/+52 | |
* | Sort keys from top-left to bottom-right order•••Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce | 2014-04-21 | 1 | -2/+2 | |
* | Use unmodifiable list to return keys from Keyboard•••Change-Id: I85a0b18d2d78632e9a9f074eda1de9225001f876 | 2014-04-21 | 1 | -4/+2 | |
* | Speak auto-corrections for accessibility•••BUG: 8669376 Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d | 2013-09-27 | 1 | -2/+10 | |
* | Add copy constructor to Keyboard•••Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6 | 2013-08-26 | 1 | -2/+2 | |
* | Add getters and copy constructor to Key class•••Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d | 2013-08-15 | 1 | -4/+4 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -2/+2 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 1 | -73/+59 | |
* | Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687 | 2012-11-28 | 1 | -2/+4 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -1/+1 | |
* | Merge "Fix key info reported by keyboard accessibility node provider." into j... | 2012-09-03 | 1 | -5/+4 | |
|\ | |||||
| * | Fix key info reported by keyboard accessibility node provider.•••Bug: 6704529 Change-Id: I519881a96767a8858c11da7c0abac3e276a45cf5 | 2012-08-29 | 1 | -5/+4 | |
* | | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee | 2012-08-22 | 1 | -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 | 2012-06-17 | 1 | -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 | 2012-06-15 | 1 | -6/+0 | |
* | Refresh Accessibility key mapping when KeyboardView changes Keyboards.•••Bug: 6609626 Change-Id: I93d764b46e96fe70b61c91a7dcb46945ac8853dd | 2012-06-05 | 1 | -1/+12 | |
* | Update keyboard view used by node provider. Remove global layout listener.•••Bug: 6582130 Change-Id: I2976e37e921a3e2c151486a919b0a93a908c3384 | 2012-05-30 | 1 | -16/+16 | |
* | Always use AccessibilityUtils to send events.•••Bug: 6532601 Change-Id: I3aba9066ccd8d401973abfe9100f4cab731b5e7d | 2012-05-21 | 1 | -13/+1 | |
* | Pass IME accessibility events directly to the AccessibilityManager.•••Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b | 2012-05-19 | 1 | -1/+6 | |
* | Make LatinIME keys accessibility focusable, clickable.•••Also fix speech for labeled keys. Bug: 6498563 Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525 | 2012-05-15 | 1 | -1/+115 | |
* | Implement "lift-to-type" interaction. Fix event text.•••Bug: 6456970 Change-Id: Idd6b84fc7a730a1e78d9c1157e3b5f22e5d49fc4 | 2012-05-10 | 1 | -1/+2 | |
* | Use key index as virtual view ID.•••Bug: 6464677 Change-Id: I443e4add8052dbce1d413c2ce38a7b98408613bf | 2012-05-09 | 1 | -3/+6 | |
* | Remove unused code from AccessibilityEntityProvider.•••Change-Id: I73882668b516344d36e69355e9cb39534becb629 | 2012-05-08 | 1 | -151/+0 | |
* | Fix the build•••Change-Id: I5c4e230500f058f7db86c05d554be45411004ffc | 2012-04-20 | 1 | -2/+4 | |
* | Set view properties for Key node infos.•••Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e | 2012-04-05 | 1 | -0/+4 | |
* | Avoid using collection interface, using array instead•••Change-Id: Ie0554362b73967bfcbbab6ad19c24683066a608e | 2012-03-13 | 1 | -5/+4 | |
* | Added virtual view hierarchy for keyboard accessibility.•••Bug: 5829051 Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2 | 2012-02-28 | 1 | -0/+377 |