added changelogs

master
y20k 2019-03-06 13:46:01 +01:00
parent 8430a41603
commit 26663f2cd4
18 changed files with 44 additions and 3 deletions

View File

@ -176,7 +176,8 @@ public class DropdownAdapter extends BaseAdapter implements ThemedSpinnerAdapter
// fill list with track bundles
mTrackBundleList = new ArrayList<>();
for (File file : files) {
if (file.getName().endsWith(FILE_TYPE_TRACKBOOK_EXTENSION)) {
String fileName = file.getName();
if (fileName.endsWith(FILE_TYPE_TRACKBOOK_EXTENSION) && !fileName.startsWith(FILE_NAME_TEMP)) {
mTrackBundleList.add(new TrackBundle(file));
}
}

View File

@ -24,8 +24,8 @@ allprojects {
project.ext {
applicationId = 'org.y20k.trackbook'
versionCode = 30
versionName = '1.1.14'
versionCode = 31
versionName = '1.1.15'
compileSdkVersion = 28
targetSdkVersion = 27

2
metadata/README.md Normal file
View File

@ -0,0 +1,2 @@
# F-Droid Assets
This folder contains the assets used on [Trackbook's F-Droid store page](https://f-droid.org/repository/browse/?fdid=org.y20k.trackbook). More about adding assets -> [All About Descriptions, Graphics, and Screenshots](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/).

View File

@ -0,0 +1,5 @@
# v1.1.10 - Sheep
**2018-06-27**
- option to open GPX recordings in other apps (replaces the "Save" feature)

View File

@ -0,0 +1,5 @@
# v1.1.11 - Sheep
**2018-10-31**
- improved location accuracy at start of recordings

View File

@ -0,0 +1,6 @@
# v1.1.12 - Sheep
**2018-11-04**
- the previous version crashed
-> you may need to delete your last recording in /Android/data/org.y20k.trackbook/files/tracks for Trackbook to work again properly - sorry :-(

View File

@ -0,0 +1,8 @@
# v1.1.13 - Sheep
**2018-11-10**
- improved location accuracy at start of recordings
- bug fixes

View File

@ -0,0 +1,7 @@
# v1.1.14 - Sheep
**2018-11-28**
- updated osmdroid to version 6.0.3
- minor bug fixes

View File

@ -0,0 +1,7 @@
# v1.1.15 - Sheep
**2019-03-06**
- user interface: the bottom bar is now white instead of red
- Swedish translation
- minor bug fixes

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB