Commit Graph

67 Commits

Author SHA1 Message Date
Overtorment
7396147157 REF: rearrange modules, move from root to blue_modules/ 2020-07-02 15:04:44 +01:00
marcosrdz
d697ff66a0 ADD: Launch screen dark mode 2020-06-24 19:53:27 +01:00
marcosrdz
71cc1f6836 ADD: Event listener for wallet unlock 2020-06-22 12:23:41 +01:00
marcosrdz
e7d93cada2 REF: Use NavigationContainer Ref for NavigationService 2020-06-19 13:42:50 +01:00
marcosrdz
35b4a30bdf DEL: BIP70 2020-06-15 17:43:46 +01:00
Overtorment
a43d21241b FIX: deeplinking for cold boot 2020-06-15 17:32:30 +01:00
marcosrdz
ebe02fdfbf OPS: Replace deprecated Clipboard 2020-06-13 17:30:55 +01:00
Ivan Vershigora
f89e451fbe REF: add more styles to StyleSheet.create 2020-05-30 11:16:03 +03:00
Overtorment
af93d5ae46 FIX: improved startup time 2020-05-29 23:01:38 +01:00
Ivan Vershigora
2615bb42f8 FIX: syncup with master 2020-05-29 14:54:33 +03:00
Ivan Vershigora
1b894eea44 FIX: styles, nacigation actions 2020-05-28 16:57:01 +03:00
Ivan Vershigora
c65709dab6 REF: migrate to RN5, fix everything 2020-05-27 14:12:17 +03:00
Matt Gurzenski
095012af30 Moved "wallets" to subfolder and updated files in "class" folder to be kabob-case. 2020-05-24 06:27:08 -04:00
Overtorment
d552669dd2 FIX: capitalized deeplink (closes #1005) 2020-04-28 17:28:11 +01:00
marcosrdz
178b4cf277 ADD: Open clipboard modal if address is detected at launch 2020-04-06 18:27:15 +01:00
marcosrdz
f1c154478b FIX: Don't display clipboard modal if content is from a lightning wallet 2020-03-31 10:39:13 +01:00
Marcos Rodriguez
16ecd3096b ADD: Swipe to Scan 2019-12-31 13:57:39 -06:00
Marcos Rodriguez
5f50be22f2 ADD: Handle clipboard content with both bitcoin: and lightning:
Update App.js

Update App.js

Update App.js
2019-12-18 23:14:44 +00:00
Marcos Rodriguez
0bd7c8e979 FIX: Dont show clipboard modal when biometrics is dismissed. 2019-12-13 01:12:10 +00:00
Overtorment
4f50e08411 REF: analytics 2019-12-01 23:06:44 +00:00
Overtorment
deea3a087a OPS: analytics fix 2019-11-29 10:27:40 +00:00
Marcos Rodriguez
00bb9fe28b ADD: Today Extension and Quick Actions.
Update MainInterface.storyboard

ADD: Cache fetched data

ADD: Add "Up from/Down from" data

OPS: Add Provision Profile

Update project.pbxproj

ADD: Synchronize user selected currency with Today extension

Update Info.plist

ADD: quick actions

Update App.js

Update App.js

Update App.js

Update App.js

Update App.js

FIX: Fix currency bugs

FIX: Hide balance from quick actions

ADD: cqc

Update currency.js

Update TodayViewController.swift

Update App.js

REF: headercolor

Update App.js

FIX: carousel would not show

FIX: Fix

FIX

FIX

Update API.swift

FIX: Fixed alerts

TST

Revert "TST"

This reverts commit bcdf62e9b238cc5da200cc4bce45e4e55f480d6d.

ADD: Tests mocks

REF: Device Quick Actions ref

FIX: Fixed crash

Update quickActions.ios.js

ADD: QuickActions for Android

D

FIX: Tests

OP
2019-11-21 17:34:38 +00:00
Marcos Rodriguez
43f6304666 ADD: Rewrite Settings screen with Hooks. OPS: Update pacakges
Update settings.js

FIX: Removed redundancy

OPS: Lower required deployment target for iOS and watchOS

FIX: Podfile

Pod

Update project.pbxproj

ADD:  Use RN Nav Hooks

Update settings.js

Update settings.js
2019-11-02 21:06:37 +00:00
Marcos Rodriguez
5c437c138b Update App.js 2019-09-17 13:27:09 -04:00
Marcos Rodriguez Vélez
c86bd12eb0
Merge branch 'master' into issue-573 2019-09-17 11:46:00 -04:00
fiatjaf
74a3b54e17 handle lnurl clicks. 2019-09-15 20:52:02 +01:00
Marcos Rodriguez
b22545ace4 FIX: Removed unnecessary code. 2019-09-11 21:59:11 -04:00
Marcos Rodriguez
59c9905ae8 FIX: Don't display send modal if address belongs to self #573 2019-08-24 21:14:26 -04:00
Overtorment
49f4374725 REF: lint 2019-05-12 23:18:12 +01: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
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
0d37b2b323 ADD: new deeplinking scheme 2019-04-10 00:16:58 +01:00
Marcos Rodriguez Vélez
c1a03cb1cb FIX: Deeplink would fail sometimes on cold start (#382) 2019-03-07 18:38:24 +00:00
Marcos Rodriguez Vélez
3f651960e0 ADD: Read clipboard for transactions 2019-03-05 02:25:56 +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
f4d448b4b3 ADD: Created BlueAddressInput 2019-01-24 02:36:01 -05:00
Marcos Rodriguez Vélez
66bce8874a FIX: Dismiss add screen 2018-12-29 13:24:51 -05:00
Marcos Rodriguez Vélez
35daa630cc ADD: Show alert if no wallet is available when trying to make a payment. 2018-12-26 04:09:48 -05:00
Marcos Rodriguez Vélez
4aa9c47fda ADD: Deeplinking for LND invoices 2018-12-24 10:29:33 -05:00
Marcos Rodriguez Vélez
ea03e1f37e Deeplinking for BIP70 2018-12-22 09:25:34 -05:00
Marcos Rodriguez Vélez
3efb9ccfde FIX: Fixed currencies in tx details and send 2018-12-22 00:12:41 -05:00
Marcos Rodriguez Vélez
3ebc79624c FIX: Currency Unit change 2018-12-21 22:23:52 -05:00
Marcos Rodriguez Vélez
6681f79be1 More changes 2018-12-18 20:46:06 -05:00
Pavel Ševčík
a450c865df Created App container with Navigator ref and proper Linking 2018-12-18 13:00:33 +01: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
8641b89e5d Remove Drawer. 2018-10-30 22:23:48 -04:00
Overtorment
818e35a3eb OPS 2018-10-06 03:19:16 +01:00
Overtorment
9da71cfd5a REL 2018-10-06 02:37:12 +01:00
Overtorment
9960764e55 OPS: add sentry 2018-10-06 02:21:38 +01:00