summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/internal/KeySpecParserTests.java
Commit message (Expand)AuthorAgeFilesLines
* Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-131-1/+1
* Add null check to KeySpecParserTadashi G. Takaoka2014-02-051-0/+12
* Rename base test class KeySpecParserTestsBaseTadashi G. Takaoka2014-02-051-1/+1
* Add KeySpecParser unit testTadashi G. Takaoka2014-02-041-0/+43
* Move some methods to MoreKeySpec classTadashi G. Takaoka2014-01-311-659/+0
* Refactor KeyboardTextsSet classTadashi G. Takaoka2014-01-311-1/+1
* Make RunInLocale as top-level classTadashi G. Takaoka2013-07-241-1/+1
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Make unit test independent from test device localeTadashi G. Takaoka2013-05-281-4/+15
* Use Locale.ROOT for locale neutral operationsTadashi G. Takaoka2013-05-241-7/+7
* Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-121-8/+8
* Add unit tests tagsTadashi G. Takaoka2013-02-041-0/+2
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-5/+5
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-1/+0
* Make KeySpecParser case sensitive againTadashi G. Takaoka2012-05-281-44/+55
* Fix adjusting key's label/code caseTadashi G. Takaoka2012-05-281-9/+10
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-201-10/+10
* Use string attribute for icon nameTadashi G. Takaoka2012-04-201-14/+18
* Make KeySpecParser case insensitiveTadashi G. Takaoka2012-04-201-121/+263
* Fix typo of some methods' nameTadashi G. Takaoka2012-04-181-1/+1
* Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-44/+44
* Fix KeyboardCodesSet code mappingTadashi G. Takaoka2012-04-101-2/+4
* Use !icon/<icon_name> notation for more keys specTadashi G. Takaoka2012-04-101-2/+2
* Introduce KeyboardCodesSet.java and remove keycodes.xmlTadashi G. Takaoka2012-04-101-23/+13
* Support fixed order more keysTadashi G. Takaoka2012-02-171-23/+51
* Convert one letter Key.outputText to Key.codeTadashi G. Takaoka2012-02-071-4/+8
* Fix KeySpecParserTests to read correct icon idTadashi G. Takaoka2012-02-031-13/+17
* Get rid of Key.setIcon(Drawable)Tadashi G. Takaoka2012-02-031-1/+1
* Make KeySpecParser and CSV parser code point awareTadashi G. Takaoka2012-02-021-0/+461