mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
register to receive gitlab nightly URLs
They have one more path segment than the others, e.g.: https://gitlab.com/fdroid/fdroidclient-nightly/raw/master/fdroid/repo
This commit is contained in:
@@ -471,6 +471,8 @@
|
||||
<data android:pathPattern="/.*/.*/fdroid/repo/*"/>
|
||||
<data android:pathPattern="/.*/.*/.*/fdroid/repo"/>
|
||||
<data android:pathPattern="/.*/.*/.*/fdroid/repo/*"/>
|
||||
<data android:pathPattern="/.*/.*/.*/.*/fdroid/repo"/>
|
||||
<data android:pathPattern="/.*/.*/.*/.*/fdroid/repo/*"/>
|
||||
<data android:path="/fdroid/archive"/>
|
||||
<data android:pathPattern="/fdroid/archive/*"/>
|
||||
<data android:pathPattern="/.*/fdroid/archive"/>
|
||||
@@ -479,6 +481,8 @@
|
||||
<data android:pathPattern="/.*/.*/fdroid/archive/*"/>
|
||||
<data android:pathPattern="/.*/.*/.*/fdroid/archive"/>
|
||||
<data android:pathPattern="/.*/.*/.*/fdroid/archive/*"/>
|
||||
<data android:pathPattern="/.*/.*/.*/.*/fdroid/archive"/>
|
||||
<data android:pathPattern="/.*/.*/.*/.*/fdroid/archive/*"/>
|
||||
<!--
|
||||
Some QR Code scanners don't respect custom schemes like fdroidrepo://,
|
||||
so this is a workaround, since the local repo URL is all uppercase in
|
||||
|
||||
Reference in New Issue
Block a user