Go to file
y20k 87636e9a64 Trackbook got an About screen 2016-09-07 12:30:46 +02:00
app Trackbook got an About screen 2016-09-07 12:30:46 +02:00
gradle/wrapper initial commit 2016-08-29 14:50:41 +02:00
CONTRIBUTE.md initial commit 2016-08-29 14:50:41 +02:00
LICENSE.md initial commit 2016-08-29 14:50:41 +02:00
README.md Trackbook got an About screen 2016-09-07 12:30:46 +02:00
build.gradle initial commit 2016-08-29 14:50:41 +02: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 0.1.x ("The Great Gig in the Sky")

Trackbook is a bare bones app for recording your movements. Trackbook is great for hiking, vacation or workout. Once started it displays your movements on a map. You can save your recorded tracks and share them with friends.

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

Install Trackbook

Do not install Trackbook. Trackbook does not do anythimg useful right now. See the Install Canary below? Wait until it flies.

        .---.
       /   6_6
       \_  (__\
       //   \\
      ((     ))
=======""===""===============
         |||
         |||
         '|'

Developement screenshot(s)

How to use Trackbook

tbd

Which Permissions does Trackbook need?

Permission "INTERNET"

Trackbook needs to download map data from Open Street Map servers and therefore needs access to the internet.

Permission "ACCESS_NETWORK_STATE" and "ACCESS_WIFI_STATE"

tbd

Permission "ACCESS_COARSE_LOCATION" and "ACCESS_FINE_LOCATION"

tbd

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.