aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboardParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update tablet keyboard layout to the latest design•••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 Tadashi G. Takaoka2010-11-251-2/+4
* Support imeOptions condition in <case>•••Change-Id: Ie5494601efb29cf65363c4aa3bf5a9ab04a0109a Tadashi G. Takaoka2010-11-231-15/+19
* Support colorScheme <case/> condition in Keyboard XML•••Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490 Tadashi G. Takaoka2010-11-231-9/+16
* Support <key-style/> and keyStyle attribute for Keyboard XML•••Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1 Tadashi G. Takaoka2010-11-221-15/+42
* Make F1 and Symbol keys static in XML file•••Change-Id: If869f5ad4fe8f192f89a8679a4abde99a25e02e6 Tadashi G. Takaoka2010-11-211-52/+53
* Use "flag" feature of attr.xml to represent keyboard mode•••Change-Id: Ibc317ada5167a119477fe8ea2994df6c6462afd0 Tadashi G. Takaoka2010-11-191-22/+3
* Keyboard XML supports switch-case-default tags to select rows and keys•••Change-Id: I0d92e513757e765d9de98561205754af5a143650 Tadashi G. Takaoka2010-11-121-24/+173
* Refactor BaseKeyboardParser as Recursive Descendent Parser•••Bug: 3082538 Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e Tadashi G. Takaoka2010-10-221-109/+276
* Move BaseKeyboardParser to top-level class•••Bug: 3082538 Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66 Tadashi G. Takaoka2010-10-211-0/+233