aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use more standard Unicode notations in keyboard layout resource files.Ken Wakasa2012-02-158-411/+420
| | | | | bug: 5988656 Change-Id: Ie2416ccd790f29934a37e9dc77d7525e5113048a
* Replace UTF-8 string resources with their hex representationsKen Wakasa2012-02-117-243/+390
| | | | | bug: 5988656 Change-Id: Ifc3c3a2eccfc23d75b4066c2c9c02c48dacda55b
* Custom action label should be a part of keyboard identifierTadashi G. Takaoka2012-02-081-0/+1
| | | | Change-Id: Ia14cabc3d49fbdcb11dd00225d225fbb91cc4012
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-0815-20/+16
| | | | | | | | | | | | | | This change also * Honors the custom action label in EditorInfo.actionLabel. * Invokes InputConnection.performeEditorAction if action is specifed at EditorInfo.imeOptions or actionLabel/actionId. * Stops using InputMethodService.sendKeyChar. Implements sendKeyCodePoint instead. Bug: 2498607 Bug: 5961809 Bug: 5368408 Change-Id: If4cd5eb3dacfc6b6a7ea434b0617c2438e06e42d
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-081-1/+1
| | | | Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
* Remove BIDI mirroring hack from KeyTadashi G. Takaoka2012-02-013-26/+15
| | | | | | | This change also removes isRtlKeyboard attribute from <Keyboard/> Bug: 5948247 Change-Id: I85998f17ae146a4c8cd0f419ab820b746cb8974f
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-013-143/+22
| | | | | | | | | | | | | 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
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-314-20/+62
| | | | | | | | | | | | | | | | | | If any shift state variants of alphabet keyboard layout is not specified in KeyboardSet.Element, it will be automatically generated from base alphabet keyboard definition. This change also * Eliminates KeyboardShiftState object from Keyboard. * Removes various set shift state methods from Keyboard. * Removes KeyboardSet.Element.elementAutoGenerate attribute. * Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn" * Add preserveCase flag to smiley, .com, and labeled special keys. * Rename KeyboardShiftState class to AlphabetShiftState. * Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*. * Introduce shiftedLetterActivated to Key.keyLabelFlags Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7
* Support addtionalMoreKeysTadashi G. Takaoka2012-01-305-23/+21
| | | | | | | This change also removes * Unused more_keys_for_q, w, and p. Change-Id: Idb99e5f6d8c2ad2d28437f42b35b21c282cd181f
* Rename keyboard XML resource filesTadashi G. Takaoka2012-01-2827-63/+63
| | | | | | | | | * <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
* Share kbd_row3_smiley.xmlTadashi G. Takaoka2012-01-2710-90/+30
| | | | Change-Id: Ie5e68f972a739ab151201bd13bb1771e164313e6
* Merge "Use kbd_row3_comman_period.xml"Tadashi G. Takaoka2012-01-275-134/+8
|\
| * Use kbd_row3_comman_period.xmlTadashi G. Takaoka2012-01-275-134/+8
| | | | | | | | Change-Id: Ie2ce2f4f03e70477d4932072a44fb9aeb7cd7784
* | Create separate XML for number password keyboardTadashi G. Takaoka2012-01-273-208/+219
|/ | | | Change-Id: I1d73a03bfce9180106575e180bfeb422da03b9fb
* Support @icon/icon_name for more keys specificationTadashi G. Takaoka2012-01-201-1/+1
| | | | Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7
* Add Bulgarian keyboardTadashi G. Takaoka2012-01-191-0/+138
| | | | | | Bug: 5864001 Bug: 5738545 Change-Id: I3aa8a0e531e091680c0e05c55e72edd05e5ebc77
* Get rid of Keyboard.CODE_DUMMYTadashi G. Takaoka2012-01-101-2/+0
| | | | Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
* Make Estonian keyboard Scandinavian variantTadashi G. Takaoka2011-12-261-1/+1
| | | | | | | This change also fixes Scandinavian keyboard layout around "a" key. Bug: 5627326 Change-Id: I65da7a56a28d90eabcffcd616164d8e8c1111c96
* Get rid of public reference to KeyboardIconsSet.ICON_* constantsTadashi G. Takaoka2011-12-191-0/+1
| | | | | | | | | | | | | | As a consequence, * Add Key.iconDisabledKey has been introduced and Key.getIcon honors the enabled state of the key. * The attribute id of disabled icon for shortcut key, Keyboard_iconShortcutKeyDisabled, is renamed to Keyboard_iconDisbledShortcutKey * KeyboardIconsSet has getIconByIconId and getIconByAttrId methods instead of getIcon. Bug: 5778201 Change-Id: Ica93b073b9a04acd18ead7a33b60e3c6d813e7a1
* Add extra key icons to KeyboardIconsSetTadashi G. Takaoka2011-12-181-1/+0
| | | | | | | | | | | * Get rid of Key.keyIconShifted attribute. Add Keyboard.iconShiftKeyShifted to KeyboardIconsSet. * Get rid of LatinKeyboardView.disabledShortcutIcon attribute. Add Keyboard.iconShortcurKeyDisabled to KeyboardIconsSet. * Add Keyboard.iconSpaceKeyForNumber to KeyboardIconsSet. * Fix misplaced autoCorrectionSpacebarLedIcon resources. Change-Id: I381bff3789254977ab3cb18f58f95b3c433b1e1a
* Generalize Russian to Slavic layoutTadashi G. Takaoka2011-12-161-7/+11
| | | | | | | Adding Belarusian, Kyrgyz, and Ukrainian keyboards will follows. Bug: 5738545 Change-Id: I05055d519fac8c67f728cee693b133c3dfb29047
* Just ignore settings/shortcut key while typing on tabletTadashi G. Takaoka2011-12-141-2/+2
| | | | | Bug: 5759096 Change-Id: Ie1f1800d0f32ac0938715c79974e0f382c9c3d27
* Add Key.altCode attributeTadashi G. Takaoka2011-11-301-2/+4
| | | | | | | | | | * Registering alternate code and while key is typing. * Showing press/release graphics of the key that has the above altenate code. * Showing press/release graphics of all shift keys. * Renaming Key.ignoreWhileTyping to Key.altCodeWhileTyping. Bug: 5639503 Change-Id: I67fb45bae76284a1f0deb6fd12ae5fb781d06cc3
* Introduce ignoreWhileTyping flags to Key.keyActionFlagsTadashi G. Takaoka2011-11-221-2/+2
| | | | | Bug: 5639503 Change-Id: Ic2afad6766edb2538a58f722209e2daa40aa488d
* Add Key.keyActionFlags and obsolete Key.isRepeatableTadashi G. Takaoka2011-11-2110-34/+33
| | | | | | This change also renames Key.keyLabelOption to keyLabelFlags. Change-Id: Iedd0bfaa420ad382c07ce084416355690e390919
* Tweak number and phone keyboard layout of tabletTadashi G. Takaoka2011-11-186-40/+42
| | | | Change-Id: Icb2f146becb7f834adba2612c9420a8f2d1e87fc
* Add left/right padding to phone/number layout of tabletTadashi G. Takaoka2011-11-186-394/+9
| | | | Change-Id: Ida6b458f3233cd4ea3ae71e07e2a5c80c7750954
* Copy number/phone keyboard layout of tabletTadashi G. Takaoka2011-11-183-0/+463
| | | | Change-Id: I63e576ea88db313ede89f2517436071f5c391204
* Introduce noKeyPreview Key attributeTadashi G. Takaoka2011-11-184-11/+18
| | | | | | | | This change also removes hacks in LatinKeyboardView by utilizing noKeyPreview attribute. Bug: 5638595 Change-Id: Icd8a3af3b7849b941f8f5532e2b432e126a909e6
* Do not show key preview of settings and shortcut keyTadashi G. Takaoka2011-11-171-2/+0
| | | | | Bug: 5560766 Change-Id: I580efaf4e33f7dfbaa591e2afae9c49547bf26fb
* Revised Arabic alternatesTadashi G. Takaoka2011-10-131-11/+60
| | | | | | Bug: 5439635 Change-Id: Ic6ea1317f8892d5dbaaa7e0cbb274e8e06ea89d7
* Get rid of daggers from Arabic/Hebrew keyboardTadashi G. Takaoka2011-10-121-2/+2
| | | | | | Bug: 5445200 Change-Id: I5e4e19a17b0edcd0c0de8fa8fe4289b0ca7d66b1
* Get rid of card suits from Arabic keyboardTadashi G. Takaoka2011-10-111-1/+1
| | | | | Bug: 5439295 Change-Id: Idbcd51acb927d5a9d549c91c93a1a6e32ba8be24
* Fix mini keyboard style on tablet deviceTadashi G. Takaoka2011-09-261-0/+1
| | | | Change-Id: Ib255697c606199e24e631ed886331d981c4dec38
* Remove Key.isStick, use backgroundType="stick" insteadTadashi G. Takaoka2011-09-151-2/+1
| | | | Change-Id: I50e88c0870a3fe360b81f19163ca2f64ec38d8e8
* Remove functionalKeyStyle, use backgroundType="functional" insteadTadashi G. Takaoka2011-09-151-15/+11
| | | | Change-Id: I5facf17779cfe50bdc71a3592e851b3f58295a92
* Refactor Key.isFunctional to more generic Key.keyTypeTadashi G. Takaoka2011-09-151-1/+1
| | | | | Bug: 5232726 Change-Id: Idc861ca725f62eaf37795f57401573394a17d6d3
* Introduce autoXScale label optionTadashi G. Takaoka2011-09-121-0/+2
| | | | | Bug: 5267649 Change-Id: I7fdcb98c209b7ccf73075ef3a4e758782fe161e3
* Currency symbol keys are more aware of localeTadashi G. Takaoka2011-09-091-3/+5
| | | | | | | | | | | | | | | * Locale is one of EU, main currency is Euro, and more currencies are Pound, Yen and Dollar (plus Cent on 10" tablet) * Locale is GB, main currency is Pound, and more currencies are Euro, Yen and Dollar (plus Cent on 10" tablet) * Locale has special currency symbol such as Hebrew, main currency is the one, and more currencies are Pound, Euro, Dollar (plus Cent on 10" tablet) * Other than these, main currency is Dollar, and more currencies are Pound, Cent, Euro (plus Yen on 10" tablet) Bug: 5281876 Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
* Make Spacer as extended Key classTadashi G. Takaoka2011-09-081-1/+1
| | | | | Bug: 5275003 Change-Id: I809a8ca363ba72b22ac5cfd926414990f7e8467c
* Merge "Rename alternates_for_ as more_keys_for_"Tadashi G. Takaoka2011-08-3111-101/+101
|\
| * Rename alternates_for_ as more_keys_for_Tadashi G. Takaoka2011-08-3111-101/+101
| | | | | | | | | | | | This is a followup change for I37209a5a. Change-Id: I17cf4596034ed900cb4c769f89a2607a53b19c0a
* | Implement popup suggestions paneTadashi G. Takaoka2011-08-311-2/+0
|/ | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Fix missing renamesTadashi G. Takaoka2011-08-311-0/+0
| | | | | | This is a followup for Ic83cd120. Change-Id: Ib51bae45939aa67394c5988a4f4451c20fff6959
* Rename PopupCharactersParser to MoreKeySpecParserTadashi G. Takaoka2011-08-3117-152/+152
| | | | | | Also renames PopupPanel to MoreKeysPanel Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-1/+1
| | | | Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
* Remove password field special handlingTadashi G. Takaoka2011-08-232-34/+0
| | | | Change-Id: Iaf1b4bbb54be7a4cade856d1ba363e976774f442
* Remove 7inch dedicated iconsTadashi G. Takaoka2011-08-224-7/+0
| | | | | | This change also tweaks the size of letters and labels. Change-Id: Id3f04015778ebca5e8f6833bc695e221fe7a8079
* Tiny fix for access to cyrillic soft sign on Russian layoutsKen Wakasa2011-08-121-2/+1
| | | | | bug: 5151430 Change-Id: Id6e50398d087f62a305fad734432135c00329316
* Merge "Support label with icon key"Tadashi G. Takaoka2011-08-031-1/+1
|\