mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
committed by
GitHub
parent
f501bf47a4
commit
36a29c9a21
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user