summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/popup/PopupDataProvider.java
Commit message (Expand)AuthorAgeFilesLines
* show dot in deep shortcuts when notification contains exactly identicalPinyao Ting2019-08-051-6/+16
* Ensure each dot contains only relevant notification to the shortcutPinyao Ting2019-07-311-6/+29
* show dot on shortcut when incoming notification contains exactly thePinyao Ting2019-07-301-4/+7
* Sending notification and widget changes to a listner so thatSunny Goyal2019-02-111-10/+30
* Moving some utility methods aroundSunny Goyal2019-01-311-3/+3
* Remove some obsolete notification badging codeTony Wickham2018-12-041-5/+5
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-041-49/+49
* Deepshortcuts - only keep the per package shortcut count in memory.Zak Cohen2018-10-221-9/+8
* Adding a provider class for various popup actionsSunny Goyal2018-09-171-17/+0
* Migrating to android-xSunny Goyal2018-08-141-1/+2
* Only cancel the group notification if launcher canceled last childTony2018-03-131-1/+1
* Removing some unused code pathSunny Goyal2018-01-041-67/+5
* Simplifying app icon popupSunny Goyal2017-11-151-3/+3
* Converting widget panel into a floating viewSunny Goyal2017-10-131-0/+30
* Converting PopupContainerWithArrow into a base class so that it is easierSunny Goyal2017-10-101-8/+7
* Install long-click action for apps that are not installed.Mario Bertschler2017-08-311-0/+1
* 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