Commit Graph

29 Commits

Author SHA1 Message Date
Ivan Vershigora
59a573d871 FIX: avoid scientific notation on tx send screens 2021-03-18 13:07:22 +03:00
Ivan Vershigora
1e89987e47 FIX: missing i18n 2020-12-21 21:27:49 +03:00
marcosrdz
e4996a80a2 FIX: Don't display amount if none is passed 2020-12-01 09:40:57 -05:00
marcosrdz
7781f0c05b WIP 2020-11-28 00:00:18 -05:00
marcosrdz
5e4b2eb37b WIP 2020-11-24 22:01:51 -05:00
marcosrdz
172634b857 REF: Reuse Success screen 2020-11-22 02:41:59 -05:00
marcosrdz
07877161fd REF: PSBTWithHardware screen uses Hooks 2020-11-19 20:16:11 -05: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
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
Ivan Vershigora
71c8b74e92 REF: upgrade eslint, prettier, fix errors, reformat everything 2020-06-04 11:48:07 +01: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
206f3ef1a3 FIX: syncup with master 2020-05-30 10:47:32 +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
Overtorment
384932261f FIX: zero on send success screen 2019-10-06 00:45:51 +03: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
Overtorment
9bed2c3776 FIX: android build 2019-05-03 19:45:38 +01:00
Marcos Rodriguez Vélez
cc4f6c8a9a REF: UI responsiveness improvements 2019-02-17 01:22:14 +00: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
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
bc8c91608e Haptic feedback updates 2018-12-13 11:50:18 -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
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
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