aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix possible NPE and IndexOutOfBoundsException.•••Bug: 2868304 Change-Id: I2c474736fb9bb95da9e04bdeb9b9b641e7c3adda Tadashi G. Takaoka2010-07-291-7/+8
* Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1•••Bug: 2868304 Change-Id: I60895e76c4288d4e0e960e5ba22cb47c4b989bf3 Tadashi G. Takaoka2010-07-291-10/+16
* Fix grammar error in comment•••Change-Id: I728c2fefcf3c22d30d192a9f4b3aedad4eddc2ed Tadashi G. Takaoka2010-07-281-2/+2
* Fix inconsistency between pop-up preview key and input key•••This issue is caused by three reasons. - In touch move event and while time debouncing is going on, wrong key is shown as pop-up preview. - There is no pop-up preview key shown when touch up event occurs and also showing pop-up preview message is unintentionally canceled. - In detectAndSendKey() method, nearby keys' primary codes are mistakenly sent as Key codes. This is the last of three changes to fix bug #2868304 Bug: 2868304 Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1 Tadashi G. Takaoka2010-07-281-17/+30
* 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