k3b / ToGoZip

Android share/sendTo menu implementation "add2Zip"
GNU General Public License v3.0
62 stars 24 forks source link

Add to Settings: save with partial source path #13

Closed k3b closed 5 years ago

k3b commented 6 years ago

As a photo power user i want to use ToGoZip to backup some selected jpg files with included paths so i do not loose folder structure.

Example: when i select "..../0/DCIM/allphotos/job/company.jpg" and "..../0/DCIM/allphotos/holidays/2018/hotel.jpg" and send them to zip the zip will contain "company.jpg" and "hotel.jpg" in the zip-s root folder.

With the new feature enabled the zip will contain the full path "..../0/DCIM/allphotos/job/company.jpg" and "..../0/DCIM/allphotos/holidays/2018/hotel.jpg" so folder info is preserved.

Background: I have photos on two different android devices (with the same folder structure,

When i make changes on one device (i.e. edited photo exif data) i want the changes to be transferd to the other device. This can be done by sorting the images by modificaton-date-decending (last modified first), select them and send photos modified since last tranfer to zip which can be tranfered to other device an extracted there.

k3b commented 6 years ago

will be available in next release