summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/DreamsDockLauncher.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove old unused DreamsDockLauncher.Daniel Sandler2012-07-251-78/+0
| | | | | Bug: 6802065 Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
* Dock: Renable desk-dock appsJohn Spurlock2012-05-291-2/+2
| | | | | | | | Revert to pre-dreams behavior. DeskClock once again launches the correct activity (instead of Screensaver) when desk-dock is attached. Bug: 6559590 Change-Id: I32a03a25469f17b5e87e16831839ec757d56c90b
* Dismiss system windows when screen savers start.Daniel Sandler2011-11-181-2/+7
| | | | | | | | | Also add a couple more flags to the intent: - NO_HISTORY (finish activity on suspend) - FLAG_FROM_BACKGROUND Bug: 5578434 Change-Id: I97b965175a27760b819dc29ddb57865c5f4754d6
* Dreams (now Screen Candy) development.Daniel Sandler2011-11-181-1/+7
| | | | | | | | - support for global "disable" setting - renamed settings provider keys to remove "DREAM" Bug: 5591015 Change-Id: I31f31b3ca6001fec1e0032a49cdf0d10df7b0ec7
* Activate Dreams (screen saver) when desk-docked.Daniel Sandler2011-11-161-4/+29
| | | | | | | | | | | | SystemUI's DreamsDockLauncher now responds to low-level dock events (Intent.ACTION_DOCK_EVENT) by immediately invoking the user's selected screen saver. (The high-level DESK_DOCK behavior is no longer enabled; see change I7884f65.) Bug: 5591015 Change-Id: I01a9bc6b181d55493f891ccc220631ddc461808a
* Add a default Dreams component.Daniel Sandler2011-11-151-0/+3
| | | | | | | | | Currently set to DeskClock's screensaver, but since it's a (private) string in f/b/c/r/r/values/config.xml any product could overlay this. Bug: 5611008 Change-Id: I7a4623c9c667a6cff8ed80ad600a8a4460bfafb7
* Offer the user an option to launch Dreams when docked.Daniel Sandler2011-11-041-0/+39
SystemUI now registers for DESK_DOCK launches, so users with other dock apps installed can still opt to use those in this new regime. (Part of migrating users away from DeskClock as the dock app.) Bug: 3155234 Change-Id: I0da0f04f8a0a89e7d237c092f16f4f27eb88c92c