History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14051e2b5343db4b0531b7b4b806da0c09d6e251 09-Aug-2011 Jean Chalard <jchalard@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
35daf4007c8fdea451f40f92673cc94568102b2f 10-Jun-2011 Jean Chalard <jchalard@google.com> Merge "Stop using raw e-mail addresses as names in contacts dict."
1ea78d92e6c148f28326f475373fb40e65350909 10-Jun-2011 Jean Chalard <jchalard@google.com> Stop using raw e-mail addresses as names in contacts dict.

Bug: 4590281
Change-Id: I37016dd066efa1463077c67e05218148cbb67df4
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
dc05c6650e02222686bae9fa05aad9030c11453b 10-Jun-2011 Jean Chalard <jchalard@google.com> Demote contacts frequency.

Bug: 4586840
Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
0730bbfbf5e37bbcb5c287aeff71b304c833a36e 28-Apr-2011 Jean Chalard <jchalard@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
4556de4b4540b18d059759c88cd8254ae6a42fa7 26-Apr-2011 Jean Chalard <jchalard@google.com> Do not use contacts for bigram prediction.

bug: 4346034

Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
e26ef1bccddc942fdaeada3409c8e8ff18a35008 10-Dec-2010 Tadashi G. Takaoka <takaoka@google.com> Remove Tutorial class and unused debug feature

This change also cleanups compiler warnings.

Bug: 2897373
Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
78c4611719f10b4a53ade54ab5eeb390061737a3 20-Aug-2010 Ken Wakasa <kwakasa@google.com> Fix LatinIME crashing due to crash in Contacts DB

bug: 2895391
Change-Id: I3a0628942b74556f8b600b63ebc5d808fb2f0abd
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
979f8690967ff5409fe18f5085858ccdb8e0ccf1 20-Aug-2010 satok <satok@google.com> DO NOT MERGE. Backport LatinIME from master to Gingerbread

TODO: Cleanup will follow.

Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
283a77f633e92ed7dbe96b083c921fc244bbe880 10-Mar-2010 Amith Yamasani <yamasani@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java
07b1603a3f9611f6d15dd7fcedf883d6ef8e5817 09-Mar-2010 Amith Yamasani <yamasani@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java