v1.0.0
Pre-releaseGeoTag Camera v1.0.0 — first release 🎉
This is the first public build of GeoTag Camera, an Android app for anyone who needs to prove where and when a photo was taken — field inspectors, surveyors, construction crews, delivery/logistics workers, or anyone tired of photos that get stripped of their metadata the moment they're shared.
Open the app, point the camera, tap the shutter. Behind that one tap it grabs a fresh GPS fix, reverse-geocodes it to a readable address (works offline too, via a local cache), stamps the coordinates/address/timestamp/altitude/accuracy/bearing right onto the image, writes proper EXIF GPS + timestamp tags, and then signs the photo's hash with a key generated on-device in the Android Keystore — so if the image is edited afterward, the tamper check will catch it.
What's in this build:
- Capture screen with live camera preview and a straightforward permission flow
- Optional signature pad — field workers can sign the photo right after capture, burned in before the EXIF write and signing step
- Gallery screen showing every capture with its date, coordinates, address, and a one-tap tamper-check
- Settings screen to toggle which fields get stamped and set a custom organization label
- Photos save straight to your device's real Gallery (Pictures/GeoTagCamera), not some app-locked folder
- Everything works offline — no server, no account, no data leaving the device
Note on this build: the attached APK is signed with a debug key so it can be installed and tested right away. A properly release-signed build (for wider distribution / Play Store) is a follow-up.
Project site: see the repo README for the feature showcase and FAQ.