summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Fix SysUI crash when memory collection times outJernej Virag2023-02-011-1/+1
* Replaced setPanelExpanded with listener in NPVC/Central SurfacesShawn Lee2022-11-091-36/+35
* Inline notif pipeline flag into NotifLoggerSteve Elliott2022-07-011-58/+1
* [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.Caitlin Cassidy2022-02-281-1/+1
* Add Compile.IS_DEBUG to systemuiJeff DeCew2022-01-121-1/+2
* Remove access to pipeline outputs from NotifPipeline.Jeff DeCew2021-12-091-8/+6
* Merge "Add trace tags for notifications" into sc-v2-dev am: 46386914b4 am: f3...Lucas Dupin2021-12-031-0/+4
|\
| * Add trace tags for notificationsLucas Dupin2021-12-021-0/+4
* | Inline most FeatureFlags methods.Dave Mankoff2021-11-171-6/+6
* | New Pipeline: Update NotificationLogger to use NotifPipelineJeff DeCew2021-11-091-8/+39
* | New Pipeline: Add a NotificationVisibilityProvider to support both pipelinesJeff DeCew2021-11-091-2/+13
|/
* Move onNotificationClear back to NEMBeverly2020-07-211-34/+0
* More accurate notification panel logs.Will Brockman2020-06-121-33/+95
* Revert "Revert "Notification statsd logs: Notification panel.""Will Brockman2020-03-061-1/+6
* Revert "Notification statsd logs: Notification panel."Will Brockman2020-03-021-7/+1
* Notification statsd logs: Notification panel.Will Brockman2020-02-281-1/+7
* Show snoozed conversations in conversation headerJulia Reynolds2020-02-281-1/+2
* Expand NotificationsModuleSergey Nikolaienkov2020-02-141-3/+4
* Use PreparationCoordinator to inflate notifsBeverly2020-01-071-0/+3
* Start removing Dependency.get(UiOffloadThread.class)Dave Mankoff2019-12-231-10/+11
* Remove NotificationDataEvan Laird2019-11-131-5/+4
* Use onPreEntryUpdated instead of onPostEntryUpdatedBeverly2019-11-061-3/+3
* Encapsulate NotifEntry.key and .notificationNed Burns2019-10-181-4/+4
* Removed the AmbientPulseManagerSelim Cinek2019-06-111-1/+6
* Ensure the notification is removed when bubble is removed & fix cancel allMady Mellor2019-05-021-0/+2
* Make StatusBarStateController available to pluginsBeverly2019-02-071-2/+2
* Fix expansion change is not reported if the notification is updatedTony Mak2019-01-281-1/+12
* Fixes a crash when loggingSelim Cinek2019-01-241-5/+2
* Log smart suggestions becoming visible in HUNs.Gustav Sennton2019-01-231-7/+14
* Add NotificationVisibility.NotificationLocation.Gustav Sennton2019-01-231-2/+38
* Add notification location to onNotificationExpansionChanged.Gustav Sennton2019-01-221-1/+4
* onNotificationExpansionChanged is called only when the expansion change...Tony Mak2019-01-201-3/+138
* Extract NotificationData.Entry to top-levelNed Burns2019-01-071-4/+4
* Change onRemoteEntry() to only fire when entries are removedNed Burns2019-01-041-7/+3
* Fix NPE in NotificationLogger for real this timeNed Burns2019-01-031-1/+1
* Mark entry in onEntryRemoved as @NullableNed Burns2019-01-021-2/+3
* Removes dependency of NotificationEntryManager on IStatusBarService.Gus Prevas2018-12-281-1/+71
* Remove Dependency.get usages from NotificationLoggerJason Monk2018-12-261-8/+11
* Start using some dagger 2Jason Monk2018-12-191-0/+5
* Make StatusBarStateController be a CallbackControllerJason Monk2018-12-041-1/+1
* Don't let everyone reach into NotificationData.Entry for its rowEvan Laird2018-11-271-1/+1
* Add dozing state listening to classes that careEvan Laird2018-11-051-4/+18
* Make StatusBar not be a NotificationPresenterJason Monk2018-10-231-4/+3
* The quietening round 3: agingJulia Reynolds2018-08-201-7/+21
* Organize notification classes in row/stackRohan Shah2018-07-181-0/+254