summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Move DownloadManager to use JobScheduler.Jeff Sharkey2016-04-251-58/+45
* Add "Cancel" action to downloads in notification.Oren Blasberg2015-06-251-0/+28
* Add idle service to clean orphan downloads.Jeff Sharkey2014-02-061-19/+38
* Revert "change download provider to use system log"Doug Zongker2014-01-271-7/+7
* change download provider to use system logDoug Zongker2014-01-271-7/+7
* Unified handling of errors around opening.Jeff Sharkey2013-09-181-8/+2
* Update extras for in-progress download.Jeff Sharkey2012-11-271-1/+1
* Rewrite of download notifications.Jeff Sharkey2012-11-091-80/+114
* Remove FLAG_ACTIVITY_NEW_TASK from the VIEW intent.Ruben Brunk2012-09-261-0/+1
* Send ORIGINATING_URI and REFERRER to installer.Jeff Sharkey2012-08-271-17/+5
* Move notification tests to LittleMock.Jeff Sharkey2012-07-241-1/+4
* Move away from deprecated NetworkInfo extra.Jeff Sharkey2012-01-301-2/+3
* Download provider change for DRM Forward Lock plugin:Gloria Wang2011-04-191-0/+1
* bug:3435895 listen to media_mounted broadcast intentVasu Nori2011-02-081-0/+10
* in DM public API, sending notifications on clicks should include dataVasu Nori2010-11-011-1/+11
* remove usage of hidden public constants.Vasu Nori2010-10-201-0/+1
* Manual merge: Moved DownloadManager to android.appSteve Howard2010-09-281-1/+1
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-132/+133
* Stub out and test system notifications.Steve Howard2010-07-231-8/+3
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-10/+24
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-2/+8
* Use the private legacy APIJean-Baptiste Queru2010-01-141-18/+21
* Remove unnecessary loggingJean-Baptiste Queru2009-09-241-7/+0
* Add a bit more logging to track down network state issues.Jean-Baptiste Queru2009-09-221-3/+15
* Add logging to track connectivity as seen from the Download Manager.Jean-Baptiste Queru2009-09-211-0/+10
* Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-10/+13
* Match the official code style guide.Jean-Baptiste Queru2009-01-201-4/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-19/+11
* Initial ContributionThe Android Open Source Project2008-10-211-0/+167