aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsDictionary.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated classes.•••Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b Jean Chalard2012-06-081-178/+0
* Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-1/+1
* Clean up some compiler warnings•••Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc Tadashi G. Takaoka2012-05-251-0/+1
* Mark UserDictionary and ContactsDictionary as deprecated•••Bug: 6473962 Change-Id: I14477f99f67aedf756d9387ec1d50ef57a1c079e Tadashi G. Takaoka2012-05-211-0/+6
* Read and use user dictionary shortcuts.•••Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed Jean Chalard2012-05-151-1/+2
* Stop reloading contacts when not appropriate.•••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 Jean Chalard2011-08-091-4/+12
* 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.•••Bug: 4590281 Change-Id: I37016dd066efa1463077c67e05218148cbb67df4 Jean Chalard2011-06-101-3/+1
* | Demote contacts frequency.•••Bug: 4586840 Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1 Jean Chalard2011-06-101-1/+1
|/
* Straighten out magic space vs real spaces behavior.•••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 Jean Chalard2011-05-021-2/+5
* Do not use contacts for bigram prediction.•••bug: 4346034 Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33 Jean Chalard2011-04-261-0/+8
* Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5 Tadashi G. Takaoka2010-12-101-1/+2
* Fix LatinIME crashing due to crash in Contacts DB•••bug: 2895391 Change-Id: I3a0628942b74556f8b600b63ebc5d808fb2f0abd Ken Wakasa2010-08-201-42/+51
* DO NOT MERGE. Backport LatinIME from master to Gingerbread•••TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963 satok2010-08-201-10/+26
* Load UserDictionary and AutoDictionary in a background thread.•••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 Amith Yamasani2010-03-101-61/+12
* Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 Amith Yamasani2010-03-091-0/+176