Skip to content
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

[pull] develop from openfoodfacts:develop #44

Closed
wants to merge 22 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 3, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Impacted files:
* `add_basic_details_page.dart`: added product type
* `add_new_product_page.dart`: added a "set product type page" for new products; added product type; minor refactoring
* `add_other_details_page.dart`: added product type
* `app_en.arb`: added 1 label per product type, and 4 labels for product type input
* `background_task_barcode.dart`: added product type
* `background_task_crop.dart`: added product type
* `background_task_details.dart`: added product type
* `background_task_hunger_games.dart`: added product type
* `background_task_image.dart`: added product type
* `background_task_refresh_later.dart`: added product type
* `background_task_unselect.dart`: added product type
* `background_task_upload.dart`: added product type
* `edit_new_packagings.dart`: added product type
* `edit_ocr_page.dart`: added product type
* `image_crop_page.dart`: added product type
* `nutrition_page_loaded.dart`: added product type
* `product_crop_helper.dart`: added product type
* `product_dialog_helper.dart`: removed irrelevant nutriscore and ecoscore logos for new found products, as we cannot say already if it's food
* `product_image_button.dart`: added product type
* `product_image_carousel_item.dart`: added product type
* `product_image_crop_button.dart`: added product type
* `product_image_gallery_view.dart`: added product type
* `product_image_local_button.dart`: added product type
* `product_image_unselect_button.dart`: added product type
* `product_image_viewer.dart`: added product type
* `product_query.dart`: localized labels for product type
* `simple_input_page.dart`: added product type
* `simple_input_page_helpers.dart`: added product type
* `up_to_date_changes.dart`: added product type
* `uploaded_image_gallery.dart`: added product type
…5662)

Impacted files:
* `forgot_password_page.dart`
* `login_result.dart`
* `sign_up_page.dart`
monsieurtanuki and others added 2 commits October 4, 2024 10:15
Impacted files:
* `add_new_product_page.dart`: editors different when not FOOD; minor refactoring
* `edit_product_page.dart`: no ingredient editor for PRODUCTS
* `image_field_extension.dart`: now the main image fields depend on product type; minor refactoring (more compact `switch` syntax)
* `knowledge_panels_builder.dart`: minor fix
* `product_cards_helper.dart`: now the main image fields depend on product type
* `product_image_gallery_view.dart`: now the main image fields depend on product type
* `product_image_swipeable_view.dart`: now the main image fields depend on product type
)

Bumps [webview_flutter_android](https://github.com/flutter/packages/tree/main/packages/webview_flutter) from 3.16.7 to 3.16.8.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter_android-v3.16.8/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter_android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 2 commits October 4, 2024 10:32
#5658)

Bumps [rive](https://github.com/rive-app/rive-flutter) from 0.13.13 to 0.13.14.
- [Release notes](https://github.com/rive-app/rive-flutter/releases)
- [Changelog](https://github.com/rive-app/rive-flutter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rive-app/rive-flutter/commits)

---
updated-dependencies:
- dependency-name: rive
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: monsieurtanuki <[email protected]>
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.223.1 to 2.224.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](fastlane/fastlane@fastlane/2.223.1...fastlane/2.224.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 3 commits October 6, 2024 17:32
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.223.1 to 2.224.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](fastlane/fastlane@fastlane/2.223.1...fastlane/2.224.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: 5326 - add prices to proof from gallery (and thumbnails)

New files:
* `background_task_add_other_price.dart`: Background task about adding prices to an existing proof.
* `background_task_price.dart`: Abstract background task about adding prices.

Impacted files:
* `background_task_add_price.dart`: refactored using new class `BackgroundTaskPrice`
* `get_prices_model.dart`: new web app root address
* `operation_type.dart`: added the new background task
* `osm_location.dart`: minor refactoring
* `price_currency_selector.dart`: additional case - proof instead of input; refactored using model
* `price_date_card.dart`: additional case - proof instead of input
* `price_location_card.dart`: additional case - proof instead of input
* `price_model.dart`: added specific constructor and background task for the "existing proof" case
* `price_product_widget.dart`: minor refactoring
* `price_proof_card.dart`: additional case - proof instead of input
* `price_proof_page.dart`: added a FAB to add price from an existing proof; now displaying the thumbnail and then the full proof
* `price_user_button.dart`: new web app root address
* `prices_proofs_page.dart`: proof thumnails; new web app root address
* `prices_users_page.dart`: new web app root address
* `product_price_add_page.dart`: now accepting a model as parameter, in order to deal with both old proofs and new prices
* `pubspec.lock`: wtf
* `pubspec.yaml`: upgraded to `openfoodfacts` `3.16.0`, for proof thumbnails
* `user_preferences_account.dart`: new web app root address

* More flexibility with potentially null data

Impacted files:
* `osm_location.dart`: more flexibility with potentially null data
* `price_model.dart`: more flexibility with potentially null data; better display of thumbnail image
* `price_proof_page.dart`: more flexibility with potentially null data
@github-actions github-actions bot added the Prices label Oct 7, 2024
dependabot bot and others added 8 commits October 7, 2024 19:32
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 14.2.8 to 14.3.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/go_router-v14.3.0/packages)

---
updated-dependencies:
- dependency-name: go_router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…5562)

Bumps [webview_flutter_wkwebview](https://github.com/flutter/packages/tree/main/packages/webview_flutter) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter_wkwebview-v3.15.0/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter_wkwebview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: monsieurtanuki <[email protected]>
…5677)

Bumps [webview_flutter_wkwebview](https://github.com/flutter/packages/tree/main/packages/webview_flutter) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter_wkwebview-v3.16.0/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter_wkwebview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webview_flutter](https://github.com/flutter/packages/tree/main/packages/webview_flutter) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter-v4.9.0/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: monsieurtanuki <[email protected]>
)

Bumps [webview_flutter_android](https://github.com/flutter/packages/tree/main/packages/webview_flutter) from 3.16.8 to 3.16.9.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter_android-v3.16.9/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter_android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…age (#5679)

Impacted files:
* `image_crop_page.dart`: now we can force the image source
* `price_model.dart`: now we can set a proof after init time
* `price_proof_card.dart`: now we can select the proof image among "camera", "gallery" and "my proofs"; minor refactoring
* `prices_proofs_page.dart`: added a "select proof?" parameter to pop the selected proof if needed
* `user_preferences_account.dart`: minor refactoring
…pp (#5687)

Bumps [sqflite](https://github.com/tekartik/sqflite) from 2.3.3+1 to 2.4.0.
- [Commits](https://github.com/tekartik/sqflite/commits)

---
updated-dependencies:
- dependency-name: sqflite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webview_flutter_android](https://github.com/flutter/packages/tree/main/packages/webview_flutter) and [webview_flutter](https://github.com/flutter/packages/tree/main/packages/webview_flutter). These dependencies needed to be updated together.

Updates `webview_flutter_android` from 3.16.9 to 4.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter_android-v4.0.0/packages/webview_flutter)

Updates `webview_flutter` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter-v4.10.0/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: webview_flutter_android
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: webview_flutter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
monsieurtanuki and others added 4 commits October 13, 2024 19:30
Impacted files:
* `get_prices_model.dart`: added a `LazyCounterPrices?` parameter
* `lazy_counter.dart`: added a `bool notify` parameter
* `lazy_counter_widget.dart`: now refreshed by "external" new count
* `price_user_button.dart`: added a `LazyCounterPrices` parameter to have the counter refreshed
* `product_prices_list.dart`: now setting the lazy counter when displaying the list
* `user_preferences.dart`: added a `bool notify` parameter for the lazy counter setter
* `user_preferences_account.dart`: added a `LazyCounterPrices` parameter to have the counter refreshed
…5701)

Bumps [image](https://github.com/brendan-duncan/image) from 4.2.0 to 4.3.0.
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/image@4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@g123k g123k closed this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment