Commit Graph

57 Commits

Author SHA1 Message Date
Pjotr Lengkeek
dc0bdd0eb8 Localization fixes
- Fix some dutch translation
- Move some hardcoded language to localization
2019-01-11 20:02:25 +01:00
Marcos Rodriguez Vélez
c9eda34494 Removed unused locs 2019-01-11 11:39:36 -05:00
Marcos Rodriguez Vélez
aee5f407ee FIX: Remove Lightning wallet creation limitation 2019-01-09 10:25:03 -05:00
Marcos Rodriguez Vélez
5a751617d3 ADD: Alert user if they are trying to create a lightning wallet without a bitcoin wallet 2019-01-06 22:50:33 -05:00
Marcos Rodriguez Vélez
cfcd1a440a ADD: Don't allow user to pay for an invoice created with the same wallet. 2019-01-04 19:10:59 -05:00
Marcos Rodriguez Vélez
00ea4f907b Merge branch 'master' of github.com:BlueWallet/BlueWallet into receiveBase 2018-12-30 17:57:41 -05:00
Marcos Rodriguez Vélez
47e54314a6 Merge branch 'master' of github.com:BlueWallet/BlueWallet into receiveBase
# Conflicts:
#	screen/send/details.js
2018-12-30 17:57:27 -05:00
Stuart Downie
5f48deddde
Typo under "import"
you/your
2018-12-30 22:39:23 +00: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
Marcos Rodriguez Vélez
3baf4a439a FIX: Fixed an import bug due to wrong property 2018-12-29 22:54:25 -05:00
Marcos Rodriguez Vélez
c049d12e74 essage 2018-12-28 16:01:55 -05:00
Igor Korsakov
4be0a4f07a
ADD: Ability to show wallet XPUB in options 2018-12-28 11:55:01 +00:00
Pavel Ševčík
7d798e0de7 Fix: Display proper link to block explorer 2018-12-28 11:44:26 +00:00
Marcos Rodriguez Vélez
59f4a25b4b Merge branch 'show-wallet-xpub' of https://github.com/pajasevi/BlueWallet into receiveBase 2018-12-27 18:29:34 -05:00
Pavel Ševčík
6e4d863eb3 Feature: Allow XPUB to be copied to clipboard 2018-12-27 19:29:02 +01:00
Pavel Ševčík
46edce17b9 Feature: Ability to show wallet XPUB in options 2018-12-27 16:37:12 +01:00
Marcos Rodriguez Vélez
6f58cc1944 ADD: Lightning invoice fetch every 5 seconsds 2018-12-27 01:12:19 -05:00
Marcos Rodriguez Vélez
d4a0b7e9b0 FIX: replaced headers for import and pay invoice 2018-12-25 15:53:24 -05:00
Pavel Ševčík
6ee2a9932d Created separate screen for setting amount to receive 2018-12-25 15:25:12 +01:00
Pavel Ševčík
97fce4c4c4 Feature: let user set amount and label on receive screen 2018-12-25 11:44:11 +01:00
Marcos Rodriguez Vélez
c4a85d6145 ADD: Select Wallet on Send screen 2018-12-23 19:44:31 -05:00
Marcos Rodriguez Vélez
f269e5533d Fixes 2018-12-19 21:06:06 -05:00
Marcos Rodriguez Vélez
fbcbb09574 Removed unused locale file 2018-12-16 11:43:09 -05:00
Marcos Rodriguez Vélez
9d514ce656 Initial 2018-12-13 23:31:13 -05: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
Nuno Coelho
aa79375356 fix copy (#129) 2018-11-23 09:02:35 +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
e1df1b3ca2 FIX: Replaced Close asset. Removed bounce animation glitch (#112)
FIX: Replaced Close asset
FIX: Removed bounce animation glitch
2018-10-30 09:35:24 +00:00
Marcos Rodriguez Vélez
202165d1e2 REF: Updated navigation headers to better match design 2018-10-29 22:11:48 +00:00
Overtorment
8a1c9908f8 ADD: buy bitcoin with Changelly 2018-10-28 01:11:07 +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
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
1fdeb0ecc0
Removed unused key. 2018-10-03 00:37:39 -04:00
Marcos Rodriguez Vélez
ec82404510
FIX: Spacing issues on About and Receive 2018-09-30 17:27:46 -04:00
Marcos Rodriguez Vélez
e26969a685
ADD: Updated Settings screen to match design 2018-09-29 23:05:41 -04:00
Marcos Rodriguez Vélez
a52dc44a01 FIX: Added share button to Receive screen. User is now able to tap-to-copy the receive address. 2018-09-29 11:35:04 -04:00
Marcos Rodriguez Vélez
5b504191a5 FIX: Issue #52 2018-09-29 00:58:09 -04:00
Marcos Rodriguez Vélez
761a0a1e86 UI Adjustments (#77)
* UI Changes to better match the Overflow Design
2018-09-28 23:17:26 +01:00
Overtorment
3ed4eef735 FIX: tx list resolution increased to minutes 2018-09-27 20:19:14 +01:00
Overtorment
d9f887e2ac WIP: lnd llocalizations 2018-09-22 12:01:55 +01:00
Overtorment
f6db7a51f5 REF: improved tx details screen 2018-09-11 19:17:24 +01:00
Overtorment
ee9303679f REF: send/create & send/details 2018-08-18 23:10:12 +01:00
Overtorment
3e0644e23b REF 2018-07-28 20:14:08 +01:00
Overtorment
4a10782453 ADD: import HD wallets (watch-only for now) 2018-07-22 15:49:59 +01:00
Overtorment
4349dd8f36 ADD: Watch-only addresses 2018-07-14 20:53:43 +01:00
Overtorment
0bf4d0e672 REF: Reworked AddWallet screen 2018-07-14 19:54:27 +01:00
Overtorment
9d3c3fbb5d FIX: cosmetic changes 2018-07-12 00:38:24 +01:00
Overtorment
7619183285 REF: prettier 140 chars
WIP: HD wallets
TST
REF
2018-07-07 22:15:14 +01:00