ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Editing an image using an external app rewrites the original copy of the file #218

Closed melvin4u445 closed 2 years ago

melvin4u445 commented 2 years ago

Having the option to edit an image is good but what if the user wants to retain the original copy and make a duplicate? Right now, we rewrite the original image and there is no way to restore the original image afterwards, as far as I understood.

We could do one of the following to resolve this:

kirillt commented 2 years ago

Actually, this isn't done by ARK Navigator. Editing is possible with any editor, but right now we have ARK Retouch which passes saved path back to Navigator app. It has "overwrite" checkbox, but it is switched off by default.

Preferred way, in fact, is not overwriting but creating new version of the resource, because we will track versions in the future: #40 Versions of a resource must grouped: only last version is displayed but also counter of versions should be presented to the user, the counter should be unfoldable into list of versions.

melvin4u445 commented 2 years ago

Okay, that sounds good! Let's close this ticket :)