From d8d185b9282ff4c6792ff0bdfa1447df37e9ff54 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 01:49:12 +0000 Subject: [PATCH] feat(nip46): register nostrconnect:// deep link to the signer Add a VIEW/BROWSABLE intent filter for the `nostrconnect` scheme on MainActivity so a website's "Connect with Amethyst" link (or any app firing a nostrconnect:// URI) hands off into the same pairing flow as a scanned QR. The incoming intent.data already flows through uriToRoute, which now maps a nostrconnect:// offer to Route.Nip46Signer(connectUri); both the cold-start and onNewIntent paths navigate there and pair on open. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_015FHr2mu5SiHwYNR7evYUuF --- amethyst/src/main/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/amethyst/src/main/AndroidManifest.xml b/amethyst/src/main/AndroidManifest.xml index 42e59a2bb1..e3a0429249 100644 --- a/amethyst/src/main/AndroidManifest.xml +++ b/amethyst/src/main/AndroidManifest.xml @@ -151,6 +151,14 @@ + + + + + + + +