Skip to content

Releases: K1rakishou/Fuck-Storage-Access-Framework

Alpha build v1.0-39

29 Feb 10:54
Compare
Choose a tag to compare
Alpha build v1.0-39 Pre-release
Pre-release

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

23 Feb 16:11
Compare
Choose a tag to compare
Alpha build v1.0-38 Pre-release
Pre-release

Another fix isChildOfDirectory this time when the same but for comparing ExternalFiles

Alpha build v1.0-37

23 Feb 15:54
Compare
Choose a tag to compare
Alpha build v1.0-37 Pre-release
Pre-release

Fix for isChildOfDirectory() when comparing RawFiles

Alpha build v1.0-36

23 Feb 12:11
Compare
Choose a tag to compare
Alpha build v1.0-36 Pre-release
Pre-release

Make FSAFUtils non-internal, only leave internal some specific methods

Alpha build v1.0-35

23 Feb 12:07
Compare
Choose a tag to compare
Alpha build v1.0-35 Pre-release
Pre-release

Add @JvmStatic annotation for splitIntoSegments()

Alpha build v1.0-34

23 Feb 11:18
Compare
Choose a tag to compare
Alpha build v1.0-34 Pre-release
Pre-release

Implement flattenSegments()

Alpha build v1.0-33

22 Feb 17:56
Compare
Choose a tag to compare
Alpha build v1.0-33 Pre-release
Pre-release

Fixes for SnapshotFileManager

Now when creating or deleting a file via SnapshotFileManager the FastFileSearchTree will also be updated

Alpha build v1.0-32

22 Feb 17:07
Compare
Choose a tag to compare
Alpha build v1.0-32 Pre-release
Pre-release

Fix for clone() method

Alpha build v1.0-31

22 Feb 16:13
Compare
Choose a tag to compare
Alpha build v1.0-31 Pre-release
Pre-release

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

22 Feb 16:08
Compare
Choose a tag to compare
Alpha build v1.0-30 Pre-release
Pre-release

Add an overloaded create() method for file managers, add virtual files checks and add a test