aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use 5-row layout for Thai phone keybopardTadashi G. Takaoka2012-09-036-569/+5
| | | | | Bug: 6911182 Change-Id: I78f59564e8c31b9b66ed9a136584d0c57cc43120
* Use normal font for ThaiTadashi G. Takaoka2012-09-035-116/+258
| | | | | | | | This change also adds workaround to display Thai composing letters correctly. Bug: 6753168 Change-Id: Ibd42ebb40df08b5de32b3500f10003c4a5de4897
* am 70fb1d1a: am f0adce8a: Merge "Esperanto keyboard"Jean-Baptiste Queru2012-08-311-0/+61
|\ | | | | | | | | * commit '70fb1d1a690f3f16e4bbb19ffea349af1402cb1f': Esperanto keyboard
| * Esperanto keyboardJacob Nordfalk2012-08-301-0/+61
| | | | | | | | | | | | | | | | | | Universal esperanto keyboard. Has letters for all latin scripts, as users will often need to type something in both Esperanto and other languages (for example their country's). Signed-off-by: Jacob Nordfalk <jacob.nordfalk@gmail.com> Change-Id: Ia8a739fa31a60e118d42ae9e8c62ddfd66e2ca35
* | Merge "Use resource to specify 5-rows keyboard parameters" into jb-mr1-devTadashi G. Takaoka2012-08-311-2/+2
|\ \
| * | Use resource to specify 5-rows keyboard parametersTadashi G. Takaoka2012-08-311-2/+2
| | | | | | | | | | | | Change-Id: I67b290c4600dee43a81ba975ffc93a32a6d060b4
* | | Use normal font for Arabic and FarsiTadashi G. Takaoka2012-08-316-66/+132
|/ / | | | | | | | | Bug: 6753168 Change-Id: Iaef85847cf9f6c432c6ca25e7e6ec522c084d073
* | Revert "Revert "Fix key letter size of 5-rows Thai keyboard""Tadashi G. Takaoka2012-08-301-0/+2
| | | | | | | | | | | | | | This reverts commit 7a5ca9982fae2c17df4e597d2c54c81782946ed1. Depends: Ia4fa5046b3106e2710b9d5df1a6cc5f2cf995ec7 Change-Id: I0b9d0125380efe898943dc26ae884378145c44a3
* | Revert "Fix key letter size of 5-rows Thai keyboard"Ken Wakasa2012-08-291-2/+0
| | | | | | | | | | | | This reverts commit ac621d1527ee998e7d299788c2ab240f94046046 Change-Id: I17b1d17c773c2fe89c0cdef2c423c8ccd1d2c9c8
* | Fix key letter size of 5-rows Thai keyboardTadashi G. Takaoka2012-08-291-0/+2
| | | | | | | | | | | | | | | | The key text size can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6473915 Change-Id: Icd2d436fa1d8fc7bd1deb9e4b799d4f624376fb2
* | Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka2012-08-291-0/+1
| | | | | | | | | | | | | | | | The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
* | Opening punctuations have a priority in Spanish keyboardTadashi G. Takaoka2012-07-171-1/+1
| | | | | | | | | | Bug: 6737535 Change-Id: I87442eb978ac68be3d3df99eed8a92877a6f4ab0
* | Fix tab key's navigation behaviorTadashi G. Takaoka2012-07-051-0/+11
|/ | | | | Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e
* Fix duplicate period on Persian tablet keyboardTadashi G. Takaoka2012-06-184-6/+19
| | | | | Bug: 6679579 Change-Id: I8bccbfbdf7ea1fa1b78a5af05eb1df100f22ab0c
* Fix Persian keyboard having correct code pointsTadashi G. Takaoka2012-06-163-16/+46
| | | | | Bug: 6679850 Change-Id: Iaa33f48ffb5634de31e039574fb58185c6c078e8
* Fix Persian phone keyboardTadashi G. Takaoka2012-06-141-3/+2
| | | | | Bug: 6670630 Change-Id: I566b9962b4404143a2eb54a39caca4e84962f935
* Fix the order of Persian diacriticsTadashi G. Takaoka2012-06-141-2/+1
| | | | | | | | | The java source file KeyboardTextsSet.java has rather big change, but this file is auto generated by "maketext" tool. The crucial part of this change is in 5 XML resource files. Bug: 6661783 Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa
* Fix Dvorak 4th-row color scheme of 7-inch tabletTadashi G. Takaoka2012-06-071-1/+1
| | | | | Bug: 6625029 Change-Id: I6ea02e8e46d2bae29080cf9b4ad852a1b6fdd6f5
* Microphone key on 7-inch tablet on the far right vs where it is on phonesTadashi G. Takaoka2012-06-0613-149/+186
| | | | | Bug: 6568834 Change-Id: If48635ead60dc119656f1b10c9b05a1918ebd668
* Fix PC QWERTY keyboard of 7-inch tabletTadashi G. Takaoka2012-05-281-33/+8
| | | | | Bug: 6566031 Change-Id: I6d5a9244487d8b5816090aa98e032c9780cb5ae5
* Use large label text size for action labelTadashi G. Takaoka2012-05-181-0/+9
| | | | | | | | | | | The large label text size is used for: * The enter key's action label on phone/number keyboard layout of phone device and 7-inch tablet * The enter key's action label on alphabet/symbols keyboard of 7-inch tablet. Bug: 6509415 Change-Id: I1c0dc511b3ac87cba00163b8d29c687ad1e86ce8
* Merge "Tidy up number password layout" into jb-devTadashi G. Takaoka2012-05-171-12/+14
|\
| * Tidy up number password layoutTadashi G. Takaoka2012-05-171-12/+14
| | | | | | | | | | Bug: 6462191 Change-Id: Idd156e2fd651b80a6b5ebb2b10d88e107febbddb
* | Fix ".com" key width on 7-inch tabletTadashi G. Takaoka2012-05-171-1/+1
|/ | | | Change-Id: I5f843993e819bbc2e84f4d721cf7892d5518d7f6
* Merge "Slightly wider keys for 7-inch tablet layouts" into jb-devTadashi G. Takaoka2012-05-1430-186/+171
|\
| * Slightly wider keys for 7-inch tablet layoutsTadashi G. Takaoka2012-05-1430-186/+171
| | | | | | | | | | | | | | | | This change also removes the usage of "fillBoth" keyWidth from 7-inch tablet layouts. Bug: 6480505 Change-Id: I9ed58e0b49138fa9e1610c2b008798eedb19dd26
* | Fix popular domain key ".com" widthTadashi G. Takaoka2012-05-141-1/+1
|/ | | | | Bug: 6483245 Change-Id: Ie44fd71f848a254ec79c2e061ed050f139ff5aac
* Fix Spanish keyboard to have easy access to inverted ? and !Tadashi G. Takaoka2012-05-111-3/+2
| | | | | Bug: 6480385 Change-Id: Iae7879b5264711962a662f4b3d47a834bda715be
* Merge "Reorganize punctuations and diacritics of Arabic and Persian" into jb-devTadashi G. Takaoka2012-05-111-3/+13
|\
| * Reorganize punctuations and diacritics of Arabic and PersianTadashi G. Takaoka2012-05-111-3/+13
| | | | | | | | | | Bug: 6029665 Change-Id: Id72d5af2c9c8fff09a366819901c950b87756dea
* | Add Bulgarian BDS keyboardTadashi G. Takaoka2012-05-111-0/+58
|/ | | | | Bug: 5738545 Change-Id: I20f31c4ff57a06e6df93ce3cfe4d032afd5bacc7
* Merge "Tidy up Hindi 7-inch layouts" into jb-devTadashi G. Takaoka2012-05-101-10/+5
|\
| * Tidy up Hindi 7-inch layoutsTadashi G. Takaoka2012-05-101-10/+5
| | | | | | | | | | | | | | * Remove right shift key from hindi (same as east_slavic) Bug: 6422448 Change-Id: Icea9a027c825f74471425abea261d5499f02c2c6
* | Merge "Tidy up Arabic and Farsi 7-inch layouts" into jb-devTadashi G. Takaoka2012-05-102-22/+14
|\ \
| * | Tidy up Arabic and Farsi 7-inch layoutsTadashi G. Takaoka2012-05-102-22/+14
| |/ | | | | | | | | | | | | | | * Tweak key width and positon for arabic. * Move delete and enter key down for farsi. Bug: 6422448 Change-Id: I4fce1f4761eb1b53e432900c19e455a023721fc6
* | Merge "Tidy up 11-11-{7,8,9} 7-inch tablet layouts" into jb-devTadashi G. Takaoka2012-05-104-37/+24
|\ \
| * | Tidy up 11-11-{7,8,9} 7-inch tablet layoutsTadashi G. Takaoka2012-05-104-37/+24
| |/ | | | | | | | | | | | | | | | | | | * Add gutters between shift keys and letters for nordic * Slightly narrower 3rd-row letter keys for bulgarian * Remove "ъ" key from 1st-row of east_slavic * Remove right shift for 11-11-9 east_slavic and south_slavic Bug: 6422448 Change-Id: I2311bd475aabda51080f0be3714fabffa65b2009
* | Merge "Tidy up 10-10-7 7-inch tablet layouts" into jb-devTadashi G. Takaoka2012-05-108-30/+28
|\ \
| * | Tidy up 10-10-7 7-inch tablet layoutsTadashi G. Takaoka2012-05-108-30/+28
| |/ | | | | | | | | Bug: 6422448 Change-Id: I0c1721462572da7be7850d670c4f86d0c18cb610
* / Tidy up Thai 7-inch layoutsTadashi G. Takaoka2012-05-101-12/+11
|/ | | | | | | | * Remove right shift key from thai * Add comma and period keys Bug: 6422448 Change-Id: I40ff445ee763d964860fe6eb46e7168534a98c35
* Tidy up 10-9-7 7-inch tablet layoutsTadashi G. Takaoka2012-05-1010-52/+56
| | | | | | | | | * Slightly smaller key width and larger shift key and space key. * Both left and right shift key has the same width. * Move the 2nd-row slight right. Bug: 6422448 Change-Id: If27028eaac20c503c352ba35dd156befc53918c7
* Enable long-press spacebar on 7 inch tabletTadashi G. Takaoka2012-05-081-1/+1
| | | | | | | | This change also eliminate useless attribute longPressSpaceKeyTimeout of LatinKeyboardView. Bug: 6449356 Change-Id: Ib4dace4b9510c0eb96bdddacf8e0dbaa14fcfbbf
* Preserve label case of to-symbol-keyTadashi G. Takaoka2012-05-061-0/+1
| | | | | Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437
* Auto X scale domain key labelTadashi G. Takaoka2012-05-011-1/+1
| | | | | Bug: 6411275 Change-Id: I94906adb6936371f5275a1494f6f8b5546633a2b
* Remove duplicated functional keysTadashi G. Takaoka2012-05-017-104/+76
| | | | | Bug: 6410931 Change-Id: I07e84729da00d335e3864b9324bb1261df8968f7
* Remove tab key from alphabet layout of tablet 7Tadashi G. Takaoka2012-05-0125-64/+54
| | | | | Bug: 6410889 Change-Id: If7269aa2aeb1b6af9f0286f96c48b68309d646c5
* Remove tab key from number/phone layout of 7 inch tabletTadashi G. Takaoka2012-05-016-63/+49
| | | | | | | Bug: 6411288 Bug: 6411588 Bug: 6411840 Change-Id: I44b358ae9c078779d6b1108281c1458387a32948
* Remove tab key from phone layout of 7 inch tabletTadashi G. Takaoka2012-05-013-33/+19
| | | | | Bug: 6411288 Change-Id: Ie3836becf787536b7346150008053a985280f61b
* Support PC QWERTY layoutTadashi G. Takaoka2012-04-257-0/+529
| | | | | Bug: 4460018 Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328
* Cleanup <include/> and etc. in keyboard XMLTadashi G. Takaoka2012-04-2415-50/+33
| | | | | | | | * Remove keyXPos and keyWidth from key_*.xml and make it more generic. * Add keyXPos and keyWidth to <include/> generalized key_*.xml. * Remove zero width <Spacer/> and fold into successive <include/>. Change-Id: I4b5c02a165ba0bc9ef8741be0b4938c1efaf5e27