Skip to content

Releases: OpenTracksApp/OpenTracks

v4.8.4

17 Sep 08:19
Compare
Choose a tag to compare

v4.8.4: OpenTracks

Changes:

  • Show max power for recorded tracks

Developer:

  • TrackList now uses RecyclerView

v4.8.3

31 Aug 20:09
Compare
Choose a tag to compare

v4.8.3: OpenTracks

Bugfix:

  • Android 14: prevent crash due to malformed UUID (example for filename template)

Developer:

  • Marker list is now a RecyclerView

v4.8.2

27 Aug 07:01
Compare
Choose a tag to compare

v4.8.2: OpenTracks

Changes:

  • After recording export: show error message if unsuccessful

v4.8.1

22 Aug 05:17
Compare
Choose a tag to compare

v4.8.1: OpenTracks

Bugfix:

  • Location permission was not granted due to ACCESS_LOCATION_BACKGROUND (removed)

v4.8.0

16 Aug 21:09
Compare
Choose a tag to compare

v4.8.0: OpenTracks

Changes:

  • Permission: ACCESS_BACKGROUND_LOCATION is required due to API
  • Preparation for time-based idle detection
  • Drop distinguishing the source (GPS vs BLE sensors) for stored data

Developer:

  • removed race condition workarounds (TrackRecordingService and GpsStatusManager)
  • TrackRecordingServiceConnection handles service shutdown

v4.7.1

06 Aug 16:27
Compare
Choose a tag to compare

v4.7.1: OpenTracks

Bugfixes:

  • Android 14: crash on recording start (missing permissions)
  • Android 14: crash on track deletion (ForegroundService without reason)

Developer:

  • AggregatedStats is now a RecyclerView

v4.7.0

04 Aug 06:11
Compare
Choose a tag to compare

v4.7.0: OpenTracks

Changes:

  • Statistics: distance, total time, and moving time are included between automatic segments (created due to distance too previous location too long)
  • Recorded tracks show sensor statistics again

Bugfix:

  • GPX exporter: for automatic segments their might be no location
  • CSV exporter: distance didn't use decimal grouping

v4.6.2

26 Jul 05:11
Compare
Choose a tag to compare

v4.6.2: OpenTracks

Bugfix:

  • Crash on voice annoucement for imperial+meter
  • Crash on settings for imperial+meter
  • Fixed clipping of charts (Material3 upgrade)
  • Bluetooth settings handle missing permission
  • Aggregated stats didn't show imperial units for avg speed

v4.6.1

30 Jun 19:59
Compare
Choose a tag to compare

v4.6.1: OpenTracks

Bugfix:

  • Re-added aggregated statistics per selected tracks

v4.6.0

28 Jun 06:10
Compare
Choose a tag to compare

v4.6.0: OpenTracks

Changes:

  • Voice announcements use ICU plural format (en, es, pt, zh, dr, de) due to fractional quanitites #1584
  • Requires Android 7.0 / SDK24+ due to ICU plurals
  • On Android 14+: use Android's AltitudeConverter instead of internal EGM2008

Bugfix:

  • Android 13 couldn't select images from gallery

Developer:

  • Split ActivityType and ActivityIcon