summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadStorageProvider.java
Commit message (Expand)AuthorAgeFilesLines
* 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