Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
  2. Aug 23, 2011
  3. Aug 03, 2011
  4. Jul 21, 2011
  5. Jul 20, 2011
  6. Jul 14, 2011
  7. 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
  8. Jun 22, 2011
  9. 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
  10. May 27, 2011
  11. May 23, 2011
  12. Apr 21, 2011
  13. Apr 07, 2011
    • Tadashi G. Takaoka's avatar
      Simplify the Key's on state transition · e7c0e73a
      Tadashi G. Takaoka authored
      Because handling shift locked state of alphabet keyboard is done by
      KeyboardSwitcher, there is no need to change the "on" state of Key
      when releasing the key. On the other hand, symbol and symbol shifted
      keyboard has fixed "on" state "ALT/MORE" key.
      
      This change also renames the attribute "isModifier" to "isFunctional".
      
      Change-Id: I082885bd2376ae26bdfc378c14add2b5d6be1d4e
      e7c0e73a
  14. Feb 20, 2011
  15. Jan 21, 2011
  16. Jan 18, 2011
  17. Jan 14, 2011
    • Tadashi G. Takaoka's avatar
      Notify keyboard language on space bar when it has changed · de0c8874
      Tadashi G. Takaoka authored
      This change also introduces the following.
      * space bar language switcher is enabled for phone device.
      * get rid of spcae key icon from number keyboard of tablet.
      * slightly lower the position of language name on space bar of tablet.
      
      Bug: 3290290
      Change-Id: I432be8f757bcc84c257770112ff1f6fa7970c584
      de0c8874
  18. Jan 07, 2011
  19. Dec 24, 2010
  20. Dec 20, 2010
  21. 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
  22. Dec 16, 2010
  23. Dec 12, 2010
  24. Dec 07, 2010
  25. Dec 01, 2010
  26. 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
Loading