OpenTracks Versions Save

OpenTracks is a sport tracking application that completely respects your privacy.

v4.12.3

2 weeks ago

v4.12.3: OpenTracks

Bugfix:

  • Using GPS and IDLE functionality stored coordinates 0.0/0.0 and thus overestimating all statistics (distance >10.000 km). (Introduced in v4.12.0)
  • Idle: also trigger if only one location was received.

Regarding the overestimating distance bug: the stored data will not be fixed within OpenTracks. Recommendation: export the as KML/KMZ and replace the invalid coordinates.

v4.12.2

1 month ago

v4.12.2.: OpenTracks

Bugfix:

  • Allow to start sensors before recording

v4.12.1

1 month ago

v4.12.1: OpenTracks

Bugfix:

  • Android 14: report missing permissions (instead of forced chrash with stacktrace)
  • POST_NOTIFICATION is optional

v4.12.0

2 months ago

v4.12.0: OpenTracks

Changes:

  • OLED friendly dark theme (requires manual restart)
  • Re-order settings (GPS is a sensor)

Developer:

  • Added scripts for Fastlane to PlayStore upload (translations)

v4.11.3

2 months ago

v4.11.3: OpenTracks

Changes:

  • New sticker design!
  • New screenshots!
  • KMZ importer supports any KML file inside a KMZ

Bugfix:

  • Marker list back button works
  • Public API stop shouldn't start foreground service (2nd try)

v4.11.2

3 months ago

v4.11.2: OpenTracks

Bugfix:

  • Recording stopped when screen turned of (introduced in v4.11.1) (reverting da3dd29b8e44624a8222caea9067955f252ef5f8)

v4.11.1

3 months ago

v4.11.1: OpenTracks

Bugfix:

  • PublicAPI crashed when stopping

v4.11.0

3 months ago

v4.11.0: OpenTracks

Changes:

  • Location for Markers is taken opening add dialog (was save)
  • Charts: use less sprace for axes
  • Charts: do not fill when showing more than two lines
  • Voice announcements improved (skip decimal if .0)

v4.10.1

4 months ago

v4.10.1: OpenTracks

Changes:

  • Android 14: crash on recording start if permissions are not granted
  • Chart titles are more compact

Bugfix:

  • BLE sensor re-connect resulted in crash (introduced in v4.9.6)
  • Cycling power was not processed (introduced in v4.9.6)
  • Cycling cadence as well as distance allow for repeated data
  • BLE barometer data was not processed correctly

v4.10.0

4 months ago

v4.10.0: OpenTracks

Changes:

  • Support gain/loss via BLE Environmental Sensing (barometer)
  • Internal barometer can be turned off (e.g., if broken)
  • Material3 for preference switches
  • SplashScreen supports day/night mode
  • Bluetooth sensor settings: show selected sensor name (if cached by Android)

Bugfix:

  • Interval UI was misaligned

Developer:

  • Cleanup TrackRecordingServiceConnection
  • TrackRecordingService always starts as ForegroundService