summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManager.java
Commit message (Expand)AuthorAgeFilesLines
* Delete unused code from NotifLockscreenUserManagerSteve Elliott2022-08-291-17/+0
* Trigger re-inflate when sensitive setting changesSteve Elliott2022-06-031-0/+20
* Revert "Don't show "Clear All" w/ redacted notifs"Daniel Sandler2022-05-191-9/+4
* When a user is removed make sure we remove their persisted bubblesMady Mellor2022-05-161-0/+1
* Don't show "Clear All" w/ redacted notifsSteve Elliott2022-05-101-4/+9
* Break circular dependencies in notif codeNed Burns2021-05-131-0/+11
* Current user and work profile availability in peoplehubSteve Elliott2020-01-081-1/+8
* Add Coordinators to the NewNotifPipelineBeverly2019-12-041-0/+10
* Fix issue with media notifs being misbucketedNed Burns2019-07-231-2/+1
* Implemented dynamic privacy for redacted lockscreensSelim Cinek2019-04-171-0/+8
* Remove unused destroy methodsyoshiki iguchi2019-02-071-2/+0
* Adds setting for direction of dismiss gesture.Gus Prevas2019-01-241-0/+8
* Extract NotificationData.Entry to top-levelNed Burns2019-01-071-2/+2
* Replaces binary flag for new interruption model with secure setting.Gus Prevas2018-11-081-3/+0
* Flag-guards changes to status bar and lockscreen.Gus Prevas2018-11-021-0/+3
* Make StatusBar not be a NotificationPresenterJason Monk2018-10-231-484/+29
* Remove updatePublicMode from StatusBar.javaEvan Laird2018-09-181-2/+53
* Organize notification classes in row/stackRohan Shah2018-07-181-4/+2
* Remove managed profile toastJulia Reynolds2018-06-191-24/+0
* Moved some activities implementation to ActivityTaskManagerService (2/n)Wale Ogunwale2018-06-121-1/+2
* Avoid binder calls when unlockingLucas Dupin2018-05-181-4/+2
* Add rank & count event to notification clicks and dismissesDieter Hsu2018-04-181-1/+7
* Show work notifications in the shade unless on keyguard.Pavel Grafov2018-03-271-9/+11
* Update work notifivation settings on upgrade.Pavel Grafov2018-03-201-1/+1
* Hide notifications when in Lockdown modeChad Brubaker2018-03-151-1/+16
* Assume the worst when EntryManager is missing.Jeff Sharkey2018-02-031-0/+12
* Merge "Fix "You're using your work profile" toast is shown when launcher is ....TreeHugger Robot2017-12-271-19/+18
|\
| * Fix "You're using your work profile" toast is shown when launcher isTony Mak2017-12-271-19/+18
* | Remove NotificationPresenter#getEntryManager.Eliot Courtney2017-12-261-7/+10
* | Split NotificationEntryManager out of StatusBar.Eliot Courtney2017-12-261-6/+6
|/
* Split NotificationUserManager out of StatusBar.Eliot Courtney2017-11-301-0/+455