Skip to content

Releases: OpenTracksApp/OpenTracks

v3.7.0

28 Apr 16:40
Compare
Choose a tag to compare

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

v3.6.2

13 Apr 10:58
Compare
Choose a tag to compare

v3.6.2: OpenTracks

Bugfix:

  • Charts were not shown correctly (introduced in v3.6.0)

v3.6.1

12 Apr 16:48
Compare
Choose a tag to compare

v3.6.1: OpenTracks

Bugfix:

  • KMZ import: store correct picture path

v3.6.0

10 Apr 12:55
Compare
Choose a tag to compare

v3.6.0: OpenTracks

Changes:

  • Stopped tracks can now be resumed

Bugfix:

  • Import of KMZ did not process the photo URL correctly

Developer:

  • Simplified data processing

v3.5.0

21 Mar 22:20
Compare
Choose a tag to compare

v3.5.0: OpenTracks

Changes:

  • Marker: select pictures from gallery
  • Marker: share picture
  • Use track name as filename when sharing
  • Removed elevation min/max (was imprecise)

Bugfix:

  • Charts use preferred units and rate

Developer:

  • Database: remove unused columns
  • Database: add indices

v3.4.0

05 Feb 22:44
Compare
Choose a tag to compare

v3.4.0: OpenTracks

Changes:

  • Dashboard API: multiple tracks
  • Updated help

Bugfix:

  • Fixed crash on fragment re-creation
  • When paused: prevent stopping app

Developer:

  • Enable testing via CI (Github Actions and TravisCI)

v3.3.2

11 Jan 19:35
Compare
Choose a tag to compare

v3.3.2: OpenTracks

Changes:

  • Export: overwrites files now

Bugfix:

  • Always remove recording notification

Developer:

  • On API 26+ java.time is used for parsing and writing dates
  • Refactoring of TrackRecordingService

v3.3.1

03 Jan 17:13
Compare
Choose a tag to compare

v3.3.1: OpenTracks

Changes:

  • Android 10: on uninstall allow to keep app data
  • Introduced Dashboard API: map icon can be used to open current track in external app
    (requires installation of another app like OSMDashboard)

Bugfix:

  • App label was broken (introduced in v3.3.0)

Developer:

  • Documentation for Dashboard API can be found in README_DEVELOPER.md

v3.3.0

01 Jan 13:46
Compare
Choose a tag to compare

v3.3.0: OpenTracks

Breaking changes:

  • Pictures are now stored in app-private storage (do not show up other picture apps)
    NOTE: Pictures taking with previous version cannot be shown
  • Localization for Spanish (Latin America) only works on Android 7.0 or later

Changes:

  • Import/Export via Storage Access Framework (avoids READ/WRITE_EXTERNAL_STORAGE permission)

Developer:

  • Cleaned internal data structures
  • Use separate icons/app names for debug version

v3.2.11

25 Dec 09:20
Compare
Choose a tag to compare

v3.2.11: OpenTracks

Bug:

  • Max speed is identical to avg speed

Bugfix:

  • Crash on heart rate sensor selection

Developer:

  • Replaced TabHost by TabsLayout
  • Removed special first waypoint
  • Removed duplicate translations