{"id":13548657,"url":"https://github.com/owntracks/android","last_synced_at":"2025-05-14T07:08:26.762Z","repository":{"id":13784200,"uuid":"16479425","full_name":"owntracks/android","owner":"owntracks","description":"OwnTracks Android App","archived":false,"fork":false,"pushed_at":"2025-05-05T19:39:32.000Z","size":16991,"stargazers_count":1464,"open_issues_count":105,"forks_count":486,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-05-05T20:44:19.061Z","etag":null,"topics":["android","client","geolocation","http","java","json","mqtt","owntracks"],"latest_commit_sha":null,"homepage":"http://owntracks.org","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owntracks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"liberapay":"owntracks.org"}},"created_at":"2014-02-03T12:56:26.000Z","updated_at":"2025-05-05T19:39:35.000Z","dependencies_parsed_at":"2023-11-10T19:24:11.984Z","dependency_job_id":"ae4052c3-2c5e-4998-8556-a3b4e79ac860","html_url":"https://github.com/owntracks/android","commit_stats":{"total_commits":3135,"total_committers":52,"mean_commits":60.28846153846154,"dds":0.5355661881977671,"last_synced_commit":"c97e94e57395e2fdb0922a0951f06b78c4beea41"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owntracks%2Fandroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owntracks%2Fandroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owntracks%2Fandroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owntracks%2Fandroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owntracks","download_url":"https://codeload.github.com/owntracks/android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092776,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","client","geolocation","http","java","json","mqtt","owntracks"],"created_at":"2024-08-01T12:01:12.954Z","updated_at":"2025-05-14T07:08:26.750Z","avatar_url":"https://github.com/owntracks.png","language":"Kotlin","readme":"# OwnTracks for Android\n\nThis is the OwnTracks Android app. See our [booklet](http://owntracks.org/booklet/features/android/) for details on how to get started with OwnTracks, as well some details about behaviour specific to the Android app.\n\n![GitHub License](https://img.shields.io/github/license/owntracks/android) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/owntracks/android/build-and-test.yaml?branch=master) [![Get it on Google Play](https://img.shields.io/endpoint?color=green\u0026logo=google-play\u0026logoColor=green\u0026url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dorg.owntracks.android%26gl%3DUS%26hl%3Den%26l%3D%24name%26m%3D%24version)](https://play.google.com/store/apps/details?id=org.owntracks.android\u0026hl=en_GB) [![F-Droid Version](https://img.shields.io/f-droid/v/org.owntracks.android)](https://f-droid.org/en/packages/org.owntracks.android/) [\u003cimg src=\"https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/org.owntracks.android\"\u003e](https://apt.izzysoft.de/packages/org.owntracks.android)\n\n\n\n## Build flavours\n\nThere are two build flavours for OwnTracks:\n\n* `gms`: This is the build published to the [Google Play Store](https://play.google.com/store/apps/details?id=org.owntracks.android). 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.\n* `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 defaults to [OpenStreetMap](https://www.openstreetmap.org/) for the main map. Available via [F-Droid](https://f-droid.org/packages/org.owntracks.android/).\n\nBoth flavours are published as an APK to Github releases.\n\n### Signing keys\n\n* Google Play store-distributed builds are signed with Google's App signing key: `02:FD:16:4A:95:46:17:F0:B7:94:57:97:37:C9:7A:07:B8:31:83:1D:0A:05:90:C3:8D:07:2B:FE:29:01:08:F1`\n* APKs attached to Github Releases are signed with our own key: `1F:C4:DE:52:D0:DA:A3:3A:9C:0E:3D:67:21:7A:77:C8:95:B4:62:66:EF:02:0F:AD:0D:48:21:6A:6A:D6:CB:70`\n* F-Droid builds are signed with their own key, details at \u003chttps://f-droid.org/en/docs/Release_Channels_and_Signing_Keys/\u003e\n\n## Contributing\n\nPull requests welcome! Please see [CONTRIBUTING.md](https://github.com/owntracks/android/blob/master/CONTRIBUTING.md) for details on how to build the project locally.\n\nIf you spot a translation issue or want to help contribute translating the app into other languages, you can visit [POEditor](https://poeditor.com/join/project?hash=xe6LPP0Jnx) and help out.\n","funding_links":["https://liberapay.com/owntracks.org"],"categories":["Kotlin","Android Apps"],"sub_categories":["Android Travel"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowntracks%2Fandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowntracks%2Fandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowntracks%2Fandroid/lists"}