Releases: SayantanRC/FileX
Releases · SayantanRC/FileX
alpha-6
- Added a
setTraditional()method inFileXInit - Added
readLines()andforEachLine()in FileX
alpha-5
- Add Apache 2.0 license.
- Added anchors to sections in
README - Added instructions to use AAR file in
README - Add
READMEsection to for requesting read-write access. This was already present in code but not documented. FileXInit.isUserPermissionGranted()returns false if global root directory is deleted and replaced with a file of same name.- Fix
onResult()not being called if user denied read-write permissions or denied selecting a root directory.
alpha-4
Changes:
renameTo()can now be used in Android M and below. UsescopyRecursively()to copy files and then delete them.- Added build instructions.
- Added
startWriting()method. Check the README section https://github.com/SayantanRC/FileX#easy-writing-to-files
alpha-3
Add copyTo() and copyRecursively().
Better detection of volume path on Android L, M (useful to find canonicalPath)
Many other changes.
alpha-2
Alpha 2
alpha-1
Alpha for personal testing.