summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/power/PowerUI.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-13/+37
|\
| * Replace ACTION_USER_SWITCHED with UserTrackerAlex Stetson2022-11-161-4/+16
| * Merge "Replace screen broadcast receivers with binder cb" into tm-qpr-devTreeHugger Robot2022-10-151-6/+17
| |\
| | * Replace screen broadcast receivers with binder cbPeter Kalauskas2022-10-141-6/+17
| * | Make CoreStartable an Interface.Dave Mankoff2022-10-131-3/+4
| |/
* / PowerUI: Mute logcat spam.spezi772022-10-211-4/+6
|/
* Remove EnhancedEstimates isHybird flag from trigger conditionWesley Wang2022-05-201-5/+1
* Disable battery saver notification based on predicted time leftWesley Wang2022-04-271-6/+3
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Adjust low battery notificationWesley Wang2022-03-041-2/+0
* Merge "Update low battery notification mechanism" into tm-devTreeHugger Robot2022-03-011-17/+9
|\
| * Update low battery notification mechanismWesley Wang2022-02-281-17/+9
* | [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.Caitlin Cassidy2022-02-281-6/+8
|/
* More low-hanging Dependency#get calls.Dave Mankoff2022-01-251-8/+9
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Make StatusBar purely optionalTadashi G. Takaoka2021-07-151-4/+6
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Initialize values from sticy ACTION_BATTERY_CHANGEDFabian Kozynski2020-06-261-0/+14
* Fix NullPointerException on estimate objectMill Chen2020-06-061-5/+10
* BroadcastDispatcher can use Executors nowFabian Kozynski2020-01-091-1/+1
* Move InattentiveSleepWarningController callbacks to PowerUIRobert Horvath2019-11-191-2/+23
* Remove call to getComponent(StatusBar) from PowerUI.Dave Mankoff2019-10-231-3/+9
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-1/+2
* Convert all SCREEN_OFF receivers to BroadcastDispatcherFabian Kozynski2019-09-251-1/+10
* Only show the thermal shutdown warning when thermal rebootSherry Huang2019-08-051-5/+20
* Merge "SystemUI: overheat warning enhancements and bug fixes." into qt-devSherry Huang2019-05-101-43/+99
|\
| * SystemUI: overheat warning enhancements and bug fixes.Sherry Huang2019-05-101-43/+99
* | Make Settings and SysUI estimates use same data classSalvador Martinez2019-04-191-1/+4
|/
* Fix mixed up variable in triggering logicSalvador Martinez2019-04-041-2/+3
* Remove the 3 hour warningSalvador Martinez2019-03-271-4/+6
* Refactor battery warning code to make it easier to readSalvador Martinez2019-03-041-91/+172
* Remove HardwarePropertiesManager usageWei Wang2019-02-221-4/+0
* Implement USB-C overheat warningSherry Huang2019-02-211-125/+80
* Remove potential duplicate runnable + add loggingSalvador Martinez2019-02-111-5/+23
* PowerUI: poll thermal sensor in handlerWei Wang2018-11-271-11/+4
* Add mock thermal service in PowerUI testWei Wang2018-11-211-2/+2
* Add thermal service into system_serverWei Wang2018-11-071-3/+3
* Update triggering to not double trigger at severe thresholdSalvador Martinez2018-10-011-2/+3
* Update severe (5%/1 hour) warning to send through battery saverSalvador Martinez2018-08-081-5/+6
* Only query for estimate on battery level changeSalvador Martinez2018-07-101-4/+10
* Dismiss low battery warning on toggling saver.Amin Shaikh2018-04-161-3/+12
* Update triggering logic for hybrid notificationSalvador Martinez2018-03-291-30/+46
* Implement new BS warning / notification flow (1/2)Makoto Onuki2018-03-211-17/+2
* Update time based triggering logic to guard against spamSalvador Martinez2018-02-081-16/+40
* Merge "Update the comment on LOW_POWER_MODE_TRIGGER_LEVEL in PowerUI"Makoto Onuki2018-02-021-2/+6
|\
| * Update the comment on LOW_POWER_MODE_TRIGGER_LEVEL in PowerUIMakoto Onuki2018-02-011-2/+6
* | Move showing notification to background threadSalvador Martinez2018-01-311-1/+4
|/
* Add flag to SysUI for Hybrid notificationSalvador Martinez2018-01-241-2/+5
* Merge "Refactor code to support overridden low battery warning"Salvador Martinez2018-01-161-17/+69
|\
| * Refactor code to support overridden low battery warningSalvador Martinez2018-01-111-17/+69