Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #295

Merged
merged 2 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Remove network security config
run: |
rm ./app/src/main/res/xml/network_security_config.xml
- name: Setup Java JDK
uses: actions/setup-java@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Remove network security config
run: |
rm ./app/src/main/res/xml/network_security_config.xml
- name: Setup Java JDK
uses: actions/setup-java@v1
with:
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ It helps you to take your privacy back!

If you want to help us improve this application, you can:
- [Translate app](https://github.com/Exodus-Privacy/exodus-android-app#translation)
- Use [the issues](https://github.com/Exodus-Privacy/exodus-android-app/issues) to report bugs
- Open [discussions](https://github.com/Exodus-Privacy/exodus-android-app/discussions) to propose ideas or feature requests
- Use [the issues](https://github.com/Exodus-Privacy/exodus-android-app/issues) to report bugs and propose ideas or feature requests
- Join us on our [IRC channel #exodus-android-app on Libera.chat](https://web.libera.chat/?nick=webguest?#exodus-android-app) (also bridged on [Matrix channel #exodus-android-app:matrix.org](https://matrix.to/#/#exodus-android-app:matrix.org))


Expand All @@ -57,7 +56,7 @@ 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 35 languages can be translated in Crowdin.
- 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
Expand Down Expand Up @@ -85,6 +84,15 @@ https://crowdin.com/project/exodus-android-app
./gradlew test
```

**Execute instrumented tests**

```
./gradlew connectedAndroidTest
```

- To execute test move [network_security_config.xml](/doc/network_security_config.xml) in [/app/src/main/res/xml](/app/src/main/res/xml)
- Add ```android:networkSecurityConfig="@xml/network_security_config"``` in [AndroidManifest.xml](/app/src/main/AndroidManifest.xml)

### Links

- [Privacy-Policy](https://exodus-privacy.eu.org/en/page/privacy-policy/)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 14
versionName "3.0.1"
versionCode 15
versionName "3.1.0"
testInstrumentationRunner 'org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner'
buildConfigField "String", "EXODUS_API_KEY", "\"$System.env.EXODUS_API_KEY\""
javaCompileOptions {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix crashs and bugs
- Bump dependencies
- Add support to Android 13
- Add themed icon for Android 13
- Add button to refresh reports
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Corrections des plantages et bogues
- Mise à jour des dépendances
- Ajout du support d'Android 13
- Ajout de l'icône adaptative sur Android 13
- Ajout d'un button pour actualiser les rapports