Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't announce changes for A11y within the same keyboard mode.•••Bug: 8439108 Change-Id: If9f14bb65625468dcd399df47ad0d2123be30be7 | 2013-03-22 | 1 | -20/+17 | |
* | Prevent keyboard A11y proxy from referencing a null keyboard view.•••Bug: 8402674 Change-Id: I507cdabccdabb3fd7aebc071c93eb6d4dcb9635d | 2013-03-19 | 1 | -0/+25 | |
* | Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.•••Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d | 2013-03-07 | 2 | -6/+97 | |
* | Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 | 2013-02-22 | 1 | -1/+3 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Stop relying on the soft keyboard to get the editor action.•••Bug: 7969231 Change-Id: I9848c63c4c51550b5dc53c981eafa74e7fa95197 | 2013-01-16 | 1 | -1/+1 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 4 | -145/+120 | |
* | Remove AudioManagerCompatWrapper.java•••It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f | 2012-12-17 | 1 | -17/+11 | |
* | Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687 | 2012-11-28 | 1 | -2/+4 | |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d | 2012-10-29 | 1 | -15/+18 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 3 | -3/+3 | |
* | When Accessibility is on, intercept touch events during dispatch.•••This allows Accessibility code to safely inject events into onTouchEvent() without accidentally intercepting them. Bug: 7137557 Change-Id: Ie4fa8e3be5b1bb84f57c6254feab1129cb89998f | 2012-09-10 | 1 | -5/+5 | |
* | Merge "Fix key info reported by keyboard accessibility node provider." into j... | 2012-09-03 | 2 | -7/+19 | |
|\ | |||||
| * | Fix key info reported by keyboard accessibility node provider.•••Bug: 6704529 Change-Id: I519881a96767a8858c11da7c0abac3e276a45cf5 | 2012-08-29 | 2 | -7/+19 | |
* | | Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 | 2012-08-29 | 1 | -1/+1 | |
* | | Adjust accessibility edge slop.•••Bug: 6969558 Change-Id: Ie33f444e085e5c01326bdf9396eabee5c04ee81e | 2012-08-27 | 1 | -5/+11 | |
* | | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee | 2012-08-22 | 1 | -1/+2 | |
* | | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 1 | -2/+2 | |
|/ | |||||
* | Change accessibility event type for app-driven speech.•••Bug: 6614400 Change-Id: I0ef309b7f3f35bf37b4664ea599c9e6ffb1a4ab8 | 2012-08-10 | 2 | -9/+28 | |
* | Add accessibility descriptions for additional non-character keys.•••Bug: 6621009 Change-Id: I82fb2dc6af0fda795397e8be8c09a4f53b1656ab | 2012-07-25 | 1 | -5/+5 | |
* | Rename LatinKeyboardView to MainKeyboardView•••Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60 | 2012-07-23 | 1 | -3/+3 | |
* | Use SparseArray<E> instead of HashMap<Integer,E>•••Change-Id: Id962e670ee1a5164e6c69deb84625139bf5e7974 | 2012-06-29 | 1 | -5/+7 | |
* | 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 | 2 | -1/+18 | |
* | Merge "Add special case for speaking ACTION_ENTER keys." into jb-dev | 2012-05-31 | 1 | -0/+51 | |
|\ | |||||
| * | Add special case for speaking ACTION_ENTER keys.•••Bug: 6576058 Change-Id: If9a4fc2ddd5bcbac5f610d705441aa379c499a6f | 2012-05-31 | 1 | -0/+51 | |
* | | Update keyboard view used by node provider. Remove global layout listener.•••Bug: 6582130 Change-Id: I2976e37e921a3e2c151486a919b0a93a908c3384 | 2012-05-30 | 2 | -16/+20 | |
|/ | |||||
* | Always use AccessibilityUtils to send events.•••Bug: 6532601 Change-Id: I3aba9066ccd8d401973abfe9100f4cab731b5e7d | 2012-05-21 | 1 | -13/+1 | |
* | Only speak key label after checking for password obscure flag.•••Bug: 6523222 Change-Id: Ic737c4ce135d869a3422b1ebbea0a845c71b1699 | 2012-05-19 | 1 | -3/+2 | |
* | Pass IME accessibility events directly to the AccessibilityManager.•••Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b | 2012-05-19 | 2 | -1/+18 | |
* | Fix NPE on HOVER_EXIT event when not touching a key.•••Bug: 6513368 Change-Id: Ia6d4d01f51a620230b4d19f813fb3aff6881ec03 | 2012-05-17 | 1 | -1/+1 | |
* | Make LatinIME keys accessibility focusable, clickable.•••Also fix speech for labeled keys. Bug: 6498563 Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525 | 2012-05-15 | 3 | -26/+142 | |
* | Implement "lift-to-type" interaction. Fix event text.•••Bug: 6456970 Change-Id: Idd6b84fc7a730a1e78d9c1157e3b5f22e5d49fc4 | 2012-05-10 | 2 | -2/+31 | |
* | 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 | |
* | Remove accessibility gesture handlers from LatinIME.•••Bug: 6457558 Change-Id: If33ca6f026d4846ba79a701ef42c0112f5b0b488 | 2012-05-08 | 5 | -377/+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 | |
* | Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 | 2012-04-03 | 1 | -2/+2 | |
* | Remove ViewParentCompatUtils•••Bug: 6129704 Change-Id: I429dcbec01bb4d33064ab1e3d597640d76c53d2f | 2012-04-03 | 1 | -2/+1 | |
* | Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils•••Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b | 2012-04-03 | 3 | -29/+20 | |
* | 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 | 5 | -73/+502 | |
* | Improved shift key and symbol/alpha switch key accessibility feedback.•••Bug: 5933165 Change-Id: Id71f38874640785b7ad43b7a70e27f40c13be748 | 2012-02-07 | 2 | -14/+110 | |
* | Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).•••Change-Id: Ibc7ef979276f563444f3c24e69ac32de5d4eb6e8 | 2012-02-01 | 1 | -1/+0 | |
* | Merge "Removed spoken descriptions for characters supported by TTS or TalkBack." | 2012-02-01 | 1 | -23/+0 | |
|\ | |||||
| * | Removed spoken descriptions for characters supported by TTS or TalkBack.•••Change-Id: Iddef18559bc6af9487e536a33607b0a0b07df282 | 2012-01-31 | 1 | -23/+0 | |
* | | Refactored shift key spoken description into separate method.•••Change-Id: I183462a68fdfd339404740fa1564f737430d73d9 | 2012-01-31 | 1 | -21/+29 | |
|/ | |||||
* | Merge "Auto generate various shift states alphabet keyboard automatically" | 2012-01-30 | 1 | -20/+1 | |
|\ |