• Stars
    star
    1,328
  • Rank 35,168 (Top 0.7 %)
  • Language
    Kotlin
  • License
    Eclipse Public Li...
  • Created over 10 years ago
  • Updated 29 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OwnTracks Android App

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. N.B. this is currently unavailable until we remove a specific closed-source dependency. See #1288

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