| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. ViewMode is no longer aware of tablet versus phone UI. This is the
responsibility of the ActivityController now.
2. onViewModeChange receives the new mode as an integer rather than
the ViewMode object.
3. Rather than a plethora of isXMode() isYMode() methods, client
classes need to manually check getMode() against ViewMode.X
ViewMode.Y constants.
Change-Id: Ib06196671ad49328c40cc9237667c0a1daf328f7
|
| |
|
|
|
|
|
|
| |
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
|