Skip to content

Releases: K1rakishou/Fuck-Storage-Access-Framework

Release v1.1.3

15 Aug 09:30
Compare
Choose a tag to compare
  • Add BadPathSymbolResolutionStrategy.Ignore

Release v1.1.2

13 Feb 08:57
Compare
Choose a tag to compare
  • Add support for selecting multiple files in FileChooser. Thanks to @Zhuinden

Release v1.1.1

27 Nov 12:22
Compare
Choose a tag to compare

Fix createSnapshot not processing the input directory which makes the snapshot not process the child files of the input directory.

Release v1.1

01 Mar 09:27
Compare
Choose a tag to compare

Fixes for ExternalFile.getFullPath() + add ExternalFile.getUri() method.

  • getFullPath() was returning a path that was built via Uri.Builder() which uses '/' when appending new path segments. This does not work with DocumentFile.fromSingleUri(), it all operations with such DocumentFile will return false or null. And it doesn't work exactly because of the '/' separator. Everything works when using '%2F' separator instead of '/'.
  • ExternalFile.getUri() was added to avoid doing combinations like Uri.parse(file.getFullPath()) every time manually.

Alpha build v1.1-2

22 Feb 13:29
Compare
Choose a tag to compare
Alpha build v1.1-2 Pre-release
Pre-release

Quickfix

Alpha build v1.1-1

22 Feb 13:07
Compare
Choose a tag to compare
Alpha build v1.1-1 Pre-release
Pre-release

Some fixes for ExternalFile.getFullPath().
Also add a built-in method to get ExternalFile's Uri without using combinations like Uri.parse(file.getFullPath()) every time manually.

First release build v1.0

18 Feb 10:06
Compare
Choose a tag to compare

Fix bug in toDocumentFile() caused by crash in isBogusTreeUri() when trying to check any valid tree Uri.

Alpha build v1.0-42

12 Sep 11:00
Compare
Choose a tag to compare
Alpha build v1.0-42 Pre-release
Pre-release

Add getParcelFileDescriptor method + use synchronization on every public method

Alpha build v1.0-41

18 Jul 16:53
Compare
Choose a tag to compare
Alpha build v1.0-41 Pre-release
Pre-release

Add ability to choose a non permanent directory

Alpha build v1.0-40

01 Mar 09:41
Compare
Choose a tag to compare
Alpha build v1.0-40 Pre-release
Pre-release

Add more logs to figure out why it sometimes crashes when trying to create a file with root being FileRoot