2 Commits

Author SHA1 Message Date
913a37a320 disallow http again because wouldn't compile 2021-08-20 13:46:04 +02:00
14655fe55d allow http 2021-08-20 13:25:36 +02:00
9 changed files with 7 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 108 versionCode 110
versionName "1.6.38" versionName "1.6.40"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -75,7 +75,6 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true" android:allowClearUserData="true"
android:icon="@drawable/gears" android:icon="@drawable/gears"
android:label="@string/app_name" android:label="@string/app_name"

View File

@ -72,7 +72,6 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true" android:allowClearUserData="true"
android:icon="@drawable/gears" android:icon="@drawable/gears"
android:label="@string/app_name" android:label="@string/app_name"

View File

@ -66,7 +66,6 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true" android:allowClearUserData="true"
android:icon="@drawable/gears" android:icon="@drawable/gears"
android:label="@string/app_name" android:label="@string/app_name"

View File

@ -0,0 +1 @@
* Klartext HTTP Datenverkehr für URL-Auslösen-Aktionen ermöglicht.

View File

@ -0,0 +1 @@
* HTTP Klartext wieder entfernt, hat nicht kompiliert.

View File

@ -1,4 +1,4 @@
* Translations updated. * Translations updated.
* New action: Vibrate * New action: Vibrate
* Improved speed calculation * Improved speed calculation
* Position of tabbar can be chosen (top/bottom) * Position of tab-bar can be chosen (top/bottom)

View File

@ -0,0 +1 @@
* Allowed cleartext HTTP traffic for rules using triggerUrl action

View File

@ -0,0 +1 @@
* Removed again, wouldn't compile.