aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LanguageSwitcher.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support language bar swich for InputMethodSubtypesatok2011-04-131-193/+0
| | | | Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-3/+3
| | | | | | This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-1/+0
| | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Preload SharedPreferences at start.Ken Wakasa2010-11-261-3/+2
| | | | | bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f
* Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitchersatok2010-11-181-8/+0
| | | | Change-Id: I777db896bd0287931ce7c810b080ccee1121d34e
* Rename KeyboardSwitcher.setKeyboardMode to loadKeyboardTadashi G. Takaoka2010-11-111-26/+28
| | | | | | | This change also eliminates KeyboardSwitcher.refreshKeyboardCache, LatinIME.reloadKeyboards() and LanguageSwicther.getLocales(). Change-Id: I5fd4914660ea1c955ddfa0ca62b920f9bcd53e1b
* More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa2010-09-131-1/+1
| | | | | | | | | 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
* Avoid a disk write on UI threadKen Wakasa2010-09-091-1/+1
| | | | | bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
* Don't auto-select the system language in IME language selection screen.Amith Yamasani2010-05-031-1/+20
| | | | | | | | | Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+182
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986