summaryrefslogtreecommitdiff
path: root/core/java/android/app/DownloadManager.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-06-23Override MIME type to match MediaStore behavior.Jeff Sharkey
2020-01-08Final push to build against SDK.Jeff Sharkey
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Shuffling to prepare for MediaProvider APEX.Jeff Sharkey
2019-07-19Enable stricter SQLiteQueryBuilder options.Jeff Sharkey
2019-05-23Trigger a mediascan when downloads get renamed.Sudheer Shanka
2019-05-08Update behavior of setDestinationInExternalPublicDir().Sudheer Shanka
2019-04-28Merge "Deprecate DownloadManager.allowScanningByMediaScanner/setVisibleInDown...Sudheer Shanka
2019-04-28Deprecate DownloadManager.allowScanningByMediaScanner/setVisibleInDownloadsUiSudheer Shanka
2019-04-28Merge "Deprecate DownloadManager.addCompletedDownload." into qt-devJeff Sharkey
2019-04-27Deprecate DownloadManager.addCompletedDownload.Sudheer Shanka
2019-04-27Don't assume all downloaded files are under top-level Download dir.Sudheer Shanka
2019-04-24Fix QT build breakage.Sudheer Shanka
2019-04-23Update behavior of some DownloadManager APIs.Sudheer Shanka
2019-03-06Merge "Add @UnsupportedAppUsage annotations"Andrei-Valentin Onea
2019-03-04Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28Mark COLUMN_MEDIASTORE_URI as @TestApi.Sudheer Shanka
2019-01-29Don't ignore COLUMN_MEDIA_SCANNED values from caller.Sudheer Shanka
2019-01-28Update DownloadStorageProvider to include MediaStore.Downloads.Sudheer Shanka
2019-01-18Update DownloadManager.addCompletedDownload javadoc.Sudheer Shanka
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-07-15Test if allocation supported; @removed clean up.Jeff Sharkey
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-04-04Add legacy DownloadManager actions to SystemApi.Jeff Sharkey
2016-09-17Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey
2016-09-17Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey
2016-09-16Merge commit '0a9d537f623b2c11dce707fb9b91fea016fd0e9f' into manual_merge_0a9...Jeff Sharkey
2016-09-16Use "all_downloads" instead of "my_downloads".Jeff Sharkey
2016-05-10Add support for search in DownloadManager.Ben Lin
2016-05-02Add ability to rename a downloaded file.Ben Lin
2016-04-24API changes for DownloadManager and JobScheduler.Jeff Sharkey
2016-03-30Keep COLUMN_LOCAL_URI working for now.Jeff Sharkey
2016-03-25Merge "DO NOT MERGE Revert "Revert "DO NOT MERGE Extend the DownloadManager.a...Edward Cunningham
2016-03-25DO NOT MERGE Revert "Revert "DO NOT MERGE Extend the DownloadManager.addCompl...Edward Cunningham
2016-03-22Throw the right exception flavor.Jeff Sharkey
2016-02-24Revert "DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method...Edward Cunningham
2016-02-16DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method to supp...Edward Cunningham
2016-01-07Internal components still need filename access.Jeff Sharkey
2016-01-06Discourage use of "_data" column.Jeff Sharkey
2015-07-29Always return content Uri for downloads.Jeff Sharkey
2015-06-11Document that DownloadManager supports HTTPS.Alex Klyubin
2013-11-04Docfixes for DownloadManager.John Spurlock
2013-10-02Docs change: annotate media intent actions.Jeff Sharkey
2013-09-23Allow saving to Downloads.Jeff Sharkey
2013-03-25Handle external storage errors uniformly.Jeff Sharkey
2013-01-17Define failed connections column, and reset.Jeff Sharkey
2013-01-03Handle nested folder caseRoger Chen
2012-09-25Update references to migrated global settings.Jeff Brown