Skip to content
Snippets Groups Projects
  1. Jun 16, 2014
  2. Jun 13, 2014
  3. Jun 12, 2014
  4. Jun 13, 2014
  5. Jun 11, 2014
  6. Jun 13, 2014
  7. Jun 12, 2014
  8. 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
  9. Jun 10, 2014
  10. Jun 09, 2014
  11. Jun 08, 2014
  12. Jun 06, 2014
    • Tadashi G. Takaoka's avatar
      Refactor logic to determine showing suggestions strip or not · 987bff91
      Tadashi G. Takaoka authored
      The logic to determine when the suggestions strip (a.k.a. the
      contextual strip) should be shown is already complex. In addition to
      that the voice input key get shown on the strip as well. There are a
      several factors to be considered and a few things to control.
      
      - The password input field shouldn't have the strip.
      - Show voice input key on the strip or not.
        - User preference settings "Show Voice Input Key".
        - A voice IME exists and is enabled.
        - The input field may have a private IME option to prevent the voice
          input key from being displayed.
      - Application can specify auto completions.
        - Full screen mode or not.
      - User preference settings "Show correction suggestions".
        - Always show, Show in portrait mode, Always hide.
      - The input field may have flags to prevent showing suggestions or
        auto corrections.
      - Suggestions is empty or not.
      - An important notice may be shown.
      
      Bug: 14981852
      Bug: 15436479
      Change-Id: I3050fd53ee6271fc64a8f17b6b12d9581d37b750
      987bff91
    • Keisuke Kuroyanagi's avatar
      Make Distracter filter use getMaxFrequencyOfExactMatches(). · 166d8c22
      Keisuke Kuroyanagi authored
      Bug: 13142176
      Bug: 15428247
      
      Change-Id: I5c23fbea2851f891f76f19d9da2cb70ae964569b
      166d8c22
Loading