- Apr 26, 2011
-
-
Jean Chalard authored
This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
-
- Apr 22, 2011
-
-
satok authored
Change-Id: I54711ff2014facefe3afd22e536045cd0ffe4955
-
- Apr 14, 2011
-
-
satok authored
Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
-
- Apr 13, 2011
-
-
satok authored
Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
-
- Dec 09, 2010
-
-
Tadashi G. Takaoka authored
This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb
-
- Nov 29, 2010
-
-
Tadashi G. Takaoka authored
This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
-
- Nov 26, 2010
-
-
Ken Wakasa authored
bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f
-
- Nov 17, 2010
-
-
satok authored
Change-Id: I777db896bd0287931ce7c810b080ccee1121d34e
-
- Nov 11, 2010
-
-
Tadashi G. Takaoka authored
This change also eliminates KeyboardSwitcher.refreshKeyboardCache, LatinIME.reloadKeyboards() and LanguageSwicther.getLocales(). Change-Id: I5fd4914660ea1c955ddfa0ca62b920f9bcd53e1b
-
- Sep 12, 2010
-
-
Ken Wakasa authored
The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit(). This change incorporates I4eca20fb and I39f6aa04. bug: 2983837 Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
-
- Sep 09, 2010
-
-
Ken Wakasa authored
bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
-
- May 03, 2010
-
-
Amith Yamasani authored
Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Feb 24, 2010
-
-
Amith Yamasani authored
Due to the addition of input language switching, the auto dictionary will be re-created very frequently. We need to save it and restore it during transitions, otherwise the data will be purged too often to be of much use in the multi-lingual case. This also fixes the case where a user frequently turns the phone off/on. Auto dictionary data was not being saved in those situations either. The dictionary will probably never grow too large since most of the frequently used words will be moved to the user dictionary any way. Also, now the input locale is different from the display locale, so save the input locale in the UserDictionary class and insert words into the user dictionary with the correct locale. And NPE fix for bug: 2464573
-
- Feb 06, 2010
-
-
Amith Yamasani authored
And fix a bug in opening keyboard settings when Voice is not available.
-
- Feb 05, 2010
-
-
Mike LeBeau authored
This will allow us to choose the right voice input language for the user on the VoiceSearch side.
-
- Feb 01, 2010
-
-
Amith Yamasani authored
Shows the language on the spacebar and in the preview bubble. Allows dragging of the spacebar from side to side to switch to previous or next languages.
-