aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated classes.Jean Chalard2012-06-081-178/+0
| | | | | | | Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b
* Forget user historysatok2012-05-281-1/+1
| | | | | | Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
* Clean up some compiler warningsTadashi G. Takaoka2012-05-251-0/+1
| | | | Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc
* Mark UserDictionary and ContactsDictionary as deprecatedTadashi G. Takaoka2012-05-211-0/+6
| | | | | Bug: 6473962 Change-Id: I14477f99f67aedf756d9387ec1d50ef57a1c079e
* Read and use user dictionary shortcuts.Jean Chalard2012-05-151-1/+2
| | | | | | Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed
* Stop reloading contacts when not appropriate.Jean Chalard2011-08-091-4/+12
| | | | | | | | | | A recent change had the contacts reloaded every time a new field is touched. This change not only fixes the problem, but also removes reloading contacts when changing language, which should make language switch within LatinIME lighter. Bug: 5125034 Change-Id: Ia61c4f75a8617113cdce88a2e2c6fdf073146a2d
* Merge "Stop using raw e-mail addresses as names in contacts dict."Jean Chalard2011-06-101-3/+1
|\
| * Stop using raw e-mail addresses as names in contacts dict.Jean Chalard2011-06-101-3/+1
| | | | | | | | | | Bug: 4590281 Change-Id: I37016dd066efa1463077c67e05218148cbb67df4
* | Demote contacts frequency.Jean Chalard2011-06-101-1/+1
|/ | | | | Bug: 4586840 Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1
* Straighten out magic space vs real spaces behavior.Jean Chalard2011-05-021-2/+5
| | | | | | | | | | | | | Picking a suggestion inserts a space after the word. This change makes this space a magic space. Incidentally, do some minor cleanup: add CODE_DASH, CODE_SINGLE_QUOTE and CODE_DOUBLE_QUOTE to Keyboard and use them throughout the code, and remove a useless import directive in some unrelated file. Bug: 4319740 Change-Id: I245f396c34dd0af820bca91edc4ec363238a4ae4
* Do not use contacts for bigram prediction.Jean Chalard2011-04-261-0/+8
| | | | | | bug: 4346034 Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33
* 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