Releases: K1rakishou/Fuck-Storage-Access-Framework
Releases · K1rakishou/Fuck-Storage-Access-Framework
Release v1.1.3
- Add BadPathSymbolResolutionStrategy.Ignore
Release v1.1.2
- Add support for selecting multiple files in FileChooser. Thanks to @Zhuinden
Release v1.1.1
Fix createSnapshot not processing the input directory which makes the snapshot not process the child files of the input directory.
Release v1.1
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
Quickfix
Alpha build v1.1-1
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
Fix bug in toDocumentFile() caused by crash in isBogusTreeUri() when trying to check any valid tree Uri.
Alpha build v1.0-42
Add getParcelFileDescriptor method + use synchronization on every public method
Alpha build v1.0-41
Add ability to choose a non permanent directory
Alpha build v1.0-40
Add more logs to figure out why it sometimes crashes when trying to create a file with root being FileRoot