summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/KeyboardParams.java
Commit message (Expand)AuthorAgeFilesLines
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-4/+3
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-211-3/+18
* Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-131-1/+0
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-4/+4
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Don't count Spacer into histogramsTadashi G. Takaoka2013-06-141-4/+9
* Add keyboardLetfPadding and keyboardRightPadding attributesTadashi G. Takaoka2013-01-301-2/+2
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-2/+2
* Stabilize gesture recognition algorithm that looks for the nearest key.Ken Wakasa2012-09-111-2/+2
* Support per-Key and per-Keyboard key visual attributesTadashi G. Takaoka2012-08-311-7/+1
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-0/+143
* Move KeyboardBuilder and KeyboardParams classes into Keyboard classTadashi G. Takaoka2011-12-181-177/+0
* Add extra key icons to KeyboardIconsSetTadashi G. Takaoka2011-12-181-11/+0
* Use Set to group Keys in Keyboard instead of ListTadashi G. Takaoka2011-12-161-4/+2
* Pass the touch position correction flag from KeyboardSwitcher.Yusuke Nojima2011-10-031-3/+57
* Add touch position correction data to resources.Yusuke Nojima2011-09-291-0/+4
* Add themeId to KeyboardTadashi G. Takaoka2011-09-281-0/+1
* Fix keyboard row height calculationTadashi G. Takaoka2011-09-261-10/+31
* Remove Key.isStick, use backgroundType="stick" insteadTadashi G. Takaoka2011-09-151-1/+1
* Rename PopupCharactersParser to MoreKeySpecParserTadashi G. Takaoka2011-08-311-1/+1
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-2/+2
* Cleanup keyboard related code a bitTadashi G. Takaoka2011-08-301-0/+15
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-28/+23
* Add KeyboardParams classTadashi G. Takaoka2011-08-011-0/+100