summaryrefslogtreecommitdiff
path: root/core/java/android/provider/Downloads.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-05-21Don't use linked mediastore uris in DownloadProvider operations.Sudheer Shanka
2019-04-23Update behavior of some DownloadManager APIs.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-05Add Downloads.Impl.COLUMN_MEDIASTORE_URI & DownloadColumns.Description.Sudheer Shanka
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2017-07-15Test if allocation supported; @removed clean up.Jeff Sharkey
2017-04-04Add legacy DownloadManager actions to SystemApi.Jeff Sharkey
2016-11-07Detect non-oneway calls leaving system_server.Jeff Sharkey
2016-04-24API changes for DownloadManager and JobScheduler.Jeff Sharkey
2016-01-17Doc fix.Steve McKay
2013-09-23Allow saving to Downloads.Jeff Sharkey
2013-01-17Define failed connections column, and reset.Jeff Sharkey
2012-04-18Add ALLOW_METERED column to DownloadManager.Jeff Sharkey
2012-04-13Mapping from DownloadManager status to string.Jeff Sharkey
2012-03-20Remove unused android.net.Downloads.Jeff Sharkey
2011-06-17Notify policy listeners about metered ifaces.Jeff Sharkey
2011-06-16DownloadManager flags for network policy.Jeff Sharkey
2011-02-10bug:3425749 send notification for completed downloadVasu Nori
2011-02-08bug:3435895 change a couple of retryable error constants to < 400Vasu Nori
2011-02-03am 9ec496b4: am e1cbd0a8: Revert "Merge "bug:3414192 new API to designate a d...Vasu Nori
2011-02-03Revert "Merge "bug:3414192 new API to designate a download to be OTA update" ...Vasu Nori
2011-02-02am 99e8e047: am 6bc710f7: Merge "bug:3414192 new API to designate a download ...Vasu Nori
2011-02-02bug:3414192 new API to designate a download to be OTA updateVasu Nori
2011-01-22bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori
2010-12-14bug:3264401 changes to support usage of new downloads dir in /dataVasu Nori
2010-12-01am 1de6ca69: am 938d0972: Merge "Grant ACCESS_ALL_DOWNLOADS to DefaultContain...Kenny Root
2010-12-01Grant ACCESS_ALL_DOWNLOADS to DefaultContainerServiceKenny Root
2010-11-22changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4Vasu Nori
2010-11-11add column to downloads table to store error msg when a download failsVasu Nori
2010-11-04add API to return Uri for the given downloaded file id & get mimetypeVasu Nori
2010-10-27make notifications appear during downloading AND after completionVasu Nori
2010-10-20remove duplicate codeVasu Nori
2010-10-13bug:3069735 in Download UI app, handle deletes correctlyVasu Nori
2010-09-29Have download manager give more details when downloads are pausedSteve Howard
2010-09-21Support for download manager "queue for wifi" dialogsSteve Howard
2010-09-20New error status for "destination file already exists".Steve Howard
2010-09-15Support new URI structure for download provider.Steve Howard
2010-09-12Support UI visibility and restarting in download manager.Steve Howard
2010-08-16New download manager error code when we can't resume.Steve Howard
2010-08-06Make downloads visible by default.Steve Howard
2010-07-23New permission for non-purgeable cache downloads.Steve Howard
2010-07-21Remove SEE_ALL_EXTERNAL permission from Download Manager.Steve Howard
2010-07-21DL manager support for broadcasts + connectivity controlSteve Howard
2010-07-15Interface support for custom HTTP headers in DL managerSteve Howard
2010-07-13Download manager support for file URIs + last modified timeSteve Howard
2010-02-05Add a new permission and remove createTitleFromFilename.Leon Scroggins
2010-01-26b/2383073 Add fine-grained status codes for failed downloads.Attila Bodis