changed the install canary
This commit is contained in:
parent
42ce5a3e76
commit
25e5ad9c88
1 changed files with 28 additions and 20 deletions
48
README.md
48
README.md
|
@ -4,25 +4,29 @@ README
|
||||||
Trackbook - Movement Recorder for Android
|
Trackbook - Movement Recorder for Android
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
**Version 0.1.x ("The Great Gig in the Sky")**
|
**Version 0.9.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 traces your movements on a map. The map data is provided by [OpenStreetMap (OSM)](https://www.openstreetmap.org/).
|
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)](https://www.openstreetmap.org/).
|
||||||
|
|
||||||
Trackbook is free software. It is published under the [MIT open source license](https://opensource.org/licenses/MIT). Trackbook uses [osmdroid](https://github.com/osmdroid/osmdroid) to display the map, which is also free software published under the [Apache License](https://github.com/osmdroid/osmdroid/blob/master/LICENSE). Want to help? Please check out the notes in [CONTRIBUTE.md](https://github.com/y20k/transistor/blob/master/CONTRIBUTE.md) first.
|
Trackbook is free software. It is published under the [MIT open source license](https://opensource.org/licenses/MIT). Trackbook uses [osmdroid](https://github.com/osmdroid/osmdroid) to display the map, which is also free software published under the [Apache License](https://github.com/osmdroid/osmdroid/blob/master/LICENSE). Want to help? Please check out the notes in [CONTRIBUTE.md](https://github.com/y20k/transistor/blob/master/CONTRIBUTE.md) first.
|
||||||
|
|
||||||
Install Trackbook
|
Install Trackbook
|
||||||
------------------
|
-----------------
|
||||||
Do not install Trackbook. Trackbook is not finished yet. See the Install Canary below? Wait until it flies.
|
Version 0.9 is the first release of Trackbook. It is not completely finished yet, but you can install it. Watch the install canary... It finally flies(*). For now you can grab a Release APK here on [GitHub](https://github.com/y20k/trackbook/releases). Stay tuned for Google Play und F-Droid releases.
|
||||||
|
|
||||||
.---.
|
.--.
|
||||||
/ 6_6
|
/ 6\_
|
||||||
\_ (__\
|
\ ___\
|
||||||
// \\
|
________________/ \_______________
|
||||||
(( ))
|
\_____ / \ _____/
|
||||||
=======""===""===============
|
\______ | | ______/
|
||||||
|||
|
\_____ \ / ______/
|
||||||
|||
|
\___/\ /\___/
|
||||||
'|'
|
/A A\
|
||||||
|
/ \
|
||||||
|
`"==="`
|
||||||
|
|
||||||
|
(*) before it just sat [here](https://github.com/y20k/trackbook/blob/42ce5a3e764cd84365afaf0bb58929482b9e0890/README.md)
|
||||||
|
|
||||||
How to use Trackbook
|
How to use Trackbook
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -39,7 +43,7 @@ Peek into Trackbook's notification to see the distance and duration of your curr
|
||||||
You can clear the map by either long-pressing the big blue button or dismissing the notification.
|
You can clear the map by either long-pressing the big blue button or dismissing the notification.
|
||||||
|
|
||||||
Which Permissions does Trackbook need?
|
Which Permissions does Trackbook need?
|
||||||
---------------------------------------
|
--------------------------------------
|
||||||
### Permission "INTERNET"
|
### Permission "INTERNET"
|
||||||
Trackbook needs to download map data from Open Street Map servers and therefore needs access to the internet.
|
Trackbook needs to download map data from Open Street Map servers and therefore needs access to the internet.
|
||||||
|
|
||||||
|
@ -52,10 +56,14 @@ Trackbook needs accurate GPS location data to be able to record your movements.
|
||||||
### Permission "WRITE_EXTERNAL_STORAGE"
|
### Permission "WRITE_EXTERNAL_STORAGE"
|
||||||
Trackbook uses [osmdroid](https://github.com/osmdroid/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.
|
Trackbook uses [osmdroid](https://github.com/osmdroid/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.
|
||||||
|
|
||||||
Developement screenshot(s)
|
Developement screenshots
|
||||||
--------------------------
|
------------------------
|
||||||
[<img src="https://cloud.githubusercontent.com/assets/9103935/18307128/4ca8e8a8-74ef-11e6-9f47-33f31bdff36e.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18307128/4ca8e8a8-74ef-11e6-9f47-33f31bdff36e.png)
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436615/9e6d973e-78f9-11e6-8d3d-21f655127579.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436615/9e6d973e-78f9-11e6-8d3d-21f655127579.png)
|
||||||
[<img src="https://cloud.githubusercontent.com/assets/9103935/18307129/4ca963be-74ef-11e6-8b5b-f4ea6793a1d1.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18307129/4ca963be-74ef-11e6-8b5b-f4ea6793a1d1.png)
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436620/a1d5b71c-78f9-11e6-8770-5b7955a7d762.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436620/a1d5b71c-78f9-11e6-8770-5b7955a7d762.png)
|
||||||
[<img src="https://cloud.githubusercontent.com/assets/9103935/18307132/4cabc816-74ef-11e6-9752-237e3f1611fc.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18307132/4cabc816-74ef-11e6-9752-237e3f1611fc.png)
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436623/a42cb416-78f9-11e6-9f34-e7b3203f1ea9.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436623/a42cb416-78f9-11e6-9f34-e7b3203f1ea9.png)
|
||||||
[<img src="https://cloud.githubusercontent.com/assets/9103935/18307131/4caa247a-74ef-11e6-8059-41abfe11f71c.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18307131/4caa247a-74ef-11e6-8059-41abfe11f71c.png)
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436627/a6822cfa-78f9-11e6-9662-0e7f245312e9.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436627/a6822cfa-78f9-11e6-9662-0e7f245312e9.png)
|
||||||
[<img src="https://cloud.githubusercontent.com/assets/9103935/18307130/4ca9f270-74ef-11e6-96e7-d918e807e9a2.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18307130/4ca9f270-74ef-11e6-96e7-d918e807e9a2.png)
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436628/a8b22692-78f9-11e6-9498-a48464285e6c.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436628/a8b22692-78f9-11e6-9498-a48464285e6c.png)
|
||||||
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436629/aad5ac78-78f9-11e6-8e3d-915d46f76765.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436629/aad5ac78-78f9-11e6-8e3d-915d46f76765.png)
|
||||||
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436631/ad2cf63e-78f9-11e6-9ea6-68bbfee0f7d4.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436631/ad2cf63e-78f9-11e6-9ea6-68bbfee0f7d4.png)
|
||||||
|
[<img src="https://cloud.githubusercontent.com/assets/9103935/18436633/afe55aba-78f9-11e6-9720-0554fd5b4107.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/18436633/afe55aba-78f9-11e6-9720-0554fd5b4107.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue