support 1 and 2 level nested repos in QR Code URLs
This adds support for QR Code URLs nested in dirs 1 or two levels deep. This supports things like the Amazon S3 URLs.
This commit is contained in:
parent
13f52e1b50
commit
182aea0f98
@ -156,6 +156,8 @@
|
||||
the QR Code for sending the local repo to another device.
|
||||
-->
|
||||
<data android:path="/FDROID/REPO" />
|
||||
<data android:path="/.*/FDROID/REPO" />
|
||||
<data android:path="/.*/.*/FDROID/REPO" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user