aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboard.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keyboard XML file supports include and merge tag•••Keyboard XML file can include other keyboard XML file using directive <include keyboardLayout="@xml/...">. The keyboard XML file which is included must have <merge> tag as root element. Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32 Tadashi G. Takaoka2010-10-071-71/+156
* Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c Tadashi G. Takaoka2010-10-051-29/+31
* Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a Tadashi G. Takaoka2010-10-021-20/+12
* Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok2010-10-021-0/+804