-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 5648 - deep link for Prices (+ OxF fixes) #5734
Conversation
Impacted files: * `AndroidManifest.xml`: added an entry for Prices regarding deeplinks * `launch_url_helper.dart`: added beauty, products and petfood regarding deeplinks * `Runner.entitlements`: added an entry for Prices, beauty, products and petfood regarding deeplinks
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5734 +/- ##
==========================================
- Coverage 9.54% 7.00% -2.55%
==========================================
Files 325 406 +81
Lines 16411 21655 +5244
==========================================
- Hits 1567 1516 -51
- Misses 14844 20139 +5295 ☔ View full report in Codecov by Sentry. |
|
||
|
||
<!-- Prices --> | ||
<data android:scheme="http" android:host="prices.openfoodfacts.org" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you should add, the .net
variant.
Is-it relevant @teolemon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do have a preprod, indeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@monsieurtanuki I was wrong about the domain. |
Good news! |
What
Fixes bug(s)
Impacted files
AndroidManifest.xml
: added an entry for Prices regarding deeplinkslaunch_url_helper.dart
: added beauty, products and petfood regarding deeplinksRunner.entitlements
: added an entry for Prices, beauty, products and petfood regarding deeplinks