Merge branch 'autoVerify-false' into 'master'
set App Link Auto Verify to false See merge request fdroid/fdroidclient!896
This commit is contained in:
		
						commit
						73f1725da9
					
				@ -124,7 +124,7 @@ public final class LocalRepoManager {
 | 
			
		||||
 | 
			
		||||
    private String writeFdroidApkToWebroot() {
 | 
			
		||||
        ApplicationInfo appInfo;
 | 
			
		||||
        String fdroidClientURL = "https://f-droid.org/FDroid.apk";
 | 
			
		||||
        String fdroidClientURL = "https://f-droid.org/F-Droid.apk";
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
            appInfo = pm.getApplicationInfo(fdroidPackageName, PackageManager.GET_META_DATA);
 | 
			
		||||
 | 
			
		||||
@ -301,7 +301,7 @@
 | 
			
		||||
                <data android:scheme="fdroid.app"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter android:autoVerify="true">
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
@ -319,7 +319,7 @@
 | 
			
		||||
                <data android:pathPattern="/.*/packages/.*/"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
@ -346,7 +346,7 @@
 | 
			
		||||
                <data android:scheme="market" android:host="details"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
@ -367,7 +367,7 @@
 | 
			
		||||
                <data android:scheme="amzn" android:host="apps" android:path="/android"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
@ -401,7 +401,7 @@
 | 
			
		||||
                <data android:scheme="market" android:host="search"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
@ -439,7 +439,7 @@
 | 
			
		||||
            This filter supports HTTP and HTTPS schemes. There is an additional filter for
 | 
			
		||||
            fdroidrepo:// and fdroidrepos://
 | 
			
		||||
            -->
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
            <intent-filter android:autoVerify="false">
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.BROWSABLE"/>
 | 
			
		||||
 | 
			
		||||
@ -262,7 +262,7 @@ public class AppDetailsActivity extends AppCompatActivity
 | 
			
		||||
            shareIntent.setType("text/plain");
 | 
			
		||||
            shareIntent.putExtra(Intent.EXTRA_SUBJECT, app.name);
 | 
			
		||||
            shareIntent.putExtra(Intent.EXTRA_TEXT, app.name + " (" + app.summary
 | 
			
		||||
                    + ") - https://f-droid.org/app/" + app.packageName);
 | 
			
		||||
                    + ") - https://f-droid.org/packages/" + app.packageName);
 | 
			
		||||
 | 
			
		||||
            boolean showNearbyItem = app.isInstalled(getApplicationContext()) && bluetoothAdapter != null;
 | 
			
		||||
            CoordinatorLayout coordinatorLayout = (CoordinatorLayout) findViewById(R.id.rootCoordinator);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user