Releases: ItzNotABug/DocumentFileCompat
Releases · ItzNotABug/DocumentFileCompat
1.1
What's Changed
- Misc updates by @ItzNotABug in #13.
- Fix init crash if the underlying uri is no longer available or valid by @ItzNotABug in #14.
- Bump version by @ItzNotABug in #15.
Full Changelog: 1.0.9...1.1.
1.0.9
What's Changed
- Fix crash on
exists
check by @ItzNotABug in #11. - Ignore shell scripts by @ItzNotABug in #12.
Full Changelog: 1.0.8...1.0.9.
1.0.8
Add support for parentFile
. See #5.
Full Changelog: 1.0.7...1.0.8
1.0.7
RawDocumentFile
now only deletes the current file, previously it'd delete everything recursively viaFile.deleteRecursively
.- Make
ResolverCompat
an object for quick method access. - Replace
String
withUri
in constructor. Similar toDocumentFile
api. - Rewrite document creation, listing and other required internal logic.
Commits: 7377303...3c69792
1.0.4
- Dependency updates.
- Fix wrong
Uri
returned issue.
1.0.2
Added a DocumentFileCompat.count()
method to get the children count.
This is useful if you only want to check the count & do not require the created DocumentFileCompat
s.
Other changes:
- Removed extension functions on
Collection<DocumentFileCompat>
.
You can useDocumentFileCompat.listFiles()
& perform relevant actions on the List.
0.10
0.91
Fixes a critical bug in ResolverCompat
where in the correct document id was not passed when creating a TreeDocumentFileCompat
.
0.9
0.8
version bump.