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. Jun 27, 2011
    • Tadashi G. Takaoka's avatar
      Draw phone/number keyboard layout witout icon · 520a297a
      Tadashi G. Takaoka authored
      This change introduces:
      
      * New KeyboardView attribute
        * keyLargeLetterRatio to specify large letter text size.
        * keyHintLabelRatio to specify hint label text size.
        * keyHintLabelColor to specify hint label text color.
        * keyPreviewTextRatio to specify key preview text size.
      * New Key.keyLabelOption flags
        * alignLeftOfCenter, align the key label slightly left of the key center.
        * largeLetter, use keyLargeLetterRatio to draw key letter.
        * hasHintLabel, draw keyHintLabel at the right of key letter.
        * followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
      * Renames
        * Key.keyHintLetter to keyHintLabel.
        * Key.keylLabelOption fontFixedWidth to fontMonoSpace.
        * Key.keylLabelOption popupHint to hasPopupHint.
      * Removes
        * number icon releted attributes and declarations.
      
      Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
      520a297a
  5. Jun 17, 2011
  6. Jun 16, 2011
    • Tadashi G. Takaoka's avatar
      Add Key.keyHintLabel and remove Key.keyHintIcon · 9d9522ab
      Tadashi G. Takaoka authored
      This change also removes manualTemporaryUpperCaseCode and
      manualTemporaryUpperCaseHintIcon.  Instead of these keyLabelOption now
      has hasUppercaseLetter flag value.
      
      Bug: 4436327
      Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
      9d9522ab
  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 28, 2011
    • Tadashi G. Takaoka's avatar
      Adaptive keyboard width/position parser (DO NOT MERGE) · 6b38a5fd
      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.
      
      Bug: 4442045
      Change-Id: I314b2e8ca2aa145ff9506cbf927140a15685af42
      6b38a5fd
  9. May 27, 2011
  10. May 23, 2011
  11. Jan 27, 2011
  12. 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
  13. 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
  14. Oct 19, 2010
  15. Oct 18, 2010
  16. 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
  17. Oct 15, 2010
  18. 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
  19. Oct 07, 2010
  20. Oct 05, 2010
  21. Oct 01, 2010
  22. Sep 21, 2010
  23. Sep 15, 2010
  24. Sep 08, 2010
  25. Sep 07, 2010
  26. Sep 05, 2010
  27. Sep 02, 2010
  28. Aug 30, 2010
  29. Aug 20, 2010
  30. Apr 27, 2010
  31. Mar 15, 2010
  32. Mar 12, 2010
  33. Mar 09, 2010
  34. Mar 04, 2010
Loading