summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/dreams
Commit message (Expand)AuthorAgeFilesLines
* DreamManager: be aware of device lidRoman Birg2015-10-271-0/+2
* ambient display: Fix volume key music controlChristopher R. Palmer2015-10-262-0/+6
* Improve tracking of screen on reasons.Dianne Hackborn2015-07-151-1/+2
* Move PhoneWindow and friends back into internal packageAdam Powell2015-05-061-1/+1
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+7
* Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-0/+7
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+4
* Update voice interaction layer for new UI design.Dianne Hackborn2015-02-131-2/+2
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+2
* Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-2/+2
* Clear FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS for dreamsAdrian Roos2014-09-291-0/+3
* Add support for dozing after screen off.Jeff Brown2014-09-121-1/+0
* Remove DozeHardware since it will not be used.Jeff Brown2014-07-264-128/+0
* Allow dreams to control screen state and brightness.Jeff Brown2014-07-222-13/+141
* Allow dreams to wake up gently.Jeff Brown2014-07-184-50/+106
* Doze: allow devices to opt-out of sigmotion trigger.John Spurlock2014-06-281-16/+21
* Add a BIND_DREAM_SERVICE signature-level permission.John Spurlock2014-06-271-0/+13
* Create a basic doze dream in SystemUI.John Spurlock2014-06-251-40/+64
* onWindowDismissed API cleanupAdam Powell2014-05-051-4/+0
* Plumb display power state through display manager.Jeff Brown2014-04-101-4/+14
* Clean up certain state transitions in DreamService.Jeff Brown2014-04-021-35/+39
* Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown2014-03-041-0/+4
* Add a new "doze mode" based on Dream components.Jeff Brown2014-02-206-88/+317
* Refactor dream manager to new pattern.Jeff Brown2014-02-131-0/+39
* docs: update dreamservice descriptionScott Main2012-11-191-5/+6
* Frameworks base: Promote dream setting defaults to config.John Spurlock2012-10-191-6/+7
* improve some docs for dreamsScott Main2012-10-181-15/+50
* Merge "delay onDreamingStarted() to work around asynchrony." into jb-mr1-devChris Wren2012-10-151-7/+12
|\
| * delay onDreamingStarted() to work around asynchrony.Chris Wren2012-10-121-7/+12
* | Do not launch Somnambulator as a dock app.Jeff Brown2012-10-111-0/+122
|/
* Merge "Remove Dream windows immediately." into jb-mr1-devDaniel Sandler2012-10-101-4/+13
|\
| * Remove Dream windows immediately.Daniel Sandler2012-10-101-4/+13
* | default the screen on during the dream.Chris Wren2012-10-081-1/+1
|/
* Fix issue #7296314, issue #7296314.Dianne Hackborn2012-10-051-9/+19
* DreamService API revisions.Daniel Sandler2012-10-043-91/+155
* Update javadocs for DreamService.John Spurlock2012-10-011-10/+16
* Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-282-619/+622
* Make DreamManagerService more robust.Jeff Brown2012-09-262-3/+9
* Dream metadata now specified using an xml-resource.John Spurlock2012-09-261-16/+9
* Fix javadocs to fix build.John Spurlock2012-09-211-2/+2
* Additions to Dream public api.John Spurlock2012-09-211-64/+222
* Fire "dreaming started" and "dreaming stopped" broadcasts.John Spurlock2012-09-193-337/+162
* Update the dream manager to be multi-user aware.John Spurlock2012-09-111-7/+38
* DreamManagerService: Handle missing db valueJohn Spurlock2012-08-251-1/+1
* Add framework support for multiple dreams.John Spurlock2012-08-223-15/+45
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+2
* Power manager rewrite.Jeff Brown2012-08-151-1/+3
* Allow the secure keyguard to engage behind Dreams.Daniel Sandler2012-08-111-0/+5
* Add fullscreen to Dream.lightsOut().Daniel Sandler2012-08-101-6/+2
* More termination conditions for Dreams.Daniel Sandler2012-08-101-2/+14