Files
com.wisp.app/app
Barry Deen 722bd3c326 refactor(auth): remove NIP-55 remote signer support
Wisp can now only sign events with a locally-stored nsec. Existing
REMOTE accounts are logged out on first launch via a one-shot
migration that filters them from the registry and scrubs the
indexed signer_package keys. Other accounts (LOCAL, READ_ONLY) are
preserved; the user is auto-switched to a remaining account or
dropped on the AuthScreen if none remain.

- Delete RemoteSigner, RemoteSignerBridge, SignerIntentBridge, and
  the two signer exceptions
- Drop the "Login with Signer" button and intent launcher from
  AuthScreen
- Collapse SigningMode to { LOCAL, READ_ONLY }
- Remove the REMOTE gift-wrap deferral branches in DmListViewModel
  and EventRouter (decryption is always local now)
- Drop the dead contentResolver ctor param on WalletViewModel
- Remove the nostrsigner: <queries> intent filter and 9 related
  strings across all locales
2026-05-15 10:29:52 -04:00
..