Commit graph

275 commits

Author SHA1 Message Date
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
Marcos Rodriguez Vélez
29f539d3fd ADD: Forgot these files 2018-12-23 00:53:26 -05:00
Marcos Rodriguez Vélez
47dc184036 Added BTCToLocalCurrency 2018-12-23 00:43:50 -05:00
Marcos Rodriguez Vélez
b617bc844b Fixes for balance 2018-12-22 12:51:30 -05:00
Marcos Rodriguez Vélez
ea03e1f37e Deeplinking for BIP70 2018-12-22 09:25:34 -05:00
Marcos Rodriguez Vélez
694fc27434 Fixed amount bug 2018-12-22 08:49:02 -05:00
Marcos Rodriguez Vélez
522da22697 Fixed BIP70 amount bug 2018-12-22 00:32:29 -05:00
Marcos Rodriguez Vélez
47876f2306 Restored value 2018-12-22 00:16:04 -05:00
Marcos Rodriguez Vélez
3efb9ccfde FIX: Fixed currencies in tx details and send 2018-12-22 00:12:41 -05:00
Marcos Rodriguez Vélez
fb1f862e82 Merge branch 'master' of github.com:BlueWallet/BlueWallet into balanceUnit 2018-12-21 22:23:08 -05:00
Overtorment
777c9e6de7 REF: hd wallet classes 2018-12-22 02:46:35 +00:00
Marcos Rodriguez Vélez
f269e5533d Fixes 2018-12-19 21:06:06 -05:00
Marcos Rodriguez Vélez
01570639a6 Merge branch 'deeplinks-master' of https://github.com/pajasevi/BlueWallet into balanceUnit 2018-12-19 20:49:27 -05:00
Pavel Ševčík
cf86333464 Sanitation and code optimization 2018-12-19 10:26:59 +01:00
Marcos Rodriguez Vélez
de276d064c FIX: Tap to change unit 2018-12-18 23:33:13 -05:00
Marcos Rodriguez Vélez
6681f79be1 More changes 2018-12-18 20:46:06 -05:00
Pavel Ševčík
1cf2561283 Handle bitcoin uri and open SendDetails using first wallet 2018-12-18 13:00:54 +01:00
Marcos Rodriguez Vélez
bc8c91608e Haptic feedback updates 2018-12-13 11:50:18 -05:00
sevcik
a1d1dc1f3a Fix: Fee slider not setting new value on change 2018-12-12 17:24:23 +01:00
Igor Korsakov
6f581a2f2e
Eject (#126)
* OPS: randombytes work
* OPS: porting to RN android: added prompt, refactoring
* OPS: better android prompt
* FIX: scan qr callback
* FIX: correct fee sat calculation for HD & classic segwit wallets
* FIX: Fixed height for button in empty transaction list
* FIX: keyboard issue on fee selection modal
* FIX: slow QR code generation for HD backup screen
* ADD: wallet reorder
* FIX: TypeError: undefined is not an object (evaluating 'recommendedFees.halfHourFee') #133
* FIX: android appstore link
* OPS: Code to Migrate Expo json
* REF: renamed blitzhub to lndhub
* OPS: Migration: move expo files instead of parsing
* FIX: lndhub uri usage
* FIX: no security alert on android (it was ios specific)
* REF: better tx list rendering and sorting
* ADD: verify tx on coinb.in
* FIX: Tap to dismiss is not working #137
* REF: Removed Wallet gradients duplication.
* REF: about screen
* FIX: bech32 qr scan in send screen
* FIX: better bip21 handling
* Use of dayjs for transaction details
* REF: QR code content follows BIP21
* ADD: fee in local currency when send
* FIX: Refresh wallet info on page focus
2018-12-11 22:52:46 +00:00
Overtorment
0f6f3d69ca FIX: better android support 2018-11-09 23:44:34 +00:00
Overtorment
4e3d9ed8e1 FIX: better final fee calculation on transaction/details screen 2018-11-04 21:06:15 +00:00
Overtorment
b2037a6435 ADD: link to open coinb.in to verify txhex 2018-11-04 21:06:15 +00:00
Marcos Rodriguez Vélez
d913934c9e FIX: Addressed some crashes when running on an Android device. (#115)
FIX: Weird styling on inputs #68
2018-11-01 19:44:39 +00:00
Marcos Rodriguez Vélez
202165d1e2 REF: Updated navigation headers to better match design 2018-10-29 22:11:48 +00:00
Marcos Rodriguez Vélez
c1ff80aee9 Validate address with bitcoin library (#110)
REF: Wrap tx creation in a try catch
2018-10-27 20:38:22 +01:00
Marcos Rodriguez Vélez
6bc435fd48 FIX: Improve broadcasting experience #66 (#107)
ADD: New transaction Confirm UI
REF: Improve broadcasting experience #66
FIX: Satoshis to local currency in Send screen
FIX: Fixed Wallet export QR code width
FIX: Invalid BIP21 URI at value #108
FIX: #109  TypeError: undefined is not an object (evaluating 'this.state.tx.inputs.length')
2018-10-27 16:13:09 +01:00
Marcos Rodriguez Vélez
d09dbb0935 ADD: You can now pay for a Lightning invoice by manually inserting the invoice ID 2018-10-22 23:51:30 +01:00
Igor Korsakov
f5dd8252e1
Development (#103)
ADD: New send screen
ADD: Support for BIP70 decoding
2018-10-20 22:10:21 +01:00
Overtorment
0734f68a55 REF: qr scan improved 2018-10-10 16:46:36 +01:00
Igor Korsakov
65be52ed3d
Development (#96)
* ADD: Wallet Details screen
* FIX: Fixed receive and send calls
* FIX: improve splash image and colors
* FIX: Modified Encrypted Storage prompt to avoid cancellation
* FIX: improved tx refresh strategy
* FIX: HDBread tx confirmations calculation
2018-10-09 00:25:36 -04:00
Marcos Rodriguez Vélez
37e1251035
FIX: Fixed Spanish translations. 2018-10-03 21:49:29 -04:00
Overtorment
83420f97e4 FIX: after tx broadcast tx list refreshed automatically 2018-10-03 01:54:55 +01:00
Overtorment
7debdf912b REF: cleanup dead code 2018-09-27 20:29:13 +01:00
Overtorment
a08b3527bc WIP: lnd 2018-09-26 22:16:52 +01:00
Marcos Rodriguez Vélez
6fc2a1a06d Upgrade to Expo 30. (#75)
* Update to Expo 30
2018-09-26 20:01:23 +01:00
Overtorment
0fa30e4c66 FIX: broken layout if tx creation error 2018-09-25 21:59:06 +01:00
Marcos Rodriguez Vélez
5ae0359090 Downgraded called props (#74)
* Downgrade Expo to 29
2018-09-24 20:39:27 +01:00
Igor Korsakov
a11b7b17e8
FIX: layout bugs (#71)
* FIX: layout bugs
2018-09-22 12:26:45 +01:00
Marcos Rodriguez Vélez
5a2f2020fc
Updated Main screen header design. Moved all react-native-elements Header to be react-navigation's header prop instead of being inside render() 2018-09-18 21:59:16 -04:00
Marcos Rodriguez Vélez
f45ca0b182
Fix for lists 2018-09-18 03:24:42 -04:00
Marcos Rodriguez Vélez
7de11a495e
missing file 2018-09-18 02:52:12 -04:00
Marcos Rodriguez Vélez
418e69cdc7
Fixes 2018-09-18 02:48:53 -04:00