Skip to content

Releases: SayantanRC/FileX

alpha-6

24 Mar 23:56
Compare
Choose a tag to compare
alpha-6 Pre-release
Pre-release
  1. Added a setTraditional() method in FileXInit
  2. Added readLines() and forEachLine() in FileX

alpha-5

14 Mar 06:30
Compare
Choose a tag to compare
alpha-5 Pre-release
Pre-release
  1. Add Apache 2.0 license.
  2. Added anchors to sections in README
  3. Added instructions to use AAR file in README
  4. Add README section to for requesting read-write access. This was already present in code but not documented.
  5. FileXInit.isUserPermissionGranted() returns false if global root directory is deleted and replaced with a file of same name.
  6. Fix onResult() not being called if user denied read-write permissions or denied selecting a root directory.

alpha-4

13 Mar 05:19
Compare
Choose a tag to compare
alpha-4 Pre-release
Pre-release

Changes:

  1. renameTo() can now be used in Android M and below. Uses copyRecursively() to copy files and then delete them.
  2. Added build instructions.
  3. Added startWriting() method. Check the README section https://github.com/SayantanRC/FileX#easy-writing-to-files

alpha-3

08 Mar 04:41
Compare
Choose a tag to compare
alpha-3 Pre-release
Pre-release

Add copyTo() and copyRecursively().
Better detection of volume path on Android L, M (useful to find canonicalPath)
Many other changes.

alpha-2

23 Jan 13:22
Compare
Choose a tag to compare
alpha-2 Pre-release
Pre-release

Alpha 2

alpha-1

20 Jan 12:31
Compare
Choose a tag to compare
alpha-1 Pre-release
Pre-release

Alpha for personal testing.