- Jun 01, 2024
-
-
Aleksandras Kostarevas authored
-
- May 28, 2024
-
-
Aleksandras Kostarevas authored
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Sep 17, 2019
-
-
ryanlwlin authored
From Android Q, Talkback supports lift-to-type feature if the node claims it is a text entry key via setTextEntryKey(). We implement this API to show how this API is applied. This CL uses AccessibilityNodeInfoCompat instead of AccessibilityNodeInfo so that the same functionality can be used even on pre-Q devices when the AccessibilityService supports it. With that, this CL removes the legacy code of lift-to-type feature, which was implemented in the AOSP Keyboard side. Bug: 131644969 Test: manual - enable Talkback suporting lift-to-type,check Talback perform click action when finger is lifted. Change-Id: I1ec2928f5a9ba0bde999b09d4c0b9c922f179a2a
-
- May 15, 2018
-
-
vineel sadineni authored
Bug: 76692459 Test: mmma packages/inputmethods/LatinIME/ Change-Id: Ib76af6f6db1a0dd5cf64a06a4ea56151712e9692
-
- Jun 27, 2014
-
-
Tadashi G. Takaoka authored
Bug: 15727335 Change-Id: I83274c1a9d3cf2e8237d1674fe915b7b2d222a53
-
- Jun 25, 2014
-
-
Tadashi G. Takaoka authored
Bug: 15727335 Change-Id: Icea09f0643e7aeb8e722e473ad322f7439c3497a
-
Tadashi G. Takaoka authored
Bug: 15727335 Change-Id: I1aa79a6f7f8cf14bacec391c016a5d1c553eea24
-
- Jun 21, 2014
-
-
Tadashi G. Takaoka authored
This CL adds ACTION_CLICK or ACTION_LONG_CLICK actions to a key node info. But report a node info without these actions for the same key while hovering to avoid announcement "double tap to select and double tap and hold to long press". Bug: 15727335 Change-Id: I1e9333c94c819d049bda81ad410299f5a509d29c
-
- Jun 04, 2014
-
-
Tadashi G. Takaoka authored
Bug: 12491371 Change-Id: Ib1fc8affbccfbaca3424ecdc2812f47047106aa2
-
Tadashi G. Takaoka authored
Bug: 12491371 Change-Id: I8c5b1e91f41146a023edcc405e6120c0bf33f49b
-
Tadashi G. Takaoka authored
It turns out passing hover event to accessibility key handling methods isn't necessary. This parically reverts I1f7feef707. Bug: 12491371 Change-Id: I9d71cd29723344433427795e44cb22ac41faace6
-
- Jun 03, 2014
-
-
Tadashi G. Takaoka authored
KeyboardAccessibilityDelegate.synthesizeTouchEvent() wrongly passed pointer's id as a 6th argument of MotionEvent.obtain method that should be metaState. Change-Id: I822f9647a1ba27ee8cee39f373f6a1c003ebf665
-
- Jun 02, 2014
-
-
Tadashi G. Takaoka authored
Bug: 12491371 Change-Id: I1f7feef707b95e8862db71cbc4f6f5585a2441dd
-
Tadashi G. Takaoka authored
Bug: 12491371 Change-Id: Ib7ca91ae73aa40e45ea5f6d4e53348a261a4b823
-
- May 28, 2014
-
-
Tadashi G. Takaoka authored
This CL also adds visual feedback of hovering key in accessibility mode. Bug: 12491371 Change-Id: I7b1f28a2e421ca60b2738ed94e7bdb406f75039b
-
- May 27, 2014
-
-
Tadashi G. Takaoka authored
Bug: 12491371 Change-Id: I2c2c6f3a6d0d7e7efbe0253127f5b9117cbc512d
-
Tadashi G. Takaoka authored
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
-
Tadashi G. Takaoka authored
Bug: 15237246 Change-Id: Ie7023b727cb3eca9d0727a511b3d64a32a02cd3d
-
- May 20, 2014
-
-
Tadashi G. Takaoka authored
This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95
-
Tadashi G. Takaoka authored
Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3
-
Tadashi G. Takaoka authored
Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76
-
- May 01, 2014
-
-
Tadashi G. Takaoka authored
This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
-
- Apr 30, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf
-
- Apr 25, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Idbb45c504499d39bbf272fae84ea71a83bf4dd69
-
- Apr 24, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Ic14ff70c7c8475983cf02dc1ba4d5a5f7769aa16
-
- Apr 23, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13013501 Change-Id: I0595abafbc177f776676cb3560f3990da9328db2
-
- Apr 22, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Id3f81de1edaacc06362b65aa7b68e9317e6596bd
-
- Feb 17, 2014
-
-
Tadashi G. Takaoka authored
Bug: 11721001 Bug: 11976254 Change-Id: I762bd9e76ea31d67b3e31c3a0a19ee9f040015b8
-
- Dec 20, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: I1a88d9fc4db437070778ea1256aae17c32428729
-
- Dec 13, 2013
-
-
Ken Wakasa authored
The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
-
- Dec 02, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d
-
- Sep 04, 2013
-
-
Satoshi Kataoka authored
This reverts commit 1cd02785. Bug: 9059539 Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60
-
- Aug 23, 2013
-
-
Tadashi G. Takaoka authored
This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e
-
- Mar 22, 2013
-
-
Alan Viverette authored
Bug: 8439108 Change-Id: If9f14bb65625468dcd399df47ad0d2123be30be7
-
- Mar 20, 2013
-
-
Alan Viverette authored
* commit '9da7fa0f': Prevent keyboard A11y proxy from referencing a null keyboard view.
-
Alan Viverette authored
Bug: 8402674 Change-Id: I507cdabccdabb3fd7aebc071c93eb6d4dcb9635d
-
- Mar 19, 2013
-
-
Alan Viverette authored
Bug: 8402674 Change-Id: I507cdabccdabb3fd7aebc071c93eb6d4dcb9635d
-
- Mar 07, 2013
-
-
Alan Viverette authored
Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d
-