replicant-packages_apps_Email/provider_src/com/android/email/provider
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
..
AccountBackupRestore.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
AccountReconciler.java Add MAIL_SERVICE WAKEUP, SEND, MOVE, READ, DELETE MESSAGE action 2015-10-06 03:30:32 -06:00
AttachmentProvider.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
ContentCache.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
DBHelper.java email: suggested contacts 2015-10-18 14:03:21 -07:00
EmailConversationCursor.java Display sync errors using snackbar and not as a TL footer 2014-09-29 17:51:27 -07:00
EmailMessageCursor.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EmailProvider.java email: suggested contacts 2015-10-18 14:03:21 -07:00
FolderPickerActivity.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
FolderPickerCallback.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
FolderPickerDialog.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
FolderPickerSelectorAdapter.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
RefreshStatusMonitor.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
Utilities.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
WidgetProvider.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00