| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
b/16843301
This introduces a new build target: EmailGoogleTombstone.
Building with a tapas line that includes that target will
produce EmailGoogleTombstone.apk. The apk includes the
EmailProvider and AttachmentProvider (for migration to
Gmail) and an activity that explains to the user where to
find their email data.
Change-Id: Ib8192b46d9017e04f5c99f5c8e509531198eec07
|
| |
|
|
|
|
| |
and clients need to use Account.builder().buildFrom(...) instead.
Change-Id: I7559540458ae549c399effc59392930ec914ffcc
|
| |
|
|
|
|
|
|
| |
MailActivityEmail doesn't need to implement WelcomeTourCompletionListener anymore.
b/15705426
Change-Id: I911eb8eac6e6759448065e68e85d6f347693ea82
|
| |
|
|
| |
Change-Id: I4a687b003884ea6a92a755fcbf394001bfc96a38
|
| |
|
|
| |
Change-Id: I6e2e0917b70953f58aeed019066db118ca46fe70
|
| |
|
|
| |
Change-Id: I522a5a67ac0f4cf54834e03fd1ff1fe7f580c943
|
| |
|
|
|
|
|
|
| |
Mock provider is returning null on this query in testing.
b/12085240
Change-Id: Ifa5edc03707a6050acdbd5184a44409d46004e7e
|
| |
|
|
| |
Change-Id: I27da217fc919bee6804b12ee8ec5f5a78b1ee410
|
| |
|
|
| |
Change-Id: Ibffd0c9fb0eed4822dff28d1577fb455736cffd1
|
| |
|
|
|
|
|
|
| |
This will allow us to add query parameters such that Uris will still
appear to be equal, regardless of differences in the parameters.
Bug: 9780067
Change-Id: I483d009fe3681ec3d4323b3ca95dff8ca9f4ffde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is now only one LogTag class. The static initializer of
GmailApplication (existing) and EmailApplication (new) will now set
the log tag to "Gmail" and "Email", respectively. Up until that code
is run, it will be "UnifiedEmail".
"setprop log.tag.Gmail VERBOSE" (or .Email) will trigger all logs to
be printed as long as they go through LogUtils, regardless of what tag
is used by that individual log. This lets us still turn on logging
everywhere in one command, but also lets us use more descriptive tags
(like the class name).
And since we no longer have three com.android.mail.utils.LogTag
classes, builds will be much easier.
Also, we now use LogUtils everywhere.
Change-Id: I55f1c7a66ce50ead54877a13e40256422a56dc39
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update syncTime for IMAP and POP whenever we sync.
- Change load more to simply include the delta in the RPC
rather than using the visibleLimit column.
- Add a query to get the message count for a Mailbox.
- Refactor code for updating totalCount and determining
the new message count when syncing.
- Remove dead code from Mailbox.
- Remove uses of visibleLimit from code.
Note that visibleLimit and messageCount in Mailbox table are
no longer useful and will be removed in a later change.
Bug: 8579767
Bug: 8523146
Change-Id: Ieb67e3b6f1c82c3b21b972c5a1e557cd75dc21db
|
| |
|
|
|
|
|
|
| |
We need to support shortcuts that were created with previous versions
of Email
Bug: 8530220
Change-Id: I9e2a44b561f5617ffa954af37a9e78a95400f7dc
|
| |
|
|
|
|
|
|
|
|
|
| |
This involves redoing the persistence model, to split general,
account, and folder settings into separate SharedPreference stores.
It also requires some preferences to be moved into UnifiedEmail.
Depends on Ibe2e3f93ec164370535ffc5f5b2409544cc8d36d (UnifiedEmail)
Change-Id: Ie6ec389b5b5d2e7ab1b299d0877811ae716526e2
|
| |
|
|
|
| |
Bug: 7142845
Change-Id: I4299ab2627a4427ff8e96958b2c27f2f827e7794
|
|
|
Change-Id: I7f707446a963912fe5786dacb5569e68db572d1c
|