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
/
statusbar
/
NotificationLockscreenUserManagerImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix taskbar restarting after turning on workapps from taskbar.
Brandon Dayauon
2023-03-15
1
-2
/
+4
*
Remove lockpattern utils construction...
Aaron Liu
2023-02-22
1
-2
/
+3
*
Replace ACTION_USER_SWITCHED with UserTracker
Alex Stetson
2022-11-16
1
-16
/
+23
*
Replace getCurrentUser() calls with UserTracker
Alex Stetson
2022-11-14
1
-3
/
+6
*
Remove unused LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS usage
Julia Tuttle
2022-10-14
1
-10
/
+0
*
Removed Dependency.get from com.android.systemui.statusbar
Shawn Lee
2022-09-22
1
-2
/
+4
*
Remove NotifEntryManager
Steve Elliott
2022-08-31
1
-21
/
+0
*
Delete unused code from NotifLockscreenUserManager
Steve Elliott
2022-08-29
1
-73
/
+4
*
Fix Notification redaction when power cycling a non-dozing device while occlu...
Jeff DeCew
2022-07-21
1
-1
/
+6
*
Trigger re-inflate when sensitive setting changes
Steve Elliott
2022-06-03
1
-0
/
+26
*
Revert "Don't show "Clear All" w/ redacted notifs"
Daniel Sandler
2022-05-19
1
-80
/
+63
*
When a user is removed make sure we remove their persisted bubbles
Mady Mellor
2022-05-16
1
-0
/
+10
*
Don't show "Clear All" w/ redacted notifs
Steve Elliott
2022-05-10
1
-63
/
+80
*
Merge "Remove FileDescriptor from systemui.Dumpable." into tm-dev
Dave Mankoff
2022-04-07
1
-2
/
+1
|
\
|
*
Remove FileDescriptor from systemui.Dumpable.
Dave Mankoff
2022-04-05
1
-2
/
+1
*
|
Remove IPC from critical path
Lucas Dupin
2022-04-04
1
-15
/
+22
|
/
*
Add unaudited exported flag to exposed runtime receivers
Michael Groover
2022-01-15
1
-1
/
+2
*
Add more state to dump to debug missing work profile notifs.
Jeff DeCew
2021-11-12
1
-6
/
+25
*
New Pipeline: LockscreenUserManager now uses the CommonNotifCollection for qu...
Jeff DeCew
2021-11-09
1
-17
/
+11
*
New Pipeline: Add a NotificationVisibilityProvider to support both pipelines
Jeff DeCew
2021-11-09
1
-10
/
+18
*
Populate buckets to ensure correct corner rounds on notifications
Jeff DeCew
2021-09-27
1
-2
/
+2
*
Manually register Dumpables to DumpManager
Ned Burns
2021-09-08
1
-2
/
+8
*
Update current user after registering receiver
Mia MÃ¥nsson
2021-06-14
1
-0
/
+1
*
Break circular dependencies in notif code
Ned Burns
2021-05-13
1
-0
/
+11
*
Allow listeners to know about lockscreen notifs
Julia Reynolds
2020-12-03
1
-2
/
+3
*
Remove Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL flag
Jeff DeCew
2020-10-22
1
-3
/
+1
*
6/N Move everything into SysUIComponent.
Dave Mankoff
2020-08-16
1
-2
/
+2
*
Create a shim for StatusBarManager click methods
Evan Laird
2020-05-18
1
-10
/
+4
*
Convert NotificationSectionsManager to Kotlin
Steve Elliott
2020-05-15
1
-2
/
+2
*
Merge "Separate managed/primary profile sensitive notifs" into rvc-dev
Beverly Tai
2020-04-27
1
-11
/
+19
|
\
|
*
Separate managed/primary profile sensitive notifs
Beverly
2020-04-27
1
-11
/
+19
*
|
Check importance to determine if notif sounds
Beverly
2020-04-24
1
-1
/
+6
|
/
*
Merge changes If0e0ab21,I34d1d5f9
TreeHugger Robot
2020-01-31
1
-1
/
+2
|
\
|
*
Register broadcast for all users
Lucas Dupin
2020-01-30
1
-1
/
+2
*
|
Expose managed profile sensitiveness preferences
Lucas Dupin
2020-01-28
1
-8
/
+55
|
/
*
Merge changes Id007cc64,I94afce96
TreeHugger Robot
2020-01-08
1
-43
/
+67
|
\
|
*
Current user and work profile availability in peoplehub
Steve Elliott
2020-01-08
1
-43
/
+67
*
|
Conslidate @MainHandler and similar to @Main (and similar).
Dave Mankoff
2019-12-20
1
-2
/
+2
|
/
*
Add Coordinators to the NewNotifPipeline
Beverly
2019-12-04
1
-1
/
+1
*
Remove Dependency.get(MAIN_HANDLER) from NotificationLockscreenUserManagerImpl
Dave Mankoff
2019-11-19
1
-15
/
+24
*
Let SysUI call Settings.Secure#getInt
Lucas Dupin
2019-11-19
1
-1
/
+0
*
Remove NotificationData
Evan Laird
2019-11-13
1
-14
/
+15
*
Finish migrating to BroadcastDispatcher
Fabian Kozynski
2019-11-04
1
-4
/
+8
*
Encapsulate NotifEntry.key and .notification
Ned Burns
2019-10-18
1
-4
/
+4
*
Add NotifLogs throughout SystemUI
Beverly
2019-10-08
1
-5
/
+7
*
Single source of truth for auth state
Lucas Dupin
2019-09-23
1
-10
/
+7
*
Add a third notification section
Evan Laird
2019-09-16
1
-1
/
+2
*
Fix the looper that KeyguardUpdateMonitor is using.
Dave Mankoff
2019-08-31
1
-1
/
+1
*
IPC StrictMode
Lucas Dupin
2019-08-26
1
-4
/
+8
*
Refactor SysUI to allow daggerization of implementations
Govinda Wasserman
2019-08-26
1
-0
/
+5
[next]