Commit Graph

117 Commits

Author SHA1 Message Date
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
Marcos Rodriguez Vélez
c4a85d6145 ADD: Select Wallet on Send screen 2018-12-23 19:44:31 -05:00
Marcos Rodriguez Vélez
2901f80c32 FIX: Restored deep link. 2018-12-23 13:18:27 -05:00
Marcos Rodriguez Vélez
91a2ecb1dc FIX: Remove BTC trailing zeros. Save to disk onBlur for preferred balance unit. 2018-12-23 08:05:33 -05:00
Marcos Rodriguez Vélez
44ab347ee0 Removed duplicated code 2018-12-23 01:06:30 -05:00