summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Expand)AuthorAgeFilesLines
* Make scanning decisions based on latest data.Jeff Sharkey2016-06-251-2/+3
* Re-schedule downloads queued for unmetered.Jeff Sharkey2016-06-221-8/+12
* Use calling app's Network Security Config for HTTPS downloadsChad Brubaker2016-06-201-0/+16
* Implemented onRestrictBackgroundBlacklistChanged().Felipe Leme2016-05-161-0/+8
* Removed onRestrictPowerChanged().Felipe Leme2016-05-101-6/+0
* Implemented onRestrictPowerChanged().Felipe Leme2016-05-031-0/+6
* Visible downloads should run while blocked/dozing.Jeff Sharkey2016-04-291-6/+17
* Move DownloadManager to use JobScheduler.Jeff Sharkey2016-04-251-86/+96
* Implemented onRestrictBackgroundWhitelistChanged().Felipe Leme2016-04-191-0/+6
* Extra comments for multinetwork downloadingRobin Lee2016-04-081-0/+4
* Implement multi-network downloadsRobin Lee2016-04-071-1/+9
* Remove chmod(0644) for finished downloads.Jeff Sharkey2016-03-211-6/+0
* Make DownloadProvider honor the cleartext traffic policy.Alex Klyubin2015-04-011-0/+10
* Can not continue to download after powering on the phoneBenson Huang2015-01-151-0/+1
* Connection: close is enough to know length.Jeff Sharkey2014-11-101-5/+9
* Defeat connection reuse to really cancel.Jeff Sharkey2014-11-071-0/+4
* Ensure that downloads stop quickly.Jeff Sharkey2014-10-271-8/+25
* fallocate() returning ENOSYS is okay.Jeff Sharkey2014-08-261-2/+2
* OsConstants is moving.Elliott Hughes2014-04-291-2/+1
* Move internal DownloadProvider code off libcore.os.Elliott Hughes2014-04-281-10/+10
* Add idle service to clean orphan downloads.Jeff Sharkey2014-02-061-0/+1
* Many improvements to download storage management.Jeff Sharkey2014-02-061-480/+406
* Revert "change download provider to use system log"Doug Zongker2014-01-271-18/+18
* change download provider to use system logDoug Zongker2014-01-271-18/+18
* Treat deleted in-progress downloads as canceled.Jeff Sharkey2013-10-041-1/+1
* Count download WakeLocks against requesting app.Jeff Sharkey2013-06-061-0/+2
* Increment operation counts to track downloads.Jeff Sharkey2013-05-101-2/+7
* Unregister observer when tearing down service.Jeff Sharkey2013-03-261-4/+4
* Defeat transparent Accept-Encoding: gzip.Jeff Sharkey2013-03-181-0/+4
* Adjust timeouts to reduce false-positive bugs.Jeff Sharkey2013-02-261-2/+2
* Only report speeds from full samples windows.Jeff Sharkey2013-02-191-2/+5
* Retries shouldn't backoff when network changes.Jeff Sharkey2013-02-191-17/+22
* Update database before sending broadcast.Jeff Sharkey2013-02-141-1/+1
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-121-4/+22
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-291-11/+10
* Cleaner thread management, less global state.Jeff Sharkey2013-01-281-8/+7
* Better handling of retryable errors.Jeff Sharkey2013-01-171-53/+57
* Move network state to enums for type safety.Jeff Sharkey2013-01-121-10/+11
* Only add one User-Agent header.Jeff Sharkey2013-01-101-4/+9
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-98/+121
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-081-2/+1
* Fold InnerState into State.Jeff Sharkey2012-12-201-47/+46
* Always append to files, handle end of stream.Jeff Sharkey2012-12-171-30/+34
* Cleaner I/O.Jeff Sharkey2012-12-131-91/+65
* Move DownloadManager to HttpURLConnection.Jeff Sharkey2012-12-121-265/+113
* Improve download remaining time calculation.Jeff Sharkey2012-11-281-11/+2
* Show remaining time in download notifications.Jeff Sharkey2012-11-141-1/+36
* Better sanity checking for finished downloads.Jeff Sharkey2012-10-241-1/+15
* Reduce deletion logging.Jeff Sharkey2012-07-201-6/+11
* More slogging around download deletion.Jeff Sharkey2012-04-191-0/+8