Skip to content
Snippets Groups Projects
  1. Jun 01, 2024
  2. May 28, 2024
  3. Jul 06, 2023
  4. Sep 17, 2019
    • ryanlwlin's avatar
      Implement text entry key API for accessibility services in AOSP Keyboard · 389e849a
      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
      389e849a
  5. May 15, 2018
  6. Jun 27, 2014
  7. Jun 25, 2014
  8. Jun 21, 2014
    • Tadashi G. Takaoka's avatar
      Add click and long click actions to key node info · d4b6af14
      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
      d4b6af14
  9. Jun 04, 2014
  10. Jun 03, 2014
    • Tadashi G. Takaoka's avatar
      Fix synthesizing MotionEvent · 2351b4f7
      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
      2351b4f7
  11. Jun 02, 2014
  12. May 28, 2014
  13. May 27, 2014
  14. May 20, 2014
  15. May 01, 2014
  16. Apr 30, 2014
  17. Apr 25, 2014
  18. Apr 24, 2014
  19. Apr 23, 2014
  20. Apr 22, 2014
  21. Feb 17, 2014
  22. Dec 20, 2013
  23. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  24. Dec 02, 2013
  25. Sep 04, 2013
  26. Aug 23, 2013
  27. Mar 22, 2013
  28. Mar 20, 2013
  29. Mar 19, 2013
  30. Mar 07, 2013
Loading