aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-xlarge/kbd_symbols_shift.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add noSettingsKey private IME option•••Change-Id: Idf74aa32c9ea565fa6771013e2d37ee952c83a57 Tadashi G. Takaoka2011-02-241-2/+10
* Disable non-ASCII symbol keys in password input•••Bug: 3384942 Change-Id: Ifa10e84f22bb6ff85dfc397fac95a0294b2a6bea Tadashi G. Takaoka2011-02-201-0/+19
* Add settings key to table keyboard•••Bug: 3351762 Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb Tadashi G. Takaoka2011-01-181-1/+3
* Support "nm" (no mic) privateImeOptions•••Bug: 3331635 Change-Id: Ide160b9317c8f7d966f879dd460640fc4f894e9b Tadashi G. Takaoka2011-01-141-2/+8
* Add popupKeyboardTemplate attribute to Keyboard•••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 Tadashi G. Takaoka2010-12-171-7/+4
* Swap ",." and "[]" in symbol layout of tablet•••Bug: 3275623 Change-Id: I28c5830f294596810ff747cdbfa467992b2a9a0b Tadashi G. Takaoka2010-12-111-2/+2
* Support keyboardHeight and maxKeyboardHeight to Keyboard XML•••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 Tadashi G. Takaoka2010-12-081-1/+3
* Add some new symbols key to symbols/more keyboard•••Bug: 3253559 Change-Id: I3c4a546a9c7597d7f85866e7179587132c9eea32 Tadashi G. Takaoka2010-12-071-12/+10
* Add a mic key to tablet keyboard tentatively for implementation•••Bug: 3253559 Change-Id: Iba0b7488e112d5f136f6c1a7bfbeab0dac298d54 Tadashi G. Takaoka2010-12-071-0/+2
* Add back-slash key•••This change also moves some keys, - Infinite is moved to popup char of plus-minus. - not-equal and nearly-equal are moved to popup chars of equal. Bug: 3224679 Change-Id: I7c95ab5a7cd78e4dae13fb511edad607dcaed8da Tadashi G. Takaoka2010-12-021-7/+7
* Tweak tablet keyboard design•••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 Tadashi G. Takaoka2010-12-011-2/+0
* Update tablet keyboard layout to the latest design•••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 Tadashi G. Takaoka2010-11-251-33/+15
* Use normal font for functional key label instead of italic font•••This change also uses slightly larger font size for functional key label according to the v4 keyboard design. Bug: 3216592 Change-Id: I027f109b7748ade8564dc808487d9a6ce1da9761 Tadashi G. Takaoka2010-11-231-5/+5
* Support <key-style/> and keyStyle attribute for Keyboard XML•••Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1 Tadashi G. Takaoka2010-11-221-2/+2
* Update tablet keyboard layout to version 4•••Bug: 3216592 Change-Id: I9950292184d9d0e131f76498067b0a6cb462a0ab Tadashi G. Takaoka2010-11-211-27/+28
* Add keyLabelAlign attribute to Keyboard XML•••Bug: 3216592 Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951 Tadashi G. Takaoka2010-11-201-5/+7
* Add more symbol characters to popup mini-keyboard•••Bug: 3124752 Change-Id: I6b6f5bfd57a58db7273c4db461095413892552ae Tadashi G. Takaoka2010-11-121-9/+25
* New xlarge keyboard layout (v2)•••Bug: 3109804 Change-Id: I1afd022d553785acd50b3104374bbec291206c1e Tadashi G. Takaoka2010-11-091-38/+24
* Update xlarge drawable of Keyboard•••Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b Tadashi G. Takaoka2010-10-191-4/+6
* Add phone keyboard layout•••Change-Id: I97d146ef2756ffe5adb17fcbf04f5e91a0587aa5 Tadashi G. Takaoka2010-10-091-2/+2
* Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c Tadashi G. Takaoka2010-10-051-2/+3
* Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok2010-10-021-82/+82
* Fix xlarge min-keyboard layout•••Change-Id: Ia4d6cffa0c6cf710da577b75f6337836352959a0 Tadashi G. Takaoka2010-09-281-1/+0
* Fix wrong keyEdgeFlags in xlarge keyboard layouts•••Bug: 3040988 Change-Id: Ibcac874a96ed0bf35350b50a5dd862a8d03c8354 Tadashi G. Takaoka2010-09-281-8/+6
* Add xlarge keyboard layouts (tentative)•••This keyboard layout is tentative for UX study. This change added xlarge keyboard layouts only for "regular text", "symbol/number mode" and "symbol/number mode shifted". TODO other text mode variants should have dedicated layout. Change-Id: I36077efcec4b57c3b5cada0a851e1409a289eeb9 Tadashi G. Takaoka2010-09-281-0/+161