aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use kbd_row3_comman_period.xmlTadashi G. Takaoka2012-01-278-179/+13
| | | | Change-Id: Ie2ce2f4f03e70477d4932072a44fb9aeb7cd7784
* Add inactivatedLabel and inactivatedUppercaseLetter flags for Key.keyLabelFlagsTadashi G. Takaoka2012-01-271-0/+4
| | | | Change-Id: I6c7dc79cbad360602b278283f4c3a24c54040622
* Merge "Get rid of Resource reference from KeyboardView, LatinKeyboardView ↵Tadashi G. Takaoka2012-01-266-21/+71
|\ | | | | | | and PointerTracker"
| * Get rid of Resource reference from KeyboardView, LatinKeyboardView and ↵Tadashi G. Takaoka2012-01-266-21/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PointerTracker This change introduces the following attributes. * KeyboardView - keyPreviewLingerTimeout * LatinKeboardView - keyHysteresisDistance - touchNoiseThresholdTime - touchNoiseThresholdDistance - slidingKeyInputEnable - keyRepeatStartTimeout - keyRepeatInterval - longPressKeyTimeout - longPressShiftKeyTimeout - longPressSpaceKeyTimeout - ignoreSpecialKeyTimeout - showMiniKeyboardAtTouchedPoint Change-Id: I25159a87289b12447e20031add173523070e9b03
* | Add Key preserveCase enum to keyLabelOptions attributeTadashi G. Takaoka2012-01-252-1/+5
|/ | | | | | | To support auto generate key depending keyboard element id, the KeysCache class is introduced to hold whole keys and reuse. Change-Id: Icb81b5f1c1b3aaa31968dcdb93aa0a856e737f78
* Add element predicator to <switch><case> condition of KeyboardTadashi G. Takaoka2012-01-251-0/+13
| | | | Change-Id: I8f9eb8eb28707d23e421e88f979022d844a3b3ee
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-2531-73/+88
| | | | | | | This is the first step to support separate Keyboard for elementName. This change is the second attempt of Icef66564. Change-Id: I78ea6cb9ea3d965ff89e0ff5d896a6b11ba5c670
* Revert "Add autoGenerateFromAlphabet enum to ↵Tadashi Takaoka2012-01-2431-74/+73
| | | | | | | KeyboardSet.Element.elementKeyboard" This reverts commit b5b92f9b78295366c12b25d1b464a371401c3677 Bug: 5908440
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-2431-73/+74
| | | | | | This is the first step to support separate Keyboard for elementName. Change-Id: Icef66564b6938910fa06ecab664dce4be84c9505
* Support @icon/icon_name for more keys specificationTadashi G. Takaoka2012-01-204-11/+5
| | | | Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7
* Add Bulgarian keyboardTadashi G. Takaoka2012-01-196-2/+464
| | | | | | Bug: 5864001 Bug: 5738545 Change-Id: I3aa8a0e531e091680c0e05c55e72edd05e5ebc77
* Enable usability study mode optionTadashi G. Takaoka2012-01-181-1/+2
| | | | Change-Id: Iadd69fbde42b895dd30f98890f59b56cdcdd4007
* Add a whitelist entryJean Chalard2012-01-181-0/+4
| | | | | | nit → not Change-Id: I8d0fc6fe4b769cd76c8059848a8ec249bb9fea0d
* Add "force non-distinct multitouch" debug optionTadashi G. Takaoka2012-01-172-0/+7
| | | | Change-Id: I9fd6fabf03515011cedb8aaa30fdb7a77f2d4d12
* Fix SubtypeLocaleTestsTadashi G. Takaoka2012-01-133-3/+3
| | | | Change-Id: Id85814aa3bcd9cacbe446b2dfda3ca2ab9146c13
* Change the application name of aosp latin imesatok2012-01-121-0/+2
| | | | Change-Id: I96281709736bc20d70e63af170bfb48b5df3f18d
* Add EnabledWhenDefaultIsNotAsciiCapable to English keyboard subtypesatok2012-01-111-1/+1
| | | | | | Bug: 5806103 Change-Id: Iffdc68565f4a8b5af98247a4dff9dc4e76b4056a
* Get rid of Keyboard.CODE_DUMMYTadashi G. Takaoka2012-01-104-7/+5
| | | | Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
* Fix Slavic layout on phone deviceTadashi G. Takaoka2012-01-101-2/+1
| | | | Change-Id: I7da35502072e336ba2c32fc78827f5dff1bedddc
* Import revised translations.Eric Fischer2011-12-2947-106/+106
| | | | Change-Id: Ie6d481360e801a67f4bc0309a7151b1640bd3c40
* Merge "Make Estonian keyboard Scandinavian variant"Tadashi G. Takaoka2011-12-2510-5/+56
|\
| * Make Estonian keyboard Scandinavian variantTadashi G. Takaoka2011-12-2610-5/+56
| | | | | | | | | | | | | | This change also fixes Scandinavian keyboard layout around "a" key. Bug: 5627326 Change-Id: I65da7a56a28d90eabcffcd616164d8e8c1111c96
* | Fix more keys for fr_CA and fr_CH. Also tidy up more keys for de_ZZ as well.Ken Wakasa2011-12-243-6/+51
|/ | | | | bug: 5800592 Change-Id: I0c9abc807ab0100b3839fc7f0f40c6c1a66e0a6e
* Get rid of public reference to KeyboardIconsSet.ICON_* constantsTadashi G. Takaoka2011-12-198-11/+20
| | | | | | | | | | | | | | 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
* Move spacebar drawing code from LatinKeyboard to LatinKeyboardViewTadashi G. Takaoka2011-12-188-37/+36
| | | | | | | | | Also this change moves LatinKeyboard attributes, autoCorrectionSpacebarLedEnabled, autoCorrectionSpacebarLedIcon, spacebarTextRatio, spacebarTextColor, and spacebarTextShadowColor to LatinKeyboardView. Change-Id: I7cc27ce1fc550e9f620a9ed0fbe4b8172902d5a1
* Add extra key icons to KeyboardIconsSetTadashi G. Takaoka2011-12-189-34/+21
| | | | | | | | | | | * 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
* Add LatinKeyboardView styleTadashi G. Takaoka2011-12-188-3/+52
| | | | | | | As a result, this change moves shortcut related update code to LatinKeyboardView from LatinKeyboard. Change-Id: I1882672577f61e73c90d6c018b7dbb61f3fe21e4
* Add LatinKeyboard.spacebarTextRatio attributeTadashi G. Takaoka2011-12-1811-3/+10
| | | | | Bug: 5776979 Change-Id: Ia568d1170ed33a000eb3bb02ecdf611e4b5ff2d5
* Add Vietnamese keyboardTadashi G. Takaoka2011-12-163-1/+77
| | | | | Bug: 5738545 Change-Id: I96abf6807e9375e352a505b822dd50b4d1a7a252
* Add Slovenian keyboardTadashi G. Takaoka2011-12-163-1/+74
| | | | | Bug: 5738545 Change-Id: Id88a30d3fe46988ac2e0ad129b7bea53b8c7ab07
* Add Slovak keyboardTadashi G. Takaoka2011-12-163-12/+62
| | | | | Bug: 5738545 Change-Id: I40178f8fc0be4a9fcfc7496dae262574dd0267f9
* Add Rumanian keyboardTadashi G. Takaoka2011-12-163-2/+50
| | | | | Bug: 5738545 Change-Id: I88ef1a461cf94f10578b5751d0a2fd6abbfd84d9
* Add Ukrainian keyboardTadashi G. Takaoka2011-12-163-1/+72
| | | | | Bug: 5738545 Change-Id: I78ff8d1c7aa96f3522989e138334b96c5f2aba02
* Add Kyrgyz keyboardTadashi G. Takaoka2011-12-163-1/+73
| | | | | Bug: 5738545 Change-Id: I9fda2c75654ab4bbaaeb9ee2442dda0a73a3e07e
* Add Belarusian keyboardTadashi G. Takaoka2011-12-163-1/+72
| | | | | Bug: 5738545 Change-Id: I60113c248a5a122e71e20273d44406e8199fa0eb
* Generalize Russian to Slavic layoutTadashi G. Takaoka2011-12-168-32/+48
| | | | | | | Adding Belarusian, Kyrgyz, and Ukrainian keyboards will follows. Bug: 5738545 Change-Id: I05055d519fac8c67f728cee693b133c3dfb29047
* Fix broken suggestions layoutTadashi G. Takaoka2011-12-162-2/+2
| | | | | | This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
* Add colorValidTypedWord and alphaValidTypedWordTadashi G. Takaoka2011-12-162-2/+6
| | | | | | This change fixes Gingerbread theme. Change-Id: I142437ac0173df48ab36390f47ed67c6cea24a65
* Fix auto correction spacebar LEDTadashi G. Takaoka2011-12-152-3/+2
| | | | Change-Id: I4894d188d5612380cc9f8eec7cb72544e37fb2b0
* Ignore settings key if it isn't adjecent to the space key on phoneTadashi G. Takaoka2011-12-141-0/+3
| | | | | Bug: 5759096 Change-Id: I1e1250d917e726e1931de3247ddc782b005ab5c1
* Just ignore settings/shortcut key while typing on tabletTadashi G. Takaoka2011-12-143-4/+5
| | | | | Bug: 5759096 Change-Id: Ie1f1800d0f32ac0938715c79974e0f382c9c3d27
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-1442-320/+891
| | | | | | | | | This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
* Show usability study mode for research purposessatok2011-12-091-0/+1
| | | | | | Bug: 5722703 Change-Id: I27acc374c5d4b52707708b83689dea5d78a573d7
* Add support for Russian spell checking.Jean Chalard2011-12-051-0/+12
| | | | | | | | | Note that this is not enough: we still need to create a reasonable proximity table for Cyrillic characters, or we won't be able to show up suggestions. Bug: 5701241 Change-Id: Idb141f7a230a6e1a46094308c26f43c01ab3b97a
* Merge "Add Key.altCode attribute"Tadashi G. Takaoka2011-11-304-7/+15
|\
| * Add Key.altCode attributeTadashi G. Takaoka2011-11-304-7/+15
| | | | | | | | | | | | | | | | | | | | * 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
* | Add an option to use contacts or not while spell checkingJean Chalard2011-11-303-8/+9
|/ | | | | Bug: 5447495 Change-Id: Iffb09895676c3dd1a79d1699b0eac865282508d4
* Merge "Import revised translations."Eric Fischer2011-11-295-19/+19
|\
| * Import revised translations.Eric Fischer2011-11-295-19/+19
| | | | | | | | Change-Id: I22f516d922078cf0e26898da7af59ac4fa4b35a8
* | Support Baltic languagesTadashi G. Takaoka2011-11-294-17/+85
|/ | | | | | | | This change supports Estonian, Latvian, and Lithuanian languages keyboard. Bug: 5627326 Change-Id: Iaaa966e4164f9593f143e79736c8ec7befc2a5ce