summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadStorageProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Delegate deletion of mediaprovider downloads to FileSystemProvider.Sudheer Shanka2019-06-131-10/+2
* Merge "Don't use linked mediastore uris in DownloadProvider operations." into...Sudheer Shanka2019-05-221-55/+44
|\
| * Don't use linked mediastore uris in DownloadProvider operations.Sudheer Shanka2019-05-211-55/+44
* | Update DownloadStorageProvider for trailing '/' in RELATIVE_PATHshafik2019-05-211-2/+2
|/
* Allow files to be created under download dirs from MediaStore.Sudheer Shanka2019-05-131-3/+8
* Remove logic of including downloads dirs in pkg sandboxes.Sudheer Shanka2019-04-181-49/+29
* Merge "Update DownloadStorageProvider to use MediaStore.DownloadColumns." int...Sudheer Shanka2019-04-181-54/+111
|\
| * Update DownloadStorageProvider to use MediaStore.DownloadColumns.Sudheer Shanka2019-04-171-54/+111
* | Exclude media files in queryRecentDocumentsIvan Chiang2019-04-161-3/+9
|/
* Remove an obsolete todo.Sudheer Shanka2019-04-121-3/+1
* Fix DownloadStorageProvider watching files in known download dirs.Sudheer Shanka2019-02-281-14/+4
* Treat download entries with null mimeType as directories.Sudheer Shanka2019-02-211-2/+7
* Ensure DownloadStorageProvider is only reading from Files table.Sudheer Shanka2019-02-151-25/+26
* Fix NPE in DownloadStorageProvider.Sudheer Shanka2019-02-081-8/+5
* Fix NPE in DownloadStorageProvider.Sudheer Shanka2019-01-301-2/+2
* Allow renaming of downloads from MediaProvider.Sudheer Shanka2019-01-291-6/+42
* Update DownloadStorageProvider to include MediaStore.Downloads.Sudheer Shanka2019-01-281-83/+409
* Add new column in Root's cursor to get the supported query argsIvan Chiang2019-01-211-1/+2
* Don't duplicate media files in querySearchDocumentsIvan Chiang2018-12-101-8/+36
* Fix can't see download files in recent root in DocumentsUIIvan Chiang2018-11-281-6/+29
* Extend DocumentsContract search to accept mime typesIvan Chiang2018-11-141-8/+22
* Return underlying MIME type of download.Jeff Sharkey2018-03-271-0/+17
* Remove PDF Thumbnail support from DownloadStorageProviderJulian Mancini2017-08-021-1/+1
* Give root directory a name: Downloads :)Steve McKay2017-07-271-0/+3
* Merge "Mark images in Downloads as supporting metadata."TreeHugger Robot2017-07-261-0/+4
|\
| * Mark images in Downloads as supporting metadata.Steve McKay2017-07-251-0/+4
* | Merge "Move the null check before assigning parentId to root doc ID."TreeHugger Robot2017-07-211-3/+5
|\ \ | |/ |/|
| * Move the null check before assigning parentId to root doc ID.Garfield Tan2017-07-211-3/+5
* | Merge "Allow pdf thumbnail in downloads root by removing an override"Jeff Sharkey2017-07-191-8/+0
|\ \
| * | Allow pdf thumbnail in downloads root by removing an overrideJulian Mancini2017-07-191-8/+0
| |/
* / Allow DownloadStorageProvider to display PDF ThumbnailsJulian Mancini2017-07-191-1/+1
|/
* Add FLAG_SUPPORTS_IS_CHILD to DownloadStorageProvider.Ben Lin2017-05-251-1/+2
* Check for Downloads dir's existence and create it if it doesn't exist.Ben Lin2017-03-311-2/+5
* Add findDocumentPath support to DownloadStorageProvider.Garfield Tan2017-03-161-0/+17
* Add rawDocumentsUri handling to TrampolineActivity.Ben Lin2017-03-101-17/+11
* Incorporating FileSystemProvider logic into DownloadStorageProvider.Ben Lin2017-02-241-89/+198
* Remove support for archives from DownloadsProvider.Tomasz Mikolajewski2016-09-281-28/+0
* Listen to file changes on Downloads dir.Steve McKay2016-09-061-25/+112
* Be paranoid when checking localFilePath.Steve McKay2016-08-081-1/+1
* Check that file exists in disk in queryChildDocsJorge Gil2016-08-041-2/+12
* Enable search for Downloads.Ben Lin2016-05-101-2/+24
* Add ability to rename a downloaded file.Ben Lin2016-04-291-1/+20
* Mark incomplete downloads as partial.Steve McKay2016-03-151-1/+3
* Always return FLAG_ARCHIVE for archives in DownloadProvider.Tomasz Mikolajewski2016-02-021-7/+6
* Merge "Assign a null timestamp to active downloads."Ben Kwa2016-01-091-1/+5
|\
| * Assign a null timestamp to active downloads.Ben Kwa2016-01-081-1/+5
* | Request access to the filename column.Jeff Sharkey2016-01-071-0/+1
|/
* Wire zip archives to Downloads.Tomasz Mikolajewski2015-12-251-6/+39
* Sanitize display names, keep extensions intact.Ben Kwa2015-04-221-8/+4
* Fix internationalization of percentage formatting in DownloadProvider.Elliott Hughes2014-10-101-1/+3