Skip to content

Releases: OpenTracksApp/OpenTracks

v3.8.1

03 Aug 06:03
Compare
Choose a tag to compare

v3.8.1: OpenTracks

Changes:

  • While recording: add option for fullscreen
  • Dashboard is started on the same task

Bugfixes:

  • Intent filters for importing files were far too optimistic

v3.8.0

24 Jul 20:23
Compare
Choose a tag to compare

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

v3.7.6

13 Jul 16:48
Compare
Choose a tag to compare

v3.7.6: OpenTracks

Changes:

  • Landscape mode
  • Track deletion UI is now only a spinner
  • Speed is exported and imported (GPX/KML/KMZ)
  • Default export format is KMZ incl. all data and pictures

Developer:

  • Replaced AsyncTasks with Threads
  • Synchronization: UUID is generated per track (not yet exported)

v3.7.5

14 Jun 18:10
Compare
Choose a tag to compare

v3.7.5: OpenTracks

Changes:

  • Added aggregated statistics summary (from main the screen's menu)
  • Dashboard API: pass "show on lock screen"- and "keep screen on"-setting
  • Updated translations
  • Import: be lenient with ISO8601 date format
  • Show track on map: file format can be selected and opening dashboard works on Android R (API 30+)

Bugfix:

  • App icon now correctly implemented

v3.7.4

27 May 06:22
Compare
Choose a tag to compare

v3.7.4: OpenTracks

Changes:

  • Sharing/export format configurable

Bugfix:

  • Wheel diameter not stored correctly (for speed sensor)
  • Help: links are clickable

Developer:

  • Split TrackDetailActivity
  • StatsFragement successor uses ConstraintLayout

v3.7.3

13 May 19:04
Compare
Choose a tag to compare

v3.7.3: OpenTracks

Bugfix:

  • Fixed computation of cadence and speed (via Bluetooth LE sensor)

Developer:

  • Removed unused translations

v3.7.2

09 May 18:21
Compare
Choose a tag to compare

v3.7.2: OpenTracks

Bugfix:

  • Re-added start GPS button
  • Track name is not overwritten at the end of a recording
  • Markers: removing a photo also deletes the file

v3.7.1

28 Apr 21:00
Compare
Choose a tag to compare

v3.7.1: OpenTracks

Workaround:

  • Hide start GPS button

Bugfix:

  • Fixed null pointer

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)