Marcos Rodriguez Vélez
d69e58175e
Sidebar ( #1596 )
...
* ADD: Split for large devices
* Update Podfile.lock
* FIX: Use isTablet
* ADD: If wallet is selected, lower opacity on others
* Update transactions.js
* Update transactions.js
* OPS: Podfile.lock
* Update Podfile.lock
* Update Navigation.js
* Update transactions.js
2020-09-08 17:06:41 +01:00
Overtorment
ae0e016401
ADD: handling push notification open ( #1467 )
2020-08-10 15:17:50 +01:00
marcosrdz
59bf5fed36
ADD: Modal Device Height props for macOS
2020-08-10 14:47:45 +01:00
marcosrdz
3e80f39a5d
ADD: updateColorScheme for BlueCurrentTheme.
2020-07-24 12:56:58 +01:00
Ivan
7d1511056b
REF: Improve localization
2020-07-20 14:38:46 +01:00
Overtorment
545c8891f6
ADD: push notifications
2020-07-18 20:33:43 +01:00
Marcos Rodriguez Vélez
2ce7111687
ADD: Dark Mode
2020-07-15 18:32:59 +01:00
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