summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Teach DownloadManager about network policy.Jeff Sharkey2011-06-171-3/+16
* Merge "Download provider change for DRM Forward Lock plugin: to convert .dm f...Gloria Wang2011-06-031-3/+1
|\
| * Download provider change for DRM Forward Lock plugin:Gloria Wang2011-04-191-3/+1
* | Output DownloadInfo state in Service.dump()Jeff Sharkey2011-04-281-26/+25
|/
* (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-101-10/+8
* bug:3435895 listen to media_mounted broadcast intentVasu Nori2011-02-081-0/+10
* am 6e9abd8e: am d119d3cb: Revert "bug:3414192 if otaupdate column is set, don...Vasu Nori2011-02-031-6/+0
|\
| * Revert "bug:3414192 if otaupdate column is set, don't check mobile download l...Vasu Nori2011-02-031-6/+0
* | am 49663f1f: am f20af912: Revert "Merge "bug:3341145 if ignore_size_limits fl...Vasu Nori2011-02-031-1/+1
|\|
| * Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's ...Vasu Nori2011-02-031-1/+1
* | resolved conflicts for merge of 43d649e9 to masterVasu Nori2011-02-021-1/+1
|\|
| * bug:3341145 if ignore_size_limits flag set, validate caller's permsVasu Nori2011-02-021-1/+1
* | am 8db8fba2: am ea245800: bug:3414192 if otaupdate column is set, don\'t chec...Vasu Nori2011-02-011-0/+6
|\|
| * bug:3414192 if otaupdate column is set, don't check mobile download limitsVasu Nori2011-02-011-0/+6
* | bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-211-4/+5
|/
* manual merge of GB change Change-Id: I1acf2fb9491d24f5e109206a91dda3eea429e447Vasu Nori2011-01-161-3/+0
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-3/+3
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-0/+1
* bug:3144642 fix is to treat empty strings as nullsVasu Nori2010-12-021-46/+18
* changes to support CL: I1f5dd734e394db0056579a3a0c26862fee27981eVasu Nori2010-11-041-1/+1
* downloadmanager public API usage can cause non-scanning of media filesVasu Nori2010-11-031-1/+2
* bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-0/+8
* Seriously improve error reporting in DownloadThread.Steve Howard2010-09-301-5/+41
* Improve how the download manager reports paused statuses.Steve Howard2010-09-291-66/+28
* Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-271-1/+1
* Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-221-12/+14
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-22/+70
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-76/+188
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-8/+13
* Add UI message when queued for wifi due to size.Steve Howard2010-08-201-1/+12
* Avoid endless restarts when waiting for connectivity.Steve Howard2010-08-181-1/+1
* Clean up error codes returned by download manager.Steve Howard2010-08-161-0/+6
* Get wifi limit from secure settings.Steve Howard2010-07-281-1/+1
* Serialize threading for download manager testing.Steve Howard2010-07-271-1/+1
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-6/+69
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-2/+2
* Fix bug with deciding when to restart a download.Steve Howard2010-07-201-19/+17
* Support for max download size that may go over mobileSteve Howard2010-07-191-13/+66
* Support for custom HTTP headers on download requestsSteve Howard2010-07-151-32/+77
* Use the private legacy APIJean-Baptiste Queru2010-01-141-12/+12
* Re-use the same random value to compute a download's restart time.Jean-Baptiste Queru2009-09-241-1/+4
* Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-2/+2
* Match the official code style guide.Jean-Baptiste Queru2009-01-201-75/+75
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-17/+44
* Initial ContributionThe Android Open Source Project2008-10-211-0/+185