summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractMailActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* restore functionality to 'dumpsys activity' logsAndy Huang2014-09-221-0/+13
| | | | | | | | Debug info for Fragments and Loaders was lost in the transition to ActionBarActivity. Bug: 17614374 Change-Id: I04a71480a10118be176a87d4a00271a862e9956a
* switch to appcompat. b/16664350Andrew Sapperstein2014-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Implement support for help libraryRay Chen2014-06-241-13/+1
| | | | | | | | | | | 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
* back to dogfoodAndy Huang2013-12-111-1/+2
| | | | Change-Id: Ib941c09eb9cc309bb8d6d7997d3076ab6dfb3465
* DO NOT MERGE: prep for launchAndy Huang2013-11-261-1/+1
| | | | Change-Id: I5cb5b683c10a7628725afc4adcc71cc0e01a356d
* Reenable debug logging, experiments on UR11Alice Yang2013-09-051-1/+1
| | | | Change-Id: I0a7dc2fc59598355638ae6ff6eff414e53c6eea5
* Disable STRICTMODE, VERBOSE logging, and experimentsAlice Yang2013-08-281-1/+1
| | | | Change-Id: Ica49433a33e79a424314cf3662e53c1f20c78a24
* Revert "Disable debug logging"Paul Westbrook2013-05-171-1/+1
| | | | This reverts commit 24ac24a2223cd5ba88d6752c6c7b9852c033810f.
* Disable debug loggingPaul Westbrook2013-05-171-1/+1
| | | | | Bug: 9003215 Change-Id: Ib4c93feba775df863c7cf82fc55258c556b03228
* Use verbose logging for ur9Alice Yang2013-04-191-1/+1
| | | | Change-Id: I99726e8ab3e3ddcb2845590d26564ebf1b6e3751
* Disable verbose loggingAlice Yang2013-04-181-1/+1
| | | | | | Bug 8635082 Change-Id: I0e1d570d2c36ab03010990e29adc50a5ffb43ead
* Enabled strict mode loggingPaul Westbrook2013-03-071-1/+1
| | | | Change-Id: Ic8f68a7be6316764480b23faad72aae330794130
* Remove NFC handling from AbstractMailActivityVikram Aggarwal2013-01-031-75/+0
| | | | | | | | | | | | | | 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
* Disable StrictMode loggingPaul Westbrook2012-09-231-10/+9
| | | | | Bug: 7214073 Change-Id: I0bde83cd97c2dce493f5755413da0df9fafcf598
* Remove resource used to enable hardware accelerationPaul Westbrook2012-06-121-8/+0
| | | | Change-Id: Ica8ed8accc98674ccc0a9024aa7d677a1cfef829
* Allow RestrictedActivity to return the context of the activity.Vikram Aggarwal2012-02-141-0/+5
| | | | Change-Id: I5b1553e7c034523000dddd60fb9a90239c178cb0
* Remove view mode enum and add testsVikram Aggarwal2012-01-301-1/+0
| | | | Change-Id: Ie9bc74173047bdd80dacf943f1968d392d24e00f
* Create ConversationListFragmentVikram Aggarwal2012-01-301-11/+1
| | | | | | | | | 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
* Adding more ActivityController dependenciesVikram Aggarwal2012-01-241-8/+12
| | | | | | | | ui.ControllableActivity added from Gmail. One pane layout files brought in. Minor changes to make everything work with the test activity. Change-Id: I8cacd5f36394fe4a786590e2e381369a3afb5494
* Bring more classes into Unified MailVikram Aggarwal2012-01-201-0/+186
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