Skip to content
Snippets Groups Projects
  1. Jun 20, 2014
    • Tadashi G. Takaoka's avatar
      Disable empty suggestion word on the suggestions strip · ae42cd7e
      Tadashi G. Takaoka authored
      It should be disabled when it is empty. But should be enabled even
      when it is empty with accessibility exploration on to avoid announcing
      "disabled".
      
      Note that this CL may not be able to handle "suspending talk back"
      state correctly. It should be handled by registering
      TouchExplorationStateChangeListener that is available from API 19.
      
      Bug: 15738513
      Bug: 14849593
      Change-Id: Id9ad89f770840f74a106f53833060407b20c1e24
      ae42cd7e
  2. Jun 19, 2014
  3. Jun 18, 2014
  4. Jun 17, 2014
  5. Jun 16, 2014
  6. Jun 13, 2014
  7. Jun 16, 2014
  8. Jun 13, 2014
  9. Jun 12, 2014
  10. Jun 13, 2014
  11. Jun 12, 2014
  12. Jun 13, 2014
    • 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
  13. Jun 11, 2014
  14. Jun 10, 2014
  15. Jun 09, 2014
Loading