SimpleStorage icon indicating copy to clipboard operation
SimpleStorage copied to clipboard

💾 Simplify Android Storage Access Framework for file management across API levels.

Results 19 SimpleStorage issues
Sort by recently updated
recently updated
newest added

Unzip without onconflict() callback, which will cause the target folder to produce a few duplicate files

enhancement

Library version: 1.0.0+ OS version: Android 11 & 12 Device model: OnePlus6 & Pixel 6 **Describe the bug** In debugging this issue https://github.com/advplyr/audiobookshelf-app/issues/292 I found that starting at release v1.0.0...

enhancement

Library version: 1.4.1 OS version: [Android 12] Device model: [Pixel 3] **Describe the bug** I'm trying to move the public Downloads folder to the app's external storage, and files move...

Is it possible to make the query parametric? Or is there a solution to add more than one mimeType? mediaStore.getMediaFromMimeType(mediaType, "image/png") If I only want to find png and jpeg...

hi MANAGE_EXTERNAL_STORAGE is , i think depricated in android 33 and this is dangerous permission did u use SAF or mediquery to get list of files like pdf text etc...

Library version: 1.5.5 OS version: [Android 13] Device model: [Samsung a33x] An issue identical to #93 is happening randomly in my development phone (but from published app). **To Reproduce** Not...

I noticed that there are some storage IDs that don't match the format `ABCD-1234`. For example, a USB drive with NTFS has a storage ID format consisting of a 16-digit...

Library version: 1.5.5 OS version: [Android 11] Device model: Android Emulator **Describe the bug** When the application has obtained the MANAGE_EXTERNAL_STORAGE permission, use SimpleStorage.hasStorageAccess(context, [dataPath.absolutePath]) to judge that Android/data is...

Library version: 0.x.x OS version: [Android 12] Device model: [Samsung S20] When copying or moving hidden files, it throws security exception. > java.lang.SecurityException: com.android.externalstorage has no access to content://media/external _primary/file/1000008384...

bug
unreproducible

Removed passing the `mimeType` to `makeFile()` for files when copying with `DocumentFile.copyFolderTo()`, which is why the extension of the copied files changed (because in system file`MimeTypeMap.java` by this `mimeType` has...