summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/Keyboard.java
Commit message (Expand)AuthorAgeFilesLines
* Create a new KeyboardLayout class to represent the layout.Mohammadinamul Sheik2015-01-301-0/+11
* Add null analysis annotations to keyboard packageTadashi G. Takaoka2014-11-271-4/+18
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* [ML13] Fix the locale passing in ProximityInfoJean Chalard2014-10-031-4/+3
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-5/+4
* Remove unnecessarily getKeyFromOutputText method from KeyboardTadashi G. Takaoka2014-04-211-9/+0
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-211-9/+17
* Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-211-4/+4
* Use unmodifiable list to return the nearest keysTadashi G. Takaoka2014-04-211-2/+2
* Stop using modifiable Key arrayTadashi G. Takaoka2014-04-211-5/+7
* [IL69.1] Move a static method to a utility class.Jean Chalard2014-01-241-0/+17
* Fix Emoji recentsSatoshi Kataoka2013-09-181-0/+9
* Add GridRows tag to support emoji keyboardTadashi G. Takaoka2013-08-261-0/+9
* Add copy constructor to KeyboardTadashi G. Takaoka2013-08-261-3/+29
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-2/+2
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Remove "dimension|fraction" format from Key and Keyboard attributesTadashi G. Takaoka2013-01-301-5/+5
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Cosmetic source code formating changeTadashi G. Takaoka2012-11-011-2/+0
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-69/+2
* Replace immediate values with named constants for characters (A6)Jean Chalard2012-09-141-0/+2
* Support per-Key and per-Keyboard key visual attributesTadashi G. Takaoka2012-08-311-13/+3
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-1114/+8
* Optimize rare Key attributes to separate classTadashi G. Takaoka2012-08-301-2/+2
* Revert "Revert "Fix key letter size of 5-rows Thai keyboard""Tadashi G. Takaoka2012-08-301-0/+20
* Revert "Revert "Move resource related methods to ResourceUtils""Tadashi G. Takaoka2012-08-291-69/+21
* Revert "Move resource related methods to ResourceUtils"Ken Wakasa2012-08-291-21/+69
* Move resource related methods to ResourceUtilsTadashi G. Takaoka2012-08-291-69/+21
* Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka2012-08-291-0/+18
* Add ResourceUtilsTadashi G. Takaoka2012-08-291-2/+2
* Add static construct method for SparseArrayTadashi G. Takaoka2012-08-221-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-3/+4
* Cosmetic fixesKen Wakasa2012-08-191-17/+28
* Add toString() method to KeyboardTadashi G. Takaoka2012-08-081-0/+5
* Fix multi-touch input in auto-caps fieldTadashi G. Takaoka2012-08-011-3/+0
* A gesture should not start from the delete keyTadashi G. Takaoka2012-07-181-2/+1
* Fix Keyboard.getKey as thread safeTadashi G. Takaoka2012-07-051-10/+12
* Use SparseArray<E> instead of HashMap<Integer,E>Tadashi G. Takaoka2012-06-291-15/+16
* Merge "add research log ui control"Kurt Partridge2012-06-061-2/+4
|\
| * add research log ui controlKurt Partridge2012-06-061-2/+4
* | am 59dae7e1: am 907ba593: Can specify Key.backgroundType in <Row> and <includ...Tadashi G. Takaoka2012-06-061-9/+28
|\ \
| * | Can specify Key.backgroundType in <Row> and <include> attributeTadashi G. Takaoka2012-06-061-9/+28
| |/
* / Fix xml tag in commentTadashi G. Takaoka2012-06-061-41/+41
|/
* Fix stale key drawingTadashi G. Takaoka2012-05-171-0/+14
* Remove "fillBoth" enum value from keyWidth attribute of KeyTadashi G. Takaoka2012-05-151-10/+0
* Add language switch key to symbols and symbols shifted layoutTadashi G. Takaoka2012-04-201-2/+5
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-201-5/+5
* Remove useless key event handling methodsTadashi G. Takaoka2012-04-181-8/+0
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-1/+1