Commit graph

864 commits

Author SHA1 Message Date
Marcos Rodriguez
447d0e3042 Merge branch 'filepicker' of https://github.com/BlueWallet/BlueWallet into filepicker 2020-01-02 14:00:31 -06:00
Marcos Rodriguez
872bbb6d9d Update details.js 2020-01-02 14:00:27 -06:00
Marcos Rodriguez Vélez
230ab1d2bf
Update import.js 2020-01-02 13:43:15 -06:00
Marcos Rodriguez
6f162bff97 Merge branch 'filepicker' of https://github.com/BlueWallet/BlueWallet into filepicker 2020-01-02 02:06:59 -06:00
Marcos Rodriguez
9e302df75d ADD: Export/Import PSBTs
eipiji
2020-01-02 01:56:23 -06:00
Marcos Rodriguez
cce9cbeec9 Update psbtWithHardwareWallet.js 2020-01-01 23:07:08 -06:00
Marcos Rodriguez
063287ec9d TST 2020-01-01 21:05:35 -06:00
Marcos Rodriguez
84b0baf086 Update psbtWithHardwareWallet.js 2020-01-01 12:52:16 -06:00
Marcos Rodriguez
2beed9984f Update psbtWithHardwareWallet.js 2020-01-01 12:38:11 -06:00
Marcos Rodriguez
6564639769 ADD: Change masterfingerprint UI 2020-01-01 02:03:20 -06:00
Marcos Rodriguez
1680a6768b # This is a combination of 3 commits.
# This is the 1st commit message:

ADD: File picker for import

# This is the commit message #2:

ADD: File picker for import

# This is the commit message #3:

ADD: Tests for DeeplinkSchemaMatch
2020-01-01 02:03:00 -06:00
Marcos Rodriguez
16ecd3096b ADD: Swipe to Scan 2019-12-31 13:57:39 -06:00
Marcos Rodriguez
3678c376a6 FIX: Set isLoading to false when biometrics unlock fails 2019-12-28 19:44:27 +00:00
Overtorment
adf00f1da0 TST: fix selftest 2019-12-28 18:24:53 +00:00
Marcos Rodriguez
6dac7340ef FIX: TX Time visual glitch 2019-12-28 17:37:21 +00:00
Marcos Rodriguez
c975347b6f REF: Reworked Import wallet flow 2019-12-27 21:50:59 +00:00
Marcos Rodriguez
ec5bc4a3c6 ADD: Ask user if they have backed up their seed phrase 2019-12-26 22:40:03 +00:00
Marcos Rodriguez
29d35c36b5 ADD: Export screen allows copying to clipboard if its a LNDHub wallet 2019-12-26 22:21:46 +00:00
Marcos Rodriguez
c2eb13dd30 ADD: Show LNDHub backup when creating lnd wallet 2019-12-26 22:21:46 +00:00
Marcos Rodriguez
c8c32a11cb Merge branch 'master' into settingsui 2019-12-25 16:52:57 -06:00
Marcos Rodriguez
5d569f8510 REF: Default view settings now uses Hooks 2019-12-25 22:36:45 +00:00
Marcos Rodriguez
b9e223ad37 REF: Release Notes uses Hooks 2019-12-25 21:22:32 +00:00
Marcos Rodriguez
6a5d9daad4 REF: About now uses hooks 2019-12-25 21:21:28 +00:00
Marcos Rodriguez
bbe01d16a3 FIX: TX list uses whole canvas area 2019-12-25 21:08:24 +00:00
Marcos Rodriguez
ea23dc1063 FIX: Show an alert when theres a fetch transactions error. 2019-12-25 21:07:28 +00:00
Marcos Rodriguez
3745ee5b9c REF: Eliminated SettingsContainer 2019-12-24 23:44:33 -06:00
Marcos Rodriguez
e598cff869 Merge branch 'master' into settingsui 2019-12-24 23:28:34 -06:00
Marcos Rodriguez
b341f8b5c3 FIX: Receive address was not being rendered 2019-12-23 17:31:42 +00:00
Marcos Rodriguez
183135d910 FIX: Wallet type selecion clipping on advanced mode 2019-12-23 17:24:36 +00:00
Marcos Rodriguez
775d4bee43 FIX: Wallet type selecion clipping on advanced mode 2019-12-23 09:49:25 +00:00
Marcos Rodriguez
687143e66e Merge branch 'master' into settingsui 2019-12-21 22:25:12 -06:00
Marcos Rodriguez
b1748b80fa FIX: Issue 769. Don't allow empty wallet labels 2019-12-21 21:04:56 +00:00
Marcos Rodriguez
b04d206e42 Merge branch 'master' into settingsui 2019-12-19 15:44:47 -05:00
Marcos Rodriguez
b30656e1ff REF: Custom receive
Update details.js
2019-12-18 23:26:29 +00:00
Marcos Rodriguez
5f50be22f2 ADD: Handle clipboard content with both bitcoin: and lightning:
Update App.js

Update App.js

Update App.js
2019-12-18 23:14:44 +00:00
Marcos Rodriguez
f64ef1c71e Merge branch 'master' into settingsui 2019-12-14 21:25:15 -05:00
Overtorment
f077f893f7 FIX: scan QR with mnemonics now defaults to BIP84 if wallet is blank 2019-12-14 14:44:52 +00:00
Overtorment
703196d4d1 Revert "FIX: Dismiss modal after success import"
This reverts commit 5b1515ee3f.
2019-12-14 14:24:12 +00:00
Marcos Rodriguez
bdb9add2e2 ADD: Native segwit as default wallet
S
2019-12-14 11:59:10 +00:00
Marcos Rodriguez
5ad850e081 ADD: Scroll to end of wallets list when adding a wallet 2019-12-14 11:42:39 +00:00
Marcos Rodriguez
4b36c5f69a Merge branch 'master' into settingsui 2019-12-14 02:04:02 -05:00
Marcos Rodriguez
fc3bb6f2d2 FIX: Scan to receive is more visible
Update lndCreateInvoice.js
2019-12-13 23:04:00 +00:00
Overtorment
cdd760f6fa REF: added constant 2019-12-13 02:19:32 +00:00
Marcos Rodriguez
d60323961b ADD: Toggle for RBF
Update hd-segwit-bech32-wallet.js

Update details.js

Update details.js
2019-12-13 02:19:32 +00:00
Marcos Rodriguez
748ec94bb4 FIX: Hide loading indicator after push 2019-12-13 01:12:10 +00:00
Marcos Rodriguez
5b1515ee3f FIX: Dismiss modal after success import
Update scanQrWif.js
2019-12-13 01:12:10 +00:00
Marcos Rodriguez
98a80d9798 Merge branch 'master' into settingsui 2019-12-11 22:21:04 -05:00
Overtorment
6589ccca58 TST: encryption 2019-11-30 00:34:51 +00:00
Overtorment
deea3a087a OPS: analytics fix 2019-11-29 10:27:40 +00:00
Marcos Rodriguez
cef9e33a44 Merge branch 'master' into settingsui 2019-11-28 17:54:01 -06:00