| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
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
|
|
|
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
|