v1.2 is quite stable and there are very few minor bugs which will be fixed in upcoming version.
The next version will bring some breaking changes due to function name change. ( CopyDocumentToASD -> CopyDocumentToFile )
There are now dozens of versions of your great extension. Also several variants of the 1.2 version. The version that can be downloaded under the first post is v1.1 from 2021. My last used version v1.2 is from 2023-05-02.
What is the current version, when is it from and where can it be found?
Hello,
I have a project with several screens and in one screen I use the SAF extension.
If I use version 1.2 of SAF, I can create a build (apk) of the project.
If I use version 1.3, the error message appears after selecting the Build -> .apk menu item:
Error generating Yail for screen 6428241276305408_BackupLOCAL: : h is undefined. Please fix and try packaging again.
There are two versions of the SAF procedure OpenSingleDocument. The older one which I have used for several years has three inputs: title, type, and extraMimeTypes. The most recent has four inputs: title, initialDir, type, and extraMimeTypes. Could you clarify how the initialDir input is written and used? Is it essential? Is the old version now deprecated? Thanks for all the work on this very useful SAF extension. Peter
After reading this specific post/comment, I got a doubt. Can we open a text file from somewhere in the phone memory and 1) read it 2) Process it using other blocks (eg, reading base64 text and processing it using other blocks to get back the image file) 2) Update the text (means adding/editing the file) and 3) Store the updated text in ASD?