summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/KeyboardLayoutSet.java
Commit message (Expand)AuthorAgeFilesLines
* Hide settings-key until the device is unlocked.Yohei Yukawa2016-01-071-0/+11
* Delete user history files.Dan Zivkovic2015-03-111-1/+1
* Refactor KeysCache to UniqueKeysCacheTadashi G. Takaoka2014-11-271-7/+5
* Add null analysis annotations to keyboard packageTadashi G. Takaoka2014-11-271-2/+7
* Add RichInputMethodSubtype.getKeyboardLayoutSetNameTadashi G. Takaoka2014-11-121-1/+1
* Merge "Clean up KeyboardLayoutSet a bit"Tadashi G. Takaoka2014-11-071-28/+19
|\
| * Clean up KeyboardLayoutSet a bitTadashi G. Takaoka2014-11-061-28/+19
* | Move some methods out from SubtypeSwitcherTadashi G. Takaoka2014-11-061-2/+1
|/
* Fix a wrong indentKen Wakasa2014-11-041-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-2/+2
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+1
* [ML24] Add facilities to read the script of a subtypeJean Chalard2014-10-141-19/+67
* Add allowRedundantMoreKeys attributeTadashi G. Takaoka2014-09-251-0/+4
* Start showing the split keyboard layoutSandeep Siddhartha2014-09-171-5/+18
* Add a canSplitKeyboard attribute for specifying split keyboard layoutsSandeep Siddhartha2014-09-121-1/+7
* am 727cd740: am f2eadbb4: Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-291-1/+9
|\
| * Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-281-1/+9
* | Revert "Revert "[ML1] Introduce RichInputMethodSubtype""Jean Chalard2014-08-251-4/+4
* | Revert "[ML1] Introduce RichInputMethodSubtype"Jean Chalard2014-08-221-4/+4
* | [ML1] Introduce RichInputMethodSubtypeJean Chalard2014-08-221-4/+4
|/
* Fix some unit tests.Jean Chalard2014-07-311-1/+1
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-2/+2
* [SD3] Forward the script ID to where it will be usedJean Chalard2014-06-271-0/+4
* [SD2] Add support for a new tag Feature in KeyboardLayoutSetJean Chalard2014-06-271-0/+24
* Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-061-18/+12
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-5/+4
* Add InputMethodSubtypeCompatUtils.isAsciiCapable()Tadashi G. Takaoka2014-02-171-2/+2
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-22/+20
* Consolidate voice input key options no.1Satoshi Kataoka2013-09-051-0/+4
* Fix cosmetic source code formattingTadashi G. Takaoka2013-08-151-1/+2
* Remove redundant EditorInfo member from KeyboardLayoutSet.BuilderTadashi G. Takaoka2013-08-121-6/+4
* Move createKeyboardSetForSpellChecker to AndroidSpellCheckServiceTadashi G. Takaoka2013-08-071-42/+0
* Add ResouceUtils.getDefaultKeyboardHeightTadashi G. Takaoka2013-08-071-50/+11
* Remove orientation member from KeyboardIdTadashi G. Takaoka2013-08-071-6/+0
* Small optimization for readabilityTadashi G. Takaoka2013-08-051-31/+32
* Fix keyboard caching bug for testingTadashi G. Takaoka2013-08-051-1/+1
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-4/+4
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-4/+4
* Cache three main keyboards to improve average switch timeJean Chalard2013-06-111-4/+32
* Fix running on device regression test and profile.Keisuke Kuroyanagi2013-05-201-0/+2
* Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-081-3/+48
* Remove unused device form factor valuesTadashi G. Takaoka2013-05-071-4/+1
* Use XmlPullParser.getEventType()Tadashi G. Takaoka2013-03-261-5/+7
* Clean up XmlParserUtilsTadashi G. Takaoka2013-03-261-5/+5
* Fix off-device regression test buildTadashi G. Takaoka2013-01-291-1/+0
* Remove {max,min}keyboardHeight attribute from KeyboardTadashi G. Takaoka2013-01-291-5/+37
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka2012-12-131-19/+7
* Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-1/+2
* Shortcut key is enabled on the no language keyoardTadashi G. Takaoka2012-10-171-4/+3