History log of /packages/apps/Settings/src/com/android/settings/DreamBackend.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ddc19957fb83cbc890c082052d008066b1f6518 12-Mar-2013 John Spurlock <jspurlock@google.com> Relative component names for dream settings activities.

If no package name is provided when declaring a dream settings
activity, use the dream service component package name.

Bug:8370189
Change-Id: I36fabc4e7f10fe7deb5bd7a670c66b2c23d5fc20
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
d983e1d1a52af2ab85d10f1a15c8387a6b6a3ba9 18-Oct-2012 John Spurlock <jspurlock@google.com> Settings: Use new shared dream setting defaults.

Bug:7373284
Change-Id: I12d00b45d0bada5207af3a7bda906370e7a87413
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
c825bc8e17cb60cae88397ab77d1e2711c086624 18-Oct-2012 Daniel Sandler <dsandler@android.com> More descriptive summary for "Sleep Mode" pref.

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
e60b705a72bc757326c2f49a3749ebbe21c7407a 29-Sep-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7255954: API Review: rename Dream to DreamService

Change-Id: Ic374130cb37cbbfad0421089aecf30de87c4d369
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
74c1d328e2e75265a2b106ef66618cf1eb60c914 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Avoid using hardcoded strings.

Bug: 7204211
Change-Id: Ida5f93719aad472964386f3591518547ddf32f94
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
d33caa4dea521677431f86e719ac1df290a24c69 26-Sep-2012 John Spurlock <jspurlock@google.com> Dream settings now looks for the settings activity in xml.

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
49dc9825569d0c555466303d7d78f1bc75e1602b 26-Sep-2012 John Spurlock <jspurlock@google.com> Prepare settings for METADATA_NAME_CONFIG_ACTIVITY removal.

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
1537e8b3e8d81bf404f6aa70c8ca514f3ff62dd5 04-Sep-2012 John Spurlock <jspurlock@google.com> Dream settings: list items back to constant height

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
7af2aa52ac2e458969abeaefec217f6a4f976767 30-Aug-2012 John Spurlock <jspurlock@google.com> More traditional list item style for dreams settings.

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java
6df18e2713a15a52567ac1a833953ac4bfa38f15 22-Aug-2012 John Spurlock <jspurlock@google.com> New dream settings - first cut

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
/packages/apps/Settings/src/com/android/settings/DreamBackend.java