summaryrefslogtreecommitdiff
path: root/core/java/android/app/DownloadManager.java
Commit message (Expand)AuthorAgeFilesLines
* Move some members to the "Q blacklist".Mathew Inwood2018-10-221-2/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+9
* Test if allocation supported; @removed clean up.Jeff Sharkey2017-07-151-26/+7
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-6/+4
* Add legacy DownloadManager actions to SystemApi.Jeff Sharkey2017-04-041-0/+6
* Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey2016-09-171-3/+3
|\
| * Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey2016-09-171-3/+3
| |\
| | * Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey2016-09-161-3/+3
| | |\
| | | * Use "all_downloads" instead of "my_downloads".Jeff Sharkey2016-09-161-3/+3
* | | | Add support for search in DownloadManager.Ben Lin2016-05-101-5/+38
|/ / /
* | | Add ability to rename a downloaded file.Ben Lin2016-05-021-0/+82
* | | API changes for DownloadManager and JobScheduler.Jeff Sharkey2016-04-241-10/+58
* | | Keep COLUMN_LOCAL_URI working for now.Jeff Sharkey2016-03-301-1/+1
* | | Merge "DO NOT MERGE Revert "Revert "DO NOT MERGE Extend the DownloadManager.a...Edward Cunningham2016-03-251-3/+50
|\ \ \
| * | | DO NOT MERGE Revert "Revert "DO NOT MERGE Extend the DownloadManager.addCompl...Edward Cunningham2016-03-251-3/+50
* | | | Throw the right exception flavor.Jeff Sharkey2016-03-221-1/+1
|/ / /
* | | Revert "DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method...Edward Cunningham2016-02-241-50/+3
* | | DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method to supp...Edward Cunningham2016-02-161-3/+50
* | | Internal components still need filename access.Jeff Sharkey2016-01-071-7/+15
* | | Discourage use of "_data" column.Jeff Sharkey2016-01-061-11/+37
|/ /
* | Always return content Uri for downloads.Jeff Sharkey2015-07-291-24/+3
* | Document that DownloadManager supports HTTPS.Alex Klyubin2015-06-111-1/+1
|/
* Docfixes for DownloadManager.John Spurlock2013-11-041-10/+6
* Docs change: annotate media intent actions.Jeff Sharkey2013-10-021-0/+5
* Allow saving to Downloads.Jeff Sharkey2013-09-231-1/+19
* Handle external storage errors uniformly.Jeff Sharkey2013-03-251-18/+42
* Define failed connections column, and reset.Jeff Sharkey2013-01-171-0/+1
* Handle nested folder caseRoger Chen2013-01-031-1/+1
* Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
* Adds missing Bluetooth as network type.HÃ¥kan3 Johansson2012-07-101-0/+7
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-0/+3
* Allow adding of completed empty files.Jeff Sharkey2012-05-021-1/+1
* Add ALLOW_METERED column to DownloadManager.Jeff Sharkey2012-04-181-17/+14
* DownloadManager and metered networks.Jeff Sharkey2012-04-161-2/+18
* Support metered Wi-Fi NetworkPolicy.Jeff Sharkey2012-04-051-0/+12
* Notify policy listeners about metered ifaces.Jeff Sharkey2011-06-171-13/+11
* DownloadManager flags for network policy.Jeff Sharkey2011-06-161-1/+14
* bug:3513950 Rename "completedDownload" to "addCompletedDownload"Vasu Nori2011-03-071-3/+3
* fix javadoc on downloadmanager.remove()Vasu Nori2011-02-281-2/+2
* bug:3474580 fix javadocVasu Nori2011-02-271-1/+1
* bug:3425749 send notification for completed downloadVasu Nori2011-02-101-2/+15
* am 9ec496b4: am e1cbd0a8: Revert "Merge "bug:3414192 new API to designate a d...Vasu Nori2011-02-031-9/+0
|\
| * Revert "Merge "bug:3414192 new API to designate a download to be OTA update" ...Vasu Nori2011-02-031-9/+0
* | am 99e8e047: am 6bc710f7: Merge "bug:3414192 new API to designate a download ...Vasu Nori2011-02-021-0/+9
|\|
| * bug:3414192 new API to designate a download to be OTA updateVasu Nori2011-02-021-0/+9
* | add extra prams to intent to start Download App in sort-by-size modeVasu Nori2011-01-251-0/+7
* | bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-221-4/+69
|/
* bug:3362635 add new public API to downloadmanager to get mxbytesovermobileVasu Nori2011-01-171-0/+36
* if a download dir doesn't exist, create it or fail fastVasu Nori2010-12-191-1/+13
* bug:3264401 changes to support usage of new downloads dir in /dataVasu Nori2010-12-141-1/+24