aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-1/+1
|
* Update language to comply with Android’s inclusive language guidanceSeigo Nonaka2020-07-221-1/+1
| | | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
* Fix settings keys on tabletTadashi G. Takaoka2014-11-271-3/+0
| | | | | Bug: 18531491 Change-Id: Id374932b71674177abddd6d249ba6e712cbb5d25
* Keep aspect ratio of Material action key backgroundTadashi G. Takaoka2014-09-091-5/+18
| | | | | Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f
* Add new value "spacebar" to Key.backgroundType attributeTadashi G. Takaoka2014-09-031-0/+1
| | | | | Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612
* Fix the bottom row of tablet keyboard layoutTadashi G. Takaoka2014-08-251-0/+2
| | | | | | | | | This CL eliminates "_" and "/" keys from the bottom row of tablet keyboard. This CL also reorganizes the bottom row of tablet Dvorak keyboard. Bug: 16603887 Change-Id: Ic1570836dea1a475bed5d43aeb6a351507bf5428
* Use light emoji icon for Material light tablet keyboardTadashi G. Takaoka2014-08-141-1/+1
| | | | | Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
* Remove unused keyPreviewIcon attributesTadashi G. Takaoka2014-07-081-3/+1
| | | | | | This CL also removes unused tabKeyPreview icon. Change-Id: Ia69ba9c3d7c67ccb8983275bed262292eb422db2
* Reorder keys around the spacebarTadashi G. Takaoka2014-06-041-3/+3
| | | | | | | | | | | | | | This CL reorders keys around the spacebar. - On phone's symbols and symbols shift layout, the comma key is moved to the left of the spacebar to aligned with main layout. - On tablet's layout, the comma key is moved to the left of the spacebar on all layout to aligned with the same layout of phone's. Also the comma key has "settings" as more keys. - In Arabic and Perisan, the comma key of tablet already has some more keys This CL remove "/" and add "settings" instead. Bug: 15281451 Change-Id: I6e0e75e4d4abfb1f356e7499be91424c7c57c58b
* Update spacebar icon of LXX_DarkTadashi G. Takaoka2014-05-301-1/+1
| | | | | | | | This CL does't fix Bug: 15321822 though. Bug: 15298065 Bug: 15321822 Change-Id: Ie6ab1e230c1657317dc06193da598f04f682f521
* Use action key background for enter keyTadashi G. Takaoka2014-05-281-1/+1
| | | | | | | | | | This CL also use an action key background for the emoji key only on phone becase the emoji key share the same position with other action keys. The emoji key on tablet keeps using the functional key background. Bug: 15296851 Change-Id: I7b8550c61f19548f463a782342bdc0f496433a2a
* Support 9-patch drawable for spacebar iconTadashi G. Takaoka2014-05-151-0/+1
| | | | | Bug: 14419121 Change-Id: I901ea2a5bfae870b3aae8fea3bc38d999b2354b8
* Use slightly dimmed text color for functional keysTadashi G. Takaoka2014-05-151-1/+1
| | | | | | | | | This CL introduces two new key attributes to achieve this. - KeyboardView.functionalTextColor - followFunctionalTextColor flag for Key.keyLabelFlags Bug: 14419121 Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad
* Add pseudo LMP themeTadashi G. Takaoka2014-05-121-1/+1
| | | | | | | | | This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af
* Revert "Add pseudo LMP theme"Ken Wakasa2014-05-091-1/+1
| | | | | | | | | | This reverts commit dd9ed45c6332e6cb45da0953d23b9748ddddc548. Unit test breakage. https://sponge.corp.google.com/target?id=f7fd85a6-8e3b-4fda-8c84-d4e1b342e839&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ia971834b368890c344a06602473a56887709bbca
* Add pseudo LMP themeTadashi G. Takaoka2014-05-091-1/+1
| | | | | | | | | This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: Iba4751c525775fc12763c0a55309410e0d82ce9b
* Rename text resources consistentlyTadashi G. Takaoka2014-03-251-6/+6
| | | | | | | | | | | - keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
* Fix test resource declarations and parsing a bitTadashi G. Takaoka2014-02-141-1/+1
| | | | Change-Id: I882a41b2934c48f4405f1ea5bf4d6ad41e87322c
* Fix undefined emojiKeyStyleTadashi G. Takaoka2014-02-071-5/+6
| | | | Change-Id: I6798f524c9ac0d2911f2b83a5a5ef650f0815917
* Rename Key.keyLabel attribute to KeySpecTadashi G. Takaoka2014-02-071-17/+17
| | | | Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
* Consolidate keyIcon and code with keyLabel attributeTadashi G. Takaoka2014-02-071-54/+18
| | | | Change-Id: I75fbd348fab5022606ca14552eb03b15af6684c8
* Consolidate keyOutputText with keyLabel attributeTadashi G. Takaoka2014-02-061-2/+1
| | | | Change-Id: I90ea2c9d5ce42fabc79599995a2fae1f5f652a6b
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-27/+4
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Revert emoji key position to JB-mr2Satoshi Kataoka2013-10-041-0/+21
| | | | | | Bug: 10538430 Change-Id: Ie2033b2f5253b2e2fc2229ba6c95568e7b2a58fa
* Add comKeyStyleSatoshi Kataoka2013-09-191-0/+7
| | | | | Bug: 10822107 Change-Id: I411a2427e759e83366bbf7a525b9ab8a1ab3144d
* Optimize layoutSatoshi Kataoka2013-09-051-0/+14
| | | | | | Bug: 9059539 Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
* Revert "Remove symbols shifted related unused texts and styles"Satoshi Kataoka2013-09-041-0/+9
| | | | | | | | This reverts commit 59f49b38618fc5efd8e00b2511246834b3859a19. Bug: 9059539 Change-Id: I6e298a55feb942fc3720a91b65f841220443b42b
* Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-25/+2
| | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
* Revert "Support Emoji keyboard"Ken Wakasa2013-08-301-2/+25
| | | | | | This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1. Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
* Support Emoji keyboardTadashi G. Takaoka2013-08-291-25/+2
| | | | | Bug: 6370846 Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
* Remove symbols shifted related unused texts and stylesTadashi G. Takaoka2013-08-261-9/+0
| | | | | | | This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721
* Add emoji icon and code as a groundworkTadashi G. Takaoka2013-08-061-0/+5
| | | | | | | | | The emoji switching key icon asset should be updated. The icons in this change are just borrowed from Hangout. Bug: 10179862 Bug: 6370846 Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
* Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-041-9/+13
| | | | | | | This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad
* Distinguish action-enter/shift-enter/enterJean Chalard2013-01-151-1/+1
| | | | | Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1
* Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka2012-12-131-19/+17
| | | | | | | This change fixes the labels of switch to symbols key and switch back from more symbols key when symbols layout has shortcut key. Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82
* Merge "add research log ui control"Kurt Partridge2012-06-061-17/+2
|\
| * add research log ui controlKurt Partridge2012-06-061-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | - lets users flag a particular time in the research log - lets users delete the log for this session also makes the UsabilityLog setting control whether the ResearchLog logs or not. multi-project commit with I89067e7d3b8daca7179333f1dbe82224c26920fe Bug: 6188932 Change-Id: I89864ef3ab53b0efe1ea8d75247be08712f0c399
* | Change spacebar and language switch key background color of phoneTadashi G. Takaoka2012-06-041-6/+3
|/ | | | | Bug: 6568834 Change-Id: I815af444eb953e665a09a075b2d3e5875898cb52
* Reorganize punctuations and diacritics of Arabic and PersianTadashi G. Takaoka2012-05-111-1/+0
| | | | | Bug: 6029665 Change-Id: Id72d5af2c9c8fff09a366819901c950b87756dea
* Preserve label case of to-symbol-keyTadashi G. Takaoka2012-05-061-1/+2
| | | | | Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437
* Show settings key when noMicrophone option is enabled on PC QWERTYTadashi G. Takaoka2012-04-261-0/+7
| | | | Change-Id: Ib419a597e218af347e5d5da19f5ca8b3db8548c7
* Support PC QWERTY layoutTadashi G. Takaoka2012-04-251-2/+2
| | | | | Bug: 4460018 Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-201-9/+9
| | | | | | | | * Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
* Use string attribute for icon nameTadashi G. Takaoka2012-04-201-14/+14
| | | | Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d
* Make KeySpecParser case insensitiveTadashi G. Takaoka2012-04-201-7/+3
| | | | Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf
* Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-9/+9
| | | | | | | | This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43
* Use !icon/<icon_name> notation for more keys specTadashi G. Takaoka2012-04-101-1/+1
| | | | Change-Id: I616e6c1ac603d2eb7a5c99ec70d5411371d15f3e
* Introduce KeyboardCodesSet.java and remove keycodes.xmlTadashi G. Takaoka2012-04-101-16/+16
| | | | Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-3/+3
| | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* Fix settings key on more keys keyboardTadashi G. Takaoka2012-03-301-1/+1
| | | | | Bug: 6260868 Change-Id: I0b8113d283fa5d03a02115cd71a5af511982145a