summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Scan after writing download files.Jeff Sharkey2014-08-051-1/+1
* Many improvements to download storage management.Jeff Sharkey2014-02-061-33/+49
* Reduce logging, dump stacks before wtf().Jeff Sharkey2013-03-251-4/+7
* Retries shouldn't backoff when network changes.Jeff Sharkey2013-02-191-1/+0
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-121-15/+35
* Cleaner thread management, less global state.Jeff Sharkey2013-01-281-30/+40
* Better handling of retryable errors.Jeff Sharkey2013-01-171-1/+1
* Move network state to enums for type safety.Jeff Sharkey2013-01-121-81/+57
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-0/+3
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-081-3/+2
* Remove singleton StorageManager.Jeff Sharkey2013-01-051-6/+10
* Better sanity checking for finished downloads.Jeff Sharkey2012-10-241-1/+20
* Handle not fully connected networks.Jeff Sharkey2012-10-031-1/+1
* Adds missing Bluetooth as network type.HÃ¥kan3 Johansson2012-07-101-0/+3
* am 0acd13fe: Merge "avoid repetition of retrying download"Jean-Baptiste Queru2012-05-211-5/+2
|\
| * Merge "avoid repetition of retrying download"Jean-Baptiste Queru2012-05-211-5/+2
| |\
| | * avoid repetition of retrying downloadHideki Hayami2012-02-141-5/+2
* | | Add and enforce ALLOW_METERED column.Jeff Sharkey2012-04-171-0/+6
* | | Locking around downloads, and more dump info.Jeff Sharkey2012-04-131-23/+41
|/ /
* / Allow downloads when no network restriction set.Jeff Sharkey2012-01-051-2/+3
|/
* 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