summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore COLUMN_MEDIA_SCANNED values from caller.Sudheer Shanka2019-01-291-6/+1
* Use the network security config's cleartext settingsChad Brubaker2018-04-131-2/+3
* Merge "Add new no-op interface method." am: 726cb52790 am: 338dd4bda1Jeff Sharkey2018-01-191-1/+1
|\
| * Add new no-op interface method.Jeff Sharkey2018-01-181-1/+1
* | Move to NOT_ROAMING capability.Jeff Sharkey2017-11-091-4/+8
* | Use explicit Network from JobParameters.Jeff Sharkey2017-10-251-1/+1
* | Prevent duplicate jobs for same download.Jeff Sharkey2017-09-281-2/+3
|/
* Allocate space using new StorageManager API.Jeff Sharkey2017-07-151-32/+15
* Follow removal of NetworkInfo metered flag.Jeff Sharkey2017-07-141-2/+2
* Only send DOWNLOAD_COMPLETE broadcast once.Jeff Sharkey2016-10-141-5/+0
* Fixed INetworkPolicyListener callbacks.Felipe Leme2016-08-241-9/+1
* Send "completed" broadcast if download cancelled.Jeff Sharkey2016-08-231-1/+5
* 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