Skip to content

0.8.1

Compare
Choose a tag to compare
@anggrayudi anggrayudi released this 21 Jun 10:06
· 112 commits to master since this release

Features

  • Added DocumentFile.child() extension function, so folder.findFile("Music").findFile("Favorites").findFile("Song.mp3") can be simplified to folder.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.