aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add hysteresis movement key debouncing•••When key is pressed, each key will have a halo which is 0.05 inch wider than the key. Bug: bug2517112 Change-Id: I1368ff4af5f5d230b8c2f0c05c3c27bdb89027ae Tadashi G. Takaoka2010-07-281-16/+24
* Refactor move and time de-bouncing codes into separate static class•••This is the second one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I11a6d2e501888da98faf0c88c8d861c508d500fc Tadashi G. Takaoka2010-07-271-63/+124
* Refactor UI message handling class to be more readable•••This is the first one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I2eb31c0966b2a7695e19aed7fceb13dad0c5bf0d Tadashi G. Takaoka2010-07-261-40/+73
* Add key debounce. bug: 2517112•••Change-Id: I461e481226395ce8964003c2ad1f4af888c6f7f9 Ken Wakasa2010-07-011-1/+14
* No capitalization for inputs from the symbols keyboard. bug: 2220892•••Change-Id: I832e855e8882c0ccbc48505acce5b605761cd93a Ken Wakasa2010-06-301-1/+1
* Add a typeFace element and a symbol's color element•••- add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82 satok2010-06-291-2/+26
* Move KeyboardView in the framework to LatinKeyboardViewBase•••Change-Id: I99e3ea5eb1f1f5e5f9b36306930cdf0f50acfb01 satok2010-06-261-0/+1474