Go to file
Jorge Ruesga 8210da8b50 email: suggested contacts
This change adds support for suggested contacts (email addresses not in the contact
provider and received via email). The implementation creates a new separate
"extras" database (to avoid conflicts with future aosp changes). In the table
SuggestedContacts are stored every email address present in every email inserted
in the database.
This allow to display this contacts in the RecipientEditTextView when compose an email.
Suggested contacts are selected by account (only those ones received by that account).

This features is opt-out by default, but it can be activated in general settings by
choosing the suggested contact mode:

* none: Not active
* recents: Those received within the last 7 days
* all: All the suggested contacts

Change-Id: I156c3b1e2c4e4cff985a2183bc72b805bd596f3b
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
2015-10-18 14:03:21 -07:00
assets Remove empty.html, which isn't used any more. 2010-12-22 11:59:31 -08:00
emailcommon email: suggested contacts 2015-10-18 14:03:21 -07:00
provider_src/com/android/email email: suggested contacts 2015-10-18 14:03:21 -07:00
res Fix crash issue when trying to setup an IMAP/POP3 account 2015-10-18 14:02:24 -07:00
src/com Default to encrypted connections (YAY!) 2014-10-24 15:35:46 -07:00
tests Old paper clip asset is removed, which touches a test case here. 2014-09-22 14:00:00 -07:00
.classpath Initial Contribution 2008-10-21 07:00:00 -07:00
.project Initial Contribution 2008-10-21 07:00:00 -07:00
Android.mk Use $(SUPPORT_LIBRARY_ROOT) to reference support library resource dir. 2015-05-19 16:10:17 -07:00
AndroidManifest.xml Fix crash issue when trying to setup an IMAP/POP3 account 2015-10-18 14:02:24 -07:00
CleanSpec.mk Remove unused resource directories 2013-09-06 10:23:02 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
proguard-test.flags Fix proguard rule 2014-08-06 00:41:47 -07:00
proguard.flags -keepclasses is not a proguard option 2014-12-22 17:11:04 +01:00