summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/badge/BadgeInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Use notification counts (instead of assuming all 1)Tony Wickham2017-03-271-7/+33
* De-dupe shortcuts with the same id as the main notification.Tony Wickham2017-03-241-4/+5
* Show notification icon in place of "1" in badge.Tony Wickham2017-02-071-2/+60
* Store notification keys in a List instead of a Set.Tony Wickham2017-01-261-6/+9
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-0/+1
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-1/+1
* Add NotificationListener to launcher.Tony Wickham2017-01-251-5/+47
* FastBitmapDrawable can draw an icon badge (notification count)Tony Wickham2017-01-131-0/+33