aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboardParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-251-2/+4
| | | | | | | | | | | | | This change introduces shiftedIcon attribute for Key which specifies icon to draw the shift key while the key is in shifted state. This change also intriduces new configurable dimension value key_label_horizontal_alignment_padding which represents horizontal padding for left or right alignment of key label. Bug: 3216592 Bug: 3201839 Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
* Support imeOptions condition in <case>Tadashi G. Takaoka2010-11-231-15/+19
| | | | Change-Id: Ie5494601efb29cf65363c4aa3bf5a9ab04a0109a
* Support colorScheme <case/> condition in Keyboard XMLTadashi G. Takaoka2010-11-231-9/+16
| | | | Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
* Support <key-style/> and keyStyle attribute for Keyboard XMLTadashi G. Takaoka2010-11-221-15/+42
| | | | Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
* Make F1 and Symbol keys static in XML fileTadashi G. Takaoka2010-11-211-52/+53
| | | | Change-Id: If869f5ad4fe8f192f89a8679a4abde99a25e02e6
* Use "flag" feature of attr.xml to represent keyboard modeTadashi G. Takaoka2010-11-191-22/+3
| | | | Change-Id: Ibc317ada5167a119477fe8ea2994df6c6462afd0
* Keyboard XML supports switch-case-default tags to select rows and keysTadashi G. Takaoka2010-11-121-24/+173
| | | | Change-Id: I0d92e513757e765d9de98561205754af5a143650
* Refactor BaseKeyboardParser as Recursive Descendent ParserTadashi G. Takaoka2010-10-221-109/+276
| | | | | Bug: 3082538 Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e
* Move BaseKeyboardParser to top-level classTadashi G. Takaoka2010-10-211-0/+233
Bug: 3082538 Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66