Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support more suggestions accessibility mode•••Bug: 12491371 Change-Id: Ib01452b6a2a53faa591b05e62014f356e0511308 | 2014-06-04 | 1 | -0/+37 | |
* | Support more keys accessibility mode•••Bug: 12491371 Change-Id: Ib1fc8affbccfbaca3424ecdc2812f47047106aa2 | 2014-06-04 | 4 | -10/+297 | |
* | Add onRegisterHoverKey to accessibility delegate•••Bug: 12491371 Change-Id: I8c5b1e91f41146a023edcc405e6120c0bf33f49b | 2014-06-04 | 1 | -2/+12 | |
* | Revert "Pass hover event to accessibility key handling methods"•••It turns out passing hover event to accessibility key handling methods isn't necessary. This parically reverts I1f7feef707. Bug: 12491371 Change-Id: I9d71cd29723344433427795e44cb22ac41faace6 | 2014-06-04 | 1 | -12/+9 | |
* | Load KeyCodeDescriptionMapper class lazily•••Change-Id: I2cba2bb5b2f449ed29895365b9c6ca285a7640fe | 2014-06-03 | 3 | -15/+6 | |
* | Fix synthesizing MotionEvent•••KeyboardAccessibilityDelegate.synthesizeTouchEvent() wrongly passed pointer's id as a 6th argument of MotionEvent.obtain method that should be metaState. Change-Id: I822f9647a1ba27ee8cee39f373f6a1c003ebf665 | 2014-06-03 | 1 | -9/+5 | |
* | Pass hover event to accessibility key handling methods•••Bug: 12491371 Change-Id: I1f7feef707b95e8862db71cbc4f6f5585a2441dd | 2014-06-02 | 1 | -12/+15 | |
* | Add verbalization of symbols that are unsupported by TTS/TalkBack•••Bug: 13336905 Change-Id: Iefd117fa7b30b8ba240590b13b03d7044fd37ede | 2014-06-02 | 1 | -2/+26 | |
* | Fix to clear on hover visual cue•••Bug: 12491371 Change-Id: Ib7ca91ae73aa40e45ea5f6d4e53348a261a4b823 | 2014-06-02 | 1 | -13/+17 | |
* | Support fine grained hover event handling•••This CL also adds visual feedback of hovering key in accessibility mode. Bug: 12491371 Change-Id: I7b1f28a2e421ca60b2738ed94e7bdb406f75039b | 2014-05-28 | 1 | -56/+112 | |
* | Merge "Refactor KeyboardAccessibilityDelegate class a bit" | 2014-05-27 | 2 | -6/+16 | |
|\ | |||||
| * | Refactor KeyboardAccessibilityDelegate class a bit•••Bug: 12491371 Change-Id: I2c2c6f3a6d0d7e7efbe0253127f5b9117cbc512d | 2014-05-27 | 2 | -6/+16 | |
* | | Remove compiler warning from accessibility package•••Change-Id: Idae3e89f0398ab2cd56985adfac18959aa1852e7 | 2014-05-27 | 2 | -2/+2 | |
|/ | |||||
* | Use onHoverEvent instead of dispatchHoverEvent•••This CL also refactors KeyboardAccessibilityDelegate a bit to be able to override on hovering methods that handle enter, move, and exit on a key. Bug: 12491371 Change-Id: I3c7e81ccb8729ae6e466c654efde0c18ed734bdf | 2014-05-27 | 1 | -50/+41 | |
* | Merge "Announce the same key again" | 2014-05-27 | 2 | -13/+4 | |
|\ | |||||
| * | Announce the same key again•••Bug: 15237246 Change-Id: Ie7023b727cb3eca9d0727a511b3d64a32a02cd3d | 2014-05-27 | 2 | -13/+4 | |
* | | Use "unknown emoji" or emoji that has an empty translation•••Because the number of emoji description spoken string resources is rather huge (~800), some locales may chose an empty description as a translation. If that is the case, we will announce "unknown emoji" as a fallback. Bug: 11452158 Change-Id: Ibb65e5bec93030c40bd33ac2be2115c3bbc8bd11 | 2014-05-27 | 1 | -8/+17 | |
|/ | |||||
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 1 | -5/+0 | |
* | Add spoken description of accented letters•••Bug: 15149856 Change-Id: I72f209fc3fdf619b3929325e2a810aa3c0bd1caa | 2014-05-22 | 1 | -8/+41 | |
* | Support accessibility TalkBack in emoji palette•••Bug: 11452158 Change-Id: I699e4e9f4baec4bb0fb9cd7875f675044f20465f | 2014-05-20 | 1 | -16/+26 | |
* | Move generic hover event handling to KeyboardAccessibilityDelegate•••This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95 | 2014-05-20 | 2 | -146/+116 | |
* | Separate MainKeyboardView specific accessibility code•••Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3 | 2014-05-20 | 2 | -288/+340 | |
* | Refactor accessibility classes to be more generic•••Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76 | 2014-05-20 | 2 | -29/+32 | |
* | Fix inconsistent TalkBack descriptions of keyboard modes•••The previous "symbols shift mode" is renamed as "more symbols mode". This CL also simplifies the shift key on various keyboard modes. Bug: 14461550 Change-Id: I8ed48805eaf95892e0f12f5edcdf97937d5c2bd4 | 2014-05-13 | 1 | -1/+6 | |
* | Make AccessibleKeyboardViewProxy not singleton•••This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42 | 2014-05-01 | 3 | -69/+15 | |
* | TalkBack correct shift state•••Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf | 2014-04-30 | 1 | -74/+56 | |
* | Remove unnecessary reference to LatinIME•••Change-Id: Idbb45c504499d39bbf272fae84ea71a83bf4dd69 | 2014-04-25 | 3 | -18/+10 | |
* | Merge "Announce keyboard language when TalkBack is on" | 2014-04-24 | 1 | -20/+40 | |
|\ | |||||
| * | Announce keyboard language when TalkBack is on•••Bug: 13013501 Change-Id: I0595abafbc177f776676cb3560f3990da9328db2 | 2014-04-23 | 1 | -20/+40 | |
* | | Move simulateKeyPress method to AccessibleKeyboardViewProxy•••Change-Id: Ic14ff70c7c8475983cf02dc1ba4d5a5f7769aa16 | 2014-04-23 | 2 | -24/+35 | |
|/ | |||||
* | Use sorted keys index as virtual view id•••Change-Id: Id3f81de1edaacc06362b65aa7b68e9317e6596bd | 2014-04-22 | 2 | -65/+72 | |
* | 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 | |
* | Fix talk back of emoji key•••Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc | 2014-03-25 | 1 | -3/+1 | |
* | Remove unnecessary override of MainKeyboardView.dispatchTouchEvent•••Bug: 11721001 Bug: 11976254 Change-Id: I762bd9e76ea31d67b3e31c3a0a19ee9f040015b8 | 2014-02-17 | 1 | -13/+0 | |
* | [IL88] Simple refactoring•••With this, the value passed to suggestedWords is never null. Bug: 8636060 Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f | 2014-01-27 | 1 | -1/+1 | |
* | Remove PointerTracker reference from accessibility package•••Change-Id: I1a88d9fc4db437070778ea1256aae17c32428729 | 2013-12-20 | 1 | -3/+5 | |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 1 | -1/+1 | |
* | Speak auto-corrections for accessibility•••BUG: 8669376 Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d | 2013-09-27 | 2 | -2/+63 | |
* | Revert "Remove symbols shifted layout related code"•••This reverts commit 1cd027850bb07cd3fe2c1ec43b8a594d2f8ad313. Bug: 9059539 Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60 | 2013-09-04 | 2 | -0/+4 | |
* | Add copy constructor to Keyboard•••Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6 | 2013-08-26 | 1 | -2/+2 | |
* | Remove symbols shifted layout related code•••This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e | 2013-08-24 | 2 | -4/+0 | |
* | Add getters and copy constructor to Key class•••Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d | 2013-08-15 | 2 | -13/+13 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 3 | -4/+4 | |
* | 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 |