Skip to content

Commit

Permalink
Release v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jul 24, 2020
1 parent 065f42f commit 81a7aca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""

Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3466.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 81a7aca

Please sign in to comment.