0.8.1
Features
- Added
DocumentFile.child()
extension function, sofolder.findFile("Music").findFile("Favorites").findFile("Song.mp3")
can be simplified tofolder.child("Music/Favorites/Song.mp3")
- Ask the user to open system settings if the storage permission was disabled permanently.
Breaking Changes
DocumentFile.getProperties()
accepts a callback parameter.
Fixes
DocumentFileCompat.fromPublicFolder(DOWNLOADS)
causes infinity recursion when the storage access is not granted.