Skip to content
Snippets Groups Projects
  1. Jan 27, 2012
    • Tadashi G. Takaoka's avatar
      Rename keyboard XML resource files · d1630a3a
      Tadashi G. Takaoka authored
       * <Keyboard> XML file should be kbd_*.xml
       * <Row> XML file should be rows_*.xml or row_*.xml
       * <Key> XML file should be key_*.xml or keys_*.xml
       * <key-style> XML file should be key_styles_*.xml
      
      Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13
      d1630a3a
  2. Nov 19, 2011
  3. Nov 18, 2011
  4. Sep 12, 2011
  5. Aug 03, 2011
  6. Jul 27, 2011
  7. 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
  8. 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
  9. Jun 23, 2011
    • Tadashi G. Takaoka's avatar
      Fix "Show settings key" option on 7" device · cd96a691
      Tadashi G. Takaoka authored
      Cherry-pic I993ac772 from Honeycomb-MR2.
      
      Bug: 4586882
      Change-Id: Ie74138523a3ae7958c7bec674c49aa0ab1a72d05
      cd96a691
    • Tadashi G. Takaoka's avatar
      New IceCreamSandwich assets and theme · 9116bf18
      Tadashi G. Takaoka authored
      This change instroduces new IceCreamSandwich assets and renames
      Honeycomb theme to IceCreamSandwich.  Though checked only on
      hdpi-phone and mdpi-10"-tablet.
      
      File another bug (Bug: 4852048) to fine tune keyboard layout for all
      possible combination of devices and themes.
      
      Bug: 4436327
      Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
      9116bf18
  10. Jun 22, 2011
  11. Jun 17, 2011
  12. 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
  13. Jun 10, 2011
  14. Jun 06, 2011
    • Tadashi G. Takaoka's avatar
      Import 7 inch keyboard from Honeycomb-MR2 · 0d22fc45
      Tadashi G. Takaoka authored
      Unfortunately current Master seems have bugs in resource
      selection. The xml-en/kbd_qwerty.xml is added to avoide those issue as
      work around, and must be removed if the issue is fixed.
      
      Bug: 4442045
      Change-Id: Ic43d66e8669fb63e2c3f0b8b9aae9178ca3c32b5
      0d22fc45
  15. 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
  16. Jun 01, 2011
  17. 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
  18. 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
  19. May 27, 2011
  20. May 23, 2011
  21. May 12, 2011
  22. Feb 24, 2011
  23. Jan 18, 2011
  24. Jan 14, 2011
  25. Dec 20, 2010
  26. 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
  27. 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
  28. Dec 07, 2010
  29. Dec 01, 2010
    • Tadashi G. Takaoka's avatar
      Tweak tablet keyboard design · 5d040426
      Tadashi G. Takaoka authored
      This change introduces,
      - center align "More" key label
      - remove drop shadow from key label
      - darker key label color when manual temporary upper case
      - narrower pop up mini keyboard
      - remove unnecessary key background from pop up mini keyboard
      - smaller key label in portrait
      
      Bug: 3216592
      Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
      5d040426
  30. Nov 25, 2010
    • Tadashi G. Takaoka's avatar
      Update tablet keyboard layout to the latest design · 7f0befe1
      Tadashi G. Takaoka authored
      This change introduces shiftedIcon attribute for Key which specifies
      icon to draw the shift key while the key is in shifted state.
      
      This change also intriduces new configurable dimension value
      key_label_horizontal_alignment_padding which represents horizontal
      padding for left or right alignment of key label.
      
      Bug: 3216592
      Bug: 3201839
      Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
      7f0befe1
  31. Nov 23, 2010
  32. Nov 21, 2010
  33. Nov 09, 2010
  34. Oct 19, 2010
  35. Oct 09, 2010
Loading