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 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
  4. Nov 12, 2010
  5. 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
  6. Oct 29, 2010
  7. Oct 22, 2010
  8. Oct 21, 2010
  9. Oct 19, 2010
  10. Oct 18, 2010
  11. Oct 07, 2010
    • Tadashi G. Takaoka's avatar
      Keyboard XML file supports include and merge tag · d663555c
      Tadashi G. Takaoka authored
      Keyboard XML file can include other keyboard XML file using directive
      <include keyboardLayout="@xml/...">.  The keyboard XML file which is
      included must have <merge> tag as root element.
      
      Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32
      d663555c
  12. Oct 05, 2010
  13. Oct 02, 2010
  14. Oct 01, 2010
Loading