Skip to content

Exodus-Privacy/exodus-android-app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Update X icons and strings in app

* Update icons

* Update preference key

* Fix translations
3ca5ef1

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 12, 2023 18:41
doc
May 25, 2023 20:55
September 12, 2023 18:41
April 19, 2023 18:12
February 20, 2018 13:54
August 18, 2023 11:16
September 12, 2023 18:41
September 12, 2023 18:41
September 12, 2023 18:41
September 12, 2023 18:41

Exodus - Android Application

Exodus is an Android application that lets you know what trackers are embedded in apps installed on your smartphone using the εxodus platform. It also lets you know the permissions required by any apps on your smartphone.

It helps you to take your privacy back!

Build Status GitHub release (latest by date) Crowdin

Get it on F-Droid Get it on Google Play Download APK from GitHub

Screenshots

Contributing

If you want to help us improve this application, you can:

Translation

Do you want to help translate the application? Contribute here:

https://crowdin.com/project/exodus-android-app

  • Exodus is fully translated into 2 languages and 36 languages can be translated in Crowdin.
  • You can translate app on Github but remember to insert a backslash \ before any apostrophe '.

Development

If you would like to improve app code and have skills about development, you are most welcome.

  • You can find work in issues or in Exodus project.
  • Before submitting pull requests please, execute Kotlin Liner.
  • Do not create pull requests to update dependencies, we have dependabot.

Build APK Debug

./gradlew assembleDebug

Execute Kotlin Liner

./gradlew app:ktlintCheck --info

Execute local unit tests

./gradlew test

Execute instrumented tests

./gradlew connectedAndroidTest