aad690f699f61793facecc950d3d060baa62fd45 |
|
21-Sep-2013 |
Martin Hibdon <mhibdon@google.com> |
Improve display of attachments in pop b/10714298 This is related to this CL in UnifiedEmail https://googleplex-android-review.git.corp.google.com/#/c/363626/1 Change-Id: Idea2827791ed52e7558b11aaea07b1f3f1764db5
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
6dd7bd29e97e7190b01bf6325d131f24c097b560 |
|
30-Jul-2013 |
Paul Westbrook <pwestbro@google.com> |
Load large POP attachments Load large attachments from a partial POP message There will be a new change that improves the UI for loading the rest of the message Bug: 8651782 Change-Id: I075de1e82e27cf2018607eef50143850e8fecaf2
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
560bfadc3151f7a06f3b06e9a6c92cfa534c63ec |
|
26-May-2013 |
Scott Kennedy <skennedy@google.com> |
Unify LogTag 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
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
6be411edd0ef5a1fb357d90c7fee22de83632be5 |
|
05-Jun-2013 |
Andrew Sapperstein <asapperstein@google.com> |
Refactoring to support eml viewer in UnifiedEmail. Moved two files out of Email into UnifiedEmail and removed their dependencies on EmailContent. As a result, those classes now return the data directly via a data only class. Change-Id: Iaf0618dd6879c9dc2a41943d3d15428904b65768
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
f6db592c313c77190727c7cd72d3edda9d23a099 |
|
02-Aug-2012 |
Marc Blank <mblank@google.com> |
POP3 renovation * Much, much faster * Remove message length pass and lots of other useless code * Create pseudo-attachment for long messages (click to download) that includes size (so user can determine whether it's worth it) * Handle download of message via pseudo-attachment; real attachments are then created as necessary. TODO: Add real UI with UX input (or modify existing to clean up the loose ends) TODO: Optimizations for loading the whole message TODO: Get server delete working (isn't working currently anyway) Change-Id: I31f3809fc5a2f9fd490d33cfed70d2930654e71d
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
c5afb16430a145f20d7c887e45f47b38687054da |
|
28-Jun-2012 |
Marc Blank <mblank@google.com> |
Add a bunch of stuff missed earlier Change-Id: I7f707446a963912fe5786dacb5569e68db572d1c
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
03cd72805dab0379ed255d151f1c17cc60655fc3 |
|
25-Apr-2012 |
Marc Blank <mblank@google.com> |
Revert to old Email app * These are the last sources in the ICS-MR1 tree Change-Id: Ida4651bddd92a06a518d00f3e1f275ab3a80c8ae
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|
4f813fb12937de74d3ccec730b8de0c9de7a87e0 |
|
14-Feb-2012 |
Marc Blank <mblank@google.com> |
Convert POP3 to service * Remove MessagingController and (almost all of) MailService Change-Id: I8953b58b237de6a71fda770f1727bd94081fec55
/packages/apps/Email/src/com/android/email/provider/Utilities.java
|