Compare commits
No commits in common. "cddd8cfac55fb6daab39ade5fb5816f55d6b9cb9" and "c922f8c7fcc3dadd91f9d2752b423dd209a64003" have entirely different histories.
cddd8cfac5
...
c922f8c7fc
@ -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 104
|
versionCode 103
|
||||||
versionName "1.6.33"
|
versionName "1.6.32"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
"kind": "Directory"
|
"kind": "Directory"
|
||||||
},
|
},
|
||||||
"applicationId": "com.jens.automation2",
|
"applicationId": "com.jens.automation2",
|
||||||
"variantName": "googlePlayFlavorRelease",
|
"variantName": "processGooglePlayFlavorReleaseResources",
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 104,
|
"versionCode": 102,
|
||||||
"versionName": "1.6.33-googlePlay",
|
"versionName": "1.6.30-googlePlay",
|
||||||
"outputFile": "app-googlePlayFlavor-release.apk"
|
"outputFile": "app-googlePlayFlavor-release.apk"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
<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"
|
||||||
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user