summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/KeyboardCodesSet.java
Commit message (Expand)AuthorAgeFilesLines
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
* Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-131-65/+4
* Use SubtypeLocaleUtils.isRtlLanguageTadashi G. Takaoka2014-02-061-22/+4
* Move some prefix strings to relevant classesTadashi G. Takaoka2014-01-311-0/+2
* Fix inconsistent behavior with the back-to-the-main-keyboard keyYohei Yukawa2014-01-281-0/+3
* Add emoji icon and code as a groundworkTadashi G. Takaoka2013-08-061-0/+3
* Remove CODE_RESEARCHTadashi G. Takaoka2013-08-051-3/+0
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-041-0/+3
* Fix how the Enter action is decidedJean Chalard2013-02-221-4/+1
* Fix RTL language key code mappingTadashi G. Takaoka2013-02-121-0/+5
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Distinguish action-enter/shift-enter/enterJean Chalard2013-01-151-0/+2
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-16/+16
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-3/+3
* add research log ui controlKurt Partridge2012-06-061-0/+3
* Fix adjusting key's label/code caseTadashi G. Takaoka2012-05-281-3/+0
* Make KeySpecParser case insensitiveTadashi G. Takaoka2012-04-201-1/+4
* Fix KeyboardCodesSet code mappingTadashi G. Takaoka2012-04-101-13/+12
* Introduce KeyboardCodesSet.java and remove keycodes.xmlTadashi G. Takaoka2012-04-101-0/+149