aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove next letters frequency handlingTadashi G. Takaoka2011-02-171-3/+2
| | | | | Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2
* Fix NPEKen Wakasa2011-02-141-1/+1
| | | | | bug: 3446590 Change-Id: Iea5bd8f63f3322496b5d68539f0215d5d01e68d1
* Fix adding user dictionaryTadashi G. Takaoka2010-12-161-9/+13
| | | | | | | This change is follow up of I9fe45a61 Bug: 3264920 Change-Id: Ic7b95892e36e30fd9fadd7bea011efad7f2f98ca
* Check user dictionary before inserting new wordTadashi G. Takaoka2010-12-131-2/+18
| | | | | Bug: 3264920 Change-Id: I9fe45a61b2ad2b1ed69d3a0cbc6eebecb4038acc
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-1/+1
| | | | | | | This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+1
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* Keep addWordToDictionary from doing disk I/O on main threadKen Wakasa2010-09-251-2/+8
| | | | | | bug: 2999524 Change-Id: Id8b04d38079cfa1dadd5955eb7f83085e60eb8e2
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-1/+2
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Load UserDictionary and AutoDictionary in a background thread.Amith Yamasani2010-03-101-16/+9
| | | | | | | | | | | This is to avoid ANRs during bootup, as some of the providers may not have been initialized yet. Refactored the ContactsDictionary and moved the async loading code to ExpandableDictionary to share with the other dicts. Bug: 2501133 Change-Id: I20393edb6fdf5df2f54ebac8dd04419a592177a2
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+138
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986