Skip to content

0.6.0

Compare
Choose a tag to compare
@anggrayudi anggrayudi released this 20 May 09:06
· 138 commits to master since this release

Features

  • Updated to AGP 4.2.1 and Kotlin 1.5
  • ActivityResultLauncher integration (issue #17)
  • Use classic file merging (issue #26)

Breaking Changes

  • DocumentFile.getAbsolutePath() and DocumentFile.getBasePath() now require Context (to fix issue #27)
  • Renamed "cancelled" to "canceled".
  • Replaced onConflict() callback to onParentConflict() and onContentConflict()
  • Refactored PermissionRequest to ActivityPermissionRequest and FragmentPermissionRequest

Fixes

  • DocumentFile.getAbsolutePath() and DocumentFile.getBasePath() return empty String (issue #27)