summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/ControllerFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Make ViewMode focussed and small.Vikram Aggarwal2012-02-021-2/+3
| | | | | | | | | | | | | | 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
* Adding more ActivityController dependenciesVikram Aggarwal2012-01-241-1/+0
| | | | | | | | 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/+36
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