summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadStorageProvider.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Scan after writing download files.Jeff Sharkey2014-08-051-1/+1
* No directories in Downloads.Jeff Sharkey2013-10-101-0/+4
* Ensure Downloads directory exists before create.Jeff Sharkey2013-10-041-0/+1
* Allow all downloads to be writable.Jeff Sharkey2013-10-011-8/+3
* Follow API changes.Jeff Sharkey2013-09-271-4/+2
* Revoke grants when downloads are deleted.Jeff Sharkey2013-09-261-0/+7
* Allow saving to Downloads.Jeff Sharkey2013-09-231-7/+80
* Omit duplicate images, query for management UI.Jeff Sharkey2013-09-101-4/+38
* Hint sorting, remove XML, follow refactor.Jeff Sharkey2013-09-091-15/+16
* Extend trampoline to show dialogs.Jeff Sharkey2013-09-061-13/+17
* Relay content change notifications to documents.Jeff Sharkey2013-09-051-0/+7
* Remove content flags to indicate */* support.Jeff Sharkey2013-09-021-3/+1
* New recent documents behavior.Jeff Sharkey2013-09-021-1/+23
* Follow refactoring of DocumentsContract.Jeff Sharkey2013-08-311-34/+44
* Follow stronger DocumentsProvider contract.Jeff Sharkey2013-08-281-193/+95
* Trampoline APK installation to use raw file.Jeff Sharkey2013-08-191-1/+1
* Clear identity when deleting downloads.Jeff Sharkey2013-08-181-1/+6
* Support custom documents query projections.Jeff Sharkey2013-08-171-65/+54
* Delegate to documents UI; improve contents.Jeff Sharkey2013-08-151-46/+75
* First pass at Downloads storage provider.Jeff Sharkey2013-08-071-0/+302