History log of /packages/apps/Email/src/com/android/email/EmailApplication.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb68c13afa630cae058eb40d3ce68644f3f3c8b9 07-Sep-2014 Paul Westbrook <pwestbro@google.com> Changes to support smaller email tombstone apk size

This reduces the tombstone down by 100K

A follow-on cl will remove the unused resources from the tombstone build

Bug: 17414014
Change-Id: I5d38811b17a5273ec726e750ab123e10e36cee04
/packages/apps/Email/src/com/android/email/EmailApplication.java
1371dd990ff08186d6754a8ca24b87b4c11dd746 19-Aug-2014 Paul Westbrook <pwestbro@google.com> Change method signature

Bug: 16153528
Change-Id: I7f183bab825176814275f6c99981554e4529983a
/packages/apps/Email/src/com/android/email/EmailApplication.java
8f5ca5a790c4c05dd4ee6a8c769ff9817f40123b 14-Jul-2014 Tony Mantler <nicoya@google.com> Rename AccountSettings to EmailPreferenceActivity

Change-Id: I972cdae394081b5ec028c38b9274e64ef5822d4a
/packages/apps/Email/src/com/android/email/EmailApplication.java
7b9f7ff76fd9812d7e3ae4dd42c1ba97b6e347e7 20-Jun-2014 Tony Mantler <nicoya@google.com> Make AccountSettings subclass MailPreferenceActivity

b/9566150

Change-Id: I62e0115f11761f9019a1f1ecf96de82bbbb80c3a
/packages/apps/Email/src/com/android/email/EmailApplication.java
241eeec2b3f7f5a0159d1a313c31d6682c439511 24-Apr-2014 Andrew Sapperstein <asapperstein@google.com> Remove save to drive from eml viewer. b/14277510

Change-Id: I918e66fb009976543bcb8a58b1b4597a5b268062
/packages/apps/Email/src/com/android/email/EmailApplication.java
5687c6dadeb5a7d7ca9783638b0931db28460bf6 25-Mar-2014 Andy Huang <ath@google.com> tighten inline attachment view intent builder

Bug: 7659807
Change-Id: I845199fd6848cb5c0a7ebfd2f63f8c3045fffa36
/packages/apps/Email/src/com/android/email/EmailApplication.java
aef86e350174701d6e28d82dc7a113bfdd8219ff 18-Dec-2013 Andrew Sapperstein <asapperstein@google.com> Support inline image UI changes in Email b/5555553

A small CL to make sure email keeps compiling
and has the same behavior as before.

If Email wants to support long press to view image,
additional work needs to be done on the email side
in order to enable the full functionality.

Change-Id: I8e7cbdf2a2eee452fe9597097b77db5c8052d7fe
/packages/apps/Email/src/com/android/email/EmailApplication.java
60a9b7ecfb731f91e6c69f5f6059769dc66e75db 01-Aug-2013 Scott Kennedy <skennedy@google.com> Refactor PreferenceMigrator

Do the same thing as with LogTag, so that we don't have the same
class name in the same package name in three projects.

This makes IDE builds much easier.

Change-Id: I6c9235ab231e1c04ba87c5da627094c7258a5edf
/packages/apps/Email/src/com/android/email/EmailApplication.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/EmailApplication.java