summaryrefslogtreecommitdiff
path: root/src/com/android/email2/ui/MailActivityEmail.java
Commit message (Collapse)AuthorAgeFilesLines
* End of Life screen for EmailJames Lemieux2014-08-141-6/+9
| | | | | | | | | | | | | 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
* com.android.mail.providers.Account contructors are no longer publicRay Chen2014-07-161-1/+1
| | | | | | and clients need to use Account.builder().buildFrom(...) instead. Change-Id: I7559540458ae549c399effc59392930ec914ffcc
* Refactor how the warm welcome is triggered.Régis Décamps2014-06-261-7/+0
| | | | | | | | MailActivityEmail doesn't need to implement WelcomeTourCompletionListener anymore. b/15705426 Change-Id: I911eb8eac6e6759448065e68e85d6f347693ea82
* Move over to the new AttachmentService.Anthony Lee2014-06-251-3/+5
| | | | Change-Id: I4a687b003884ea6a92a755fcbf394001bfc96a38
* Null implemention of the getWelcomeTourFragment method for Email.Greg Bullock2014-06-161-0/+7
| | | | Change-Id: I6e2e0917b70953f58aeed019066db118ca46fe70
* Remove obsolete debugging codeTony Mantler2014-01-171-6/+0
| | | | Change-Id: I522a5a67ac0f4cf54834e03fd1ff1fe7f580c943
* Null check cursorTony Mantler2013-12-131-1/+1
| | | | | | | | Mock provider is returning null on this query in testing. b/12085240 Change-Id: Ifa5edc03707a6050acdbd5184a44409d46004e7e
* Clean up dead/weird code.Tony Mantler2013-11-221-51/+1
| | | | Change-Id: I27da217fc919bee6804b12ee8ec5f5a78b1ee410
* Remove MailService.Yu Ping Hu2013-07-261-7/+1
| | | | Change-Id: Ibffd0c9fb0eed4822dff28d1577fb455736cffd1
* Add a new FolderUriScott Kennedy2013-07-161-1/+1
| | | | | | | | 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
* Unify LogTagScott Kennedy2013-06-051-6/+4
| | | | | | | | | | | | | | | | | | | | 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
* Improve mailbox sync and load more.Yu Ping Hu2013-04-111-12/+0
| | | | | | | | | | | | | | | | | | - 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
* Support legacy shortcutsPaul Westbrook2013-04-041-0/+97
| | | | | | | | We need to support shortcuts that were created with previous versions of Email Bug: 8530220 Change-Id: I9e2a44b561f5617ffa954af37a9e78a95400f7dc
* Move notifications to UnifiedEmailScott Kennedy2013-02-081-1/+1
| | | | | | | | | | | 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
* Make sure EmailContent is initializedMarc Blank2012-09-111-0/+3
| | | | | Bug: 7142845 Change-Id: I4299ab2627a4427ff8e96958b2c27f2f827e7794
* Add a bunch of stuff missed earlierMarc Blank2012-06-281-0/+240
Change-Id: I7f707446a963912fe5786dacb5569e68db572d1c