Skip to content

Releases: OpenTracksApp/OpenTracks

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

v3.2.10

25 Dec 09:18
Compare
Choose a tag to compare

v3.2.10: OpenTracks

Changes:

  • ChartView is not configurable anymore
  • After reboot: removed automatic restart of an unfinished recording

Bugfix:

  • Speech announcements use MAY_DUCK (again)
  • ChartView shows markers (again)
  • Fixed landscape layout of TrackListActivity
  • Request legacy file API behavior (necessary for Android 10)

v3.2.9

04 Dec 18:57
Compare
Choose a tag to compare

v3.2.9: OpenTracks

Changes:

  • Option to keep screen on while recording
  • Markers: removed split markers completely
  • Voice announcement now work without READ_PHONE_STATE permission

Bugfixes:

  • Statistics: heart rate was not shown
  • Statistics: time was briefly reset to 0s

v3.2.8

29 Nov 22:19
Compare
Choose a tag to compare

v3.2.8: OpenTracks

Changes:

  • Chart: zoom via gestures

Bugfixes:

  • Export via KMZ did not export picture filenames correctly
  • Sharing multiple tracks did not include KMZ files
  • MarkerDetailActivity's UI was not shown
  • Settings crashed if preference of heart rate was not initialized

v3.2.7

25 Nov 21:04
Compare
Choose a tag to compare

v3.2.7: OpenTracks

Changes:

  • Notification show GPS accuracy
  • Show heads-up notification if GPS accuracy drops beyond threshold
  • Always show chart by time as well as by distance
  • Added help (in Settings)

Bugfix:

  • TrackDetailActivity: disabled non-working landscape mode (temporary)

v3.2.6

19 Nov 21:10
Compare
Choose a tag to compare

v3.2.6: OpenTracks

Changes:

  • Heart rate monitor: scan for available devices
  • Remove shortcut to Bluetooth settings

Developer:

  • Preferences: moved default of preferences from code to xml

v3.2.5

08 Nov 23:14
Compare
Choose a tag to compare

v3.2.5: OpenTracks

Changes:

  • Disable activity change
  • Add permission for Android 10: recording location data

Bugfix:

  • Fix reset settings

Developer:

  • Preferences
    • if Settings cannot be loaded reset all preferences
    • moved access to preferences to PreferencesUtil
    • moved default of preferences from code to xml
    • use SummaryProvider

v3.2.4

01 Nov 22:55
Compare
Choose a tag to compare

v3.2.4: OpenTracks

Bugfix:

  • Settings activity crashes
    Removed possibility to change voice/split frequency from the context menu

v3.2.3

31 Oct 21:15
Compare
Choose a tag to compare

v3.2.3: OpenTracks

Changes:

  • Sharing: use Android Sharesheet
  • Sharing: share multiple tracks as individual files
  • Use Android ShareSheet
  • Heart rate sensor (Bluetooth LE): automatic reconnect

Bugfix:

  • Heart rate sensor (Bluetooth LE): disconnect properly
  • Heart rate wasn't always shown while recording

Developer:

  • Enabled TravisCI instrumentation tests

v3.2.2

21 Oct 21:00
Compare
Choose a tag to compare

v3.2.2: OpenTracks

Changes:

  • Removed aggregated stats
  • Migrated to Material Design

Bugfix:

  • Fixed export of sensor data
  • Fixed import of incomplete sensor data

Developer:

  • Replaced actionbar with toolbar
  • Migrated to androidx appcompat (incl. Material Design)