summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification/NotificationListener.java
Commit message (Expand)AuthorAgeFilesLines
* 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