futokb/java/src/com/android/inputmethod
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
..
accessibility Speak auto-corrections for accessibility 2013-09-27 14:15:53 -07:00
annotations
compat Add a utility of isLowRamDevice 2013-09-24 19:53:35 +09:00
dictionarypack Fix some warnings 2013-07-31 16:17:01 +09:00
event Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
keyboard Fix a pernicious bug with caps. 2013-10-02 16:57:36 +09:00
latin Fix a pernicious bug with caps. 2013-10-02 16:57:36 +09:00
research Fix build 2013-08-26 15:34:45 +09:00