summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DreamBackend.java
Commit message (Collapse)AuthorAgeFilesLines
* Relative component names for dream settings activities.John Spurlock2013-03-121-0/+3
| | | | | | | | If no package name is provided when declaring a dream settings activity, use the dream service component package name. Bug:8370189 Change-Id: I36fabc4e7f10fe7deb5bd7a670c66b2c23d5fc20
* Settings: Use new shared dream setting defaults.John Spurlock2012-10-191-5/+14
| | | | | Bug:7373284 Change-Id: I12d00b45d0bada5207af3a7bda906370e7a87413
* More descriptive summary for "Sleep Mode" pref.Daniel Sandler2012-10-181-0/+17
| | | | | | | | | | It will either show "Off" or the name of the selected dream. Also, move "When to sleep" out onto the visible part of the action bar if there's room, making it much easier to discover. Bug: 7320701 Change-Id: I1d4e2c17b764b8ee054dbb17c23f559d735e3450
* Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-6/+5
| | | | Change-Id: Ic374130cb37cbbfad0421089aecf30de87c4d369
* Avoid using hardcoded strings.Jeff Brown2012-09-261-2/+3
| | | | | Bug: 7204211 Change-Id: Ida5f93719aad472964386f3591518547ddf32f94
* Dream settings now looks for the settings activity in xml.John Spurlock2012-09-261-8/+49
| | | | | | | | Uses the new api for obtaining dream metadata, no longer looks for the settings activity using the old metadata key. Bug:7172816 Change-Id: I5f9f9ea2a59df6a55c2f17bca5cdbe206f89d780
* Prepare settings for METADATA_NAME_CONFIG_ACTIVITY removal.John Spurlock2012-09-261-2/+6
| | | | | | | | This is to avoid even a temporary build breakage. Using the new xml file will be done in a followup commit. Bug:7172816 Change-Id: If6fedefbee38428eda5b39994c3ad8ff86c8fef9
* Dream settings: list items back to constant heightJohn Spurlock2012-09-051-1/+12
| | | | | | | | | | | Expanding/collapsing items removed, settings icon shown on right with divider if applicable. New "Start" action on the action bar to start dreaming. This is no longer in preview/test mode, but a call to .dream(). Bug: 7010260 Change-Id: Ia1d8b9a70218dcc598bf62befbf545f572bbc6b1
* More traditional list item style for dreams settings.John Spurlock2012-08-301-17/+38
| | | | | | | | | | | | | Other improvements: - remove "Start dreaming now", promote "When to dream" to action bar - added logging - hide dream settings button if n/a - new flat style for settings/preview + dividers - refresh dreams list when packages are installed/uninstalled - added placeholder for help url Bug:7010260 Change-Id: Ia443b4f76678eaf1a52b907d50aefb0d8f7e4748
* New dream settings - first cutJohn Spurlock2012-08-291-0/+204
First draft implementation of mocks for dream settings. Want to merge for the weekly build, so a few things remain, namely: - flat style for preview/settings buttons + dividers - animation between dream row expanded/collapsed state - wire up the help url - possibly ditch the non-standard style - add logging - refresh when packages are installed/uninstalled Bug:7010260 Change-Id: I96e3ab944170925bd76edf7b8b1127adfffc6262