aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboard.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using distance to the edge of key as proximity detectionTadashi G. Takaoka2010-11-061-23/+23
| | | | | | | | | | | | | | | Because there may be very long key, such as space bar on tablet, we should not use the distance between the touch point and the center of key as proximity detection. Instead of that, this change uses the distance between the point and the nearest edge of key as proximity detection. Also this change fixes the bug that space key (code 32) was not counted in proximity detection. Bug: 3164020 Bug: 3168138 Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
* Increased the size of GRID in Keyboardsatok2010-10-291-14/+11
| | | | | | | | | Bug: 3122894 - Changed width 10 -> 32 - Changed height 5 -> 16 Change-Id: I07354cf5c942974cc25a5e043f41e0f13a09351b
* Refactor BaseKeyboardParser as Recursive Descendent ParserTadashi G. Takaoka2010-10-221-5/+5
| | | | | Bug: 3082538 Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e
* Move BaseKeyboardParser to top-level classTadashi G. Takaoka2010-10-211-217/+0
| | | | | Bug: 3082538 Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66
* Refactor BaseKeyboard parsing codeTadashi G. Takaoka2010-10-211-164/+193
| | | | Change-Id: I241125b5b15c9d6bbba456476f1f4fd3ef9db3f2
* Update xlarge drawable of KeyboardTadashi G. Takaoka2010-10-191-17/+30
| | | | | Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
* Cleanup LatinKeyboard and LatinKeyboard.LatinKey classesTadashi G. Takaoka2010-10-181-5/+8
| | | | Change-Id: I4c5a37315dea1c7545b77a8a6c93b930927a5a82
* Keyboard XML file supports include and merge tagTadashi G. Takaoka2010-10-071-71/+156
| | | | | | | | 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
* Add keyHintIcon attribute to BaseKeyboard.Key classTadashi G. Takaoka2010-10-051-29/+31
| | | | | | | This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
* Modify BaseKeyboard to be able to handle multiple shift keysTadashi G. Takaoka2010-10-021-20/+12
| | | | Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-0/+804
Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c