OpenTracks is a sport tracking application that completely respects your privacy.
Free (F-Droid) | Free (Nightly for F-Droid) | Donations |
---|---|---|
Translations are hosted on hosted.weblate.org.
Bluetooth LE sensors:
An overview of tested sensors: README_TESTED_SENSORS.md
OpenTracks can be used with Gadgetbridge:
opentracks:trackid
to avoid duplication (Gadgetbridge 0.53.0 or later).Only required permissions:
OpenTracks includes an API for starting/stopping recording by another installed application (e.g., Automate, Tasker, or Easer). The API can be invoked by sending an explicit Intent to start an activity.
Package
(depends on the variant installed):
de.dennisguse.opentracks
de.dennisguse.opentracks.playStore
de.dennisguse.opentracks.debug
de.dennisguse.opentracks.nightly
Class
:
de.dennisguse.opentracks.publicapi.StartRecording
de.dennisguse.opentracks.publicapi.StopRecording
For testing via adb: adb shell am start -e someParameter someValue -n "package/class"
StartRecording
supports the following parameters:
TRACK_NAME
, TRACK_DESCRIPTION
, TRACK_CATEGORY
, and TRACK_ICON
(non-localized identifier see /src/main/java/de/dennisguse/opentracks/util/TrackIconUtils.java#L38).
NOTE: if TRACK_ICON
is not present, TRACK_CATEGORY
will be used to determine the icon (localized).STATS_TARGET_PACKAGE
and STATS_TARGET_CLASS
The Public API is disabled by default to protect the user's privacy, but it can easily be enabled in the settings.
GPX 1.1 | KML 2.3 | KMZ 2.3 | |
---|---|---|---|
OpenLayers 7.1.0 | ? | no | no |
Golden Cheetah 3.5 | ? | no | no |
GpxPod | ? | ? | ? |
OsmAnd | ? | no | no |
FitTrackee | yes | n/a | n/a |
SportsTracker | yes, single tracks only | no | no |
ExifTool | yes | no | no |
As of v3.3.1, OpenTracks supports custom dashboards for displaying previously recorded and live tracks.
The reference implementation is OSMDashboard, which presents an OpenStreetMap map (showing the current track, incl. updates). The Dashboard API is also used by Gadgetbridge for displaying live track statistics on supported wearables.
Alternatively, recorded tracks can be shared as KMZ/GPX with installed applications ( e.g., OsmAnd). However, this is rather slow and does not provide updates while recording.
The developer documentation is in README_API.md.
OpenTracks is based upon Google My Tracks app (code). My Tracks was initially released by Google in 2010 as open-source software. In 2016, Google decided to discontinue My Tracks and stopped distributing it via the Google Play store in April 2016. Then Plonk42 conducted some maintenance work until 2016, so My Tracks could still be used (based upon version Google's MyTracks version 2.0.6). Plonk42's version is available here. In 2019, OpenTracks was forked from Plonk42's My Tracks and major rework was conducted.
Rework of OpenTracks included:
Artwork, logos and user interface remained more or less unchanged.
More information about Google My Tracks: