-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 3656 - privacy compliance for cropped new images (#3673)
* feat: 3656 - privacy compliance for cropped new images Impacted files: * `background_task_image.dart`: now we crop here the image before sending it * `new_crop_page.dart`: now we either let the server crop (old image) or let the background task crop (brand new image) * `rotated_crop_controller.dart`: refactored adding a static method `getCroppedBitmap` * feat: 3656 - bug fix - server gallery images should be considered as new images Impacted files: * `image_crop_page.dart`: minor refactoring * `new_crop_page.dart`: minor refactoring * `product_image_viewer.dart`: minor refactoring * `uploaded_image_gallery.dart`: bug fix - we should consider that it's a new image
- Loading branch information
1 parent
bf1fe91
commit c9935da
Showing
6 changed files
with
164 additions
and
51 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