Commit Graph

533 Commits

Author SHA1 Message Date
Overtorment
b0dd59f269 REF: estimates 2019-07-19 10:19:50 +03:00
Overtorment
1ab763ffeb FIX: receive address generation with no internet 2019-07-19 10:19:50 +03:00
Overtorment
da7d8697bb ADD: Electrum server configuration 2019-07-18 13:18:50 +01:00
Overtorment
f6fa631734 REF: removed debug 2019-07-14 15:59:31 +01:00
Overtorment
feb02ba69d ADD: RBP bumpfee & canceltx for BIP84 HD wallet 2019-07-14 14:22:28 +01:00
Overtorment
03be286b43 REF: electrum reconnect 2019-07-13 16:33:45 +01:00
Overtorment
d41c3cc0eb ADD: CPFP for BIP84 HD wallets 2019-07-13 16:33:45 +01:00
Péter Dimitrov
0bbb322237 Add Hungarian localization 2019-07-13 09:45:38 +01:00
Overtorment
ff31f52091 FIX: wait for electrum connection before fetching tx or broadcast 2019-07-13 09:32:27 +01:00
Marcos Rodriguez
a8dd50a2b9 FIX: Change ellipsis icon 2019-07-13 09:31:36 +01:00
Marcos Rodriguez
b353da8d8e Fixed Receive UI jumpiness 2019-07-07 20:40:37 +01:00
Marcos Rodriguez
f397c79a12 FIX: iOS App crashes when scaning QR Code 2019-07-05 09:08:04 +01:00
Marcos Rodriguez
559d24361e FIX: Amount when scanning was not displayed in amount UI 2019-07-04 20:24:23 +01:00
Overtorment
13fe0640cf FIX: tst 2019-06-16 20:07:07 +01:00
Overtorment
db7c1bee1b FIX: import LN wallet with custom lndhub 2019-06-15 23:36:35 +01:00
Overtorment
1b5ce14082 FIX: crash 2019-06-11 00:18:40 +01:00
Overtorment
84fff2285e FIX: correct output addresses display on transactions/details screen 2019-06-09 23:25:57 +01:00
Overtorment
c4ffa242dd REF 2019-06-09 23:25:26 +01:00
Overtorment
5726775a61 REF: bip84 2019-06-09 20:25:14 +01:00
Marcos Rodriguez Vélez
95d08b9f89 Use Blockstream for tx details in block explorer 2019-06-07 21:09:54 +01:00
Overtorment
4d3a3d4176 FIX: lndhub uri bug 2019-06-03 10:56:10 +01:00
Overtorment
042a9e4d85 REF: better LN wallet refresh strategy 2019-06-01 23:41:30 +01:00
Overtorment
3afeefaed9 ADD: HD bech32 wallets (BIP84) 2019-06-01 23:41:30 +01:00
Overtorment
23ba40eb1f FIX: RBF broadcast fix 2019-05-28 23:58:10 +01:00
Overtorment
544a9e61f1 FIX: HD wallet update if it was heavily used externally (closes #495) 2019-05-22 21:00:35 +01:00
Overtorment
430a7c54dd REF: lint 2019-05-22 21:00:35 +01:00
Overtorment
4b8215d490 FIX: unclickable 'import wallet' 2019-05-22 21:00:35 +01:00
Overtorment
8a89405746 TST: RN selftest HD bech32 2019-05-22 21:00:35 +01:00
Overtorment
c01f61203a REF: updated bitcoinjs-lib, HD wallets speed-up 2019-05-22 21:00:35 +01:00
ncoelho
90127e9e56 improve quality of qr code
Users complaining they couldn't read the qr code, tested with different variations, this seems to work
2019-05-22 13:39:33 +01:00
ncoelho
3391793f8c fix lack of spacing in receive QR screen 2019-05-20 23:04:21 +01:00
ncoelho
a196bd62af remove info icon
remove info icon, so it doesn't remove highlight and hierarchy from the important data, and leave aditional info as a secondary option
2019-05-20 23:04:12 +01:00
ncoelho
3fbd2c1b40 Add new style and colors to add wallet screen 2019-05-20 19:25:07 +01:00
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
bfc941e2e4 TST: selftest 2019-05-09 15:15:23 +01: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
3573496e9e REF: added localization strings 2019-05-04 10:05:49 +01:00
Overtorment
3fd9717eaf ADD: preimage info of paid ln tx 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
b0ec261267 Merge branch 'master' of github.com:BlueWallet/BlueWallet 2019-04-22 20:26:59 +01:00
Overtorment
c49887f310 ADD: intermediate step asking user to backup his mnemonic 2019-04-22 20:21:13 +01:00
Overtorment
1f6eea9d95 Merge branch 'master' of github.com:BlueWallet/BlueWallet 2019-04-21 20:57:05 +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
ab82674b89 REF: lapp browser improv 2019-04-14 20:10:40 +01:00
Overtorment
a998ca0e07 FIX: better ln wallet import 2019-04-13 19:19:33 +01:00
Overtorment
0d37b2b323 ADD: new deeplinking scheme 2019-04-10 00:16:58 +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
ad3568b4fc FIX: broken webview integration 2019-04-05 19:05:57 +01:00
Marcos Rodriguez Vélez
6d2e468c03 OPS: Upgrade to React Native 0.59.2 2019-04-05 15:22:10 +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
David Hedqvist
e43b675e39 Added Swedish translation 2019-03-19 09:44:42 +01:00
Overtorment
801807ac46 FIX: all wallets are refreshed when app launches 2019-03-16 19:57:48 +00:00
Overtorment
db7dcfc4d7 REF: locales 2019-03-16 15:22:26 +00:00
jontzi
428ca7b0bc finnish translation 2019-03-16 11:44:03 +00:00
pseudozach
c622fe7cfb turkish translation 2nd try 2019-03-16 11:41:10 +00:00
Dimitris Tsapakidis
4f0e30483b ADD: Greek (EL) localization. 2019-03-14 15:46:22 +00:00
Ole Henrik Skogstrøm
e0811ede12 Added Norwegian language configs 2019-03-14 15:44:22 +00:00
Overtorment
a7d2f60114 FIX: correct qr scan when importing lndhub qr backup (closes #410) 2019-03-14 15:43:03 +00:00
Deiv
c371f6f376 Fixed typo 2019-03-14 14:10:49 +00:00
Overtorment
d3b059c2b1 REF: better support for different lndhub uris 2019-03-08 22:01:30 +00:00
Marcos Rodriguez Vélez
c1f16a4a01 FIX: Fixed an isse when inserting an address after amount.
ADD: Chinese DayJS
2019-03-05 19:29:06 +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
3f651960e0 ADD: Read clipboard for transactions 2019-03-05 02:25:56 +00:00
Deiv
f47c3099a4 Update language.js with italian 2019-03-04 18:27:03 +00:00
Marcos Rodriguez Vélez
6017f4d990 FIX: Create button was difficult to press on android. (#369)
FIX: Create button was difficult to press on android.
ADD: Clipboard detection on app state change to foreground
OPS: Upgrade to RN 58.6 due to various important fixes
FIX: Statusbar restored
2019-03-02 12:13:12 +00:00
Marcos Rodriguez Vélez
a1bf0f8276 ADD: Broadcast TX using Electrum 2019-02-28 23:26:02 +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
7b6734bcc3 ADD: Use BlueElectrum to estimate fee 2019-02-24 23:18:25 +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
2801c0519f FIX: URL is textinput 2019-02-23 19:46:22 +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
b22727aaed FIX: Android back button #271 - Navigation changes to comply with hardware back button. 2019-02-23 19:46:22 +00:00
Marcos Rodriguez Vélez
445d85e6c4 FIX: Fix transaction fee for BIP70 payments 2019-02-23 19:28:40 +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
Marcos Rodriguez Vélez
58d29199b3 FIX: Send BTC should ignore non-onchain wallets 2019-02-21 09:02:28 +00:00
Marcos Rodriguez Vélez
df37d37868 FIX: BlueWallet should register to handle the BOLT11 lightning: URI #335 2019-02-19 21:17:25 +00:00
Overtorment
f75c179504 ADD: Chinese locale 2019-02-19 21:12:02 +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
1fea501a74 ADD: InputAccesoryView for easy keyboard dismissal 2019-02-17 17:13:12 +00:00
Marcos Rodriguez Vélez
bb911a2139 ADD: Invoice string 2019-02-17 17:12:12 +00:00