Go to file
aleb2000 16134a18db
Translated using Weblate (Italian)
Currently translated at 100.0% (91 of 91 strings)
2020-03-12 20:33:02 +01:00
app Translated using Weblate (Italian) 2020-03-12 20:33:02 +01:00
assets Auto-Import of older tracks from v1.2.2 failed - I blame the updated Gradle version :-) 2020-02-26 18:03:36 +01:00
gradle/wrapper preparing release 2020-02-26 14:59:21 +01:00
metadata preparing v2.0.1 release 2020-02-26 18:13:18 +01:00
.gitignore Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
AUTHORS.md add new Chinese translation 2019-06-28 15:26:23 +02:00
CONTRIBUTE.md Update CONTRIBUTE.md 2019-04-30 17:26:05 +02:00
LICENSE.md Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
README.md updated screenshots 2020-02-18 17:49:27 +01:00
build.gradle do not add the distances between "recording paused" and "recording resumed" 2020-03-02 16:45:12 +01:00
gradle.properties Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
gradlew Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
gradlew.bat Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
settings.gradle initial commit 2016-08-29 14:50:41 +02:00

README.md

README

Trackbook - Android Movement Recorder

Version 2.0.x ("Echoes")

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.

Good To Know

Start Recording via Quick Settings Tile


You can start a recording without opening Trackbook. Just pull down the System's Quick Settings and tap on the Start Recording tile. You need to manually add Trackbook's Recording tile to Quick Settings first. You can find information on customizing Quick Settings here and here

Save Recordings as GPX

Recordings can be exported as GPX (GPS Exchange Format). Tap on the save button in the lower right corner of a previously recorded track.

Copy GPX Files Manually

Trackbook automatically generates GPX files for every recording. You can find them in the folder /Android/data/org.y20k.trackbook/files/gpx/ on your device's storage.

How Does Trackbook Measure Distance?

Trackbook calculates the distance between markers and adds them up.

How Does Transistor Measure Altitude?

Many devices have altitude sensors (of varying accuracy). Trackbook compares the altitude of each new marker with the previously stored altitude. The difference is added to either the uphill or downhill elevation value.

What Does Accuracy Threshold Mean?

Every location fix, that Trackbook receives, is associated with an accuracy estimate. You can look up, how Android defines accuracy, in the developer documentation. Accuracy Threshold is the value, from which on location fixes are rejected. It can be adjusted in Trackbook's settings. You can increase the value, if your recordings tend to be incomplete. Trackbook will then also record less accurate location fixes.

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/. They never leave the device. There is no web-service backing Trackbook.

Trackbook 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. 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. Additionally Trackbook offers a Restrict to GPS setting, that deactivates the NETWORK_PROVIDER just within the app.

Screenshots (v2.0)