Compare commits

..

2 Commits

Author SHA1 Message Date
cddd8cfac5 Build 2021-05-13 14:44:29 +02:00
e57b888393 Spanish translation 2021-05-13 14:40:23 +02:00
5 changed files with 15 additions and 6 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 103 versionCode 104
versionName "1.6.32" versionName "1.6.33"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -5,13 +5,13 @@
"kind": "Directory" "kind": "Directory"
}, },
"applicationId": "com.jens.automation2", "applicationId": "com.jens.automation2",
"variantName": "processGooglePlayFlavorReleaseResources", "variantName": "googlePlayFlavorRelease",
"elements": [ "elements": [
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 102, "versionCode": 104,
"versionName": "1.6.30-googlePlay", "versionName": "1.6.33-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk" "outputFile": "app-googlePlayFlavor-release.apk"
} }
] ]

View File

@ -64,7 +64,6 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"/> <uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"/>
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/> <uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/>
<!-- <uses-permission android:name="net.kollnig.missioncontrol.permission.ADMIN"/>-->
<uses-feature <uses-feature
android:name="android.hardware.telephony" android:name="android.hardware.telephony"

View File

@ -0,0 +1,5 @@
* Konfiguration kann jetzt ex- und importiert werden
* Komponenten vom Hauptbildschirm auf seperaten Bildschirm ausgelagert
* Titel und Text von Benachrichtigungen können jetzt als Variable benutzt werden
* Änderungen in der Programm starten Aktion
* Fortschritte in der Spanisch Übersetzung

View File

@ -0,0 +1,5 @@
* Configuration can now be exported and imported
* Moved some things from main screen to separate screen
* Notification title and text can be used as variable
* Changes in start other app action
* Progressed in Spanish translation