History log of /packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e094f5d4bc962af597c641ba755cab613c43a8b6 19-May-2017 Aurimas Liutikas <aurimas@google.com> Remove usages of ActionBarActivity.

ActionBarActivity has been deprecated for 2+ years and has been
extending AppCompatActivity for all that time. These changes
should be no-ops.

Bug: 35253513
Test: None
Change-Id: Ic5fdb48f000aea23f6f5ec58a460fd74b6a8690a
(cherry picked from commit 4facd1a92e9da980156a0fa31867591930cde190)
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
e319c42fede01b046d4dc725ad0a071d72776db3 23-Sep-2014 Andy Huang <ath@google.com> restore functionality to 'dumpsys activity' logs

Debug info for Fragments and Loaders was lost in the transition to
ActionBarActivity.

Bug: 17614374
Change-Id: I04a71480a10118be176a87d4a00271a862e9956a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
52882ff08fe9420fe2dbb3f681545a330222e9c8 27-Jul-2014 Andrew Sapperstein <asapperstein@google.com> switch to appcompat. b/16664350

Currently only for MailActivity, ComposeActivity,
and FolderSelectionActivity.

Any activity that inherits from ActionBarActivity must
use an Appcompat-derived style. Three styles currently
exist: UnifiedEmail.Appcompat, UnifiedEmail.Appcompat.Toolbar,
and ShortcutWidgetTheme are all based on appcompat.

go/appcompat-material-doc contains the full migration guide.

The fast version is:
All MenuItem-related work that relates to actions must use
the MenuItemCompat-equivalent.
Any theming should use the appcompat versions which don't require
a namespace prefix. For instance, use actionBarStyle instead of
android:actionBarStyle.

There are a few missing styles on views that can't use appcompat versions.
Those still use style overrides for v21 changes. All others use appcompat versions.

A few methods on activity should now use the support equivalents:
getSupportActionBar()
supportInvalidateOptionsMenu()
startSupportActionMode()

Change-Id: Ic6f5964f4115ab4bde49c19df5fe49c9086df965
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
a57da3c151ae174bc8621af79f3f09392ed90953 10-Jun-2014 Ray Chen <raychen@google.com> Implement support for help library
b/12068507

Primary changes:

* Merge help and feedback as requested by the new guideline
* Determine help context by the view mode (list or conversation)

Change-Id: I6d9d7cc56063e7eedfe6db18c2c363e9b4d07cef
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
87f5b7aa888b8fa42636a90346c1223dcc7bb023 12-Dec-2013 Andy Huang <ath@google.com> back to dogfood

Change-Id: Ib941c09eb9cc309bb8d6d7997d3076ab6dfb3465
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
bf379a24c88aa5c7128369041e709c413d2ba3b3 26-Nov-2013 Andy Huang <ath@google.com> DO NOT MERGE: prep for launch

Change-Id: I5cb5b683c10a7628725afc4adcc71cc0e01a356d
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
342e2b8c06b83621b3f9bae7149c39a4b28a9ccc 05-Sep-2013 Alice Yang <alice@google.com> Reenable debug logging, experiments on UR11

Change-Id: I0a7dc2fc59598355638ae6ff6eff414e53c6eea5
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
f243fc1d0aa15886ff3a31fbf43bebc8664d294a 28-Aug-2013 Alice Yang <alice@google.com> Disable STRICTMODE, VERBOSE logging, and experiments

Change-Id: Ica49433a33e79a424314cf3662e53c1f20c78a24
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
03370a4dd2a08c422614b6676645378747998b31 17-May-2013 Paul Westbrook <pwestbro@google.com> Revert "Disable debug logging"

This reverts commit 24ac24a2223cd5ba88d6752c6c7b9852c033810f.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
24ac24a2223cd5ba88d6752c6c7b9852c033810f 17-May-2013 Paul Westbrook <pwestbro@google.com> Disable debug logging

Bug: 9003215
Change-Id: Ib4c93feba775df863c7cf82fc55258c556b03228
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
c91e0a748666cc4a834ee999fd758ffd4e1ca998 19-Apr-2013 Alice Yang <alice@google.com> Use verbose logging for ur9

Change-Id: I99726e8ab3e3ddcb2845590d26564ebf1b6e3751
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
c6952fcb8474af1b7197088b7df9a676f127c663 19-Apr-2013 Alice Yang <alice@google.com> Disable verbose logging

Bug 8635082

Change-Id: I0e1d570d2c36ab03010990e29adc50a5ffb43ead
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
1b2352d22e65c9793db99bbec3094622f75e88d0 07-Mar-2013 Paul Westbrook <pwestbro@google.com> Enabled strict mode logging

Change-Id: Ic8f68a7be6316764480b23faad72aae330794130
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
f6c00b8304062a17d14b484bd1fc33a83c4a90d7 03-Jan-2013 Vikram Aggarwal <viki@google.com> Remove NFC handling from AbstractMailActivity

1. Remove the NFC code left behind after
https://googleplex-android-review.googlesource.com/#/c/210327/

2. Expose one fewer method from MailActivity.

3. Does not fix the activity leak, but does make leaks easier to
debug.

Bug: 7883592 mild activity leak

Change-Id: Icde61c9b3251bf1686c50e4b5184d3d56fd2941a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
6edfb2389eda42bfaa682ef8e0ebe41a6276b686 23-Sep-2012 Paul Westbrook <pwestbro@google.com> Disable StrictMode logging

Bug: 7214073
Change-Id: I0bde83cd97c2dce493f5755413da0df9fafcf598
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
da7d9d4d472b4bc514c327a47265846b72f62fe8 13-Jun-2012 Paul Westbrook <pwestbro@google.com> Remove resource used to enable hardware acceleration

Change-Id: Ica8ed8accc98674ccc0a9024aa7d677a1cfef829
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
cd8bf0a4c081f95ac8666025adb85d4908c2018a 14-Feb-2012 Vikram Aggarwal <viki@google.com> Allow RestrictedActivity to return the context of the activity.

Change-Id: I5b1553e7c034523000dddd60fb9a90239c178cb0
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
91d8d26212f741ec33568f3bc9943f8289a576c8 31-Jan-2012 Vikram Aggarwal <viki@google.com> Remove view mode enum and add tests

Change-Id: Ie9bc74173047bdd80dacf943f1968d392d24e00f
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
b9e1a353c6a173a2885642dbcc1939f3281f29f7 25-Jan-2012 Vikram Aggarwal <viki@google.com> Create ConversationListFragment

The ConversationListFragment does not do much right now, but the
framework is in place. Next steps will include showing the
conversation list and allowing for conversation selection and the
Contextual Action Bar.

Change-Id: I130bb77a93bd4f58b189cb6ce47adc9e09f8e6ae
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
1ddcf0f2bf44d3c9db89112ef52510d9b2433ac4 13-Jan-2012 Vikram Aggarwal <viki@google.com> Adding more ActivityController dependencies

ui.ControllableActivity added from Gmail.
One pane layout files brought in.
Minor changes to make everything work with the test activity.

Change-Id: I8cacd5f36394fe4a786590e2e381369a3afb5494
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java
a55b36cb6b75ce8096812183651e89115300975a 13-Jan-2012 Vikram Aggarwal <viki@google.com> Bring more classes into Unified Mail

Bringing in
SubjectDisplayChanger: (was called ConversationSubjectDisplayer in Gmail)
AbstractMailActivity: (was called GmailBaseActivity in Gmail)
MailActivity: (was called GmailActivity in Gmail)

These are called the same things they were in Gmail:
ActivityController
ControllerFactory
OnePaneController
TwoPaneController

Change-Id: Ie761407cad891b669172acc729950f9d358f5c34
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractMailActivity.java