summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/KeyStyles.java
Commit message (Expand)AuthorAgeFilesLines
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-230/+0
* Add static construct method for SparseArrayTadashi G. Takaoka2012-08-221-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-1/+2
* Use SparseArray<E> instead of HashMap<Integer,E>Tadashi G. Takaoka2012-06-291-11/+16
* Can override key-styleTadashi G. Takaoka2012-05-011-42/+46
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-201-14/+14
* Use string attribute for icon nameTadashi G. Takaoka2012-04-201-3/+3
* Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-27/+53
* Introduce KeyboardCodesSet.java and remove keycodes.xmlTadashi G. Takaoka2012-04-101-2/+2
* Add next/prev navigate action more keys and remove tab keyTadashi G. Takaoka2012-02-211-4/+4
* Fix KeyStyles to be able to override the value in styleTadashi G. Takaoka2012-02-071-49/+58
* Move CSV parser to KeySpecParserTadashi G. Takaoka2012-02-021-2/+1
* Use MoreKeySpecParser to parse puctuations strip resourcesTadashi G. Takaoka2012-02-011-59/+2
* Support addtionalMoreKeysTadashi G. Takaoka2012-01-301-0/+1
* Use String instaed of CharSequence in Key classTadashi G. Takaoka2012-01-251-22/+21
* Support @string reference in moreKeys attributeTadashi G. Takaoka2012-01-201-13/+24
* Change more key specification type to String from CharSequenceTadashi G. Takaoka2012-01-201-49/+53
* Get rid of public reference to KeyboardIconsSet.ICON_* constantsTadashi G. Takaoka2011-12-191-0/+1
* Move KeyboardBuilder and KeyboardParams classes into Keyboard classTadashi G. Takaoka2011-12-181-1/+3
* Add extra key icons to KeyboardIconsSetTadashi G. Takaoka2011-12-181-1/+0
* Add XmlParseUtils classTadashi G. Takaoka2011-12-141-9/+11
* Add Key.altCode attributeTadashi G. Takaoka2011-11-301-0/+1
* Add Key.keyActionFlags and obsolete Key.isRepeatableTadashi G. Takaoka2011-11-211-20/+2
* Make some private method staticTadashi G. Takaoka2011-10-281-1/+1
* Use XmlPullParser interface instead of XmlResourceParserTadashi G. Takaoka2011-10-061-2/+3
* Remove Key.isStick, use backgroundType="stick" insteadTadashi G. Takaoka2011-09-151-1/+0
* Refactor Key.isFunctional to more generic Key.keyTypeTadashi G. Takaoka2011-09-151-1/+1
* Rename PopupCharactersParser to MoreKeySpecParserTadashi G. Takaoka2011-08-311-2/+2
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-1/+1
* Cleanup Keyboard related code and rename some classesTadashi G. Takaoka2011-08-021-2/+2
* Fix exception messageTadashi G. Takaoka2011-07-311-3/+3
* Draw phone/number keyboard layout witout iconTadashi G. Takaoka2011-06-271-1/+1
* Move icon declaration to Keyboard themeTadashi G. Takaoka2011-06-221-27/+9
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-0/+259