aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Hints.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preload SharedPreferences at start.Ken Wakasa2010-11-261-187/+0
| | | | | bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f
* More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa2010-09-131-3/+3
| | | | | | | | | 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
* Clean up LatinIME javasatok2010-08-241-1/+0
| | | | | | | | - remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+188
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986