updated readme & updated libraries

master
y20k 2017-12-21 12:01:42 +01:00
parent 4c6c17f949
commit a1e29a7af8
3 changed files with 26 additions and 16 deletions

View File

@ -4,7 +4,7 @@ README
Trackbook - Movement Recorder for Android
-----------------------------------------
**Version 1.0.x ("Astronomy Domine")**
**Version 1.1.x BETA ("Sheep")**
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/).
@ -55,13 +55,10 @@ Trackbook needs accurate GPS location data to be able to record your movements.
### 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.
## Screenshots (v1.0.0)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387023/0a6eef1c-c776-11e6-8a88-a00aa2ad5979.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387023/0a6eef1c-c776-11e6-8a88-a00aa2ad5979.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387024/0a6f9eb2-c776-11e6-80fb-ca098e9303ad.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387024/0a6f9eb2-c776-11e6-80fb-ca098e9303ad.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387025/0a701f68-c776-11e6-8f9a-66fb7e6eafff.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387025/0a701f68-c776-11e6-8f9a-66fb7e6eafff.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387026/0a704614-c776-11e6-94fa-27f9cb566b91.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387026/0a704614-c776-11e6-94fa-27f9cb566b91.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387028/0a70d71e-c776-11e6-8838-934eb11dbca7.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387028/0a70d71e-c776-11e6-8838-934eb11dbca7.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387027/0a70c468-c776-11e6-9405-b91c5bc902c4.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387027/0a70c468-c776-11e6-9405-b91c5bc902c4.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387029/0a81c344-c776-11e6-866b-7e608e2e9f33.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387029/0a81c344-c776-11e6-866b-7e608e2e9f33.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387030/0a82ca96-c776-11e6-9b3c-6c83f61f2188.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387030/0a82ca96-c776-11e6-9b3c-6c83f61f2188.png)
[<img src="https://cloud.githubusercontent.com/assets/9103935/21387031/0a838274-c776-11e6-8e1c-f1bb7baf5ebe.png" width="240">](https://cloud.githubusercontent.com/assets/9103935/21387031/0a838274-c776-11e6-8e1c-f1bb7baf5ebe.png)
Screenshots (v1.1)
------------------
[<img src="https://user-images.githubusercontent.com/9103935/34250760-22dd45e8-e63e-11e7-8e78-9d928470e92a.png" width="240">](https://user-images.githubusercontent.com/9103935/34250760-22dd45e8-e63e-11e7-8e78-9d928470e92a.png)
[<img src="https://user-images.githubusercontent.com/9103935/34250761-22ff00b6-e63e-11e7-974a-47c238d477e0.png" width="240">](https://user-images.githubusercontent.com/9103935/34250761-22ff00b6-e63e-11e7-974a-47c238d477e0.png)
[<img src="https://user-images.githubusercontent.com/9103935/34250762-2316aa90-e63e-11e7-9bcb-a230467fc192.png" width="240">](https://user-images.githubusercontent.com/9103935/34250762-2316aa90-e63e-11e7-9bcb-a230467fc192.png)
[<img src="https://user-images.githubusercontent.com/9103935/34250763-232f7714-e63e-11e7-92bf-1fda9442e443.png" width="240">](https://user-images.githubusercontent.com/9103935/34250763-232f7714-e63e-11e7-92bf-1fda9442e443.png)

View File

@ -0,0 +1,13 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportHeight="108.0"
android:viewportWidth="108.0">
<path
android:fillColor="@color/trackbook_icon_background_light"
android:pathData="M0,0h108v108h-108z"/>
<path
android:fillColor="@color/trackbook_icon_background_dark"
android:pathData="M104.13,108l-104.13,0l0,-108l21.66,0z"/>
</vector>

View File

@ -24,11 +24,11 @@ allprojects {
versionCode = 16
versionName = '1.1.0'
minSdkVersion = 22
compileSdkVersion = 26
targetSdkVersion = 26
buildToolsVersion = '26.0.2'
supportLibraryVersion = '26.1.0'
constraintLayoutVersion = '1.1.0-beta3'
compileSdkVersion = 27
targetSdkVersion = 27
buildToolsVersion = '27.0.2'
supportLibraryVersion = '27.0.2'
constraintLayoutVersion = '1.1.0-beta4'
osmdroidVersion = '5.6.5'
gsonVersion = '2.8.2'