Go to file
y20k e414d0a429 too many icon variants :-) 2019-06-04 17:10:58 +02:00
app too many icon variants :-) 2019-06-04 17:10:58 +02:00
assets too many icon variants :-) 2019-06-04 17:10:58 +02:00
gradle/wrapper Icon now has a red background (#54), Trackbook does not need the permission EXTERNAL STORAGE anymore, Night mode has now a dark map 2019-05-04 17:10:32 +02:00
metadata too many icon variants :-) 2019-06-04 17:10:58 +02:00
.gitignore added gitignore file 2018-03-20 20:50:22 +01:00
AUTHORS.md color scheme adjustments - again :-) 2019-05-28 18:37:12 +02:00
CONTRIBUTE.md Update CONTRIBUTE.md 2019-04-30 17:26:05 +02:00
LICENSE.md time flies by -> replaced 2017 with 2019 2019-05-31 20:51:18 +02:00
README.md Merge remote-tracking branch 'origin/master' 2019-05-04 17:20:24 +02:00
build.gradle color scheme adjustments - again :-) 2019-05-28 18:37:12 +02:00
gradle.properties rolling back the rollback (see last commit) - maybe found the culprit "-dontshrink" (see #44) 2018-11-04 10:13:19 +01:00
gradlew initial commit 2016-08-29 14:50:41 +02:00
gradlew.bat initial commit 2016-08-29 14:50:41 +02:00
settings.gradle initial commit 2016-08-29 14:50:41 +02:00

README.md

README

Trackbook - Movement Recorder for Android

Version 1.2.x ("San Tropez")

Trackbook is a bare bones app for recording your movements. Trackbook is great for hiking, vacation or workout. Once started it traces your movements on a map. The map data is provided by OpenStreetMap (OSM).

Trackbook is free software. It is published under the MIT open source license. Trackbook uses osmdroid to display the map, which is also free software published under the Apache License. Want to help? Please check out the notes in CONTRIBUTE.md first.

Install Trackbook

You can install it via Google Play and F-Droid - or you can go and grab the latest APK on GitHub.

How to use Trackbook

Start recording movements

Press the big blue button to start recording your movements. Trackbook will continuously drop markers onto the map.

Stop recording movements

To stop your recording press the big blue button again or use the stop button in the Trackbook's notification. You can look at the recorded movements on the map afterwards.

Save last recording

Stop the recording and then tap again on the big blue button. It will offer an option to "Save and Clear". Trackbook stores saved recordings as plaintext JSON files in the directory /Android/data/org.y20k.trackbook/files/tracks.

Clear main map

Stop the recording and then tap again on the big blue button. Chose the option "Clear", if you just want to clear the map without saving your recording.

Statistics and Last Tracks

Peek into Trackbook's notification to see the distance and duration of your current recording. Switch to the "Last Tracks" view to review your last recordings - up to 25 tracks. Pull up the statistics to see distance and duration of that recording, as well as the steps taken.

GPX Export

Saved recordings can be exported as GPX (GPS Exchange Format) from the "Last Tracks" view. Just tap the export icon next to the track selection menu.

How does Trackbook measure distance?

Trackbook calculates the distance between markers and adds them up.

A word on privacy

Trackbook begins to store location data on device as soon a user presses the record button. Those recordings are stored in the directory /Android/data/org.y20k.trackbook/files/tracks. They never leave the device. There is no web-service backing Trackbook.

Trackook does not use Google Play Services to get its location data. It will however try to use data from the NETWORK_PROVIDER on your device to augment the location data it received via GPS. The NETWORK_PROVIDER is a system-wide service, that Trackbook has no control over whatsoever. This service will usually query an online database for the location of cell towers or Wi-Fi access points a device can see. You can prevent those kinds of requests on your device, if you set the location preferences system-wide to Device Only.

Which permissions does Trackbook need?

Permission "INTERNET"

Trackbook needs to download map data from OpenStreetMap servers and therefore needs access to the internet.

Permission "ACCESS_NETWORK_STATE" and "ACCESS_WIFI_STATE"

Trackbook uses osmdroid to draw its maps. osmdroid needs to know the current state of your devices connectivity - see Prerequisites.

Permission "ACCESS_COARSE_LOCATION" and "ACCESS_FINE_LOCATION"

Trackbook needs accurate GPS location data to be able to record your movements. If the GPS data is not available or not accurate enough Trackbook uses location data from cell tower and WiFi triangulation.

Permission "VIBRATE"

Tapping and holding some controls will toggle a tiny vibration (force feedback).

Screenshots (v1.1)