Skip to content

1.0.2

Choose a tag to compare

@ItzNotABug ItzNotABug released this 07 Feb 17:18
· 66 commits to master since this release

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 DocumentFileCompats.

Other changes:

  • Removed extension functions on Collection<DocumentFileCompat>.
    You can use DocumentFileCompat.listFiles() & perform relevant actions on the List.