Commit Graph

435 Commits

Author SHA1 Message Date
Overtorment
a3863e905f
ADD: advanced mode in app settings 2019-05-19 20:49:42 +01:00
Overtorment
233ee2ddca REF: better mnemonic backup screen 2019-05-15 19:19:02 +01:00
Overtorment
6af17fcc7d FIX: watchonly & ln wallet import/load 2019-05-15 00:19:35 +01:00
Overtorment
f39c624e77 REF: better ln scan qr import 2019-05-14 23:07:07 +01:00
Overtorment
49f4374725 REF: lint 2019-05-12 23:18:12 +01:00
Overtorment
4ef3340b52
Merge pull request #480 from t4t5/master
Support Safello redirect URLs
2019-05-10 20:56:46 +01:00
Tristan Edwards
9981ebe4f7 Use bluewallet redirect URL 2019-05-10 13:52:08 +02:00
Overtorment
9fa1c8f1a2 ADD: watch-only wallets support HD (xpub, ypub, zpub) 2019-05-09 15:15:23 +01:00
Tristan Edwards
1a1557255f Add safelloStateToken PropType 2019-05-09 14:06:44 +02:00
Tristan Edwards
298aba26f4 Support Safello redirect URLs
When the user buys bitcoin through Safello, they will be redirected to
the Yoti app to verify their identity.

Previously, when the process was done, they
would be redirected to a browser window to continue their purchase, but
since bluewallet has a `bluewallet://` redirect URI associated to its
app ID, we can redirect them back to the app with a
`safello-state-token` query parameter appended to the URI instead.

Bluewallet then simply needs to check if that query parameter is
present, and if so, open a new WebView with the same Safello URL +
`stateToken=xxx` in order to resume the user's session. This way, the
whole buying process can take place inside Bluewallet's app, which
is a clear improvement in terms of user experience.
2019-05-09 12:17:01 +02:00
Overtorment
2a34a18a8f FIX: better import of ln wallet 2019-05-04 10:05:49 +01:00
Overtorment
9bed2c3776 FIX: android build 2019-05-03 19:45:38 +01:00
Marcos Rodriguez Vélez
33bffaa7ab ADD: Apple Watch support 2019-05-02 21:33:03 +01:00
Overtorment
c49887f310 ADD: intermediate step asking user to backup his mnemonic 2019-04-22 20:21:13 +01:00
Overtorment
4ed492c249 FIX: buy bitcoin now happens in builtin webview instead of external browser 2019-04-21 19:59:03 +01:00
Overtorment
a998ca0e07 FIX: better ln wallet import 2019-04-13 19:19:33 +01:00
Overtorment
e7bb51dda8 FIX: rare hangs when importing wallet via qr 2019-04-06 21:57:00 +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
Overtorment
801807ac46 FIX: all wallets are refreshed when app launches 2019-03-16 19:57:48 +00:00
Overtorment
a7d2f60114 FIX: correct qr scan when importing lndhub qr backup (closes #410) 2019-03-14 15:43:03 +00:00
Overtorment
d3b059c2b1 REF: better support for different lndhub uris 2019-03-08 22:01:30 +00: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
13443fe608 FIX: Remove setTimeout 2019-02-28 23:24:17 +00:00
Marcos Rodriguez Vélez
311b9838ee ADD: Blur sensitive views from visibility on app switcher 2019-02-28 23:24:17 +00:00
Marcos Rodriguez Vélez
e93bfa656b ADD: Switch Lightning wallets on send screen.
ADD: If providing an LND address in BTC send screen, throw an error.
ADD: Chain type in order to determine what type of wallet has been selected.
2019-02-26 08:58:13 +00:00
Marcos Rodriguez Vélez
ffd4b82832 FIX: Wallet selection 2019-02-24 23:16:29 +00:00
Overtorment
8621f11bf9 FIX: wallets/list pull-to-refresh animation duration 2019-02-23 20:18:20 +00:00
Marcos Rodriguez Vélez
9dec10592e FIX: Text not displayed correctly #165 2019-02-23 19:46:22 +00:00
Overtorment
6dd83afd09 REF: buy bitcoin via redirect 2019-02-23 18:10:12 +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
9bb4b85bfa Remove old QRCode package 2019-02-14 18:15:38 -05:00
Marcos Rodriguez Vélez
c615ebbc07 FIX: Android not redering QR code #302 2019-02-14 00:15:56 -05:00
Overtorment
f4feeb4fa2 REF: less logging 2019-02-10 01:09:49 +00:00
Overtorment
b941769b99 FIX: untappable 'scan QR code instead' button 2019-02-01 23:00:44 +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
e3c8520e9c ADD: use all UI 2019-01-31 01:52:21 -05:00
Marcos Rodriguez Vélez
3f1165826b Recovered fixes lost during last pull 2019-01-30 19:56:34 -05: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
33debff3c8 ADD: MYR fiat
FIX: Scanning QR would dismiss screen
2019-01-29 23:00:12 -05:00
Marcos Rodriguez Vélez
a2ed103cef FIX: If slider value < 1, force it to 1. 2019-01-29 22:46:32 -05: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
b64c4d7dcd
Experimental (#268)
* OPS: build maitenance
* ADD: Created BlueCopyTextToClipboard
* ADD: NSMicrophoneUsageDescription in info.plist
2019-01-22 16:17:45 +00:00
Igor Korsakov
f8d1e98dd8
Revert "REF: bugfixes" (#265)
This reverts commit d762ab543b.
2019-01-21 14:33:49 +00:00
Marcos Rodriguez Vélez
d762ab543b REF: bugfixes 2019-01-21 14:29:41 +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
638d38070b FIX: Disable Save button when an async operation is executing. 2019-01-11 23:01:15 -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
Overtorment
d269f4926e ADD: lapp-browser 2019-01-12 00:23:32 +00:00
Overtorment
fd2578eb97 resolved conflict after reverting 6cebdebf01 2019-01-10 15:04:16 +00:00
Overtorment
122a8ae943 FIX: sometimes export QR is unreadable 2019-01-10 14:58:22 +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
3035747af3 FIX: Writing numbers standards #194 2019-01-09 11:23:32 -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
204e4ba867 FIX: Can't create a Lightning Wallet 3.5.6 (223) #224 2019-01-09 10:01:31 -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
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
604581c93f FIX: Replace comas with spaces 2019-01-06 16:23:14 -05:00
Marcos Rodriguez Vélez
5876b9e9ef FIX: Added withFormatting option 2019-01-06 14:34:01 -05:00
Marcos Rodriguez Vélez
00845ef838 FIX: Export QRCode was too big on iPad 2019-01-06 14:28:02 -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
Overtorment
9fcdb7e846 FIX: changelly link 2019-01-05 16:35:24 +00: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
6caa11454a FIX: Updated transaction buttons maximum width 2019-01-04 21:46:10 -05:00
Marcos Rodriguez Vélez
25501a4646 FIX: Main Buttons layout #204 2019-01-04 21:14:23 -05:00
Marcos Rodriguez Vélez
d112d24974 FIX: Add topup indication on wallet selection #207 2019-01-04 20:47:26 -05:00
Marcos Rodriguez Vélez
b9deb7b4c1 FIX: Create Lightning Wallet Issues #206 2019-01-04 19:24:33 -05:00
Marcos Rodriguez Vélez
403a8a2bb2 ADD: Loading indicator when creating a wallet 2019-01-04 19:23:09 -05:00
Marcos Rodriguez Vélez
39deff924e FIX: failed to decode simple address from URL scheme? #190
FIX: Paid Invoice UI errors.
2019-01-01 17:31:42 -05:00
Marcos Rodriguez Vélez
fd46fa4476 ADD: Manages LND funds using new wallet selector 2018-12-30 01:10:16 -05: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
ef7d543c6a FIX: view invoice will not allow you to go back if it is an initial screen 2018-12-29 22:33:41 -05:00
Marcos Rodriguez Vélez
66bce8874a FIX: Dismiss add screen 2018-12-29 13:24:51 -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
0581791bea ADD: Disable import button if label is empty 2018-12-28 16:04:57 -05:00
Marcos Rodriguez Vélez
c049d12e74 essage 2018-12-28 16:01:55 -05:00
Pavel Ševčík
fca5ecca9a Fix: Use spacing only if button is present 2018-12-28 16:53:02 +01:00
Pavel Ševčík
43512fd8cf Refactor: Use static properties for wallet types 2018-12-28 16:52:06 +01:00
Pavel Ševčík
6491b0d07e Fix: Display wallet balance consistently on all screens 2018-12-28 11:58:15 +00:00
Marcos Rodriguez Vélez
409c443e90 FIX: Change status bar color on unmount 2018-12-27 20:32:48 -05:00
Marcos Rodriguez Vélez
114225bf47 ADD: Change status bar color on the transactions screen 2018-12-27 19:44:41 -05:00
Marcos Rodriguez Vélez
5efbd2ca9f ADD: Check if invoice expired after fetching data 2018-12-27 18:40:55 -05:00
Marcos Rodriguez Vélez
912d8808cc ADD: If wallet was previously imported, throw an alert. 2018-12-27 18:33:39 -05: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
7bc69055bb Dead code elimination and optimization 2018-12-27 19:30:36 +01: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
78988dfe1f FIX: Removed remaining old-style headers 2018-12-27 10:12:22 -05:00
Marcos Rodriguez Vélez
706c18ddd4 Merge branch 'fix-wallet-unit' of https://github.com/pajasevi/BlueWallet into receiveBase 2018-12-27 10:11:34 -05:00
Pavel Ševčík
93e76a3065 Fix: Display wallet balance consistently on all screens 2018-12-27 11:42:45 +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
8cb9e0e929 ADD: view invoice on tx list press 2018-12-26 01:29:37 -05:00
Marcos Rodriguez Vélez
d4a0b7e9b0 FIX: replaced headers for import and pay invoice 2018-12-25 15:53:24 -05:00
Marcos Rodriguez Vélez
1c61b4d9b7 Merge branch 'master' of github.com:BlueWallet/BlueWallet into receiveBase 2018-12-25 14:34:01 -05:00
Pavel Ševčík
7df4be55e9 Fix: Import BIP21 format watch-only address 2018-12-25 19:23:49 +00:00
Overtorment
6e36055776 ADD: lightning tx list now includes user invoices 2018-12-25 19:07:43 +00:00
Marcos Rodriguez Vélez
78b0a4c357 Create LND invoice 2018-12-25 11:34:51 -05: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
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
bc1fa41269 FIX: Autocorrect when importing wallet #164 2018-12-22 23:13:58 -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
b617bc844b Fixes for balance 2018-12-22 12:51:30 -05:00
Marcos Rodriguez Vélez
90c56dde8e Added preferredBalanceUnit to other wallets 2018-12-22 11:51:07 -05:00
Marcos Rodriguez Vélez
dd3d8a1519 Adjusted 'options' button on tx list 2018-12-22 00:26:52 -05:00
Marcos Rodriguez Vélez
06a77fc1d9 Lets see if this works 2018-12-21 22:43:49 -05:00
Marcos Rodriguez Vélez
3ebc79624c FIX: Currency Unit change 2018-12-21 22:23:52 -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
811eb072c9 FIX: BIP44 mnemonic QR correctly imported 2018-12-22 03:00:53 +00:00
Marcos Rodriguez Vélez
906686611e Added "else" on change wallet unit 2018-12-19 22:03:15 -05:00
Marcos Rodriguez Vélez
f269e5533d Fixes 2018-12-19 21:06:06 -05: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
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
e4e91d15c7 Provide a default gradient as fallback 2018-12-18 01:01:51 -05:00
Marcos Rodriguez Vélez
d26acf944b FIX: Fix crash when changing unit 2018-12-18 00:58:49 -05:00
Marcos Rodriguez Vélez
3b4844490c ADD: The selected balance unit per wallet is now saved. 2018-12-16 11:24:23 -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
Overtorment
b72a9c10f1 FIX: keep balance and units in BTC (closes #67) 2018-12-15 14:38:05 +00:00
Overtorment
8dff3d0222 REL 2018-12-15 13:52:11 +00: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
9d514ce656 Initial 2018-12-13 23:31:13 -05:00
Marcos Rodriguez Vélez
bc8c91608e Haptic feedback updates 2018-12-13 11:50:18 -05:00
Marcos Rodriguez Vélez
79e82b8643 Haptic feedback when moving wallets 2018-12-11 23:25:57 -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
Overtorment
0f6f3d69ca FIX: better android support 2018-11-09 23:44:34 +00:00
Igor Korsakov
dc75511997
ADD: blitzhub api URI settings 2018-11-04 21:21:07 +00:00
Marcos Rodriguez Vélez
904940b58b FIX: More Android fixes (#116)
FIX: More Android fixes
2018-11-02 13:53:35 +00:00
Overtorment
3207ff7b50 REF 2018-11-01 23:02:12 +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
Overtorment
ce460833e9 REF 2018-10-31 20:34:12 +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
Overtorment
48b6c4d349 FIX: buy button for lnd wallet 2018-10-29 23:30:27 +00:00
Marcos Rodriguez Vélez
202165d1e2 REF: Updated navigation headers to better match design 2018-10-29 22:11:48 +00:00
Overtorment
9d5f9b1cb0 ADD: buy bitcoin with Changelly 2018-10-28 10:13:28 +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
Overtorment
774d341223 ADD: better source of entropy for wallet creation 2018-10-22 09:31:15 +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
22e0f80fd2 REF 2018-10-10 21:29:14 +01:00
Overtorment
b60039d916 FIX: Import - QR scan - add support for HD seedphrase & blitzhub format (closes #76) 2018-10-10 21:28:56 +01:00
Overtorment
60ad886061 REF: empty tx list 2018-10-10 20:36:32 +01:00
Overtorment
0734f68a55 REF: qr scan improved 2018-10-10 16:46:36 +01:00
Overtorment
a326f78e7f FIX: lnd manage funds crash 2018-10-09 19:48: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
Marcos Rodriguez Vélez
6fc2a1a06d Upgrade to Expo 30. (#75)
* Update to Expo 30
2018-09-26 20:01:23 +01:00
Marcos Rodriguez Vélez
5ae0359090 Downgraded called props (#74)
* Downgrade Expo to 29
2018-09-24 20:39:27 +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
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
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
54c71c0ee1
Updated QR Code scan call 2018-09-18 02:51:44 -04:00
Marcos Rodriguez Vélez
418e69cdc7
Fixes 2018-09-18 02:48:53 -04:00
Marcos Rodriguez Vélez
c963e5206e Migrated to FlatList. 2018-09-16 02:24:45 -04:00
Overtorment
6df0d90ef1 FIX: 'Export / Details' button for iPad 2018-09-12 21:07:35 +01:00
Overtorment
48335cd11e WIP: lnd tx list fix 2018-09-04 23:18:24 +01:00
Overtorment
3ca08b4c0f WIP: lightning analytics & improvements 2018-09-03 23:44:45 +01:00
Overtorment
cc8711d40c FIX: blank screen in the app in case of unexpected TX data 2018-09-03 23:44:03 +01:00
Igor Korsakov
bd71479e75
Lnd WIP (#32)
FIX: HD wallet send
WIP: lnd wallets add/import/remove works
2018-09-01 00:28:19 +01:00
Overtorment
d07082f4dd ADD: HD wallet 2018-08-15 00:49:49 +01:00
Overtorment
b63f9ec0cf ADD: support HD wallet 2018-08-08 01:05:34 +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
d3761a4849 FIX: better transaction list refresh 2018-07-14 21:32:36 +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
46a5030ee6 Merge branch 'master' of github.com:Overtorment/BlueWallet 2018-07-08 10:35:24 +01:00
Overtorment
7619183285 REF: prettier 140 chars
WIP: HD wallets
TST
REF
2018-07-07 22:15:14 +01:00
Overtorment
b369a1b917 REF: prettier: line width 120 2018-07-07 14:04:32 +01:00
Overtorment
a5862cb76e REF: send/receive btns 2018-07-07 12:30:50 +01:00
Overtorment
eefb095a2c FIX: scan qr when adding wallet 2018-07-06 17:28:27 +01:00
Overtorment
37c1de472f REF: analytics 2018-07-06 17:28:04 +01:00
Overtorment
f6c35271cc REF 2018-07-06 16:42:17 +01:00
Overtorment
dcc917b7fa REF: analytics 2018-07-06 16:41:48 +01:00
Overtorment
77ccc27980 FIX: rbf broadcast
FIX: wallet list send/receive btns
REF
2018-07-05 01:56:31 +01:00
Overtorment
5ba4ff9483 FIX 2018-07-03 21:11:02 +01:00
Overtorment
6a65f35a8b ADD: wallets autorefresh 2018-07-02 14:51:24 +01:00
Overtorment
40d57acb6b REF 2018-07-02 12:09:34 +01:00
Overtorment
9aff7c24e6 FIX: iPad compatibility 2018-07-01 18:00:03 +01:00
Overtorment
0ae8bca3c8 REF: wallets list improvements 2018-06-30 13:52:18 +01:00
Overtorment
c43ec87bb0 WIP: redesign 2018-06-28 23:17:14 +01:00
Overtorment
a1c774882a WIP: redesign 2018-06-28 02:43:28 +01:00
Overtorment
55f6ccde73 WIP: redesign 2018-06-24 23:22:46 +01:00
Overtorment
11078d9bf7 REF 2018-06-17 12:38:12 +01:00
Igor Korsakov
75d054d0e7
Translations (#15)
ADD: locale
2018-05-28 20:18:11 +01:00
Overtorment
2b5d00c0bd REF 2018-05-22 18:10:53 +01:00
Igor Korsakov
064caa05fc
Feature/legacywallet (#10)
ADD: scan legacy address and check balance
ADD: can creat tx from legacy address
OPS: new nodejs circleCI version
REF
2018-05-20 10:38:50 +01:00
Overtorment
8646f1d06e store version 1.2.0 2018-05-12 21:27:34 +01:00
Overtorment
c310034333 UI improvements 2018-05-06 18:36:48 +01:00
Overtorment
a885d1e006 refactoring 2018-05-06 18:14:22 +01:00
Overtorment
06c1727fad UI improvements; refactoring 2018-05-06 18:12:14 +01:00
Overtorment
f2c1aa0f59 fixed bip38 2018-04-28 13:13:36 +01:00
Overtorment
de40c586b4 bip38 2018-04-08 17:21:07 +01:00
Overtorment
809f9cae60 storage encryption 2018-03-31 14:43:08 +01:00
Overtorment
0718687fc0 codestyle 2018-03-18 03:11:54 +00:00
Overtorment
f84f797f28 codestyle 2018-03-18 03:11:54 +00:00
Sergey Tsegelnyk
f1d68e53e6 prettier 2018-03-18 03:11:54 +00:00
Overtorment
d854c20240 ADD: tests 2018-03-17 14:27:37 +00:00
Overtorment
08a5749c12 init 2018-01-30 22:42:38 +00:00