summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/ConversationSetObserver.java
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard support for focused stateJin Cao2014-09-021-3/+3
| | | | | | | | | | | | | | - remove focusable from FAB so keyboard won't navigate to it. - rename selectionSet to checkedSet - selected is a state for listview to focus one of its elements - what we really want is checked state for checked items in CAB mode. - show the blue focus bar when isSelected returns true - this is auto-set by the framework as we navigate using the keyboard. - remove blue background color for selected state b/17258708 Change-Id: Ic9739c9b349403942f64fafa26500c08d1f1cc4c
* Adding more ActivityController dependenciesVikram Aggarwal2012-01-241-3/+2
| | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | 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
* More activity controller dependencies being brought in.Vikram Aggarwal2012-01-131-0/+48
Create AbstractActivityController, ConversationSelectionSet, ConversationSetObserver and LayoutObserver. These classes are copied from Gmail, with some modification: Labels have been renamed to Folders and some useless functionality has been removed. Change-Id: I89522c9f5588874d1e3fb6992acad0aefff281d1