summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/KeyboardLayoutSet.java
Commit message (Expand)AuthorAgeFilesLines
* Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-281-1/+9
* 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
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-5/+5
* Fix touch position correction data passingTadashi G. Takaoka2012-09-251-4/+7
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-40/+27
* Add static construct method for SparseArrayTadashi G. Takaoka2012-08-221-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-6/+3
* Add device form factor to KeyboardIdTadashi G. Takaoka2012-07-301-6/+10
* Use SparseArray<E> instead of HashMap<Integer,E>Tadashi G. Takaoka2012-06-291-3/+4
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-191-7/+12
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-191-5/+5
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-6/+5
* Refatcor InputMethodSubtype related stuff a bitTadashi G. Takaoka2012-04-131-32/+4
* Use system locale for labels on no language keyboardTadashi G. Takaoka2012-04-111-22/+6
* Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-5/+4
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-0/+447