Automatically track the time you spent at places.
The app focuses on low battery usage, accuracy and privacy.
- All your data is stored locally on your device
- Uses wifi and movement information to limit expensive GPS requests
Download this app in the Playstore
- Get a Google Maps Geocode API Key
- Clone the repo
git clone <url>
. - Create a file called
secrets.properties
in theroot
folder. - Add your
API Key
to thesecrets.properties
file like this:DEBUG_GOOGLE_GEO_API_KEY=<your_google_geo_api_key>
- Open the project (or sync gradle).
- Run the app.