Skip to content
Snippets Groups Projects
  1. Oct 12, 2011
  2. Oct 11, 2011
  3. Sep 26, 2011
  4. Sep 15, 2011
  5. Sep 12, 2011
  6. Sep 09, 2011
    • Tadashi G. Takaoka's avatar
      Currency symbol keys are more aware of locale · 9426f7df
      Tadashi G. Takaoka authored
      * Locale is one of EU, main currency is Euro, and more currencies are
        Pound, Yen and Dollar (plus Cent on 10" tablet)
      * Locale is GB, main currency is Pound, and more currencies are
        Euro, Yen and Dollar (plus Cent on 10" tablet)
      * Locale has special currency symbol such as Hebrew,
        main currency is the one, and more currencies are
        Pound, Euro, Dollar (plus Cent on 10" tablet)
      * Other than these, main currency is Dollar, and more currencies are
        Pound, Cent, Euro (plus Yen on 10" tablet)
      
      Bug: 5281876
      Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
      9426f7df
  7. Sep 08, 2011
  8. Aug 31, 2011
  9. Aug 23, 2011
  10. Aug 03, 2011
  11. Aug 01, 2011
  12. Jul 27, 2011
  13. Jul 25, 2011
  14. Jul 21, 2011
  15. Jul 20, 2011
  16. Jul 14, 2011
  17. 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
  18. Jun 23, 2011
    • 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
  19. Jun 22, 2011
  20. Jun 17, 2011
  21. 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
  22. Jun 15, 2011
    • Tadashi G. Takaoka's avatar
      Make Keyboard aware of theme · b7758d6f
      Tadashi G. Takaoka authored
      This change is needed to introduce new theme easily. As a starter this
      change introduces Keyboard.popupHintIcon attribute and
      Key.keyLabelOption.popupHint flag to show popup hint icon that is
      previously specified by Key.keyHintIcon attribute.
      
      Bug: 4436327
      Change-Id: I6b1c5c1b88eece541141b2d2cedd164ee02e5c2a
      b7758d6f
  23. Jun 03, 2011
  24. Jun 01, 2011
  25. 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
  26. 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
Loading