summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/content/FileSystemProvider.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: "Hide" /Android/data|obb|sanbox/ on shared storageSergey Nikolaienkov2024-02-151-78/+88
* Block subdirs of Android for SAF and normalize the pathIvan Chiang2022-04-211-0/+6
* Fix FileSystemProvider open for external USB filesZim2021-03-101-3/+10
* Pass the media capabilities uid when opening mediaManish Singh2021-02-121-1/+20
* Update the database for file operations in FileSystemProviderIvan Chiang2020-11-231-43/+21
* Revoke the uri permission when the file is deletedIvan Chiang2020-08-251-0/+11
* Add manage mode workflow for ExternalStorageProviderAbhijeet Kaur2020-05-111-1/+40
* Fix NPE in FileSystemProvider.Martijn Coenen2020-03-111-1/+1
* Include pending media as well when deleting mediastore entries.Sudheer Shanka2020-02-241-18/+20
* Update FLAG_DIR_BLOCK_TREE to FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREEIvan Chiang2020-01-151-1/+1
* Block access to most Android/* directories.Jeff Sharkey2019-12-221-1/+18
* Shuffling to prepare for MediaProvider APEX.Jeff Sharkey2019-12-181-3/+3
* Allow providers block folders in ACTION_OPEN_DOCUMENT_TREEIvan Chiang2019-10-021-0/+10
* Allow files to be created under download dirs from MediaStore.Sudheer Shanka2019-05-131-11/+1
* Make DocumentCursor opt-out of having a self-observerAnton Hansson2019-05-031-14/+26
* Optimize FileSystemProvider.includeFileAnton Hansson2019-04-301-32/+49
* Use MediaStore.scanFile instead of manually inserting to MediaProvider.Sudheer Shanka2019-04-181-12/+1
* Renaming or moving files should initiate scan.Jeff Sharkey2019-04-141-27/+5
* Add new column into Root to get the supported query argsIvan Chiang2019-01-211-0/+10
* Surface tree statistics through metadata.Jeff Sharkey2018-12-111-4/+50
* Extend DocumentsContract search to accept mime typesIvan Chiang2018-11-141-6/+45
* Fix ExternalStorageProvider always throw exception when renameTony Huang2018-09-121-1/+1
* More robust MTP-to-MIME-type mappings.Jeff Sharkey2018-08-281-5/+1
* Unable to load BRs in SAF of FileSystemProviderBill Lin2018-08-231-2/+6
* Get mime type from getDocumentType instead of from file nameArthur Hung2018-06-071-24/+15
* Return to modifying raw /mnt/media_rw paths.Jeff Sharkey2018-05-011-4/+24
* Renaming a file causes it to be rescannedSean Stout2017-12-121-0/+1
* Merge "Add metadata support to MTP docs provider."TreeHugger Robot2017-08-021-8/+15
|\
| * Add metadata support to MTP docs provider.Steve McKay2017-08-021-9/+15
* | Remove PDF Thumbnail functionalityJulian Mancini2017-08-011-12/+1
|/
* Merge "Remove "tags" arg from getDocumentMetadata."TreeHugger Robot2017-07-281-2/+2
|\
| * Remove "tags" arg from getDocumentMetadata.Steve McKay2017-07-271-2/+2
* | Allow PDF Thumbnails off of Debuggable buildsJulian Mancini2017-07-271-2/+1
|/
* Move stream based EXIF support to DocsProviderSteve McKay2017-07-211-19/+32
* Add provider support for metadata extractionJulian Mancini2017-07-191-0/+35
* Add provider level support for PDF ThumbnailsJulian Mancini2017-07-141-1/+14
* Clear calling id before updating MediaStore.Garfield Tan2017-06-301-35/+54
* Add a null check for visibleFile.Garfield Tan2017-04-191-10/+19
* Add special URI to MediaStore for directories.Garfield Tan2017-03-211-2/+18
* Update path in MediaStore when moving/renaming a file/folder.Garfield Tan2017-03-151-23/+41
* Strip out some logics from ESP to FSP that DSP can use.Garfield Tan2017-02-241-0/+487