Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion #37

Open
BKS37108 opened this issue Aug 18, 2024 · 2 comments
Open

Suggestion #37

BKS37108 opened this issue Aug 18, 2024 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@BKS37108
Copy link

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.

@k3b
Copy link
Owner

k3b commented Aug 28, 2024

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/

@k3b k3b added enhancement New feature or request wontfix This will not be worked on labels Aug 28, 2024
@BKS37108
Copy link
Author

BKS37108 commented Aug 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants