maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard f735117d36 Fix a pernicious bug with caps.
What's happening here is, setAlphabetKeyboard sets the
keyboard to AUTOMATIC_SHIFTED and updates the keyboard, then
restoring the keyboard old state sets it back to UNSHIFTED without
updating it. When we finally know what the correct value is,
we try to set it to UNSHIFTED, but since that's already the currently
recorded state, it skips updating the keyboard forever.

The solution is to avoid setting the shift state without updating the
keyboard.

Bug: 10948582
Change-Id: Ic8670401e378f8284e851281f91a9ad93eac8e90
2013-10-02 16:57:36 +09:00
dictionaries Update dictionaries 2013-09-30 07:12:03 +00:00
java Fix a pernicious bug with caps. 2013-10-02 16:57:36 +09:00
native Merge "Implement the heuristic for auto-commit." 2013-10-01 12:10:57 +00:00
tests Separate "GC" and "GC with decay". 2013-10-01 18:09:31 +09:00
tools Cleanup and remove redundant more keys on phones 2013-10-01 19:02:09 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00