aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_number.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-1/+1
* Fix symbol letter size of phone/number layout•••This CL - decreases the size of symbols letter on number and phone layout. - increases the size of "Pause" and "Wait" label. - fixes "Pause" and "Wait" label for no language keyboard Bug: 18179572 Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0 Tadashi G. Takaoka2014-11-041-18/+1
* Fix number and phone keyboard visual glitches•••Bug: 18179572 Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca Tadashi G. Takaoka2014-11-041-3/+2
* Add plus-sign hint to PIN's zero key•••Bug: 16378846 Change-Id: Ia1f95a33db4e1eb6b2fe367cfffa4aada567b6d9 Tadashi G. Takaoka2014-09-221-0/+1
* Add new value "spacebar" to Key.backgroundType attribute•••Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612 Tadashi G. Takaoka2014-09-031-0/+20
* Revert "Revert "Add Key label off center attribute""•••This reverts commit 787e9a37b41c67e8683e854538b2743a2bc8fdcd. Change-Id: I177b8f5d08eb487c19180c09101cc073222c4efe Tadashi G. Takaoka2014-08-071-1/+1
* Revert "Add Key label off center attribute"•••This reverts commit ba49920e8046ca592d6c914b2e3f7394bf9c281c. Due to unit test breakage. Bug: 14419121 Change-Id: I6f4fc30b86227e59c883d202551b162dc91b4166 Ken Wakasa2014-08-071-1/+1
* Add Key label off center attribute•••This CL adds two Key attributes to control how much a label should be off centered. - keyLabelOffCenterRatio - keyHintLabelOffCenterRatio Bug: 14419121 Change-Id: I26650eefdd375f0eeca8a1ca6034a8339d2a3182 Tadashi G. Takaoka2014-08-071-1/+1
* Align space key icon to bottom of a key•••The Key.keyLabelFlags's flag "alignButtom" (misspelled) has been removed by Iae3cd66744. This CL re-introduce the same flag with "alignIconToBottom". Bug: 16803172 Change-Id: I412590f394c6ca9b36358d6acfe8675071403bdd Tadashi G. Takaoka2014-08-071-0/+1
* Remove unnecessarily overridden defaultEnterKeyStyle•••The overriding defaultEnterKeyStyle was needed because there were two Key's attributes to control key's visual, keyLabel and keyIcon. Because these were merged into one keySpec attribute, there is no need to override defaultEnterKeyStyle. Bug: 16787857 Change-Id: I78ca2c7c9349e4532c67e8d6468a5b98309adc05 Tadashi G. Takaoka2014-08-051-8/+0
* Remove unused Key.keyLabelFlags' values•••Change-Id: Iae3cd6674448f258ee0a4bf2966bf3c347876b4f Tadashi G. Takaoka2014-07-191-1/+0
* Support 9-patch drawable for spacebar icon•••Bug: 14419121 Change-Id: I901ea2a5bfae870b3aae8fea3bc38d999b2354b8 Tadashi G. Takaoka2014-05-151-0/+1
* Use slightly dimmed text color for functional keys•••This CL introduces two new key attributes to achieve this. - KeyboardView.functionalTextColor - followFunctionalTextColor flag for Key.keyLabelFlags Bug: 14419121 Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad Tadashi G. Takaoka2014-05-151-1/+1
* Rename text resources consistently•••- 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 Tadashi G. Takaoka2014-03-251-2/+2
* Rename Key.keyLabel attribute to KeySpec•••Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c Tadashi G. Takaoka2014-02-071-17/+17
* Consolidate keyIcon and code with keyLabel attribute•••Change-Id: I75fbd348fab5022606ca14552eb03b15af6684c8 Tadashi G. Takaoka2014-02-071-18/+8
* Use large label text size for action label•••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 Tadashi G. Takaoka2012-05-181-0/+9
* Fix confusable "label" usage, use "text" instead•••* Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3 Tadashi G. Takaoka2012-04-201-4/+4
* Use string attribute for icon name•••Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d Tadashi G. Takaoka2012-04-201-1/+1
* Add followKeyLabelRatio flag for keyLabelFlags of Key attribute•••This change renames largeLetter flag to followKeyLargeLetterRatio as well. Change-Id: Ida777aac57e4d885fa051654fe863f493f8e946a Tadashi G. Takaoka2012-04-111-2/+2
* Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••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 Tadashi G. Takaoka2012-04-111-4/+4
* Introduce KeyboardCodesSet.java and remove keycodes.xml•••Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8 Tadashi G. Takaoka2012-04-101-3/+3
* Support embedded more key•••This is a followup change to Ie10b3e0b. Change-Id: I1f91d96e32357b83bd0546537d561d638b6ff0c6 Tadashi G. Takaoka2012-03-051-6/+1
* Support time, date, and datetime keyboard•••Bug: 6030364 Change-Id: I2bd4daf264757d8f3fa7c946d10a39c36ccf5905 Tadashi G. Takaoka2012-03-021-5/+11
* Use more standard Unicode notations in keyboard layout resource files.•••bug: 5988656 Change-Id: Ie2416ccd790f29934a37e9dc77d7525e5113048a Ken Wakasa2012-02-151-1/+2
* Move long press shift handling from PointerTracker to KeyboardState•••This change also * Rename phone shift keyboard to phone symbols keyboard. Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard. * Remove phone symbols keyboard from tablet. * Introduces enableLongPress flag of Key.keyActionFlags attribute. * Remove clumsy long press code from PointerTracker. * Remove CODE_CAPSLOCK handling from LatinIME. * Make KeyboardSwitcher to invoke haptic and audio feedback. Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054 Tadashi G. Takaoka2012-02-011-4/+7
* Rename keyboard XML resource files••• * <Keyboard> XML file should be kbd_*.xml * <Row> XML file should be rows_*.xml or row_*.xml * <Key> XML file should be key_*.xml or keys_*.xml * <key-style> XML file should be key_styles_*.xml Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13 Tadashi G. Takaoka2012-01-281-0/+129