Compare commits
	
		
			2 Commits
		
	
	
		
			v1.6.39
			...
			5a7cbfcdc9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5a7cbfcdc9 | |||
| 913a37a320 | 
@@ -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 109
 | 
					        versionCode 111
 | 
				
			||||||
        versionName "1.6.39"
 | 
					        versionName "1.6.41"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
					        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "version": 2,
 | 
					  "version": 3,
 | 
				
			||||||
  "artifactType": {
 | 
					  "artifactType": {
 | 
				
			||||||
    "type": "APK",
 | 
					    "type": "APK",
 | 
				
			||||||
    "kind": "Directory"
 | 
					    "kind": "Directory"
 | 
				
			||||||
@@ -10,9 +10,11 @@
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
      "type": "SINGLE",
 | 
					      "type": "SINGLE",
 | 
				
			||||||
      "filters": [],
 | 
					      "filters": [],
 | 
				
			||||||
      "versionCode": 107,
 | 
					      "attributes": [],
 | 
				
			||||||
      "versionName": "1.6.36-googlePlay",
 | 
					      "versionCode": 111,
 | 
				
			||||||
 | 
					      "versionName": "1.6.41-googlePlay",
 | 
				
			||||||
      "outputFile": "app-googlePlayFlavor-release.apk"
 | 
					      "outputFile": "app-googlePlayFlavor-release.apk"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ],
 | 
				
			||||||
 | 
					  "elementType": "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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
<network-security-config>
 | 
					<network-security-config>
 | 
				
			||||||
    <base-config>
 | 
					    <base-config
 | 
				
			||||||
 | 
					        cleartextTrafficPermitted="true">
 | 
				
			||||||
        <trust-anchors>
 | 
					        <trust-anchors>
 | 
				
			||||||
            <!-- Trust preinstalled CAs -->
 | 
					            <!-- Trust preinstalled CAs -->
 | 
				
			||||||
            <certificates src="system" />
 | 
					            <certificates src="system" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ buildscript {
 | 
				
			|||||||
        jcenter()
 | 
					        jcenter()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    dependencies {
 | 
					    dependencies {
 | 
				
			||||||
        classpath 'com.android.tools.build:gradle:7.0.0'
 | 
					        classpath 'com.android.tools.build:gradle:7.0.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
					        // NOTE: Do not place your application dependencies here; they belong
 | 
				
			||||||
        // in the individual module build.gradle files
 | 
					        // in the individual module build.gradle files
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/de-DE/changelogs/110.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/de-DE/changelogs/110.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* HTTP Klartext wieder entfernt, hat nicht kompiliert.
 | 
				
			||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/de-DE/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/de-DE/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* Klartext HTTP Datenverkehr für URL-Auslösen-Aktionen ermöglicht.
 | 
				
			||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/en-US/changelogs/110.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/en-US/changelogs/110.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* Removed again, wouldn't compile.
 | 
				
			||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/en-US/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/en-US/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* Allowed cleartext HTTP traffic for rules using triggerUrl action
 | 
				
			||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/es-ES/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/es-ES/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* Permitido texto claro HTTP tráfico para reglas usando el gatillo Acción urgente
 | 
				
			||||||
							
								
								
									
										1
									
								
								fastlane/metadata/android/it-IT/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fastlane/metadata/android/it-IT/changelogs/111.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					* Cleartext http traffico dati per le azioni di trigger URL abilitate.
 | 
				
			||||||
		Reference in New Issue
	
	Block a user