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:
Hans-Christoph Steiner 2014-07-11 17:28:41 -04:00
parent 13f52e1b50
commit 182aea0f98

View File

@ -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" />