summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE Enable stricter SQLiteQueryBuilder options.Jeff Sharkey2019-09-111-81/+106
|\
| * RESTRICT AUTOMERGE Enable stricter SQLiteQueryBuilder options.Jeff Sharkey2019-09-101-81/+106
* | Ensure files get mediascanned after the download is completed.Sudheer Shanka2019-08-131-43/+56
|/
* Trigger mediascan after a download is completed.Sudheer Shanka2019-07-311-0/+5
* Don't use linked mediastore uris in DownloadProvider operations.Sudheer Shanka2019-05-211-133/+34
* Update behavior of setDestinationInExternalPublicDir().Sudheer Shanka2019-05-091-83/+40
* Don't log when checking if a filepath belongs to certain dirs.Sudheer Shanka2019-05-061-1/+6
* Merge "Update API impl of allowScanningByMediaScanner/setVisibleInDownloadsUi...TreeHugger Robot2019-05-011-7/+41
|\
| * Update API impl of allowScanningByMediaScanner/setVisibleInDownloadsUi.Sudheer Shanka2019-04-301-7/+41
* | Merge "Skip restrictions if DownloadProvider itself is trying to add a downlo...Sudheer Shanka2019-04-301-1/+3
|\ \ | |/ |/|
| * Skip restrictions if DownloadProvider itself is trying to add a download.Sudheer Shanka2019-04-301-1/+3
* | Make downloads deletion on owner uninstall consistent.Sudheer Shanka2019-04-281-18/+82
|/
* Update behavior of some DownloadManager APIs.Sudheer Shanka2019-04-231-128/+176
* Don't canonicalize app paths in system.Jeff Sharkey2019-03-131-8/+4
* Canonicalize filepaths before saving to db.Sudheer Shanka2019-03-021-9/+31
* Don't ignore COLUMN_MEDIA_SCANNED values from caller.Sudheer Shanka2019-01-291-17/+37
* Update DownloadStorageProvider to include MediaStore.Downloads.Sudheer Shanka2019-01-281-0/+17
* Merge "Query MediaProvider for possibly stale columns in DownloadProvider."Sudheer Shanka2019-01-221-13/+132
|\
| * Query MediaProvider for possibly stale columns in DownloadProvider.Sudheer Shanka2019-01-071-13/+132
* | Use "sys.isolated_storage_snapshot" prop to check for the feature.Sudheer Shanka2019-01-171-1/+1
|/
* Fix NPE in DownloadProvider.Sudheer Shanka2019-01-071-2/+2
* Add DownloadProvider entries to MediaStore Downloads collection.Sudheer Shanka2019-01-061-27/+217
* Update DownloadProvider to handle paths inside app sandboxes.Sudheer Shanka2018-11-161-20/+99
* Remove references to DefaultContainerService.Sudheer Shanka2018-11-131-17/+1
* Move back to SQLiteQueryBuilder for backports.Jeff Sharkey2018-07-251-20/+31
* Revert SQLiteQueryBuilder for now.Jeff Sharkey2018-07-191-7/+7
* All untrusted selections must go through builder.Jeff Sharkey2018-07-161-106/+81
* Remove "public" download feature.Jeff Sharkey2018-07-091-12/+2
* Close idle connections to release RAMFyodor Kupolov2017-09-051-0/+3
* Allocate space using new StorageManager API.Jeff Sharkey2017-07-151-8/+3
* Keep shared downloads when apps are uninstalled.Jeff Sharkey2017-04-181-2/+3
* Deleting downloads for removed uids on downloadprovider startSuprabh Shukla2017-03-071-10/+45
* Only send DOWNLOAD_COMPLETE broadcast once.Jeff Sharkey2016-10-141-10/+25
* Merge commit '010fc1856c23d5a15a6e42e334b0fdc7986f7f30' into manual_merge_010...Jeff Sharkey2016-09-171-0/+44
|\
| * Merge commit '010fc1856c23d5a15a6e42e334b0fdc7986f7f30' into manual_merge_010...Jeff Sharkey2016-09-161-0/+44
| |\
| | * Merge commit '40238b9a601d58d2b4f88da7b14823e8c0340bc6' into manual_merge_402...Jeff Sharkey2016-09-161-0/+44
| | |\
| | | * Enforce calling identity before clearing. am: 7c1af8c62c am: 47dcd095ea am: 5...Jeff Sharkey2016-09-161-0/+44
| | | |\
| | | | * Enforce calling identity before clearing. am: 7c1af8c62c am: 47dcd095ea am: 5...Jeff Sharkey2016-09-161-0/+44
| | | | |\
| | | | | * Enforce calling identity before clearing.Jeff Sharkey2016-09-161-0/+44
| * | | | | DO NOT MERGE. Send "completed" broadcast if download cancelled.Jeff Sharkey2016-08-311-10/+17
| |\ \ \ \ \
| | * | | | | DO NOT MERGE. Send "completed" broadcast if download cancelled.Jeff Sharkey2016-08-311-10/+17
| | |/ / / /
| * / / / / DO NOT MERGE. Update notifications when deleting downloads.Jeff Sharkey2016-08-311-0/+6
| |/ / / /
* | | | | Revert "Enforce calling identity before clearing." am: b440ceb00f am: 6777320...Adam Seaton2016-08-261-13/+0
|\| | | |
| * | | | Revert "Enforce calling identity before clearing." am: b440ceb00f am: 6777320...Adam Seaton2016-08-261-13/+0
| |\| | |
| | * | | Revert "Enforce calling identity before clearing." am: b440ceb00f am: 6777320...Adam Seaton2016-08-261-13/+0
| | |\| |
| | | * | Revert "Enforce calling identity before clearing." am: b440ceb00f am: 6777320...Adam Seaton2016-08-261-13/+0
| | | |\|
| | | | * Revert "Enforce calling identity before clearing."Adam Seaton2016-08-261-13/+0
* | | | | Merge "Send "completed" broadcast if download cancelled."TreeHugger Robot2016-08-231-10/+17
|\ \ \ \ \
| * | | | | Send "completed" broadcast if download cancelled.Jeff Sharkey2016-08-231-10/+17
* | | | | | Update notifications when deleting downloads.Jeff Sharkey2016-08-231-0/+6
|/ / / / /