summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/KeyboardSet.java
Commit message (Expand)AuthorAgeFilesLines
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-407/+0
* Refactor to utilize InputMethodSubtypeTadashi G. Takaoka2012-04-051-1/+5
* Use no language "zz" to disable shortcut keyTadashi G. Takaoka2012-04-041-7/+2
* Use language agnostic QWERTY for forceAsciiTadashi G. Takaoka2012-04-041-1/+3
* Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-031-27/+35
|\
| * Add RunInLocale class to guard locale switchingTadashi G. Takaoka2012-04-031-27/+35
* | Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-031-2/+2
|/
* Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-031-1/+0
* Add language agnostic QWERTY subtypeTadashi G. Takaoka2012-03-301-3/+9
* Remove the "deprecated" classesKen Wakasa2012-03-301-26/+0
* Don't send touch coordinates if proximity characters correction is disabledTadashi G. Takaoka2012-03-291-13/+24
* Remove SupportTouchPositionCorrection from subtype extra valueTadashi G. Takaoka2012-03-281-5/+7
* Small performance improvement by removing interface accesses.Ken Wakasa2012-03-171-3/+2
* Rename keyboard XML filesTadashi G. Takaoka2012-03-121-0/+2
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-6/+46
* Add language switch key only to the phone layoutsTadashi G. Takaoka2012-03-071-2/+5
* Support time, date, and datetime keyboardTadashi G. Takaoka2012-03-021-0/+3
* Settings key always exists in more keys of shortcut/f1 keyTadashi G. Takaoka2012-02-171-6/+3
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-081-10/+8
* Fix Key.equals(Key)Tadashi G. Takaoka2012-02-021-5/+10
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-011-3/+5
* Cleanup redundant methods of KeyboardSetTadashi G. Takaoka2012-01-311-9/+14
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-72/+43
* Warn deprecated privateImeOptions, "nm" and "forceAscii"Tadashi G. Takaoka2012-01-261-4/+6
* Add Key preserveCase enum to keyLabelOptions attributeTadashi G. Takaoka2012-01-251-10/+35
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-251-35/+54
* Revert "Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeybo...Tadashi Takaoka2012-01-241-43/+33
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-241-33/+43
* Support EditorInfo.IME_FLAG_FORCE_ASCIITadashi G. Takaoka2012-01-171-2/+4
* Remove reference of SubtypeSwitcher and SettingsValues from KeyboardSetTadashi G. Takaoka2012-01-131-25/+42
* Move KeyboardBuilder and KeyboardParams classes into Keyboard classTadashi G. Takaoka2011-12-181-5/+3
* Remove LatinKeyboard classTadashi G. Takaoka2011-12-181-13/+16
* Move KeyboardSwitcher.getKeyboard to KeyboardSetTadashi G. Takaoka2011-12-161-29/+102
* Use Params instead of Builder as an argument of KeyboardSet constructorTadashi G. Takaoka2011-12-161-41/+53
* Merge "Add XmlParseUtils class"Tadashi G. Takaoka2011-12-141-17/+12
|\
| * Add XmlParseUtils classTadashi G. Takaoka2011-12-141-17/+12
* | Cleanup settings key related stuffTadashi G. Takaoka2011-12-141-24/+5
|/
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-141-10/+130
* Introduce KeyboardSet to hold related KeyboardIdsTadashi G. Takaoka2011-12-131-0/+134