summaryrefslogtreecommitdiff
path: root/core/java/android/service/dreams/DreamService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix vulnerability that allowed attackers to start arbitary activitiesWilliam Leshner2024-01-091-1/+0
* Fix DreamService -> DreamOverlayService synchronization issues.Lucas Silva2023-03-161-97/+8
* Fix a SecurityExcption when trying to start low-light dream.Will Leshner2023-03-141-0/+5
* Null checking window before starting dreamPrince2023-03-081-0/+4
* Merge "Add special label to denote dream in preview mode" into tm-qpr-devLucas Silva2023-02-101-8/+19
|\
| * Add special label to denote dream in preview modeLucas Silva2023-02-101-8/+19
* | Add overlayfinishing state.Victor Truong2023-02-091-1/+5
|/
* Merge "Signal dream end to overlay in finish()." into tm-qpr-devBryce Lee2023-01-301-15/+22
|\
| * Signal dream end to overlay in finish().Bryce Lee2023-01-271-15/+22
* | Interact with DreamOverlay through distinct clients.Bryce Lee2023-01-301-12/+26
|/
* Remove Dream Overlay when Dream Window detaches.Bryce Lee2023-01-111-8/+22
* Merge "Implement dream out overlay transition" into tm-qpr-devLucas Silva2022-11-151-2/+20
|\
| * Implement dream out overlay transitionLucas Silva2022-11-141-2/+20
* | Fix Dreams making media turn to PIP screen.Victor Truong2022-11-101-1/+1
|/
* Smooth transition when switching dreaming.Darrell Shi2022-10-211-1/+1
* Add Callback to wake up from Dream when DreamActivity is destroyed.Victor Truong2022-10-181-3/+9
* Redraw dream overlay when a new dream is connected.Darrell Shi2022-10-121-22/+12
* Update DreamService -> DreamOverlayService connection to handle crashesLucas Silva2022-10-111-75/+99
* Hide the status bar dream overlay when low light is active.Lucas Silva2022-09-221-0/+7
* Fix vulnerability that allowed attackers to start arbitaryLucas Silva2022-08-311-3/+17
* Use try-with-resource statement for dream metadata to ensure properLucas Silva2022-06-011-12/+10
* Merge "Finish DreamActivity on creation if it is obsolete" into tm-devTreeHugger Robot2022-05-211-5/+31
|\
| * Finish DreamActivity on creation if it is obsoleteRobert Horvath2022-04-291-5/+31
* | Unbind from dream overlay in onUnbind.Bryce Lee2022-04-281-0/+8
|/
* Merge "Cleanup dream preview complication." into tm-devLucas Silva2022-04-201-17/+2
|\
| * Cleanup dream preview complication.Lucas Silva2022-04-131-17/+2
* | Accessibility: Set the title of the dream activity to the label of theLucas Silva2022-04-141-0/+3
|/
* Unbind from overlay before checking attached.Bryce Lee2022-04-041-2/+2
* Merge "Change default showClockAndComplications to false." into tm-devDarrell Shi2022-03-091-1/+1
|\
| * Change default showClockAndComplications to false.Darrell Shi2022-03-081-1/+1
* | Clear reference to DreamActivity window.Bryce Lee2022-03-081-1/+3
|/
* Revert "Change default showClockAndComplications to false."Bryce Lee2022-03-021-1/+1
* Merge "Change default showClockAndComplications to false." into tm-devDarrell Shi2022-02-281-1/+1
|\
| * Change default showClockAndComplications to false.Darrell Shi2022-02-281-1/+1
* | Pipe the dream label to the dream overlay service.Lucas Silva2022-02-181-11/+34
* | Pipe the preview boolean to the dream overlay service.Lucas Silva2022-02-181-3/+13
|/
* (Resubmit) Read "showClockAndComplications" metadata.Darrell Shi2022-02-101-4/+40
* (Resubmit) Move dream metadata parsing to framework.Darrell Shi2022-02-101-2/+115
* Revert "Move dream metadata parsing to framework."YoonKyung Kim2022-02-031-114/+2
* Revert "Read "showClockAndComplications" metadata."YoonKyung Kim2022-02-031-40/+4
* Read "showClockAndComplications" metadata.Darrell Shi2022-02-021-4/+40
* Move dream metadata parsing to framework.Darrell Shi2022-02-021-2/+114
* Clean up DreamService.Darrell Shi2022-01-211-58/+54
* Pipeline "showComplications" to DreamOverlayService.Darrell Shi2022-01-061-0/+13
* Exit dream on MotionEvent.ACTION_UP.Bryce Lee2021-12-151-1/+1
* Consolidate dream overlay binding logic.Bryce Lee2021-11-041-13/+27
* Pass Window to DreamOverlayService when attached.Bryce Lee2021-11-041-10/+10
* IDreamOverlay Introduction.Bryce Lee2021-10-271-0/+94
* Make DreamActivity translucent when waking up dreamGalia Peycheva2021-09-231-0/+11
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1