Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.52 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.52 KB

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 also distributed via the Google Play Store. Hopefully, the oss will soon be distributed on 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