Releases: K1rakishou/Fuck-Storage-Access-Framework
Alpha build v1.0-39
Ensure correct order of directories and files when listing all files in a directory (directories should come first with their inner files afterwards). This potentially could break everything in some cases where f file would come before a directory and that directory wouldn't exist. So we would check whether a file exists (for example) but since it's parent directory does not exist SAF would throw an exception with a really not obvious message. This should be fixed now.
Alpha build v1.0-38
Another fix isChildOfDirectory this time when the same but for comparing ExternalFiles
Alpha build v1.0-37
Fix for isChildOfDirectory() when comparing RawFiles
Alpha build v1.0-36
Make FSAFUtils non-internal, only leave internal some specific methods
Alpha build v1.0-35
Add @JvmStatic annotation for splitIntoSegments()
Alpha build v1.0-34
Implement flattenSegments()
Alpha build v1.0-33
Fixes for SnapshotFileManager
Now when creating or deleting a file via SnapshotFileManager the FastFileSearchTree will also be updated
Alpha build v1.0-32
Fix for clone() method
Alpha build v1.0-31
Use segments from the input AbstractFile (which in most cases should be empty but sometimes may not be empty) in create() method without the segments parameter
Alpha build v1.0-30
Add an overloaded create() method for file managers, add virtual files checks and add a test