From 81a7aca4a0316b3910275ad0f699f02dc7bb17fc Mon Sep 17 00:00:00 2001 From: Dennis Guse Date: Fri, 24 Jul 2020 22:22:48 +0200 Subject: [PATCH] Release v3.8.0 --- README_API.md | 2 +- build.gradle | 5 ++--- .../metadata/android/en-US/changelogs/3466.txt | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3466.txt diff --git a/README_API.md b/README_API.md index 97a53925ab..8ebc58d1dd 100644 --- a/README_API.md +++ b/README_API.md @@ -11,7 +11,7 @@ For the time being, the OpenTracks Data API can be used to implement mainly cust ## Implementation OpenTracks by default does not expose any data to 3rd-party applications. -On the request of the user (i.e., pressing a button), an Intent is created that exposes the `Track` data (it's summary) as well as the `TrackPoint`s of one or more selected tracks. +On the request of the user (i.e., pressing a button), an Intent is created that exposes the `Track` data (it's summary), the `TrackPoint`s, and the `Waypoint`s of one or more selected tracks. For each, one URI is provided. These URIs notify observers if on content changes (e.g., a new `TrackPoint` was added). diff --git a/build.gradle b/build.gradle index f1058291ed..50fb851a7e 100644 --- a/build.gradle +++ b/build.gradle @@ -50,9 +50,8 @@ android { applicationName: "@string/app_name" ] - versionCode 3449 - //versionCode getVersionCode() //Useful for debugging. - versionName "v3.7.6" + versionCode 3466 + versionName "v3.8.0" buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/3466.txt b/fastlane/metadata/android/en-US/changelogs/3466.txt new file mode 100644 index 0000000000..095e3bd229 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3466.txt @@ -0,0 +1,16 @@ +v3.8.0: OpenTracks + +Breaking change: +- GPX import/export speed, cadence, and heartrate via TrackPointExtension/v2 + +Changes: +- Dashboard API: provide access to markers (incl. callback to show in OpenTracks) +- New marker icon (orange push pin, SVG) +- Files to import can be selected via file manager + +Bugfixes: +- Aggregated stats UI respects preferred rate +- Editing a marker failed on orientation change + +Developer: +- Refactored TrackRecordingService \ No newline at end of file