summaryrefslogtreecommitdiff
path: root/core/java/android/service/dreams/DreamService.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Fix dream letterboxed when there is a cutoutGalia Peycheva
2020-05-07Merge "Do not stop dream service if dream activity is relaunching" into rvc-devRiddle Hsu
2020-05-06Do not stop dream service if dream activity is relaunchingRiddle Hsu
2020-05-06Override DreamActivity enter and exit animationsGalia Peycheva
2020-04-15Remove usage of low profile in DreamServiceGalia Peycheva
2020-04-14Fix DreamService not finishing correctlyGalia Peycheva
2020-04-01Merge changes Id6161f92,Ie0d8849a into rvc-devGalia Peycheva
2020-04-01Merge "Prevent dream service finishSelf before it was attached" into rvc-devTreeHugger Robot
2020-03-30Introduce security checks to startDreamActivityGalia Peycheva
2020-03-27Change TYPE_DREAM logic to use ACTIVITY_TYPE_DREAMGalia Peycheva
2020-03-13Prevent dream service finishSelf before it was attachedJerry Chang
2020-03-11Remove @UnsupportedAppUsage from DreamService.setWindowlessGalia Peycheva
2020-02-26Prevent NPE whlie leaving windowless dream service.Jerry Chang
2020-02-25Add startDreamActivity request verificationGalia Peycheva
2020-02-25Make DreamService use an ActivityGalia Peycheva
2020-02-24Clean up dreamlandGalia Peycheva
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-23Guard against updateDoze after detachErik Wolsheimer
2018-01-23Add requireViewByIdChris Craik
2017-10-31SidekickService (base)Chris Phoenix
2017-04-13Update more implementations of findViewById()Alan Viverette
2016-09-23Fix wake lock logic during Dream startupAdrian Roos
2016-09-08Hold WakeLock while DreamService startsAdrian Roos
2016-04-01Remove unused import for KeyboardShortcutGroupClara Bayarri
2016-03-24Keyboard Shortcuts: plumb deviceId throughClara Bayarri
2016-01-13Request Keyboard Shortcuts for SysUI Dialog via WindowClara Bayarri
2015-12-02Fix @code escapesNeil Fuller
2015-05-06Move PhoneWindow and friends back into internal packageAdam Powell
2015-04-13Save search context when dispatching onSearchRequested.Tim Kilbourn
2015-03-13Add a type parameter to startActionMode() calls.Clara Bayarri
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-13Update voice interaction layer for new UI design.Dianne Hackborn
2015-02-11Mark findViewById(int) @NullableScott Kennedy
2015-02-10Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi
2014-09-29Clear FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS for dreamsAdrian Roos
2014-09-12Add support for dozing after screen off.Jeff Brown
2014-07-26Remove DozeHardware since it will not be used.Jeff Brown
2014-07-22Allow dreams to control screen state and brightness.Jeff Brown
2014-07-18Allow dreams to wake up gently.Jeff Brown
2014-06-28Doze: allow devices to opt-out of sigmotion trigger.John Spurlock
2014-06-27Add a BIND_DREAM_SERVICE signature-level permission.John Spurlock
2014-06-25Create a basic doze dream in SystemUI.John Spurlock
2014-05-05onWindowDismissed API cleanupAdam Powell
2014-04-10Plumb display power state through display manager.Jeff Brown
2014-04-02Clean up certain state transitions in DreamService.Jeff Brown
2014-03-04Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown
2014-02-20Add a new "doze mode" based on Dream components.Jeff Brown