Skip to content
Snippets Groups Projects
  1. Jun 25, 2014
  2. 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
  3. Jun 20, 2014
  4. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Stop announcing suggestions strip content while more keys keyboard is showing · a2e365da
      Tadashi G. Takaoka authored
      This CL also supports announcing dismissing of a more keys keyboard.
      
      Bug: 15582905
      Change-Id: Ia9e5d6c7e3e23dac39ee570b20d32f0141ae6184
      a2e365da
    • Tadashi G. Takaoka's avatar
      Return an empty accessibility node info for a keyboard · 9934740a
      Tadashi G. Takaoka authored
      Because a keyboard handling hover events and determining a virtual
      node by itself, there is no need to supply whole virtual nodes info
      for the keyboard. Just returning an empty accessibility node info
      supresses annoucements of all keys.
      
      This CL also fixes the undefined virtual id value.
      
      Bug: 15582251
      Change-Id: Ie033d21ef878d272417cf2b20f8eec1e516587f6
      9934740a
    • Tadashi G. Takaoka's avatar
      Use MoreKeysDetector for accessibility · 1dbeb251
      Tadashi G. Takaoka authored
      A more keys keyboard may have a divider on it. The MoreKeysDetector
      should be used even with accessibility mode on to be able to handle a
      divider.
      
      Bug: 15583354
      Change-Id: Ife2cf8304496c4c330127fde8ca1f34c2f0838e2
      1dbeb251
    • Tadashi G. Takaoka's avatar
      Clear PointerTracker state when more keys keyboard is dismissed · 08199ec8
      Tadashi G. Takaoka authored
      With accessibility mode on, hover events for a more keys keyboard are
      handled among MoreKeysKeyboardAccessibilityDelegate and
      MoreKeysKeyboardView. But the more keys keyboard is shown by
      MainKeyboardAccessibilityDelegate that uses PointerTracker to handle
      hover events. Thus we need to clear PointerTracker state when the more
      keys keyboard is dismissed.
      
      This is a workaround to resolve the issue. We should reconsider the
      structure of those views and accessibility delegates in the future.
      
      Bug: 15583751
      Change-Id: Ida8c3e55194c59bdaa5bc4ff06068e699b888ced
      08199ec8
  5. Jun 09, 2014
  6. Jun 04, 2014
  7. Jun 03, 2014
  8. Jun 02, 2014
  9. May 28, 2014
  10. May 27, 2014
  11. May 23, 2014
  12. May 22, 2014
  13. May 20, 2014
  14. May 13, 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. Apr 21, 2014
Loading