summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Always update notifications, media scanner.Jeff Sharkey2013-10-041-16/+5
* Allow all downloads to be writable.Jeff Sharkey2013-10-011-19/+3
* Revoke grants when downloads are deleted.Jeff Sharkey2013-09-261-0/+13
* Allow saving to Downloads.Jeff Sharkey2013-09-231-9/+46
* Restore the appropriate SELinux context to the downloads dir.Geremy Condra2013-04-041-2/+7
* Dump recent downloads from provider.Jeff Sharkey2013-01-301-1/+41
* Better handling of retryable errors.Jeff Sharkey2013-01-171-1/+1
* Remove singleton StorageManager.Jeff Sharkey2013-01-051-1/+1
* Rewrite of download notifications.Jeff Sharkey2012-11-091-8/+3
* Report MIME type for individual downloads.Jeff Sharkey2012-04-191-5/+8
* Add and enforce ALLOW_METERED column.Jeff Sharkey2012-04-171-1/+8
* View file downloads through DownloadsProvider.Jeff Sharkey2012-04-171-4/+26
* Use UID instead of PID.Jeff Sharkey2011-11-111-1/+1
* Check canonical path when download requested.Jeff Sharkey2011-10-121-4/+10
* Eliminate single-process mode.Jeff Brown2011-07-081-2/+1
* Allow VISIBLE_NOTIFY_COMPLETED on Request.Jeff Sharkey2011-04-131-4/+8
* bug:3513950 fix the commentsVasu Nori2011-03-071-6/+6
* bug:3425749 if adding completed download to db, send completion notifVasu Nori2011-02-101-8/+27
* am 6e9abd8e: am d119d3cb: Revert "bug:3414192 if otaupdate column is set, don...Vasu Nori2011-02-031-10/+0
|\
| * Revert "bug:3414192 if otaupdate column is set, don't check mobile download l...Vasu Nori2011-02-031-10/+0
* | am 49663f1f: am f20af912: Revert "Merge "bug:3341145 if ignore_size_limits fl...Vasu Nori2011-02-031-9/+5
|\|
| * Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's ...Vasu Nori2011-02-031-9/+5
* | am afefa43d: am cac5bbb5: Revert "bug:3420722"Vasu Nori2011-02-031-1/+0
|\|
| * Revert "bug:3420722"Vasu Nori2011-02-031-1/+0
* | resolved conflicts for merge of 73642748 to masterVasu Nori2011-02-031-1/+1
|\|
| * bug:3420722Vasu Nori2011-02-031-0/+1
* | resolved conflicts for merge of 43d649e9 to masterVasu Nori2011-02-021-5/+9
|\|
| * bug:3341145 if ignore_size_limits flag set, validate caller's permsVasu Nori2011-02-021-5/+9
* | Check for null before accessing pckg.Leon Scroggins2011-02-021-1/+1
* | am 8db8fba2: am ea245800: bug:3414192 if otaupdate column is set, don\'t chec...Vasu Nori2011-02-011-0/+10
|\|
| * bug:3414192 if otaupdate column is set, don't check mobile download limitsVasu Nori2011-02-011-0/+10
* | bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-211-10/+56
|/
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-1/+5
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-2/+10
* am 5c29cce0: am e1823c84: Don\'t filter by UID for apps with ACCESS_ALL_DOWNL...Kenny Root2010-12-011-1/+3
|\
| * Don't filter by UID for apps with ACCESS_ALL_DOWNLOADSKenny Root2010-12-011-1/+3
* | provider changes due to CL: Ief1693785f0484c1b434fb41a68693f9aff96492Vasu Nori2010-11-121-2/+6
* | when a download fails, store the error msg in dbVasu Nori2010-11-111-1/+5
* | allow the column "scanned" from DownloadManager. bug:3169437Vasu Nori2010-11-051-0/+1
* | changes to support CL: I1f5dd734e394db0056579a3a0c26862fee27981eVasu Nori2010-11-041-1/+22
* | remove usage of hidden public constants.Vasu Nori2010-10-201-4/+0
* | am 3e759e21: am a53c21ed: fix broken build bug:3095237Vasu Nori2010-10-151-3/+1
|\|
| * fix broken build bug:3095237Vasu Nori2010-10-131-3/+1
* | am 57c4e918: am e00c3120: bug:3069735 in Download UI app, handle deletes corr...Vasu Nori2010-10-151-2/+23
|\|
| * bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-2/+23
* | am 1f262cf3: am cd990514: Merge "Make DownloadProvider use parameterized quer...Steve Howard2010-10-101-39/+57
|\|
| * Make DownloadProvider use parameterized queries.Steve Howard2010-10-081-39/+57
* | am 42469fa4: am 5d81e244: Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-10-011-1/+2
|\|
| * Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-09-301-1/+2
* | am 04d70252: am 36f06f4c: Merge "DB migration to eliminate some null fields i...Steve Howard2010-09-231-1/+28
|\|