Awesome
<h1 align="center">Exodus - Android Application</h1>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!
<p align="center"> <a href="https://github.com/Exodus-Privacy/exodus-android-app/actions/workflows/main.yml"> <img src="https://github.com/Exodus-Privacy/exodus-android-app/actions/workflows/main.yml/badge.svg?branch=master" alt="Build Status"/> </a> <a href="https://github.com/Exodus-Privacy/exodus-android-app/releases"> <img src="https://img.shields.io/github/v/release/Exodus-Privacy/exodus-android-app" alt="GitHub release (latest by date)"/> </a> <a href="https://crowdin.com/project/exodus-android-app"> <img src="https://badges.crowdin.net/exodus-android-app/localized.svg" alt="Crowdin"/> </a> </p> <div align="center"> <a href="https://f-droid.org/packages/org.eu.exodus_privacy.exodusprivacy/"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80" align="center" /> </a> <a href="https://play.google.com/store/apps/details?id=org.eu.exodus_privacy.exodusprivacy"> <img src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' alt='Get it on Google Play' height="80" align="center" /> </a> <a href="https://github.com/Exodus-Privacy/exodus-android-app/releases/latest/"> <img src="https://user-images.githubusercontent.com/663460/26973090-f8fdc986-4d14-11e7-995a-e7c5e79ed925.png" alt="Download APK from GitHub" height="80" align="center" /> </a> <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/Exodus-Privacy/exodus-android-app"> <img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="55" align="center" /> </a> </div>Screenshots
<p align="center"> <a href="./fastlane/metadata/android/en-US/images/phoneScreenshots/app_list.png"> <img src="https://github.com/Exodus-Privacy/exodus-android-app/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/app_list.png" height="600"> </a> <a href="./fastlane/metadata/android/en-US/images/phoneScreenshots/tracker1.png"> <img src="https://github.com/Exodus-Privacy/exodus-android-app/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/tracker1.png" height="600"> </a> <a href="./fastlane/metadata/android/en-US/images/phoneScreenshots/report2.png"> <img src="https://github.com/Exodus-Privacy/exodus-android-app/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/report2.png" height="600"> </a> </p>Contributing
If you want to help us improve this application, you can:
- Translate the app
- Use issues to report bugs and propose ideas or feature requests
- Join us on our IRC channel #exodus-android-app on Libera.chat
Translation
Do you want to help to translate the application? Contribute here:
https://crowdin.com/project/exodus-android-app
- Exodus is fully translated into 5 languages and 27 languages can be translated in Crowdin.
- You can translate the app on Github but don't forget to insert a backslash
\
before any apostrophe'
.
Development
If you would like to improve app code and have development skills, you are most welcome.
- You can find work in issues.
- Before submitting pull requests please, execute Kotlin Liner and instrumented tests.
- Change needs to work on all devices between Android 6 and Android 14.
- UI changes need to work in light mode, dark mode, and RTL.
- Do not create pull requests to update dependencies, we have dependabot.
Build APK Debug
./gradlew assembleDebug
Execute Kotlin Liner
./gradlew app:ktlintCheck --info
Execute instrumented tests
./gradlew connectedAndroidTest
- To execute tests move network_security_config.xml to /app/src/main/res/xml
- Add
android:networkSecurityConfig="@xml/network_security_config"
in AndroidManifest.xml
How to use app on Android 5
- We have recently drop the support of Android 5, but 3.3.0 version continue to be available here