aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-42/+0
| | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* Remove the "deprecated" classesKen Wakasa2012-03-301-2/+1
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Don't send touch coordinates if proximity characters correction is disabledTadashi G. Takaoka2012-03-291-1/+2
| | | | | Bug: 6225317 Change-Id: I4fa65e020d838f53066d4a071f58fb6f40583e0b
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-011-2/+2
| | | | | | | | | | | | | 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
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-251-2/+2
| | | | | | | 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-241-2/+2
| | | | | | | KeyboardSet.Element.elementKeyboard" This reverts commit b5b92f9b78295366c12b25d1b464a371401c3677 Bug: 5908440
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-241-2/+2
| | | | | | This is the first step to support separate Keyboard for elementName. Change-Id: Icef66564b6938910fa06ecab664dce4be84c9505
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-141-6/+21
| | | | | | | | | This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
* Rename keyboard rows consistentlyTadashi G. Takaoka2011-06-171-1/+1
| | | | Change-Id: I7147cab36eee4b6fd9418ca36e8ece2360b59e45
* Tune up 7 inch keyboard layoutTadashi G. Takaoka2011-06-171-8/+0
| | | | | Bug: 4479212 Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
* Keep tablet keyboard in sync with Honeycomb-MR2Tadashi G. Takaoka2011-06-031-1/+0
| | | | | | | | | | This change removes Russian keyboard layout exceptions and make it compatible with other Latin's. Also tweaks some locales' keyboard layout to match with standard PC's keyboard layout at most. Change-Id: I305201fb850b4f94ae7e746ab4c039473d09da70
* Add minKeyboardHeight attribute to Keyboard layoutTadashi G. Takaoka2011-05-121-1/+2
| | | | | Bug: 4411676 Change-Id: I1f56ba58bacb90790f82326718bf9de95dba5d28
* Check the availability of layouts for showing the input languages in the ↵satok2011-04-211-0/+1
| | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
* Add tablet keyboards supported in GingerbreadTadashi G. Takaoka2011-01-271-0/+34
This change also re-orders the laternate characters on mini keyboard. Bug: 2214959 Change-Id: Id44c5b0c05f9f32ff939ad91d229d83731f2a135