This commit is contained in:
Jens 2021-06-24 22:38:12 +02:00
parent 2d9695344b
commit a845ea7c63
8 changed files with 37 additions and 8 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
versionCode 105 versionCode 106
versionName "1.6.34" versionName "1.6.35"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -40,7 +40,6 @@ android {
googlePlayFlavor googlePlayFlavor
{ {
dimension "version" dimension "version"
// applicationIdSuffix ".googlePlay"
versionNameSuffix "-googlePlay" versionNameSuffix "-googlePlay"
targetSdkVersion 29 targetSdkVersion 29
} }
@ -48,15 +47,12 @@ android {
fdroidFlavor fdroidFlavor
{ {
dimension "version" dimension "version"
// applicationIdSuffix ".fdroid"
// versionNameSuffix "-fdroid"
targetSdkVersion 28 targetSdkVersion 28
} }
apkFlavor apkFlavor
{ {
dimension "version" dimension "version"
// applicationIdSuffix ".apk"
versionNameSuffix "-apk" versionNameSuffix "-apk"
targetSdkVersion 28 targetSdkVersion 28
} }

View File

@ -10,8 +10,8 @@
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 105, "versionCode": 106,
"versionName": "1.6.34-googlePlay", "versionName": "1.6.35-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk" "outputFile": "app-googlePlayFlavor-release.apk"
} }
] ]

View File

@ -585,4 +585,5 @@
<string name="locationFound">Position gefunden. Der vorgeschlagene Mindestradius für Orte beträgt %1$d m.</string> <string name="locationFound">Position gefunden. Der vorgeschlagene Mindestradius für Orte beträgt %1$d m.</string>
<string name="locationFoundInaccurate">Es konnte nur eine ungenaue Position gefunden werden. Das funktioniert u.U. nicht zuverlässig. Der vorgeschlagene Mindestradius für Orte beträgt %1$d m.</string> <string name="locationFoundInaccurate">Es konnte nur eine ungenaue Position gefunden werden. Das funktioniert u.U. nicht zuverlässig. Der vorgeschlagene Mindestradius für Orte beträgt %1$d m.</string>
<string name="pleaseGiveBgLocation">Gehen Sie auf dem nächsten Bildschirm bitte auf Berechtigungen, dann Position. Wählen Sie dort Immer erlauben aus, um Automation zu ermöglichen, die Position im Hintergrund zu ermitteln.</string> <string name="pleaseGiveBgLocation">Gehen Sie auf dem nächsten Bildschirm bitte auf Berechtigungen, dann Position. Wählen Sie dort Immer erlauben aus, um Automation zu ermöglichen, die Position im Hintergrund zu ermitteln.</string>
<string name="noLocationCouldBeFound">Leider konnte nach einem Limit von %1$s Sekunden keine Position gefunden werden.</string>
</resources> </resources>

View File

@ -578,4 +578,12 @@
<string name="yes">Si</string> <string name="yes">Si</string>
<string name="clone">Clonare</string> <string name="clone">Clonare</string>
<string name="state">Status</string> <string name="state">Status</string>
<string name="urlToTriggerExplanation">Questa funzione NON apre un navigatore, ma attiva un indirizzo URL in secondo piano. Puoi usarla per esempio per mandare dei comandi al tuo sistema di domotica.</string>
<string name="automaticUpdateCheck">Controlla aggiornamenti</string>
<string name="automaticUpdateCheckSummary">Applicabile solo alla versione APK.</string>
<string name="updateAvailable">C\'è un nuovo aggiornamento disponibile. Vuoi aprire il navigatore per scaricarlo?</string>
<string name="locationFound">Ubicazione trovata. Il raggio minimo per le ubicazioni è di %1$d m.</string>
<string name="locationFoundInaccurate">È stato possibile solo trovare una ubicazione con una precisione limitata. Potrebbe non funzionare in maniera affidabile. Il raggio minimo per le ubicazioni è di %1$d m.</string>
<string name="noLocationCouldBeFound">Nessuna posizione è stata trovata dopo un tempo di attesa di %1$s seconds.</string>
<string name="pleaseGiveBgLocation">Nella schermata successiva vai su permessi, poi posizione. Lì seleziona \"Consenti sempre\" per permettere ad Automation di determinare la tua posizione in secondo piano.</string>
</resources> </resources>

View File

@ -0,0 +1,6 @@
* Übersetzungen aktualisiert.
* Layout Verbesserungen
* Fehler behoben, bei dem die Konfiguration auf manchen Geräten nicht exportiert werden konnte
* Ein Problem behoben, bei dem auf manchen Geräten keine Orte verwaltet werden konnten (die Position konnte nicht gefunden werden)
* Automatische Prüfung auf neue Versionen in der APK Version
* Regeln können jetzt geklont werden.

View File

@ -0,0 +1,6 @@
* Translations updated.
* Layout optimizations
* Fixed a bug during config export that affected few users
* Fixed a problem in the management of locations that occured on few devices (location couldn't be found)
* Automatic update check for APK version
* Rules can now be cloned

View File

@ -0,0 +1,6 @@
* Traducciones actualizadas
* Optimizaciones de diseño
* Arregló un fallo durante la exportación de config que afectó a pocos usuarios
* Arregló un problema en la gestión de lugares que se produjeron en pocos dispositivos (la ubicación no se pudo encontrar)
* Comprobación de actualización automática para la versión APK
* Las reglas ahora pueden ser clonadas

View File

@ -0,0 +1,6 @@
* Traduzioni aggiornate.
* Ottimizzazione del layout
* Corretto un bug durante l'esportazione di configurazione che ha interessato pochi utenti
* Risolto un problema nella gestione delle posizioni che si sono verificate su pochi dispositivi (la posizione non potrebbe essere trovata)
* Controllo aggiornamento automatico per la versione APK
* Le regole possono ora essere clonate