| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Debug info for Fragments and Loaders was lost in the transition to
ActionBarActivity.
Bug: 17614374
Change-Id: I04a71480a10118be176a87d4a00271a862e9956a
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: Ib941c09eb9cc309bb8d6d7997d3076ab6dfb3465
|
| |
|
|
| |
Change-Id: I5cb5b683c10a7628725afc4adcc71cc0e01a356d
|
| |
|
|
| |
Change-Id: I0a7dc2fc59598355638ae6ff6eff414e53c6eea5
|
| |
|
|
| |
Change-Id: Ica49433a33e79a424314cf3662e53c1f20c78a24
|
| |
|
|
| |
This reverts commit 24ac24a2223cd5ba88d6752c6c7b9852c033810f.
|
| |
|
|
|
| |
Bug: 9003215
Change-Id: Ib4c93feba775df863c7cf82fc55258c556b03228
|
| |
|
|
| |
Change-Id: I99726e8ab3e3ddcb2845590d26564ebf1b6e3751
|
| |
|
|
|
|
| |
Bug 8635082
Change-Id: I0e1d570d2c36ab03010990e29adc50a5ffb43ead
|
| |
|
|
| |
Change-Id: Ic8f68a7be6316764480b23faad72aae330794130
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Bug: 7214073
Change-Id: I0bde83cd97c2dce493f5755413da0df9fafcf598
|
| |
|
|
| |
Change-Id: Ica8ed8accc98674ccc0a9024aa7d677a1cfef829
|
| |
|
|
| |
Change-Id: I5b1553e7c034523000dddd60fb9a90239c178cb0
|
| |
|
|
| |
Change-Id: Ie9bc74173047bdd80dacf943f1968d392d24e00f
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
ui.ControllableActivity added from Gmail.
One pane layout files brought in.
Minor changes to make everything work with the test activity.
Change-Id: I8cacd5f36394fe4a786590e2e381369a3afb5494
|
|
|
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
|