Skip to content
Snippets Groups Projects
  1. Nov 22, 2011
  2. Aug 31, 2011
  3. Jul 20, 2011
    • Tadashi G. Takaoka's avatar
      Remove Key edge flags from XML · 426723a9
      Tadashi G. Takaoka authored
      The first key and the last of the row are automatically marked as left
      and right edge key respectively.  The existence of Spacer will prevent
      those automatic marking.
      
      Bug: 5038844
      Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
      426723a9
  4. Jul 14, 2011
  5. Jun 17, 2011
  6. Jun 03, 2011
    • Tadashi G. Takaoka's avatar
      Keep tablet keyboard in sync with Honeycomb-MR2 · abd7392d
      Tadashi G. Takaoka authored
      This change removes Russian keyboard layout exceptions and make it
      compatible with other Latin's.
      
      Also tweaks some locales' keyboard layout to match with standard PC's
      keyboard layout at most.
      
      Change-Id: I305201fb850b4f94ae7e746ab4c039473d09da70
      abd7392d
  7. May 31, 2011
    • Tadashi G. Takaoka's avatar
      Adaptive keyboard width/position parser · 327763e5
      Tadashi G. Takaoka authored
      This change introduces the following features to Keyboard XML format.
      
       * "keyXPos" can specify the key X coordinate directly.
       * "keyXPos" can be negative. The X coordinate will be calcluated from
          the right edge of the keyboard toward left.
       * "keyWidth" can be zero to be filled up to the right side.
       * "keyWidth can be negative. The key will be filled up to both sides.
       * Spacer's horizontalGap is renamed as keyWidth, and can be inherited
         from key-style.
       * Spacer can have keyXPos attribute.
      
      Using these syntax, all keyboard layouts have been re-written.
      
      Cherry-Pick: I314b2e8ca2aa145ff9506cbf927140a15685af42
      Bug: 4442045
      Change-Id: I048fe5eaef020d8472ab577e9d326042bae2f3fa
      327763e5
  8. May 27, 2011
  9. Mar 24, 2011
    • Jean Chalard's avatar
      Add a first version of Hebrew and Arabic keyboard. · e50add1f
      Jean Chalard authored
      The Arabic keyboard is more or less based on PC keyboard and other
      sources. It has no means to input diacritics at the moment.
      Some data for the Hebrew keyboard was already there, but not used.
      This change splits phone and tablet layout and consolidates the
      tablet one to something that seems sensible. It can't input diacritics
      either at the moment.
      
      Other shortcomings affect those keyboards. For example, normal
      Hebrew keyboards switch to capital QWERTY keyboard with shift on,
      as there are no capital Hebrew characters, but this version does not
      feature this.
      
      It should be mostly possible already to enter Arabic or Hebrew with
      these keyboards however.
      
      Change-Id: Ic4df2a9a77ffd03c4f9ee2c47e03c0f43f8e48ae
      e50add1f
  10. Dec 17, 2010
    • Tadashi G. Takaoka's avatar
      Add popupKeyboardTemplate attribute to Keyboard · 9b6d1d52
      Tadashi G. Takaoka authored
      This change
      - introduces the popupKeyboardTemplate attribute of Keyboard to
        specify XML Keyboard file for popup mini keyboard.
      - introduces the maxPopupKeyboardColumn attribute of Keyboard to
        specify the maximum column of popup mini keyboard.
      - changes the content format of the popupCharacters attribute of Key.
        It now represents keyLabel, codes and keyTextOutput of each key of
        popup mini keyboard using CSV format.
      
      Bug: 2214959
      Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
      9b6d1d52
  11. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Support keyboardHeight and maxKeyboardHeight to Keyboard XML · 9f01ed51
      Tadashi G. Takaoka authored
      This change introduces,
      - new attribute keyboardHeight to specify default keyboard height.
      - new attribute maxKeyboardHeight to specify maximum keyboard height,
        usually specified by percentage to the screen height.
      - keyHeight attribute is obsoleted
      - new attribute rowHeight to specify a row height, can be specifed as
        percentage of the keyboard height. And verticalGap is included to
        the row height (row height = key height + vertical gap).
      
      Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
      9f01ed51
  12. Dec 01, 2010
    • Tadashi G. Takaoka's avatar
      Support de,fr locale keyboard layouts for tablet · 842b3d41
      Tadashi G. Takaoka authored
      This change introduces,
      - support de QWERTZ
      - support fr AZERTY
      - support fr_CA QWERTY layout
      - support fr_CH QWERTZ layout
      - refactor some common keyboard row layouts
      
      Bug: 2334086
      Change-Id: I3e01e841e0dc72419d55e29d426bdec70655459c
      842b3d41
  13. Oct 19, 2010
  14. Oct 18, 2010
  15. Oct 17, 2010
    • Tadashi G. Takaoka's avatar
      Specify keyboard metrics with physical unit "inch" · cd7b7d3e
      Tadashi G. Takaoka authored
      Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread
      
      This change also introduces the key background drawables which has no
      fixed bottom padding.  Instead of relying on bottom padding in
      drawable, this change also specifies Keyboard.verticalGap with
      physical unit.  Other keyboard related length, distance and size are
      also specified by physical unit.
      
      Bug: 3066107
      Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
      cd7b7d3e
  16. Oct 15, 2010
  17. Oct 14, 2010
    • Tadashi G. Takaoka's avatar
      Specify keyboard metrics with physical unit "inch" (DO NOT MERGE) · 3d20d999
      Tadashi G. Takaoka authored
      This change also introduces the key background drawables which has no
      fixed bottom padding.  Instead of relying on bottom padding in
      drawable, this change also specifies Keyboard.verticalGap with
      physical unit.  Other keyboard related length, distance and size are
      also specified by physical unit.
      
      Bug: 3066107
      
      Change-Id: I44f3b2eef8086d6e0b0db53d38f08487549060c6
      3d20d999
  18. Oct 07, 2010
  19. Oct 01, 2010
  20. Sep 21, 2010
  21. Sep 15, 2010
  22. Sep 08, 2010
  23. Sep 07, 2010
  24. Sep 05, 2010
  25. Sep 02, 2010
  26. Aug 30, 2010
  27. Aug 20, 2010
  28. Jul 23, 2010
  29. Jul 17, 2010
  30. May 22, 2010
  31. Apr 27, 2010
  32. Mar 12, 2010
  33. Mar 09, 2010
  34. Jan 28, 2010
    • Amith Yamasani's avatar
      Setting to move microphone to secondary keyboard. · b1cd7016
      Amith Yamasani authored
      Microphone button can be optionally moved to the symbols keyboard
      to get your comma back. You can also completely disable voice input.
      
      Now you can get your comma back but still use the swipe gesture to
      activate voice input.
      b1cd7016
  35. Jan 27, 2010
  36. Dec 18, 2009
Loading