index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
SystemUI
/
src
/
com
/
android
/
systemui
/
power
/
PowerUI.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...
George Zacharia
2023-04-03
1
-13
/
+37
|
\
|
*
Replace ACTION_USER_SWITCHED with UserTracker
Alex Stetson
2022-11-16
1
-4
/
+16
|
*
Merge "Replace screen broadcast receivers with binder cb" into tm-qpr-dev
TreeHugger Robot
2022-10-15
1
-6
/
+17
|
|
\
|
|
*
Replace screen broadcast receivers with binder cb
Peter Kalauskas
2022-10-14
1
-6
/
+17
|
*
|
Make CoreStartable an Interface.
Dave Mankoff
2022-10-13
1
-3
/
+4
|
|
/
*
/
PowerUI: Mute logcat spam.
spezi77
2022-10-21
1
-4
/
+6
|
/
*
Remove EnhancedEstimates isHybird flag from trigger condition
Wesley Wang
2022-05-20
1
-5
/
+1
*
Disable battery saver notification based on predicted time left
Wesley Wang
2022-04-27
1
-6
/
+3
*
Remove FileDescriptor from systemui.Dumpable.
Dave Mankoff
2022-04-05
1
-2
/
+1
*
Adjust low battery notification
Wesley Wang
2022-03-04
1
-2
/
+0
*
Merge "Update low battery notification mechanism" into tm-dev
TreeHugger Robot
2022-03-01
1
-17
/
+9
|
\
|
*
Update low battery notification mechanism
Wesley Wang
2022-02-28
1
-17
/
+9
*
|
[Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.
Caitlin Cassidy
2022-02-28
1
-6
/
+8
|
/
*
More low-hanging Dependency#get calls.
Dave Mankoff
2022-01-25
1
-8
/
+9
*
Rename SystemUI class to CoreStartable
Dave Mankoff
2021-11-09
1
-2
/
+2
*
Make StatusBar purely optional
Tadashi G. Takaoka
2021-07-15
1
-4
/
+6
*
6/N Move everything into SysUIComponent.
Dave Mankoff
2020-08-16
1
-2
/
+2
*
Initialize values from sticy ACTION_BATTERY_CHANGED
Fabian Kozynski
2020-06-26
1
-0
/
+14
*
Fix NullPointerException on estimate object
Mill Chen
2020-06-06
1
-5
/
+10
*
BroadcastDispatcher can use Executors now
Fabian Kozynski
2020-01-09
1
-1
/
+1
*
Move InattentiveSleepWarningController callbacks to PowerUI
Robert Horvath
2019-11-19
1
-2
/
+23
*
Remove call to getComponent(StatusBar) from PowerUI.
Dave Mankoff
2019-10-23
1
-3
/
+9
*
Pass context into the constructor of SystemUI objects.
Dave Mankoff
2019-10-10
1
-1
/
+2
*
Convert all SCREEN_OFF receivers to BroadcastDispatcher
Fabian Kozynski
2019-09-25
1
-1
/
+10
*
Only show the thermal shutdown warning when thermal reboot
Sherry Huang
2019-08-05
1
-5
/
+20
*
Merge "SystemUI: overheat warning enhancements and bug fixes." into qt-dev
Sherry Huang
2019-05-10
1
-43
/
+99
|
\
|
*
SystemUI: overheat warning enhancements and bug fixes.
Sherry Huang
2019-05-10
1
-43
/
+99
*
|
Make Settings and SysUI estimates use same data class
Salvador Martinez
2019-04-19
1
-1
/
+4
|
/
*
Fix mixed up variable in triggering logic
Salvador Martinez
2019-04-04
1
-2
/
+3
*
Remove the 3 hour warning
Salvador Martinez
2019-03-27
1
-4
/
+6
*
Refactor battery warning code to make it easier to read
Salvador Martinez
2019-03-04
1
-91
/
+172
*
Remove HardwarePropertiesManager usage
Wei Wang
2019-02-22
1
-4
/
+0
*
Implement USB-C overheat warning
Sherry Huang
2019-02-21
1
-125
/
+80
*
Remove potential duplicate runnable + add logging
Salvador Martinez
2019-02-11
1
-5
/
+23
*
PowerUI: poll thermal sensor in handler
Wei Wang
2018-11-27
1
-11
/
+4
*
Add mock thermal service in PowerUI test
Wei Wang
2018-11-21
1
-2
/
+2
*
Add thermal service into system_server
Wei Wang
2018-11-07
1
-3
/
+3
*
Update triggering to not double trigger at severe threshold
Salvador Martinez
2018-10-01
1
-2
/
+3
*
Update severe (5%/1 hour) warning to send through battery saver
Salvador Martinez
2018-08-08
1
-5
/
+6
*
Only query for estimate on battery level change
Salvador Martinez
2018-07-10
1
-4
/
+10
*
Dismiss low battery warning on toggling saver.
Amin Shaikh
2018-04-16
1
-3
/
+12
*
Update triggering logic for hybrid notification
Salvador Martinez
2018-03-29
1
-30
/
+46
*
Implement new BS warning / notification flow (1/2)
Makoto Onuki
2018-03-21
1
-17
/
+2
*
Update time based triggering logic to guard against spam
Salvador Martinez
2018-02-08
1
-16
/
+40
*
Merge "Update the comment on LOW_POWER_MODE_TRIGGER_LEVEL in PowerUI"
Makoto Onuki
2018-02-02
1
-2
/
+6
|
\
|
*
Update the comment on LOW_POWER_MODE_TRIGGER_LEVEL in PowerUI
Makoto Onuki
2018-02-01
1
-2
/
+6
*
|
Move showing notification to background thread
Salvador Martinez
2018-01-31
1
-1
/
+4
|
/
*
Add flag to SysUI for Hybrid notification
Salvador Martinez
2018-01-24
1
-2
/
+5
*
Merge "Refactor code to support overridden low battery warning"
Salvador Martinez
2018-01-16
1
-17
/
+69
|
\
|
*
Refactor code to support overridden low battery warning
Salvador Martinez
2018-01-11
1
-17
/
+69
[next]