/android

OwnTracks Android App

Primary LanguageKotlinEclipse Public License 1.0EPL-1.0

OwnTracks for Android

This is the OwnTracks Android app. See our booklet for details on how to get started with OwnTracks, as well some details about behaviour specific to the Android app.

Build flavours

There are two build flavours for OwnTracks:

  • gms: This is the build published to the Google Play Store. It links to and requires the Google Play Services libraries for location (using the Google location APIs), as well as the Google Maps SDK for drawing the main map.
  • oss: This is an "un-Googled" build, which does not require or depend on Google Play Services. It uses the built-in android location capabilities and OpenStreetMap for the main map.

Both flavours are published as an APK to Github releases. The gms flavour is distributed via the Google Play Store. The oss flavour is distributed via F-Droid.

Contributing

Pull requests welcome! Please see CONTRIBUTING.md for details on how to build the project locally.

If you spot a translation issue or want to help contribute translating the app into other languages, you can visit POEditor and help out.

CircleCI