Compare commits

..

No commits in common. "cddd8cfac55fb6daab39ade5fb5816f55d6b9cb9" and "c922f8c7fcc3dadd91f9d2752b423dd209a64003" have entirely different histories.

5 changed files with 6 additions and 15 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 104
versionName "1.6.33"
versionCode 103
versionName "1.6.32"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

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

View File

@ -64,6 +64,7 @@
<uses-permission android:name="android.permission.FOREGROUND_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="net.kollnig.missioncontrol.permission.ADMIN"/>-->
<uses-feature
android:name="android.hardware.telephony"

View File

@ -1,5 +0,0 @@
* 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

@ -1,5 +0,0 @@
* 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