summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/KeyboardId.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-061-7/+2
* Remove unnecessary reference to LatinIMETadashi G. Takaoka2014-04-251-1/+1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-21/+13
* Revert "Remove symbols shifted layout related code"Satoshi Kataoka2013-09-041-0/+2
* Add emoji keyboard element idsTadashi G. Takaoka2013-08-261-0/+14
* Remove symbols shifted layout related codeTadashi G. Takaoka2013-08-241-3/+0
* Remove symbols shifted layoutTadashi G. Takaoka2013-08-231-0/+1
* Add ResouceUtils.getDefaultKeyboardHeightTadashi G. Takaoka2013-08-071-1/+0
* Remove orientation member from KeyboardIdTadashi G. Takaoka2013-08-071-12/+4
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-2/+2
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Use Locale.ROOT for locale neutral operationsTadashi G. Takaoka2013-05-241-1/+1
* Remove unused device form factor valuesTadashi G. Takaoka2013-05-071-20/+3
* Remove {max,min}keyboardHeight attribute from KeyboardTadashi G. Takaoka2013-01-291-3/+11
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Stop relying on the soft keyboard to get the editor action.Jean Chalard2013-01-161-6/+1
* Move a method to a utility class (C1)Jean Chalard2013-01-091-12/+3
* Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka2012-12-131-30/+40
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Add device form factor to KeyboardIdTadashi G. Takaoka2012-07-301-6/+23
* Fix tab key's navigation behaviorTadashi G. Takaoka2012-07-051-2/+4
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-191-2/+3
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-6/+12
* Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-031-3/+3
* Cleanup EditorInfoCompatUtilsTadashi G. Takaoka2012-04-031-2/+2
* Add missing Word.hashCode()Ken Wakasa2012-03-231-28/+28
* Add language switch key only to the phone layoutsTadashi G. Takaoka2012-03-071-2/+7
* Support time, date, and datetime keyboardTadashi G. Takaoka2012-03-021-25/+6
* Add next/prev navigate action more keys and remove tab keyTadashi G. Takaoka2012-02-211-12/+22
* Settings key always exists in more keys of shortcut/f1 keyTadashi G. Takaoka2012-02-171-43/+3
* Custom action label should be a part of keyboard identifierTadashi G. Takaoka2012-02-081-0/+2
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-081-16/+33
* Fix obvious bugTadashi G. Takaoka2012-02-081-4/+1
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-011-4/+4
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-0/+16
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-251-28/+24
* Revert "Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeybo...Tadashi Takaoka2012-01-241-24/+28
* Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboardTadashi G. Takaoka2012-01-241-28/+24
* Move KeyboardSwitcher.getKeyboard to KeyboardSetTadashi G. Takaoka2011-12-161-18/+3
* Use Params instead of Builder as an argument of KeyboardSet constructorTadashi G. Takaoka2011-12-161-9/+0
* Remove EditorInfo from KeyboardIdTadashi G. Takaoka2011-12-141-32/+45
* Cleanup KeyboardId's hasCode methodTadashi G. Takaoka2011-12-141-30/+36
* Cleanup settings key related stuffTadashi G. Takaoka2011-12-141-22/+33
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-141-15/+54
* Don't execute pending onStartInputView if EditorInfos are equivalentTadashi G. Takaoka2011-12-071-0/+9
* Pending onStartInputView only if the EditorInfo is identicalTadashi G. Takaoka2011-11-211-6/+6
* Introduce noKeyPreview Key attributeTadashi G. Takaoka2011-11-181-4/+0
* Remove hacks related to determine window widthTadashi G. Takaoka2011-08-221-8/+0
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-9/+3
* Replace the notion of "voice" with "shortcut" as many as possibleTadashi G. Takaoka2011-07-311-12/+13