summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/popup/PopupDataProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Support notifications with 0 count (show as dots)Tony Wickham2017-04-261-10/+17
* Only add widgets system shortcut if widgets existTony Wickham2017-04-201-1/+12
* Small UI fix for widgets/app info shortcutsTony Wickham2017-04-031-1/+1
* Add support for system shortcuts in popup containerTony Wickham2017-03-301-0/+6
* Use notification counts (instead of assuming all 1)Tony Wickham2017-03-271-14/+14
* De-dupe shortcuts with the same id as the main notification.Tony Wickham2017-03-241-10/+14
* Remove badge info from map when count is 0.Tony2017-03-131-0/+3
* Remove badges when launcher loses notification accessTony2017-02-211-3/+3
* Ensure that filtered notifications are removed from BadgeInfo.Tony Wickham2017-02-131-8/+15
* Create a singleton HashMap instead of using Collections.singleton()Tony Wickham2017-02-091-2/+4
* Show notification icon in place of "1" in badge.Tony Wickham2017-02-071-7/+64
* Ensure getNotificationKeysForItem() returns empty on unsupported items.Tony Wickham2017-02-011-1/+1
* Store notification keys in a List instead of a Set.Tony Wickham2017-01-261-5/+4
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-1/+12
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-1/+1
* Add NotificationListener to launcher.Tony Wickham2017-01-251-0/+161