Skip to content
Snippets Groups Projects
  1. Jun 16, 2014
  2. Jun 12, 2014
  3. Jun 14, 2014
  4. Jun 13, 2014
  5. Jun 10, 2014
  6. Jun 13, 2014
  7. Jun 10, 2014
  8. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Add EmojiPageKeyboardAccessibilityDelegate · e9d9b37b
      Tadashi G. Takaoka authored
      Because EmojiPageKeyboardView doesn't use PointerTracker to handle
      MotionEvent, a dedicated accessibility delegate is needed. Then the
      recent tab can be updated even with accessibility mode on.
      
      Bug: 15582599
      Change-Id: I63d75b9aca21ec44f1f77d2eaaf2ba7813992183
      e9d9b37b
  9. Jun 10, 2014
  10. Jun 13, 2014
    • 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
  11. Jun 10, 2014
  12. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Make accessibility long press timeout longer · 68b8a2d8
      Tadashi G. Takaoka authored
      The previous time out was 1500 milliseconds that wasn't enough for
      announcing some accented letters, for example "Ü". This CL makes the
      time out to 3000 milliseconds.
      
      BUG: 15582951
      Change-Id: I9bf864389c359e3b9abfe5000b897cf742a8dbe7
      68b8a2d8
    • 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
  13. Jun 10, 2014
  14. Jun 13, 2014
  15. Jun 10, 2014
  16. Jun 12, 2014
  17. Jun 10, 2014
  18. Jun 12, 2014
  19. Jun 10, 2014
  20. Jun 13, 2014
    • Keisuke Kuroyanagi's avatar
      Personalization dictionary updater. · d7a22c84
      Keisuke Kuroyanagi authored
      Bug: 14161647
      Change-Id: I7ab3d701525e9a19bc100aa577527e332bb2ad95
      d7a22c84
    • 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
  21. Jun 10, 2014
  22. Jun 12, 2014
  23. Jun 11, 2014
  24. Jun 10, 2014
  25. Jun 11, 2014
  26. Jun 10, 2014
Loading