Commit Graph

102 Commits

Author SHA1 Message Date
Overtorment
968e5fb7ac ADD: external marketplace link for ios 2019-10-16 22:38:23 +01:00
Overtorment
afbb664025 ADD: cryptoadvance HW wallet support 2019-10-11 20:57:32 +01:00
Marcos Rodriguez
a8c02be63d FIX: Time shown for top-most transaction
FIX: Removed unused var
2019-10-10 12:26:48 +01:00
Overtorment
85074da742 REF: lint 2019-10-06 12:40:21 +01:00
Marcos Rodriguez
8a23083767 ADD: Default into wallet 2019-10-02 23:06:47 -04:00
Marcos Rodriguez
ddd8ee2487 FIX: Modify Receive address code 2019-09-30 18:13:22 -04:00
Marcos Rodriguez Vélez
a2271ba62b
Update transactions.js 2019-09-30 10:33:05 -04:00
Marcos Rodriguez
9e12222989 ADD: Refill with external wallet 2019-09-29 16:01:27 -04:00
ncoelho
4c118dfd51 add margins to the title 2019-09-20 11:51:17 +03:00
Marcos Rodriguez
32cbe5bdd5 FIX: Marketplace App Store Guidelines 2019-09-20 11:51:17 +03:00
Marcos Rodriguez
5fff305dd2 FIX: Fixed UI for transaction status. 2019-08-31 02:37:34 -04:00
Marcos Rodriguez
7d8196f512 FIX: Varios UI fixes to accomodate additional screen sizes. 2019-08-31 02:27:43 -04:00
Overtorment
a0fbc2efbd ADD: marketplace for regular onchain btc wallets 2019-08-26 15:28:08 +01:00
Marcos Rodriguez
d1dc6cf250 FIX: Only provide handoff if wallet is onchain. 2019-08-15 19:42:09 +01:00
Marcos Rodriguez
41da185522 ADD: Handoff for a transaction and wallets 2019-08-15 19:42:09 +01:00
Nuno Coelho
c8e1f0921e
Merge branch 'master' into fix-3-dots 2019-08-07 21:29:51 +02:00
Overtorment
f3e35e7bba REF 2019-08-07 20:03:12 +01:00
ncoelho
8609393fb1 remove unused var 2019-08-06 17:51:41 +02:00
ncoelho
e520b7fbb8 remove unsused style 2019-08-06 17:46:34 +02:00
ncoelho
ded01fb76a add proper 3 dots icon to missing elements 2019-08-06 17:30:56 +02:00
Marcos Rodriguez
a5455d2549 FIX: Save unit change fixed 2019-08-04 15:26:40 +03:00
Marcos Rodriguez
6b7d4700d1 OPS: Refactor Wallet header on TX list. 2019-08-04 15:26:40 +03:00
Marcos Rodriguez
5738db056a ADD: Allow user to hide their balance. 2019-08-04 15:26:40 +03:00
Overtorment
03be286b43 REF: electrum reconnect 2019-07-13 16:33:45 +01:00
Overtorment
ff31f52091 FIX: wait for electrum connection before fetching tx or broadcast 2019-07-13 09:32:27 +01:00
Overtorment
6ad1cda344 FIX: icons (removed octicons) 2019-04-06 21:18:54 +01:00
Overtorment
cd22ffd0df REF: lint 2019-03-30 19:32:58 +00:00
David Hedqvist
10af753b62 Moved strings in lightning wallet to localization 2019-03-19 10:31:53 +01:00
Marcos Rodriguez Vélez
57d1f85548 FIX: UI fixes for transactions list
ADD: Haptic feedbacks on error alerts
2019-03-05 02:29:13 +00:00
Marcos Rodriguez Vélez
ffd4b82832 FIX: Wallet selection 2019-02-24 23:16:29 +00:00
Marcos Rodriguez Vélez
9dec10592e FIX: Text not displayed correctly #165 2019-02-23 19:46:22 +00:00
Marcos Rodriguez Vélez
573eb5b03c ADD: Tap, and hold, on balance to display a Copy balance option 2019-02-23 15:48:20 +00:00
Overtorment
547ed1046b resolved conflict 2019-02-19 20:46:06 +00:00
Overtorment
5e68237a56 REF: main screen only 15 txs. wallet screen txs lazy-load 2019-02-19 20:32:45 +00:00
Marcos Rodriguez Vélez
a832e7f0e5 ADD: Manage funds and marketplace buttons 2019-02-19 09:11:41 +00:00
Marcos Rodriguez Vélez
7ff60ef2b0 ADD: Options icon 2019-02-19 09:11:41 +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
e1ce8f8d35 FIX: status bar disappears #311 2019-02-14 23:54:07 +00:00
Marcos Rodriguez Vélez
f320d03f0f FIX: Crash on opening ln tx detail screen #284 2019-01-30 16:53:29 -05:00
Marcos Rodriguez Vélez
324c8faf46 FIX: No padding on empty wallet #288 2019-01-30 16:47:40 -05:00
Marcos Rodriguez Vélez
2b3d5ba9ef Merge branch 'master' of github.com:BlueWallet/BlueWallet into fixes
# Conflicts:
#	BlueComponents.js
#	package.json
#	screen/wallets/list.js
2019-01-30 16:38:08 -05:00
Overtorment
240f2c35cb REF: start transition to Electrum server 2019-01-30 19:41:35 +00:00
Marcos Rodriguez Vélez
2cb56b51e9 ADD: Create BlueTransactionListItem 2019-01-29 21:13:45 -05:00
Marcos Rodriguez Vélez
0c32dfb55b ADD: Created BlueAddressInput (#270)
REF: Created BlueAddressInput
FIX: Invalid bip21
REF: Change Blue Wallet strings to BlueWallet
FIX: Many layout bug fixes.
ADD: Autofocus on number inputs
OPS: Upgraded to React Native 0.58
FIX: Fixes for LND view
2019-01-25 23:32:35 +00:00
Overtorment
74f0350a3e REF: better balance refresh strategy; FIX: performance issue with many ln transactions 2019-01-25 21:55:17 +00:00
Igor Korsakov
641e6e075d
WIP: Lapp browser webln spec compat 2019-01-16 16:54:17 +00: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
Marcos Rodriguez Vélez
9fc3c49c9e FIX: If satoshi balance was negative, it would not show the less than sign when it had a suffix.
FIX: If satoshi balance was negative, it would not show the manage funds button
2019-01-11 22:54:53 -05:00
Overtorment
7e2846fb64 FIX 2019-01-12 02:08:03 +00:00