chore: add redirect.self.xyz to app link domains (#415)

* chore: add redirect.self.xyz to app link domains

* chore: add redirect.self.xyz to android manifest

* add self in the universal link path

* set gestureEnabled false on Launch screen

* improve ProveScreen UX

* improve ProveScreen UX

* implement deeplinking in mobile app and sdk

* start app listener in ViewFinder

* support WS connexion with complex qrcodes

* remove /self path from android deeplink support

---------

Co-authored-by: turboblitz <florent.tavernier@gmail.com>
This commit is contained in:
turnoffthiscomputer
2025-03-21 16:55:11 -04:00
committed by GitHub
parent f501bf47a4
commit 36a29c9a21
17 changed files with 321 additions and 89 deletions

View File

@@ -35,6 +35,11 @@
<action android:name="android.nfc.action.TECH_DISCOVERED"/>
<action android:name="android.nfc.action.TAG_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="redirect.self.xyz"
android:pathPrefix="/" />
</intent-filter>
<meta-data