Commit graph

83 commits

Author SHA1 Message Date
Overtorment
6ad1cda344 FIX: icons (removed octicons) 2019-04-06 21:18:54 +01:00
Overtorment
801807ac46 FIX: all wallets are refreshed when app launches 2019-03-16 19:57:48 +00:00
Overtorment
8621f11bf9 FIX: wallets/list pull-to-refresh animation duration 2019-02-23 20:18:20 +00:00
Overtorment
7871519a38 REF: main screen only 15 txs. wallet screen txs lazy-load 2019-02-18 23:37:53 +00:00
Marcos Rodriguez Vélez
cc4f6c8a9a REF: UI responsiveness improvements 2019-02-17 01:22:14 +00:00
Marcos Rodriguez Vélez
e3c8520e9c ADD: use all UI 2019-01-31 01:52:21 -05:00
Overtorment
240f2c35cb REF: start transition to Electrum server 2019-01-30 19:41:35 +00:00
Marcos Rodriguez Vélez
6860f6f052 ADD: WalletGradients class 2019-01-24 23:46:03 -05:00
Marcos Rodriguez Vélez
e473a9d959 FIX: LND Invoice pushes in nav. Following on-chain tx behavior. 2019-01-14 01:55:55 -05:00
Overtorment
fd2578eb97 resolved conflict after reverting 6cebdebf01 2019-01-10 15:04:16 +00:00
Marcos Rodriguez Vélez
6cebdebf01 ADD: MS App Dev center 2019-01-09 22:08:01 -05:00
Marcos Rodriguez Vélez
8b5f68b083 FIX: When having multiple wallets, I was unable to see my transactions description from the main screen 2019-01-09 15:03:20 -05:00
Marcos Rodriguez Vélez
312bcf8ec0 ADD: Loading indicator for wallet name change and wallet delete
ADD: Added CZK fiat
FIX: Main wallet list shows transaction unit that is preferred by wallet
2019-01-06 23:54:22 -05:00
Marcos Rodriguez Vélez
a78abf551a lint 2019-01-06 11:48:58 -05:00
Marcos Rodriguez Vélez
94eb3ddd84 FIX: Satoshis are now human-readable 2019-01-06 04:44:08 -05:00
Marcos Rodriguez Vélez
6eb8dbfeca FIX: Cannot click on Lightning transactions #196 2019-01-05 04:51:25 -05:00
Marcos Rodriguez Vélez
055b72e95b FIX: Wrong Icon was rendered on tx 2018-12-28 17:16:30 -05:00
Marcos Rodriguez Vélez
6d50c23fbb ADD: Added icon for expired tx 2018-12-28 16:43:38 -05: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
8cb9e0e929 ADD: view invoice on tx list press 2018-12-26 01:29:37 -05:00
Overtorment
6e36055776 ADD: lightning tx list now includes user invoices 2018-12-25 19:07:43 +00: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
b023b93ad5 Fixed amount display bug 2018-12-22 22:55:35 -05:00
Marcos Rodriguez Vélez
265f975cd1 Styling fixes for LND wallets 2018-12-22 22:51:58 -05:00
Marcos Rodriguez Vélez
ffda142327 ADD: haptic feedback when the user only has 1 wallet 2018-12-18 01:05:03 -05:00
Marcos Rodriguez Vélez
5623ae171c Merge branch 'master' of github.com:BlueWallet/BlueWallet into balanceUnit
# Conflicts:
#	ios/BlueWallet/Info.plist
#	loc/index.js
#	screen/wallets/transactions.js
2018-12-15 22:10:30 -05:00
Marcos Rodriguez Vélez
523cd3a607 Removed 'currency' from settings. Made tappable area for settings larger 2018-12-14 11:40:38 -05:00
Marcos Rodriguez Vélez
fb729f3492 Wallet UI feedback on touch 2018-12-11 22:33:28 -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
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
Igor Korsakov
f5dd8252e1
Development (#103)
ADD: New send screen
ADD: Support for BIP70 decoding
2018-10-20 22:10:21 +01:00
Overtorment
60ad886061 REF: empty tx list 2018-10-10 20:36:32 +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
Overtorment
ad43ec3e85 FIX: imroved ru & ua locale 2018-10-03 23:32:42 +01:00
Overtorment
a35008758d WIP: lnd tx list refreshed upon sucessfull payInvoice 2018-10-03 01:36:00 +01:00
Marcos Rodriguez Vélez
ed4381b59c
FIX: Lint fixes 2018-10-01 01:43:21 -04:00
Marcos Rodriguez Vélez
aa4b74c712
ADD: Animations on main wallet screen 2018-09-30 23:12:42 -04:00
Marcos Rodriguez Vélez
1a031d5e20 FIX: Address was not being displayed for Non-HD Wallets (#85)
* FIX: Fixed weird transition animation from wallets to settings
2018-09-30 10:56:32 +01: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
b76f37e3eb WIP: lnd 2018-09-26 22:52:42 +01:00
Overtorment
a08b3527bc WIP: lnd 2018-09-26 22:16:52 +01:00
Overtorment
8bdadf8e58 FIX: lint 2018-09-22 13:32:41 +01:00
Overtorment
c8b36f9475 FIX: wallets/list layout 2018-09-22 13:22:50 +01:00
Overtorment
c961a11141 WIP: lnd 2018-09-22 12:40:47 +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
a01cd708dc
Back to displaying correct data 2018-09-18 03:31:00 -04:00
Marcos Rodriguez Vélez
f45ca0b182
Fix for lists 2018-09-18 03:24:42 -04:00
Marcos Rodriguez Vélez
c963e5206e Migrated to FlatList. 2018-09-16 02:24:45 -04:00