aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-1/+2
| | | | | | | This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
* Fix LatinIME crashing due to crash in Contacts DBKen Wakasa2010-08-201-42/+51
| | | | | bug: 2895391 Change-Id: I3a0628942b74556f8b600b63ebc5d808fb2f0abd
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-10/+26
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Load UserDictionary and AutoDictionary in a background thread.Amith Yamasani2010-03-101-61/+12
| | | | | | | | | | | 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/+176
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986