Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
141 stars 43 forks source link

show EXIF and META details in Photo Viewer #131

Open ramack opened 4 years ago

ramack commented 4 years ago

As discussed in #76 we should show info about date, time and location where the photo was taken along with other EXIF data...

Maybe we can have 3 modes:

those three modes can be switched by tap, long tap or double tap (we have to choose one of them)

We should add a preference for the one to show (before tapping), we can either (a) update this whenever the view is changed by tap, or (b) add it in the settings activity to select which one to show.

I have a slight preference to (a), but voting is open, just add a comment for what you prefer (or if you see another option)

sridharb1 commented 4 years ago

Thanks. Please make the tags clickable. It should take me to a virtual album containing pictures with that tag (like it does in the browser).

ramack commented 4 years ago

Thanks for the additional info!