Skip to content
Snippets Groups Projects
  1. Nov 21, 2010
  2. Nov 19, 2010
    • Tadashi G. Takaoka's avatar
      Implement both automatic and manual temporary upper cases · f2736460
      Tadashi G. Takaoka authored
      With this change,
      - Shift and Shift lock state of keyboard is maintained by
        LatinKeyboard.ShiftState.
      - Shift key state is maintained by ShiftKeyState object in
        KeyboardSwitcher.
      - LatinIME informs KeyboardSwitcher that shift key press, release and
        long press and KeyboardSwitcher determines which state LatinKeyboard
        and ShiftLeyState should be.
      
      Bug: 3193390
      Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670
      f2736460
  3. Nov 18, 2010
  4. Nov 17, 2010
  5. Nov 16, 2010
    • Tadashi G. Takaoka's avatar
      Implement temporary upper case hint icon · 10227a71
      Tadashi G. Takaoka authored
      This change partially implements the requested feature. The following
      are not supported yet.
      - Non-letter key handling on automatic temporary upper case layout.
      - Non-letter key handling on shift chording in caps lock layout.
      - Hint icons for manual temporary upper case layout are not final ones.
      
      Bug: 3193390
      
      Change-Id: I636da99d1be05b1337935d87c6f4d140661e1cc8
      10227a71
  6. Nov 10, 2010
  7. Nov 05, 2010
    • Tadashi G. Takaoka's avatar
      Using distance to the edge of key as proximity detection · 59b7bd07
      Tadashi G. Takaoka authored
      Because there may be very long key, such as space bar on tablet, we
      should not use the distance between the touch point and the center of
      key as proximity detection.  Instead of that, this change uses the
      distance between the point and the nearest edge of key as proximity
      detection.
      
      Also this change fixes the bug that space key (code 32) was not
      counted in proximity detection.
      
      Bug: 3164020
      Bug: 3168138
      Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
      59b7bd07
    • Tadashi Takaoka's avatar
      Rename LatinKeyboardBaseView class to KeyboardBaseView · 68864723
      Tadashi Takaoka authored
      Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
      68864723
  8. Oct 25, 2010
  9. Oct 24, 2010
    • Tadashi G. Takaoka's avatar
      Revise caps lock sequences · 4189eb23
      Tadashi G. Takaoka authored
      This change also fixes that the popup preview of ALT on symbol
      keyboard is not showing.
      
      Bug: 3122877
      Bug: 3127255
      Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211
      4189eb23
  10. Oct 20, 2010
  11. Oct 18, 2010
  12. Oct 17, 2010
  13. Oct 15, 2010
  14. Oct 14, 2010
  15. Oct 10, 2010
    • Ken Wakasa's avatar
      Tweak key width for 'o'-popup chars. · c2d7ac79
      Ken Wakasa authored
      We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class.
      
      bug: 3082178
      Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0
      c2d7ac79
  16. Oct 08, 2010
    • Tadashi G. Takaoka's avatar
      Make sure to set symbol keyboard shifted · 7e1f5a2d
      Tadashi G. Takaoka authored
      To avoid a corner case of bug#3070963, in toggleShift() method of
      KeyboardSwitcher, the shifted symbol keyboard will be set if current
      keyboard is symbol keyboard or is not shifted symbol keyboard.
      
      This change also implements mini keyboard cache with WeakHashMap.
      
      Bug: 3070963
      Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91
      7e1f5a2d
    • Tadashi G. Takaoka's avatar
      Reduce delay before mini popup keyboard is shown · 5e02930a
      Tadashi G. Takaoka authored
      Before this change, the delay was 500 ms that came from
      ViewConfiguration.getLongPressTimeout().  This change reduces the
      delay to 400 ms.
      
      Bug: 3074984
      Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85
      5e02930a
  17. Oct 05, 2010
  18. Oct 01, 2010
  19. Sep 29, 2010
  20. Sep 24, 2010
  21. Sep 23, 2010
  22. 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
  23. Sep 21, 2010
  24. Sep 17, 2010
  25. Sep 15, 2010
Loading