summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Enforce calling identity before clearing.Jeff Sharkey2016-11-151-0/+44
* Use resolved path for both checking and opening.Jeff Sharkey2016-02-261-2/+8
* Whoops, clear identity to get internal columns.Jeff Sharkey2014-08-051-1/+11
* Scan after writing download files.Jeff Sharkey2014-08-051-18/+41
* am f04a7690: am 90e7485d: am 02562d30: Merge "Avoid leaking cursors"Jeff Sharkey2014-05-101-20/+30
|\
| * Avoid leaking cursorsMattias Nilsson2014-04-011-20/+30
* | resolved conflicts for merge of 2ca55fd3 to masterNick Kralevich2014-03-141-6/+0
|\|
| * Drop restorecon call from DownloadProvider.Stephen Smalley2014-03-121-6/+0
* | Add idle service to clean orphan downloads.Jeff Sharkey2014-02-061-1/+3
* | Many improvements to download storage management.Jeff Sharkey2014-02-061-10/+9
* | Revert "change download provider to use system log"Doug Zongker2014-01-271-26/+26
* | change download provider to use system logDoug Zongker2014-01-271-26/+26
|/
* 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