Skip to content
Snippets Groups Projects
  1. Sep 29, 2010
  2. Sep 24, 2010
  3. Sep 23, 2010
  4. Sep 22, 2010
    • Tadashi G. Takaoka's avatar
      Choose smaller or shorter language name for space bar · 8243c7a5
      Tadashi G. Takaoka authored
      To fit a language name to the space bar or the language switcher, this
      change chooses smaller text size or shorter language name
      appropriately.
      
      This change also tunes the vertical position of a language name in the
      space bar by parameter SPACEBAR_LANGUAGE_BASELINE.
      
      Bug: 3004640
      Bug: 3001021
      
      Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259
      8243c7a5
    • Tadashi G. Takaoka's avatar
      Fix issue space key preview remains on screen and would not dismiss · 3a2896c8
      Tadashi G. Takaoka authored
      The space key preview should be displayed one of the following case.
      - Popup preview is enabled
      - Language switcher is in action, whether popup preview is enabled or
        not.
      
      For phone number keyboard, popup preview is never displayed even if
      popup preview is enabled.
      
      Bug: 3006612
      Bug: 3021091
      Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
      3a2896c8
    • Ken Wakasa's avatar
      Add lightweight visual indication for numbers. · 75c23ced
      Ken Wakasa authored
      This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q'
      
      Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets).
      
      bug: 3004632
      Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc
      75c23ced
  5. Sep 21, 2010
  6. Sep 17, 2010
  7. Sep 15, 2010
  8. Sep 14, 2010
    • Tadashi G. Takaoka's avatar
      Add keyHysteresisDistance xml attribute · eb680367
      Tadashi G. Takaoka authored
      This change also introduces MiniKeyboardKeyDetector and
      mini_keyboad_slide_allowance parameter to tune the key detection
      behavior.
      
      Bug: 2993769
      Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
      eb680367
  9. Sep 12, 2010
  10. Sep 11, 2010
  11. Sep 10, 2010
    • Ken Wakasa's avatar
      Code cleanup · 3de8f34b
      Ken Wakasa authored
      Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
      3de8f34b
  12. Sep 07, 2010
  13. Sep 06, 2010
  14. Sep 03, 2010
  15. Sep 02, 2010
  16. Sep 01, 2010
  17. Aug 31, 2010
    • Tadashi G. Takaoka's avatar
      Refactor KeyDebounce class · b57b4785
      Tadashi G. Takaoka authored
      This change moves the following methods into KeyDebounce class.
      - MotionEvent handling methods (onDownEvent etc.).
      - Keyboard action event generator method (detectAndSendKey).
      - Multi-tap key support methods (resetMultiTap etc.).
      - Key preview text generator method (getPreviewText).
      
      The change that makes KeyDebounce a top-level class will follow.
      
      Bug: 2910379
      Change-Id: I1526c0461e247d97f0c4b3bd580330f137c787be
      b57b4785
    • Tadashi G. Takaoka's avatar
      Refactor key preview methods · 2ca84dac
      Tadashi G. Takaoka authored
      Extract key press and release handling out of previewKey() to
      KeyDebouncer class. And pass Key object as argument of previewKey()
      instead of key index.
      
      Bug: 2910379
      Change-Id: Ifec39cfc4845bd92da2f62eba2b26ac6a5cbb341
      2ca84dac
  18. Aug 30, 2010
    • Tadashi G. Takaoka's avatar
      Remove mAbortKey flag completely · ba9b24ed
      Tadashi G. Takaoka authored
      These three conditions assign true to the mAbortKey flag.
      1. setKeyboard() sets the new keyboard layout.
      2. long press shows the pop-up mini keyboard.
      3. ACTION_CANCEL event is occurred.
      
      In the case 1, in LatinIME so far, only "symbol key" and "language
      switch" cause keyboard layout change.  In both cases, the event is
      occurred in onUpEvent(), so we do not need to worry about aborting
      event.
      
      In the case 2, long press is used only to pop-up mini-keyboard and at that
      time mMiniKeyboardOnScreen could be used as a flag.
      
      In the case 3, though I'm not sure when this case occurs, in
      onCancelEvent() all the things that should be canceled are canceled
      in onCancelEvent().
      
      Bug: 2910379
      Change-Id: I12377c5f3e808f1c017ce980e12b1513895047bc
      ba9b24ed
Loading