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

Bug: Rename Conflict Avoidance Logic Breaks File Extensions #263

Open
Saijin-Naib opened this issue Jan 17, 2023 · 2 comments
Open

Bug: Rename Conflict Avoidance Logic Breaks File Extensions #263

Saijin-Naib opened this issue Jan 17, 2023 · 2 comments
Labels

Comments

@Saijin-Naib
Copy link

Unlike the Rename Conflict Avoidance Logic of Simple Gallery, Simple Draw appends a (1) after the file extension, which breaks file picking in numerous apps, including the built-in Android file picker, which reads the name.jpg (1) as a binary file and won't let you pick it for an image intent.

@tibbi
Copy link
Contributor

tibbi commented Jan 17, 2023

not sure what you mean, any steps for reproducing the issue?

@Saijin-Naib
Copy link
Author

So, edit an image in Simple Gallery. Save as, and it will append a _1 before the extension. So, the file would be imagename_1.extension

Load an image into Simple Draw, edit and save as to the same folder as the source image. It will name it imagename.extension (1)

This breaks file pickers for loading that edited image

@tibbi tibbi added the bug label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants