Skip to content

Releases: ItzNotABug/DocumentFileCompat

1.6

Choose a tag to compare

@ItzNotABug ItzNotABug released this 13 May 08:01
95492cc

What's Changed

Full Changelog: 1.5...1.6

1.5

1.5

Choose a tag to compare

@ItzNotABug ItzNotABug released this 18 Mar 07:37
45f16fd

What's Changed

Full Changelog: 1.3...1.5

1.3

1.3

Choose a tag to compare

@ItzNotABug ItzNotABug released this 07 Feb 14:08
019254d

What's Changed

Full Changelog: 1.2...1.3

1.2

1.2

Choose a tag to compare

@ItzNotABug ItzNotABug released this 08 Mar 05:01
d814b43

What's Changed


Full Changelog: 1.1...1.2.

1.1

1.1

Choose a tag to compare

@ItzNotABug ItzNotABug released this 22 Nov 10:12
0c06c97

What's Changed


Full Changelog: 1.0.9...1.1.

1.0.9

Choose a tag to compare

@ItzNotABug ItzNotABug released this 22 Nov 06:35
eed80c7

What's Changed


Full Changelog: 1.0.8...1.0.9.

1.0.8

Choose a tag to compare

@ItzNotABug ItzNotABug released this 14 Oct 08:25

Add support for parentFile. See #5.

Full Changelog: 1.0.7...1.0.8

1.0.7

Choose a tag to compare

@ItzNotABug ItzNotABug released this 03 May 19:32
  1. RawDocumentFile now only deletes the current file, previously it'd delete everything recursively via File.deleteRecursively.
  2. Make ResolverCompat an object for quick method access.
  3. Replace String with Uri in constructor. Similar to DocumentFile api.
  4. Rewrite document creation, listing and other required internal logic.

Commits: 7377303...3c69792

1.0.4

Choose a tag to compare

@ItzNotABug ItzNotABug released this 04 Apr 10:32
  • Dependency updates.
  • Fix wrong Uri returned issue.

1.0.2

Choose a tag to compare

@ItzNotABug ItzNotABug released this 07 Feb 17:18

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.