summaryrefslogtreecommitdiff
path: root/packages/ExternalStorageProvider/src
AgeCommit message (Expand)Author
2025-03-21Remove extra revokeUriPermission call in FileSystemProvider Ivan Chiang
2024-09-09Restrict access to directories Dipankar Bhardwaj
2023-09-28"Hide" /Android/data|obb|sanbox/ on shared storage Sergey Nikolaienkov
2022-04-21Block subdirs of Android for SAF and normalize the path Ivan Chiang
2022-01-14Disable eject button for StubVolumes Youkichi Hosoi
2021-11-25Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE} Youkichi Hosoi
2021-03-29Runtime permission attribution improvements Svet Ganov
2020-12-04Block SAF directory access to /sdcard/Android Zim
2020-08-25Revoke the uri permission when the file is deleted Ivan Chiang
2020-06-11Merge "Remove getFreeBytes() to fasten queryRoots call." into rvc-dev TreeHugger Robot
2020-06-10Remove getFreeBytes() to fasten queryRoots call. Abhijeet Kaur
2020-06-09Use visiblePath instead of path for findDocumentPath Diksha Gohlyan
2020-05-11Add manage mode workflow for ExternalStorageProvider Abhijeet Kaur
2020-05-02Merge "Update ExternalStorageProvider volumes with StorageEventListener" into... Zimuzo Ezeozue
2020-05-01Update ExternalStorageProvider volumes with StorageEventListener Zim
2020-04-29Use visible path for search documents Diksha Gohlyan
2020-04-23Prefer visiblePath if available Diksha Gohlyan
2020-02-07Remove legacy code for Home root Ivan Chiang
2020-02-01Merge "Allow access to all USB directories through SAF." Stephen Hughes
2020-01-15Allow access to all USB directories through SAF. Stephen Hughes
2020-01-08Fix volumes registered in ExternalStorageProvider Zim
2019-12-19Move MediaStore.java inside APEX boundary. Jeff Sharkey
2019-11-26Parse relative path from docId Ivan Chiang
2019-11-12Fix multi-user and multi-storage with FUSE Zim
2019-10-29Note with featureId from ContentProvider Philip P. Moltmann
2019-10-02Allow providers block folders in ACTION_OPEN_DOCUMENT_TREE Ivan Chiang
2019-05-29Fix getMediaUri() bug on secondary devices. Jeff Sharkey
2019-01-21Add new column into Root to get the supported query args Ivan Chiang
2018-12-18Add StorageVolume#createOpenDocumentTreeIntent Amin Shaikh
2018-12-05Merge "Hide eject icon of removable media when it's emulated volume" am: 7f65... Jeff Sharkey
2018-11-29Hide eject icon of removable media when it's emulated volume Takamasa Kuramitsu
2018-11-14Extend DocumentsContract search to accept mime types Ivan Chiang
2018-11-13Merge "Introducing StubVolume in StorageManager" am: b499af866c am: eb871cc916 Risan
2018-11-08Introducing StubVolume in StorageManager Risan
2018-10-24Reroute Uri conversions though MediaProvider. Jeff Sharkey
2018-09-05Frameworks: Annotate trivial @GuardedBy in packages Andreas Gampe
2018-05-01Return to modifying raw /mnt/media_rw paths. Jeff Sharkey
2018-01-04Enforce file transfer restrictions for shell. Jeff Sharkey
2017-05-09Use "real" free space; refresh on large changes. Jeff Sharkey
2017-04-02We really want f_frsize and f_bavail. Jeff Sharkey
2017-03-23Unhide FLAG_SUPPORT_EJECT and related methods. Garfield Tan
2017-03-02Address comments from API council. Garfield Tan
2017-02-24Strip out some logics from ESP to FSP that DSP can use. Garfield Tan
2017-01-12Merge "Add structured sort data to ContentResolver.query." TreeHugger Robot
2017-01-11Add structured sort data to ContentResolver.query. Steve McKay
2017-01-09Check visible paths as well when generate docId from file system path. Garfield Tan
2016-11-10Add internal support to convert a file system path to document URI. Garfield Tan
2016-11-01Iteration on findDocumentPath() API. Garfield Tan
2016-10-31Public volumes belong to a single user. Jeff Sharkey
2016-10-14Iteration on findPath API. Garfield Tan