LatinIME/java
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
..
res Merge "Cleanup and remove redundant more keys on phones" 2013-10-01 10:29:15 +00:00
src/com/android/inputmethod Fix a pernicious bug with caps. 2013-10-02 16:57:36 +09:00
Android.mk Just a cosmetic cleanup 2012-07-28 21:24:29 +09:00
AndroidManifest.xml Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
MODULE_LICENSE_APACHE2
NOTICE Add notice for Lexiteria dictionaries. 2012-10-05 11:08:31 +09:00
proguard.flags Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a 2013-06-26 18:09:34 +09:00