aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-xlarge/kbd_qwerty.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+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
* Support de,fr locale keyboard layouts for tablet•••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 Tadashi G. Takaoka2010-12-011-9/+1
* 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-4/+10
* Update tablet keyboard layout to version 4•••Bug: 3216592 Change-Id: I9950292184d9d0e131f76498067b0a6cb462a0ab Tadashi G. Takaoka2010-11-211-1/+0
* Keyboard XML supports switch-case-default tags to select rows and keys•••Change-Id: I0d92e513757e765d9de98561205754af5a143650 Tadashi G. Takaoka2010-11-121-81/+4
* New xlarge keyboard layout (v2)•••Bug: 3109804 Change-Id: I1afd022d553785acd50b3104374bbec291206c1e Tadashi G. Takaoka2010-11-091-2/+2
* Make common qwerty keyboard layout files and include these•••Change-Id: I0cb8de748c4365e42d015078daf686ed76ca105b Tadashi G. Takaoka2010-10-211-728/+16
* Update xlarge drawable of Keyboard•••Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b Tadashi G. Takaoka2010-10-191-53/+59
* Specify keyboard metrics with physical unit "inch"•••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 Tadashi G. Takaoka2010-10-171-1/+1
* Add text variation keyboard layout•••Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2 Tadashi G. Takaoka2010-10-121-3/+571
* 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-0/+31
* Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok2010-10-021-152/+152
* 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-9/+8
* Fix the non-working period key in the tablet layout.•••One of the edge flags was wrong. Amith Yamasani2010-09-271-1/+1
* 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/+218