Skip to content

Releases: ItzNotABug/DocumentFileCompat

1.0.8

14 Oct 08:25
Compare
Choose a tag to compare

Add support for parentFile. See #5.

Full Changelog: 1.0.7...1.0.8

1.0.7

03 May 19:32
Compare
Choose a tag to compare
  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

04 Apr 10:32
Compare
Choose a tag to compare
  • Dependency updates.
  • Fix wrong Uri returned issue.

1.0.2

07 Feb 17:18
Compare
Choose a tag to compare

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.

0.10

15 Jan 14:36
Compare
Choose a tag to compare

Fixes a IllegalArgumentException: Invalid URI crash via ebef599.

0.91

08 Dec 18:26
Compare
Choose a tag to compare

Fixes a critical bug in ResolverCompat where in the correct document id was not passed when creating a TreeDocumentFileCompat.

0.9

08 Dec 17:46
Compare
Choose a tag to compare
0.9
  1. Fixes issue #3
  2. Other misc. improvements, documentation fixes.

0.8

15 Feb 19:02
Compare
Choose a tag to compare
0.8
version bump.

0.4

06 Dec 14:04
Compare
Choose a tag to compare
0.4

Fix SerializedFile not implementing Serializable.

0.1

06 Dec 09:46
Compare
Choose a tag to compare
0.1

Initial release to MavenCentral.