BlueWallet/screen/wallets
Tristan Edwards 298aba26f4 Support Safello redirect URLs
When the user buys bitcoin through Safello, they will be redirected to
the Yoti app to verify their identity.

Previously, when the process was done, they
would be redirected to a browser window to continue their purchase, but
since bluewallet has a `bluewallet://` redirect URI associated to its
app ID, we can redirect them back to the app with a
`safello-state-token` query parameter appended to the URI instead.

Bluewallet then simply needs to check if that query parameter is
present, and if so, open a new WebView with the same Safello URL +
`stateToken=xxx` in order to resume the user's session. This way, the
whole buying process can take place inside Bluewallet's app, which
is a clear improvement in terms of user experience.
2019-05-09 12:17:01 +02:00
..
add.js FIX: android build 2019-05-03 19:45:38 +01:00
buyBitcoin.js Support Safello redirect URLs 2019-05-09 12:17:01 +02:00
details.js FIX: android build 2019-05-03 19:45:38 +01:00
export.js FIX: UI fixes for transactions list 2019-03-05 02:29:13 +00:00
import.js FIX: better import of ln wallet 2019-05-04 10:05:49 +01:00
list.js FIX: android build 2019-05-03 19:45:38 +01:00
pleaseBackup.js ADD: intermediate step asking user to backup his mnemonic 2019-04-22 20:21:13 +01:00
reorderWallets.js FIX: android build 2019-05-03 19:45:38 +01:00
scanQrWif.js FIX: better import of ln wallet 2019-05-04 10:05:49 +01:00
selectWallet.js FIX: android build 2019-05-03 19:45:38 +01:00
transactions.js FIX: icons (removed octicons) 2019-04-06 21:18:54 +01:00
walletMigrate.js ADD: Apple Watch support 2019-05-02 21:33:03 +01:00
xpub.js ADD: Blur sensitive views from visibility on app switcher 2019-02-28 23:24:17 +00:00