forked from openfoodfacts/smooth-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 5741 - respecting the "search products" access limitations (ope…
…nfoodfacts#5810) * feat: 5741 - respecting the "search products" access limitations New file: * `search_products_manager.dart`: Management of "search products" access limitations. Impacted files: * `background_task_download_products.dart`: refactored using `SearchProductsManager` * `background_task_language_refresh.dart`: refactored using `SearchProductsManager` * `background_task_top_barcodes.dart`: refactored using `SearchProductsManager` * `lazy_counter.dart`: refactored using `SearchProductsManager` * `paged_product_query.dart`: refactored using `SearchProductsManager` * `product_list_page.dart`: refactored using `SearchProductsManager` * `product_refresher.dart`: refactored using `SearchProductsManager` * `pubspec.lock`: wtf * fix: 5618 - category comparison for OxF Impacted files: * `background_task_language_refresh.dart`: explicitly setting the product_type * `dao_product.dart`: made `productType` mandatory and not null for `put` and `putAll` * `new_product_footer.dart`: fixed case with unexploitable `comparedToCategory` field * `product_list_page.dart`: explicitly setting the product_type * `product_refresher.dart`: explicitly setting the product_type * `pubspec.lock`: wtf * `query_product_list_supplier.dart`: explicitly setting the product_type * fix: 5617 - share link to correct Oxf server * fix: 5617 - share link to correct Oxf server Impacted files: * `app_en.arb`: added labels for sharing an Oxf product * `new_product_footer.dart`: now displaying a correct label for product sharing - in addition to correct url * `product_query.dart`: added labels for sharing an Oxf product * `pubspec.lock`: wtf * `pubspec.yaml`: downgraded sentry_flutter from problematic version --------- Co-authored-by: Edouard Marquez <[email protected]>
- Loading branch information
1 parent
4316432
commit 4d48671
Showing
15 changed files
with
181 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.