Go to file
y20k 208ffc80e4 Update AUTHORS.md 2017-01-25 15:08:05 +01:00
app changed version number in about screen 2017-01-25 14:46:26 +01:00
gradle/wrapper initial commit 2016-08-29 14:50:41 +02:00
AUTHORS.md Update AUTHORS.md 2017-01-25 15:08:05 +01:00
CONTRIBUTE.md Trackbook repo is now connected to Hosted Weblate - contributers are invited to translate the app or parts of it 🚀 2017-01-20 09:58:28 +01:00
LICENSE.md (1) Updated copyright info (2017, yay) (2) moved the temp file loading process to a later stage (onResume) of the app start 2017-01-19 13:36:49 +01:00
README.md a lot of code clean-up 2017-01-25 14:19:50 +01:00
build.gradle saving the last track: implemented a floating action button sub menu instead of a user dialog (#2) 2016-12-12 18:52:01 +01:00
gradle.properties initial commit 2016-08-29 14:50:41 +02: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.0.x ("Astronomy Domine")

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 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 Track

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

How does Trackbook measure distance?

Trackbook calculates the distance between markers and adds them up.

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 "WRITE_EXTERNAL_STORAGE"

Trackbook uses osmdroid, which caches map tiles on Android's external storage. You can find the map cache in the osmdroid folder on the top level of the user-facing file system.

Screenshots (current version)