summaryrefslogtreecommitdiff
path: root/core/java/android/app/DownloadManager.java
Commit message (Expand)AuthorAgeFilesLines
* Download: Add support to manually pause/resume downloadqqzhou2022-09-121-0/+40
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* Override MIME type to match MediaStore behavior.Jeff Sharkey2020-06-231-0/+56
* Final push to build against SDK.Jeff Sharkey2020-01-081-0/+35
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Shuffling to prepare for MediaProvider APEX.Jeff Sharkey2019-12-181-2/+2
* Enable stricter SQLiteQueryBuilder options.Jeff Sharkey2019-07-191-20/+22
* Trigger a mediascan when downloads get renamed.Sudheer Shanka2019-05-231-0/+6
* Update behavior of setDestinationInExternalPublicDir().Sudheer Shanka2019-05-081-9/+7
* Merge "Deprecate DownloadManager.allowScanningByMediaScanner/setVisibleInDown...Sudheer Shanka2019-04-281-0/+16
|\
| * Deprecate DownloadManager.allowScanningByMediaScanner/setVisibleInDownloadsUiSudheer Shanka2019-04-281-0/+16
* | Merge "Deprecate DownloadManager.addCompletedDownload." into qt-devJeff Sharkey2019-04-281-0/+20
|\ \
| * | Deprecate DownloadManager.addCompletedDownload.Sudheer Shanka2019-04-271-0/+20
| |/
* / Don't assume all downloaded files are under top-level Download dir.Sudheer Shanka2019-04-271-32/+28
|/
* Fix QT build breakage.Sudheer Shanka2019-04-241-1/+1
* Update behavior of some DownloadManager APIs.Sudheer Shanka2019-04-231-9/+84
* Merge "Add @UnsupportedAppUsage annotations"Andrei-Valentin Onea2019-03-061-0/+1
|\
| * Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-041-0/+1
* | Mark COLUMN_MEDIASTORE_URI as @TestApi.Sudheer Shanka2019-02-281-0/+5
|/
* Don't ignore COLUMN_MEDIA_SCANNED values from caller.Sudheer Shanka2019-01-291-21/+4
* Update DownloadStorageProvider to include MediaStore.Downloads.Sudheer Shanka2019-01-281-1/+6
* Update DownloadManager.addCompletedDownload javadoc.Sudheer Shanka2019-01-181-2/+4
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-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