summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Downloads.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE. Retain DownloadManager Uri grants when clearing.Jeff Sharkey2017-03-131-0/+2
* Download: add to support pause/resume download by manualqqzhou2016-01-251-0/+5
* Allow saving to Downloads.Jeff Sharkey2013-09-231-0/+2
* Define failed connections column, and reset.Jeff Sharkey2013-01-171-0/+3
* Add ALLOW_METERED column to DownloadManager.Jeff Sharkey2012-04-181-4/+15
* Mapping from DownloadManager status to string.Jeff Sharkey2012-04-131-0/+31
* Remove unused android.net.Downloads.Jeff Sharkey2012-03-201-0/+16
* Notify policy listeners about metered ifaces.Jeff Sharkey2011-06-171-8/+8
* DownloadManager flags for network policy.Jeff Sharkey2011-06-161-0/+9
* bug:3425749 send notification for completed downloadVasu Nori2011-02-101-0/+11
* bug:3435895 change a couple of retryable error constants to < 400Vasu Nori2011-02-081-13/+13
* am 9ec496b4: am e1cbd0a8: Revert "Merge "bug:3414192 new API to designate a d...Vasu Nori2011-02-031-6/+0
|\
| * Revert "Merge "bug:3414192 new API to designate a download to be OTA update" ...Vasu Nori2011-02-031-6/+0
* | am 99e8e047: am 6bc710f7: Merge "bug:3414192 new API to designate a download ...Vasu Nori2011-02-021-0/+6
|\ \ | |/
| * bug:3414192 new API to designate a download to be OTA updateVasu Nori2011-02-021-0/+6
* | bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-221-0/+6
|/
* bug:3264401 changes to support usage of new downloads dir in /dataVasu Nori2010-12-141-0/+7
* am 1de6ca69: am 938d0972: Merge "Grant ACCESS_ALL_DOWNLOADS to DefaultContain...Kenny Root2010-12-011-1/+8
|\
| * Grant ACCESS_ALL_DOWNLOADS to DefaultContainerServiceKenny Root2010-12-011-1/+8
* | changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4Vasu Nori2010-11-221-0/+21
* | add column to downloads table to store error msg when a download failsVasu Nori2010-11-111-0/+7
* | add API to return Uri for the given downloaded file id & get mimetypeVasu Nori2010-11-041-0/+17
* | make notifications appear during downloading AND after completionVasu Nori2010-10-271-3/+5
* | remove duplicate codeVasu Nori2010-10-201-550/+0
|/
* bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-0/+26
* Have download manager give more details when downloads are pausedSteve Howard2010-09-291-37/+17
* Support for download manager "queue for wifi" dialogsSteve Howard2010-09-211-0/+8
* New error status for "destination file already exists".Steve Howard2010-09-201-1/+6
* Support new URI structure for download provider.Steve Howard2010-09-151-3/+10
* Support UI visibility and restarting in download manager.Steve Howard2010-09-121-0/+8
* New download manager error code when we can't resume.Steve Howard2010-08-161-0/+10
* Make downloads visible by default.Steve Howard2010-08-061-1/+7
* New permission for non-purgeable cache downloads.Steve Howard2010-07-231-0/+7
* Remove SEE_ALL_EXTERNAL permission from Download Manager.Steve Howard2010-07-211-8/+0
* DL manager support for broadcasts + connectivity controlSteve Howard2010-07-211-5/+24
* Interface support for custom HTTP headers in DL managerSteve Howard2010-07-151-0/+21
* Download manager support for file URIs + last modified timeSteve Howard2010-07-131-0/+6
* Add a new permission and remove createTitleFromFilename.Leon Scroggins2010-02-051-23/+8
* b/2383073 Add fine-grained status codes for failed downloads.Attila Bodis2010-01-261-0/+32
* Create a common method for updating the title of a download from the filename.Leon Scroggins2010-01-211-0/+27
* @hide the individual members instead of the whole classJean-Baptiste Queru2010-01-151-6/+73
* Remove the BaseColumns inheritanceJean-Baptiste Queru2010-01-151-1/+1
* Introduce a non-SDK class to hold the implementation detailsJean-Baptiste Queru2010-01-141-0/+489
* Fix 1855: Restore constants to pre-cupcake values.Jean-Baptiste Queru2009-02-061-11/+17
* Remove old (unused) download manager APIsJean-Baptiste Queru2009-02-021-23/+0
* Introduce new names for the download manager API fields.Jean-Baptiste Queru2009-01-211-23/+46
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-159/+62
* Initial ContributionThe Android Open Source Project2008-10-211-0/+604