0.6.0
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()
andDocumentFile.getBasePath()
now requireContext
(to fix issue #27)- Renamed "cancelled" to "canceled".
- Replaced
onConflict()
callback toonParentConflict()
andonContentConflict()
- Refactored
PermissionRequest
toActivityPermissionRequest
andFragmentPermissionRequest
Fixes
DocumentFile.getAbsolutePath()
andDocumentFile.getBasePath()
return emptyString
(issue #27)