summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadNotifier.java
Commit message (Expand)AuthorAgeFilesLines
* DownloadProvider: Add support for manual pause/resumeZhao Wei Liew2016-12-301-5/+67
* DownloadProvider: Display download speed in notificationLasse Brudeskar Vikås2016-12-301-6/+36
* Waiting for Wi-Fi notification is not ongoing.Jeff Sharkey2016-07-281-1/+3
* Only show queued notification when "visible."Jeff Sharkey2016-05-261-1/+8
* Move DownloadManager to use JobScheduler.Jeff Sharkey2016-04-251-92/+122
* Remove stale download notifications.Jeff Sharkey2016-04-041-3/+5
* Avoid flashing download notifications.Jeff Sharkey2016-03-301-2/+13
* Add "Cancel" action to downloads in notification.Oren Blasberg2015-06-251-1/+30
* Fix internationalization of percentage formatting in DownloadProvider.Elliott Hughes2014-10-101-2/+4
* Colored notificationsSelim Cinek2014-08-271-0/+2
* Completed downloads should clear when touched.Jeff Sharkey2013-04-281-0/+1
* Fix download notification click behaviour.Danny Baumann2013-04-051-5/+7
* New PendingIntents when extras change.Jeff Sharkey2013-03-261-2/+4
* Reduce logging, dump stacks before wtf().Jeff Sharkey2013-03-251-1/+24
* Active notifications only for running downloads.Jeff Sharkey2013-02-071-1/+2
* Cleaner thread management, less global state.Jeff Sharkey2013-01-281-7/+29
* Cancel stale notifications when starting.Jeff Sharkey2012-12-131-0/+4
* Improve download remaining time calculation.Jeff Sharkey2012-11-281-5/+6
* Show remaining time in download notifications.Jeff Sharkey2012-11-141-3/+10
* Rewrite of download notifications.Jeff Sharkey2012-11-091-0/+306