summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/DownloadManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not loop forever.Leon Scroggins2010-12-131-1/+1
* changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4Vasu Nori2010-11-221-0/+6
* return file uri from downloadmanager instead of content uri for public downloadsVasu Nori2010-11-161-6/+38
* another bug introduced by some previous refactoring CLVasu Nori2010-11-151-1/+1
* map _data column to local_filename column. bug:3197501Vasu Nori2010-11-151-1/+1
* remove unnecessary code from DownloadManagerVasu Nori2010-11-121-173/+31
* address couple of review commentsVasu Nori2010-11-051-3/+15
* add API to return Uri for the given downloaded file id & get mimetypeVasu Nori2010-11-041-4/+82
* add NOTIFICATION_CLICK_ constants to DownloadManagerVasu Nori2010-11-011-0/+8
* make notifications appear during downloading AND after completionVasu Nori2010-10-271-7/+48
* remove duplicate codeVasu Nori2010-10-201-55/+55
* resolved conflicts for merge of c6bf3eaa to masterKenny Root2010-10-151-1/+34
|\
| * bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-1/+34
* | am a23964f9: am b8f7a483: Merge "bug:3082865 don\'t use IN to construct sql t...Vasu Nori2010-10-111-16/+11
|\ \ | |/
| * bug:3082865 don't use IN to construct sql to delete downloadsVasu Nori2010-10-101-16/+11
* | resolved conflicts for merge of 7c08b70c to masterJean-Baptiste Queru2010-10-101-25/+65
|\ \ | |/
| * Update DownloadManager API to support bulk actions.Steve Howard2010-10-081-25/+65
* | add a local filename column to download queriesDoug Zongker2010-10-101-1/+10
* | am e468a4bc: am 751b4731: Merge "A few additions to the download manager publ...Steve Howard2010-10-011-3/+9
|\ \ | |/
| * A few additions to the download manager public API documentationSteve Howard2010-09-301-3/+9
* | am efb8b427: am 4ba2817c: Merge "Avoid NPE when viewing failed legacy downloa...Steve Howard2010-09-301-1/+5
|\ \ | |/
| * Avoid NPE when viewing failed legacy download with no local pathSteve Howard2010-09-301-1/+5
* | resolved conflicts for merge of 538c3fa3 to masterSteve Howard2010-09-301-25/+85
|\ \ | |/
| * Have download manager give more details when downloads are pausedSteve Howard2010-09-291-25/+85
| * Move DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-271-0/+997
* Manual merge: Move DownloadManager to android.appSteve Howard2010-09-281-0/+997