CorruptedArk / did-i-take-my-meds

A Kotlin Android app to manage medications
GNU General Public License v3.0
175 stars 15 forks source link

Location of photo data (proof photos) #44

Open matthew-horton opened 2 years ago

matthew-horton commented 2 years ago

Not really a bug report, but two questions I would be grateful if you could answer:

  1. Where are the image files saved to? I can't find them.

  2. Does it also delete the image data when I 'long click' a Record to delete the record? (I want to make sure I'm not leaving images on my phone and wasting space)

  3. thanks for a great app

CorruptedArk commented 2 years ago

The images are saved to the app's internal data folder, so they are out of reach of other apps.

Yes, they are deleted when you delete the record

You're welcome

mjholub commented 2 years ago

As much as I really appreciate this feature I believe it should not make the app take up unnecessary space. Therefore a limit on the should be set(table) on the amount of photo proofs kept. Alternatively or alongside with it I'd like to be able to schedule autoremoval of old doses.

CorruptedArk commented 2 years ago

@154pinkchairs, that's a fair point, when I have extra dev time I can make those changes.

At the moment, I consider this a relatively low priority because it's already easy to delete old dose records