release 2.1.0

This commit is contained in:
Schoumi 2020-07-07 01:48:10 +02:00
parent 67b672a699
commit f8b7ae1824
16 changed files with 65 additions and 14 deletions

View File

@ -1,14 +1,14 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "org.eu.exodus_privacy.exodusprivacy"
minSdkVersion 17
targetSdkVersion 28
versionCode 8
versionName "2.0.0"
targetSdkVersion 29
versionCode 9
versionName "2.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@ -24,8 +24,8 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dataBinding {
enabled = true
buildFeatures {
dataBinding = true
}
}
@ -36,7 +36,8 @@ dependencies {
})
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
testImplementation 'junit:junit:4.12'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'com.google.android.material:material:1.1.0'
testImplementation 'junit:junit:4.13'
}

View File

@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -0,0 +1,7 @@
يساعدك Exodus Privacy على معرفة أي مِن المتعقبين والتصريحات المدمجة في التطبيقات المثبتة على جهازك.
يقوم التطبيق بتحميل التقارير من Exodus Privacy (https://exodus-privacy.eu.org/) ويعرضها عليك تطبيقًا تلو الآخر
بإمكان التطبيق اكتشاف التطبيقات المثبتة من متجر Google Play فقط.
الرمز المصدري: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -0,0 +1 @@
يُظهِر المتعقّبِين والتصريحات التي تطلبها التطبيقات المثبتة الأخرى

View File

@ -0,0 +1,7 @@
Exodus Privacy us ajuda a saber quins rastrejadors i permisos estan incrustats en les aplicacions instal·lades al vostre dispositiu.
The app downloads reports from Exodus Privacy (https://exodus-privacy.eu.org/) and shows them to you app by app
L'aplicació només pot detectar les aplicacions instal·lades des de la botiga Google Play.
Codi font: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -0,0 +1 @@
Mostra els rastrejadors i els permisos de les aplicacions instal·lades

View File

@ -0,0 +1,7 @@
Exodus Privacy hilft Ihnen zu wissen, welche Tracker und Berechtigungen in Apps eingebettet sind, die auf Ihrem Gerät installiert sind.
Die App lädt Berichte von Exodus Privacy (https://exodus-privacy.eu.org/) herunter und zeigt sie für jede App
Die App kann nur installierte Apps aus dem Google Play Store erkennen.
Quellcode: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -0,0 +1 @@
Tracker und Berechtigungen anderer installierter Apps anzeigen

View File

@ -0,0 +1,7 @@
Το Exodus Privacy σάς βοηθά να γνωρίζετε ποια trackers και ποια δικαιώματα, βρίσκονται μέσα στις εφαρμογές που είναι εγκατεστημένες στην συσκευή σας.
Η εφαρμογή κατεβάζει αναφορές από το Exodus Privacy (https://exodus-privacy.eu.org/) και τις εμφανίζει σε κάθε μία απο τις εφαρμογές σας
Η εφαρμογή μπορεί να εντοπίσει μόνο εφαρμογές που έχουν εγκατασταθεί από το Google Play store.
Πηγαίος Κώδικας: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -0,0 +1 @@
Εμφάνιση ιχνηλατών και αδειών από άλλες εγκατεστημένες εφαρμογές

View File

@ -0,0 +1,4 @@
- Add Trackers Page
- Add F-Droid detection Support
- bug fix
- New Translations (Italian, Russian, Greek, Arabic, German, and Catalan)

View File

@ -0,0 +1,4 @@
- Ajout de la page des pisteurs
- Ajout de la détection pour F-Droid
- Correction de bug
- Nouvelles Traductions (Italien, Russe, Grec , Arabe, Allemand et Catalan)

View File

@ -0,0 +1,7 @@
Exodus Privacy ti aiuta a sapere quali tracker e permessi sono incorporati nelle applicazioni installate sul tuo smartphone.
L'app scarica i report da Exodus Privacy (https://exodus-privacy.eu.org/) e li mostra all'app per app
L'applicazione può rilevare solo le applicazioni installate dal Google Play store.
Codice sorgente: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -0,0 +1 @@
Mostra tracker e permessi da altre applicazioni installate

View File

@ -1,5 +1,7 @@
Exodus Privacy поможет узнать, какие трекеры и разрешения встроены в приложения, установленные на вашем устройстве.
Приложение загружает отчёты с сайта Exodus Privacy (https://exodus-privacy.eu.org/) и показывает их вам отдельно для каждого приложения.
Оно загружает отчёты из базы Exodus Privacy (https://exodus-privacy.eu.org/) и показывает их для каждого приложения.
Проанализированы могут быть только приложения, установленные из Google Play.
Исходный код: https://github.com/Exodus-Privacy/exodus-android-app/

View File

@ -1,6 +1,6 @@
#Mon Mar 09 14:14:27 CET 2020
#Tue Jul 07 01:06:44 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip