You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have option to make save button save over original, to increase speed of use.
Unfortunately Android-s StorageAccessFramework api (SAF) does not allow me to replace the existing file content.
Creating a new foto-file is easy and works as expected.
Replacing File content would require:
Create a new-File.
If successfull Delete the original file
and rename new-File to old-filename.
update the media-Database.
This is much too complicated and not propper working if one of the operations fails. This is one of the reasons why i stoped developing my gallery app https://github.com/k3b/APhotoManager/
On Wed, Aug 28, 2024 at 6:35 PM k3b ***@***.***> wrote:
Would be great to have option to make save button save over original, to
increase speed of use.
Unfortunately Android-s StorageAccessFramework api (SAF) does not allow me
to replace the existing file content.
Creating a new foto-file is easy and works as expected.
Replacing File content would require:
- Create a new-File.
- If successfull Delete the original file
- and rename new-File to old-filename.
- update the media-Database.
This is much too complicated and not propper working if one of the
operations fails. This is one of the reasons why i stoped developing my
gallery app https://github.com/k3b/APhotoManager/
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKTKRZASSHU4VYB5WRIWJSDZTWYYXAVCNFSM6AAAAABMWBRF26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGA3TGNRWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Would be great to have option to make save button save over original, to increase speed of use.
Share to application otherwise for save out.
Great little program.
The text was updated successfully, but these errors were encountered: