aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible NPE and IndexOutOfBoundsException.Tadashi G. Takaoka2010-07-291-7/+8
| | | | | Bug: 2868304 Change-Id: I2c474736fb9bb95da9e04bdeb9b9b641e7c3adda
* Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1Tadashi G. Takaoka2010-07-291-10/+16
| | | | | Bug: 2868304 Change-Id: I60895e76c4288d4e0e960e5ba22cb47c4b989bf3
* Fix grammar error in commentTadashi G. Takaoka2010-07-281-2/+2
| | | | Change-Id: I728c2fefcf3c22d30d192a9f4b3aedad4eddc2ed
* Fix inconsistency between pop-up preview key and input keyTadashi G. Takaoka2010-07-281-17/+30
| | | | | | | | | | | | | | | 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
* Add hysteresis movement key debouncingTadashi G. Takaoka2010-07-281-16/+24
| | | | | | | | | When key is pressed, each key will have a halo which is 0.05 inch wider than the key. Bug: bug2517112 Change-Id: I1368ff4af5f5d230b8c2f0c05c3c27bdb89027ae
* Refactor move and time de-bouncing codes into separate static classTadashi G. Takaoka2010-07-271-63/+124
| | | | | | | This is the second one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I11a6d2e501888da98faf0c88c8d861c508d500fc
* Refactor UI message handling class to be more readableTadashi G. Takaoka2010-07-261-40/+73
| | | | | | | | This is the first one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I2eb31c0966b2a7695e19aed7fceb13dad0c5bf0d
* Add key debounce. bug: 2517112Ken Wakasa2010-07-011-1/+14
| | | | Change-Id: I461e481226395ce8964003c2ad1f4af888c6f7f9
* No capitalization for inputs from the symbols keyboard. bug: 2220892Ken Wakasa2010-06-301-1/+1
| | | | Change-Id: I832e855e8882c0ccbc48505acce5b605761cd93a
* Add a typeFace element and a symbol's color elementsatok2010-06-291-2/+26
| | | | | | | - add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82
* Move KeyboardView in the framework to LatinKeyboardViewBasesatok2010-06-261-0/+1474
Change-Id: I99e3ea5eb1f1f5e5f9b36306930cdf0f50acfb01