Commit Graph

521 Commits

Author SHA1 Message Date
Marcos Rodriguez Vélez
b0898fe501
REF: Refactor Batch UI to use FlatList 2020-11-10 14:21:54 +00:00
Ivan Vershigora
09cef5ba94 ADD: CoinsSelected component 2020-11-09 12:24:17 +03:00
Ivan Vershigora
2bf5c26252 FIX: show effective balance for UseAllFunds button when limited utxo is selected 2020-11-09 11:25:11 +03:00
Ivan Vershigora
cf175cd723 FIX: exclude change address from recipients for Confirm screen 2020-11-06 18:52:12 +03:00
ncoelho
8691621641 Merge branch 'master' of https://github.com/BlueWallet/BlueWallet into limpbrains-cc 2020-11-06 11:12:38 +01:00
ncoelho
aa32b43fdf REF: theme colors
removed static colors and use global, and added a bigger padding on the modal
2020-11-06 11:12:20 +01:00
Ivan Vershigora
1dd38d7913 FIX: cc modal layout 2020-11-06 09:29:03 +03:00
Overtorment
100099d28b TST: spend from multisig test 2020-11-05 17:17:27 +00:00
Overtorment
133534f44e TST: basic multisig import wallet e2e test (+test UR animated qrs); REF: create ms; ADD: scanQR now has progress bar when scanning animated QRs; 2020-11-04 19:41:40 +00:00
Ivan Vershigora
7c86095993 FIX: dark mode 2020-11-04 19:36:43 +03:00
Ivan Vershigora
72a9086515 ADD: e2e tests 2020-11-03 16:18:46 +03:00
Ivan Vershigora
d7b025d5a8 FIX: add fetchUtxo to coincontrol component 2020-11-03 11:41:50 +03:00
Ivan Vershigora
2548f4a755 sync up with master 2020-10-30 09:40:34 +03:00
Overtorment
4921beb9ca
ADD: ui to create multisig; styling onboard screen 2020-10-29 21:13:54 +00:00
Ivan Vershigora
f536085797 FIX: deepscan 2020-10-29 22:48:27 +03:00
Ivan Vershigora
1508042cd7 FIX: freeze label 2020-10-29 22:34:06 +03:00
Ivan Vershigora
3b61a5b72a ADD: change address 2020-10-29 21:42:40 +03:00
Ivan Vershigora
77343ce6e2 ADD: coincontrol loc 2020-10-29 11:32:55 +03:00
Ivan Vershigora
f7c9669cc9 REF: use createTransaction().outpts as recipients for confirmation screen 2020-10-29 11:30:00 +03:00
Ivan Vershigora
cab93ada38 FIX: dark mode 2020-10-28 13:00:26 +03:00
Ivan Vershigora
1dd8a0577b FIX: sorting, show address 2020-10-28 11:46:40 +03:00
Ivan Vershigora
b27a823cb8 REF: debounce save action 2020-10-28 11:10:12 +03:00
Ivan Vershigora
b1d5325a20 REF: remove debounce logic 2020-10-26 20:55:33 +03:00
Ivan Vershigora
64556b6715 ADD: Use coin works 2020-10-26 20:50:03 +03:00
Ivan Vershigora
aad33a59cc REF: use BigNumber in send/create to calculate tx amount 2020-10-26 20:29:19 +03:00
Ivan Vershigora
1eafae3ca2 REF: debounce save action 2020-10-26 14:00:14 +03:00
Ivan Vershigora
0a54ae0d7f REF: OutputModalContent component 2020-10-25 13:17:37 +03:00
Ivan Vershigora
e3981846a4 REF: switch from wallet.frozenUtxo to wallet.utxoMetadata 2020-10-25 12:04:04 +03:00
Ivan Vershigora
903321cfcc FIX: show full/short output id 2020-10-25 11:04:43 +03:00
Ivan Vershigora
7ac03edbe6 REF: coincontrol to new context api 2020-10-25 10:35:36 +03:00
Ivan Vershigora
0262ea24bb Merge branch 'master' into limpbrains-cc 2020-10-25 10:02:05 +03:00
Marcos Rodriguez Vélez
1e770f779b
REF: useContext for centralized data access 2020-10-24 18:20:59 +01:00
Ivan Vershigora
3bcc60d5bc ADD: getUtxo frozen argument 2020-10-23 13:49:17 +03:00
Ivan Vershigora
8c484ffecb ADD: freeze-unfreeze output 2020-10-23 13:27:03 +03:00
Ivan Vershigora
6dcd98fc65 ADD: output modal 2020-10-22 16:30:58 +03:00
Ivan Vershigora
3db338d368 ADD: coincontrol init 2020-10-22 15:24:47 +03:00
Ivan Vershigora
23ef513469 FIX: require cycle errors 2020-10-14 20:20:02 +01:00
Overtorment
0e8863ccb1 FIX: support electrum-desktop QR psbt for multisig 2020-10-09 17:57:15 +01:00
Overtorment
5c880d6fd6 ADD: multisig can cosign for other coordinator; REF: BC-UR is now decoded centrally 2020-10-08 17:30:47 +01:00
marcosrdz
3489149957 FIX: Multisig destionation Address UI 2020-10-08 11:40:43 +01:00
Overtorment
299535a570
REF: showing dialog and opening psbt files (#1956) 2020-10-07 15:54:22 +01:00
Marcos Rodriguez Vélez
98bbe58c75 FIX: "Next" Button width 2020-10-06 13:18:04 +01:00
marcosrdz
5c26ffd266 Merge branch 'master' into fix-freeze-send-screen 2020-10-05 17:32:23 -04:00
marcosrdz
2ccd75c8ef FIX: Header for TX creation Details 2020-10-05 17:29:10 -04:00
Overtorment
5c512833d9
ADD: multisig technical release 2020-10-05 22:25:14 +01:00
Overtorment
e13fbdf083 FIX: rare freezes on send screen (closes #1945) 2020-10-05 18:53:47 +01:00
Overtorment
87b561ec88 TST: ref e2e test 2020-09-28 16:25:10 +01:00
Overtorment
80fd857246 OPS: attempt to fix e2e on GA 2020-09-23 23:52:01 +01:00
Overtorment
b4528c3099 FIX: minor fix on send screen; TST: e2e test for scan BIP21 2020-09-23 21:50:21 +01:00
Ivan Vershigora
8f50e517da REF: make BlueTransactionListItem cleaner 2020-09-23 15:37:25 +01:00
Overtorment
f432aa6284
ADD: payjoin support 2020-09-21 20:32:20 +01:00
Marcos Rodriguez Vélez
0ec2ca1205
REF: Success screen uses hooks (#1831) 2020-09-21 18:47:10 +01:00
marcosrdz
43c5f66644 ADD: Background color to PSBT HEX mode screen 2020-09-18 11:25:29 +01:00
Overtorment
ec30394ed5 FIX: PSBT with HW wallets flow (closes #1822) 2020-09-18 11:25:29 +01:00
Overtorment
483cc67c38 TST: e2e test for sendMAX & units change 2020-09-15 18:58:37 +01:00
Ivan Vershigora
84b718eb2c FIX: update recalculate fee on send screen with custom sat/byte fee rate 2020-09-15 16:13:25 +01:00
Overtorment
8319303052 TST: check feerate in onchain send fee selector 2020-09-15 16:08:40 +01:00
Overtorment
01c94a4946 Update details.js 2020-09-15 13:58:31 +01:00
Overtorment
0c3b6a04cc FIX: broken sendMAX if units are changed several times 2020-09-15 13:58:31 +01:00
Overtorment
7e500bee47 FIX: validation allows user to create transaction even without valid address & amount 2020-09-14 21:14:52 +01:00
Overtorment
84b78da934 TST: e2e test for scanning txhex QR in airgapped watchonly flow 2020-09-14 19:16:19 +01:00
Ivan
46f1ced76c
ADD: new choose fee workflow 2020-09-14 11:49:08 +01:00
Marcos Rodriguez Vélez
d69e58175e
Sidebar (#1596)
* ADD: Split for large devices

* Update Podfile.lock

* FIX: Use isTablet

* ADD: If wallet is selected, lower opacity on others

* Update transactions.js

* Update transactions.js

* OPS: Podfile.lock

* Update Podfile.lock

* Update Navigation.js

* Update transactions.js
2020-09-08 17:06:41 +01:00
Overtorment
e892dafa52 FIX: After broadcast, value of sent transaction is incorrect (closes #1072) 2020-09-07 14:25:20 +01:00
Marcos Rodriguez Vélez
ed9f717e70 FIX: Center Next button for large screen devices. 2020-09-07 12:37:22 +01:00
marcosrdz
6c31e7d478 ADD: If Camera not authorized on Desktop, show Alert. 2020-09-07 12:28:18 +01:00
marcosrdz
54924e0090 FIX: Only show direct export if its on desktop 2020-09-07 12:26:36 +01:00
marcosrdz
6c811797ff ADD: Export file option for macOS 2020-09-07 12:26:36 +01:00
Overtorment
064a442a2c FIX: could not scan animated QR signed psbt 2020-08-25 17:14:48 +01:00
marcosrdz
6cc8bf0cd0 ADD: Camera Permission authorization view 2020-08-24 19:00:26 +01:00
Overtorment
a6d45a25af FIX: scan Cobo vault signed transaction QR 2020-08-24 17:37:10 +01:00
marcosrdz
9f5f229c3f FIX: Crash 2020-08-16 10:10:03 +01:00
marcosrdz
b1143c0664 FIX: Animated QRCode border. Change save path to Downloads folder. 2020-08-16 10:10:03 +01:00
Overtorment
33a0701c05 TST: basic e2e test for deeplinking 2020-08-11 20:08:09 +01:00
marcosrdz
59bf5fed36 ADD: Modal Device Height props for macOS 2020-08-10 14:47:45 +01:00
marcosrdz
1bff60f289 Update ScanQRCode.js 2020-08-06 16:52:20 +01:00
marcosrdz
6636515852 ADD: Show loading indicator when processing file or qrcode image 2020-08-06 16:52:20 +01:00
Overtorment
4b1e288d4b FIX: missing text on sendMAX dialog box confirmation 2020-07-28 16:24:12 +01:00
Overtorment
1d8cbcf4b2 ADD: subscripbe to push notifications about mined tx 2020-07-28 15:48:38 +01:00
marcosrdz
e38753c86d FIX: When doing max amount, some scenarios would return invalid amount due to missing value change. 2020-07-20 15:57:37 +01:00
Ivan
7d1511056b
REF: Improve localization 2020-07-20 14:38:46 +01:00
Marcos Rodriguez Vélez
2ce7111687
ADD: Dark Mode 2020-07-15 18:32:59 +01:00
Overtorment
7396147157 REF: rearrange modules, move from root to blue_modules/ 2020-07-02 15:04:44 +01:00
Overtorment
03c7f7e92c FIX: cant send onchain when scanning QR with address & amount 2020-06-24 21:26:48 +01:00
Overtorment
82fd28ce12
ADD: support for Cobo Vault hardware wallet 2020-06-24 12:56:35 +01:00
marcosrdz
35b4a30bdf DEL: BIP70 2020-06-15 17:43:46 +01:00
marcosrdz
ebe02fdfbf OPS: Replace deprecated Clipboard 2020-06-13 17:30:55 +01:00
marcosrdz
b41b998587 FIX: StatusBar wasn't visible when modals opened 2020-06-10 23:54:47 -04:00
Overtorment
2243a19a2f
ADD: fiat input (#1190) 2020-06-09 15:08:18 +01:00
marcosrdz
b159674411 FIX: text input Colors 2020-06-09 13:59:58 +01:00
marcosrdz
c16f9a871e Update details.js 2020-06-04 13:27:07 -04:00
marcosrdz
95b7fc4420 Merge branch 'master' into strg 2020-06-04 08:35:30 -04:00
Ivan Vershigora
71c8b74e92 REF: upgrade eslint, prettier, fix errors, reformat everything 2020-06-04 11:48:07 +01:00
marcosrdz
2a4c821d02 FIX: #1160 2020-06-02 22:00:45 -04:00
marcosrdz
c8f0fc7250 REF: Use loading indicator on Confirm button 2020-06-02 21:25:01 -04:00
ncoelho
b0f03de87a removed unused element 2020-06-02 20:15:41 +01:00
ncoelho
398e22907b ADD: Success screen animation
Adds a custom success animation to onchain transactions
2020-06-02 20:15:41 +01:00
Ivan Vershigora
ed2ebf077d FIX: DeepScan propTypes error 2020-05-31 16:34:37 +03:00
Ivan Vershigora
8694afa4cc FIX: DeepScan propTypes error 2020-05-31 16:32:08 +03:00
Ivan Vershigora
13a3e01923 syncup with master 2020-05-31 16:30:01 +03:00
Ivan Vershigora
3823e9f9df ADD: change StatusBar style on ScanQRCode page 2020-05-31 13:40:57 +03:00
Ivan Vershigora
206f3ef1a3 FIX: syncup with master 2020-05-30 10:47:32 +03:00
Ivan Vershigora
8605e20d0e FIX: react warnings on send screen 2020-05-29 10:13:20 +03:00
Ivan Vershigora
1b894eea44 FIX: styles, nacigation actions 2020-05-28 16:57:01 +03:00
Ivan Vershigora
abbea74db4 FIX: errors with route.params 2020-05-28 12:53:14 +03:00
Ivan Vershigora
1676c79185 FIX: syncup with master, fix eslint errors 2020-05-28 11:44:15 +03:00
Ivan Vershigora
c65709dab6 REF: migrate to RN5, fix everything 2020-05-27 14:12:17 +03:00
Ivan Vershigora
68e10cd7f1 REF: move all inline styles to StyleSheet.create 2020-05-24 12:17:26 +03:00
marcosrdz
9fee7968cd Update ScanQRCode.js 2020-05-22 06:45:32 +01:00
marcosrdz
b14b3f8578 Update ScanQRCode.js 2020-05-21 20:34:08 +01:00
ncoelho
e53f3c65d8 fix Scan view 2020-05-21 20:34:08 +01:00
Overtorment
b3f09d754d REF: fee selection 2020-05-18 17:48:11 +01:00
Marcos Rodriguez Vélez
13572c8775
OPS: Upgrade RN elements 2020-05-03 19:17:49 +01:00
Overtorment
c157b108ef FIX: crash on send from watch-only wallet (closes #1023) 2020-04-29 16:09:50 +01:00
marcosrdz
d900b7722e FIX: Hide toolbar when keyboard is dismissed (Android) 2020-04-29 12:35:49 +01:00
Overtorment
d552669dd2 FIX: capitalized deeplink (closes #1005) 2020-04-28 17:28:11 +01:00
Overtorment
f7028431ce
ADD: broadcast txhex screen 2020-04-28 17:27:35 +01:00
Overtorment
70af003a14 TST: detox e2e test to import BIP84 mnemonic & create real transaction 2020-04-27 20:41:59 +01:00
Overtorment
2ec23d9147 REF: transaction value 2020-04-24 15:55:10 +01:00
Overtorment
285a81a60d REF: send functionality for all wallet types 2020-04-24 10:37:09 +01:00
marcosrdz
6cb344286c OPS: Lint 2020-04-07 18:15:29 +01:00
Overtorment
bdcc40c8e0 FIX: weird import screen scan qr code behaviour 2020-03-13 14:54:08 +00:00
Marcos Rodriguez Vélez
987938bbcf FIX: Import ColdCard wallet using JSON's label. 2020-03-05 15:16:34 +00:00
Overtorment
55df582bf6
Merge pull request #793 from BlueWallet/filepicker
Coldcard support (filepicker)
2020-02-27 18:01:59 +00:00
Overtorment
84938c655e FIX: lnurl scan to receive is not returning the correct view (closes #828) 2020-02-27 15:58:19 +00:00
Overtorment
c3c76d7b39 REF: coldcard & other 2020-02-26 14:39:19 +00:00
Overtorment
fb552b1f3b REF: coldcard support 2020-02-25 14:42:11 +00:00
Overtorment
61ac905f5a Merge remote-tracking branch 'origin/master' into filepicker 2020-02-24 21:45:25 +00:00
Overtorment
2138493bf1 REF: coldcard integration 2020-02-24 21:45:14 +00:00
Overtorment
efa1c52878 FIX: allow capitalized bech32 addresses (closes #838) 2020-02-24 19:53:22 +00:00
Marcos Rodriguez Vélez
ff522218f1 TST 2020-02-14 15:31:50 +00:00
Marcos Rodriguez
79a0512664 Merge branch 'master' into filepicker 2020-01-22 23:12:57 -05:00
Marcos Rodriguez
1a0ff16037 FIX: Lint 2020-01-22 19:37:27 +00:00
Marcos Rodriguez
b912cf67f3 Merge branch 'master' into filepicker 2020-01-19 22:45:37 -05:00
Marcos Rodriguez
a7e0766612 FIX: Crash on scan in wallets import when closing the view 2020-01-19 23:27:13 +00:00
Marcos Rodriguez
c2cea68bda TST 2020-01-14 23:49:57 -05:00
Marcos Rodriguez
a35bc42b9a TSTS 2020-01-07 01:53:32 -05:00
Marcos Rodriguez
2827858d04 TST 2020-01-06 05:31:45 -05:00
Marcos Rodriguez
c4aa788cdf TTS 2020-01-06 05:21:19 -05:00
Marcos Rodriguez
cf1153b546 ADD: Export TXN 2020-01-03 23:02:30 -06:00
Marcos Rodriguez
921e51d138 ADD: Import txn 2020-01-03 21:12:29 -06:00
Marcos Rodriguez
338481a3de TST 2020-01-02 22:02:41 -06:00
Marcos Rodriguez
b79a974863 TST 2020-01-02 15:29:23 -06:00
Marcos Rodriguez
d11a9456d6 TST 2020-01-02 14:54:34 -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
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
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
6d025bc9cb FIX: Import QR Code from screenshot not working 2019-11-26 11:43:24 +00:00
Marcos Rodriguez
98c410b188 ADD: Send max option on advanced menu 2019-11-16 10:26:12 +00:00
Overtorment
954cb88ebf FIX: crash on PSBT tx broadcast (when using with hardware wallet) 2019-11-02 23:07:39 +00:00
Overtorment
4f307b8e3a REF: lint 2019-10-16 17:51:00 +01:00
Marcos Rodriguez
8a3d3a7efa Update details.js 2019-10-12 00:28:45 +01:00
Overtorment
afbb664025 ADD: cryptoadvance HW wallet support 2019-10-11 20:57:32 +01:00
Overtorment
839488b1ef REF: lint
FIX: Refactored
2019-10-06 23:22:46 -04:00
Marcos Rodriguez
c2b667c3ca Merge branch 'master' into biometrics 2019-10-05 18:18:23 -04:00
Overtorment
384932261f FIX: zero on send success screen 2019-10-06 00:45:51 +03:00
Marcos Rodriguez
c930e818ac Merge branch 'master' into biometrics 2019-10-01 15:24:55 -04:00
Marcos Rodriguez
9e12222989 ADD: Refill with external wallet 2019-09-29 16:01:27 -04:00
Overtorment
a1d542dc28 FIX: NaN when sending onchain 2019-09-27 20:12:28 -04:00
Marcos Rodriguez
29ce0271f8 ADD: Biometrics
FIX: Added FaceID Usage description

ADD: Use Biometrics for Show balance.

ADD: Unlock With Boot Screen

FIX: Allow the use of Biometrics after decrypt

FIX: Build system revert.

FIX: Remove biometric from receive address.

ADD: Biometric for export

FIX: Use RNSecureKeyStore for biometrics

FIX: Realign views

Update biometrics.js
2019-09-27 20:12:25 -04:00
Overtorment
11f73f1e65 FIX: NaN when sending onchain 2019-09-27 18:06:24 +03:00
Marcos Rodriguez
e61cdb540a FIX: Permission fixes. 2019-09-21 19:39:42 -04:00
Marcos Rodriguez
3c82b0ec72 ADD: Go straight to camera for scan. 2019-09-21 13:37:37 -04:00
Overtorment
4fef5847ef
Merge pull request #641 from junderw/bumpBitcoinJS
Update to BitcoinJS 5.1.6
2019-09-21 18:58:30 +03:00
ncoelho
cf8eec0163 wallet selector margins
Visual changes on wallet selector margins on lightning send
2019-09-20 11:58:47 +03:00
ncoelho
cc0b8376f8 replace big white close with more clean one
Moved to the right side, replaced with a less cluttered version.
2019-09-17 19:46:23 +02:00
Marcos Rodriguez Vélez
06d709ad5f
Merge branch 'master' into bumpBitcoinJS 2019-09-17 12:04:26 -04:00
Marcos Rodriguez
618ae19342 FIX: Fix NaN success screen. 2019-09-16 17:11:22 -04:00
Marcos Rodriguez
d6bc65e9c7 Merge branch 'master' into batchui 2019-09-16 16:10:20 -04:00
Marcos Rodriguez
a62f93dbcd FIX: Select fastest fee by default. 2019-09-15 21:10:35 +01:00
junderw
e72afd758e
Update to BitcoinJS 5.1.6 2019-09-14 07:15:59 +09:00
Marcos Rodriguez
6f2280ab0e ADD: Batch send UI
WIP: Create batch TX

WIP: Continuing...

WIP: More work

WIP: More work...

WIP

WIP

Update signer.js

FIX: Fix Send Max

ADD: Warn user if they want to make a max transaction but then switch to a wallet without support.

FIX: Fixed BIP70 processing

FIX: Removed parameter

FIX: Fixed multiple UI recipient bugs.

WIP

WIP

ADD: Scroll the problematic transaction

Update details.js

Update details.js

FIX: Fix crash when switching wallets

FIX: Success message
2019-09-11 21:35:11 -04:00
Marcos Rodriguez
8eb0b4269e ADD: New TX status screen 2019-08-10 02:57:55 -04:00
Overtorment
cc75ec0ad4
Merge pull request #571 from BlueWallet/wallet-selector
fix wallet selector on send view
2019-08-08 20:24:40 +01:00
Marcos Rodriguez Vélez
455a01070e FIX: Update keyboard behavior 2019-08-08 20:19:34 +01:00
Nuno Coelho
d2b1885fc8
Merge branch 'master' into wallet-selector 2019-08-07 21:26:41 +02:00
Marcos Rodriguez
ff0f7d17b9 ADD: User confirmation for use of all funds. 2019-08-07 20:03:12 +01:00
Marcos Rodriguez
221df24100 FIX: placeholder amount bug 2019-08-07 20:03:12 +01:00
Marcos Rodriguez
fa29c645cc FIX: Toolbar now visible for Android 2019-08-07 20:03:12 +01:00
Marcos Rodriguez
b5aafee38f FIX: Fixed Send Max UI to fit design 2019-08-07 20:03:12 +01:00
Overtorment
d40ac66bf1 ADD: send MAX (for BIP84 & BIP49) 2019-08-07 20:03:12 +01:00
ncoelho
cb197ab68a fix ident and trigger another test :D 2019-08-06 19:40:08 +02:00
ncoelho
961dc992f3 fix wallet selector on send view
Fix margins between elements, and makes both elements tapable
2019-08-06 19:31:23 +02:00
Overtorment
b0dd59f269 REF: estimates 2019-07-19 10:19:50 +03:00
Overtorment
03be286b43 REF: electrum reconnect 2019-07-13 16:33:45 +01:00
Overtorment
ff31f52091 FIX: wait for electrum connection before fetching tx or broadcast 2019-07-13 09:32:27 +01:00
Marcos Rodriguez
f397c79a12 FIX: iOS App crashes when scaning QR Code 2019-07-05 09:08:04 +01:00
Marcos Rodriguez
559d24361e FIX: Amount when scanning was not displayed in amount UI 2019-07-04 20:24:23 +01:00
Overtorment
3afeefaed9 ADD: HD bech32 wallets (BIP84) 2019-06-01 23:41:30 +01:00
Overtorment
9bed2c3776 FIX: android build 2019-05-03 19:45:38 +01:00
Marcos Rodriguez Vélez
33bffaa7ab ADD: Apple Watch support 2019-05-02 21:33:03 +01:00
Marcos Rodriguez Vélez
6d2e468c03 OPS: Upgrade to React Native 0.59.2 2019-04-05 15:22:10 +01:00
Marcos Rodriguez Vélez
c1f16a4a01 FIX: Fixed an isse when inserting an address after amount.
ADD: Chinese DayJS
2019-03-05 19:29:06 +00:00
Marcos Rodriguez Vélez
3f651960e0 ADD: Read clipboard for transactions 2019-03-05 02:25:56 +00:00
Marcos Rodriguez Vélez
6017f4d990 FIX: Create button was difficult to press on android. (#369)
FIX: Create button was difficult to press on android.
ADD: Clipboard detection on app state change to foreground
OPS: Upgrade to RN 58.6 due to various important fixes
FIX: Statusbar restored
2019-03-02 12:13:12 +00:00
Marcos Rodriguez Vélez
a1bf0f8276 ADD: Broadcast TX using Electrum 2019-02-28 23:26:02 +00:00
Marcos Rodriguez Vélez
311b9838ee ADD: Blur sensitive views from visibility on app switcher 2019-02-28 23:24:17 +00:00
Marcos Rodriguez Vélez
e93bfa656b ADD: Switch Lightning wallets on send screen.
ADD: If providing an LND address in BTC send screen, throw an error.
ADD: Chain type in order to determine what type of wallet has been selected.
2019-02-26 08:58:13 +00:00
Marcos Rodriguez Vélez
7b6734bcc3 ADD: Use BlueElectrum to estimate fee 2019-02-24 23:18:25 +00:00
Marcos Rodriguez Vélez
ffd4b82832 FIX: Wallet selection 2019-02-24 23:16:29 +00:00
Marcos Rodriguez Vélez
445d85e6c4 FIX: Fix transaction fee for BIP70 payments 2019-02-23 19:28:40 +00:00
Marcos Rodriguez Vélez
58d29199b3 FIX: Send BTC should ignore non-onchain wallets 2019-02-21 09:02:28 +00:00
Marcos Rodriguez Vélez
df37d37868 FIX: BlueWallet should register to handle the BOLT11 lightning: URI #335 2019-02-19 21:17:25 +00:00
Marcos Rodriguez Vélez
1fea501a74 ADD: InputAccesoryView for easy keyboard dismissal 2019-02-17 17:13:12 +00:00
Marcos Rodriguez Vélez
cc4f6c8a9a REF: UI responsiveness improvements 2019-02-17 01:22:14 +00:00
Marcos Rodriguez Vélez
e1ce8f8d35 FIX: status bar disappears #311 2019-02-14 23:54:07 +00:00
Overtorment
4642908b2e FIX: Impossible to scan bech32 QR invoice with a specific amount (closes #296) 2019-02-14 10:39:24 +00:00
Marcos Rodriguez Vélez
0566c306de FIX: Dismiss keyboard when pressing return 2019-02-10 11:39:26 +00:00
Marcos Rodriguez Vélez
8d48489e89 FIX: Dismiss keyboard when pressing return 2019-02-09 23:13:19 +00:00
Marcos Rodriguez Vélez
6f57107802 FIX: If barcode is being processed, ignore any attempts to do it again. 2019-02-03 15:36:32 -05:00
Marcos Rodriguez Vélez
2762868e3f Add space 2019-02-03 04:09:46 -05:00
Overtorment
5d995839ef FIX: scanQR with URI scheme when sending btc 2019-02-03 00:07:50 +00:00
Overtorment
3271dc8900 Revert "FIX: Replace schema with empty string"
This reverts commit e1fd3952e8.
2019-02-03 00:04:06 +00:00
Marcos Rodriguez Vélez
e1fd3952e8 FIX: Replace schema with empty string 2019-02-02 14:32:39 -05:00
Marcos Rodriguez Vélez
067adbd570 Fixes 2019-02-01 22:45:18 -05:00
Marcos Rodriguez Vélez
a440c61102 FIX: Change propType to correct type. Fixed an issue where goBack wouldnt pop the stack navigation 2019-02-01 10:28:43 -05:00
Marcos Rodriguez Vélez
157c4077de ADD: Show invoice description on success screen 2019-02-01 02:08:37 -05:00
Marcos Rodriguez Vélez
697cb0f198 FIX: Place caching mechanism in a try catch 2019-02-01 01:58:12 -05:00
Marcos Rodriguez Vélez
60a6b90422 ADD: Cache network fees 2019-02-01 01:19:09 -05:00
Marcos Rodriguez Vélez
a86bc1258d ADD: Same success screen from onchain tx now used for offchain 2019-01-31 19:59:49 -05:00
Marcos Rodriguez Vélez
928ae7c307 Upgraded dependencies. 2019-01-31 19:21:48 -05:00
Marcos Rodriguez Vélez
e3c8520e9c ADD: use all UI 2019-01-31 01:52:21 -05:00
Marcos Rodriguez Vélez
3f1165826b Recovered fixes lost during last pull 2019-01-30 19:56:34 -05:00
Marcos Rodriguez Vélez
33debff3c8 ADD: MYR fiat
FIX: Scanning QR would dismiss screen
2019-01-29 23:00:12 -05:00
Marcos Rodriguez Vélez
a2ed103cef FIX: If slider value < 1, force it to 1. 2019-01-29 22:46:32 -05:00
Marcos Rodriguez Vélez
b36bd490e8 FIX: Fixed spacing for RBF button
FIX: Show blockheight if, and only there is at least 1.
2019-01-29 19:50:50 -05:00
Marcos Rodriguez Vélez
33e2b9b5e8 ADD: Parse a pasted uri 2019-01-26 14:37:56 +00:00
Marcos Rodriguez Vélez
00d570c144 ADD: https://github.com/BlueWallet/BlueWallet/issues/220 - Import a photo for QR Code scan 2019-01-26 14:37:56 +00:00
Marcos Rodriguez Vélez
baad2c7348 FIX: Fixed total dismiss of create tx screen. 2019-01-25 16:01:51 -05:00
Marcos Rodriguez Vélez
0dccc4782d FIX: Many layout bug fixes.
ADD: Autofocus on number inputs
OPS: Upgraded to React Native 0.58
2019-01-25 01:12:07 -05:00
Marcos Rodriguez Vélez
1b0fea1c06 FIX: Invalid bip21 2019-01-24 13:44:33 -05:00
Marcos Rodriguez Vélez
986f04547e Attach isLoading={this.state.isLoading} 2019-01-24 02:37:54 -05:00
Marcos Rodriguez Vélez
f4d448b4b3 ADD: Created BlueAddressInput 2019-01-24 02:36:01 -05:00
Overtorment
1d8e00bb8d FIX: Can't scan Bech32 addresses (closes #222) 2019-01-09 00:54:17 +00:00
Marcos Rodriguez Vélez
5876b9e9ef FIX: Added withFormatting option 2019-01-06 14:34:01 -05:00
Marcos Rodriguez Vélez
88379c7e51 FIX: Don't override existing tx information when scanning invalid QR 2019-01-06 11:32:14 -05:00
Marcos Rodriguez Vélez
39deff924e FIX: failed to decode simple address from URL scheme? #190
FIX: Paid Invoice UI errors.
2019-01-01 17:31:42 -05:00
Overtorment
abc34e3797 Merge branch 'set-receive-amount-label' of https://github.com/pajasevi/BlueWallet into pajasevi-set-receive-amount-label 2018-12-30 19:34:10 +00:00
Pavel Ševčík
43512fd8cf Refactor: Use static properties for wallet types 2018-12-28 16:52:06 +01:00
Pavel Ševčík
85867728d8 Created common component for setting Bitcoin amount 2018-12-25 15:20:22 +01:00
Marcos Rodriguez Vélez
4aa9c47fda ADD: Deeplinking for LND invoices 2018-12-24 10:29:33 -05:00