Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Apr 28, 2020
1 parent 5721a61 commit 9074fa1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _OpenTracks_ is a sport tracking application that completely respects your priva
* __Tracking:__ track your sport and outdoor activities
* __Photos and Markers:__ mark interesting locations while tracking (also with photos)
* __Heart rate:__ supports Bluetooth LE sensors
* __Cycling (speed and cadence)__: supports Bluetooth LE sensors
* __Export data:__ export tracks either as KMZ (incl. photos), KML or GPX
* __No Internet access:__ Internet is not used
* __Voice announcements__
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ android {
applicationName: "@string/app_name"
]

versionCode 3335
versionCode 3369
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.6.2"
versionName "v3.7.0"

buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3369.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v3.7.0: OpenTracks

Changes:
- Report speed/pace by activity type
- Added workaround for GPS week rollover
- (Experimental) Support for Bluetooth LE cycling sensors (cadence and speed)
- KMZ/KML import enhanced

Bugfix:
- KMZ import: only import used images

Developer:
- Refactored TrackRecordingService

0 comments on commit 9074fa1

Please sign in to comment.