summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification/NotificationListener.java
Commit message (Expand)AuthorAgeFilesLines
* Moving various common executors to a single locationSunny Goyal2019-08-201-4/+4
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-041-9/+9
* Using a common class for observing secure settingsSunny Goyal2018-10-171-14/+13
* Converting long item IDs to intSunny Goyal2018-10-081-1/+2
* Migrating to android-xSunny Goyal2018-08-141-1/+2
* Only call requestUnbind if we are connected.Sunny Goyal2018-07-091-1/+1
* Make sure notification listener stays unbound on reboot when badging disabledTony2018-04-171-10/+12
* Ignore null notificationsTony Wickham2018-04-131-0/+8
* Only cancel the group notification if launcher canceled last childTony2018-03-131-2/+17
* Update notification group mapping when group key changesTony Wickham2018-02-211-16/+48
* Added StatusBarNotificationsListener interface.George Hodulik2018-01-161-4/+25
* Cancel notification group summary when all children are cancelled.Tony Wickham2017-10-051-2/+31
* Remove notification dots setting for Launcher3GoTony Wickham2017-08-141-4/+0
* Unbind notification listener when badging is disabledTony2017-08-031-3/+37
* Catch SecurityException from NoMan to workaround possible race conditionAdam Cohen2017-07-141-3/+16
* Ensure notification listener is connected before getting notificationsTony Wickham2017-06-281-2/+3
* 1. Replace use of java.util.HashSet with android.util.ArraySet inRajeev Kumar2017-06-221-11/+13
* Removing some support lib dependenciesSunny Goyal2017-06-091-1/+1
* Relax notification filter for badgesTony Wickham2017-05-021-2/+2
* Disable notification listener on pre-26Tony Wickham2017-04-101-6/+3
* De-dupe shortcuts with the same id as the main notification.Tony Wickham2017-03-241-11/+14
* Filter out some notifications.Tony Wickham2017-03-151-1/+12
* Only check for badge setting on notification on O+Tony Wickham2017-03-011-3/+6
* Respect badge settings to filter out badgesTony Wickham2017-03-011-4/+11
* Remove badges when launcher loses notification accessTony2017-02-211-10/+12
* Ensure that filtered notifications are removed from BadgeInfo.Tony Wickham2017-02-131-15/+25
* Show notification icon in place of "1" in badge.Tony Wickham2017-02-071-1/+0
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-0/+214