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

build(deps): Bump com.github.CanHub:Android-Image-Cropper from 3.1.3 to 4.3.3 #5349

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps com.github.CanHub:Android-Image-Cropper from 3.1.3 to 4.3.3.

Release notes

Sourced from com.github.CanHub:Android-Image-Cropper's releases.

4.3.3

⚠️ Maven Coordinates have changed ⚠️

This library will no longer be published to Jitpack. The Maven Coordinates have changed, and the library is now on Maven Central. In order to consume the new update please change:

-implementation("com.github.CanHub:Android-Image-Cropper:4.3.2")
+implementation("com.vanniktech:android-image-cropper:4.3.3")

For now, everything else stays the same. vanniktech has taken over the maintenance of this library.

  • Kotlin Build Script, proper Maven Publishing, new workflows, Gradle Catalogue & much more #450 (vanniktech)
  • Correctly close resources in BitmapUtils. #440 (vanniktech)
  • Bugfix/437 setting toolbar color to white does nothing #438 (Devenom1)

4.3.2

What's Changed

New Contributors

Full Changelog: CanHub/Android-Image-Cropper@4.3.1...4.3.2

4.3.1

🚀 34 - ⬇️ 152.8k - ⭐ 643 - 🔎 15 - 🍴 155

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from com.github.CanHub:Android-Image-Cropper's changelog.

Version 4.3.3 (2022-10-19)

⚠️ Maven Coordinates have changed ⚠️

This library will no longer be published to Jitpack. The Maven Coordinates have changed, and the library is now on Maven Central. In order to consume the new update please change:

-implementation("com.github.CanHub:Android-Image-Cropper:4.3.2")
+implementation("com.vanniktech:android-image-cropper:4.3.3")

For now, everything else stays the same. vanniktech has taken over the maintenance of this library.

  • Kotlin Build Script, proper Maven Publishing, new workflows, Gradle Catalogue & much more #450 (vanniktech)
  • Correctly close resources in BitmapUtils. #440 (vanniktech)
  • Bugfix/437 setting toolbar color to white does nothing #438 (Devenom1)

[4.3.2] - 08/09/2022

Fixed

  • Fixed the mistake in hindi conversion of "Crop" #402
  • Added the option to set custom color to toolbar of CropImageActivity #421
  • Added the option to set custom background color to activity of CropImageActivity #421
  • Fixed accidentally swiping back on newer Android devices when trying to resize the crop window #423
  • Fixed an issue on sample project where back button would not work when dialog is shown #427
  • Fixed an issue on sample project where cancelling/going back would go to a screen with empty image #427

[4.3.1] - 20/07/2022

Fix

  • CropImageView: Added support for handling all EXIF orientation values. #408
  • CropImageView: Use customOutputUri instance property as a fallback in startCropWorkerTask. #401

Added

  • CropImageOptions: Option to change progress bar color. #390

[4.3.0] - 10/06/2022

Added

  • Added a helper text on top of crop overlay which moves along with it. #381

Fixed

  • The translation of Camera and Gallery does not exist in some languages.#358

[4.2.1] - 04/04/2022

Added

  • Added support for optionally displaying an intent chooser when selecting image source. #325

Changed

  • CropException sealed class with cancellation and Image exceptions #332

Fixed

  • Fix disable closing AlertDialog when touching outside the dialog #334

... (truncated)

Commits
  • cefa457 Prepare version 4.3.3
  • f3f80e3 Update Gradle to 7.5.1 (#451)
  • 8b484fa Kotlin Build Script, proper Maven Publishing, new workflows, Gradle Catalogue...
  • 6cf1963 Funding: Add myself. (#449)
  • 70500c2 Remove stale bot.
  • f1da57d Correctly close resources in BitmapUtils. (#440)
  • 51de25a Bugfix/437 setting toolbar color to white does nothing (#438)
  • 85c98bb Release/4.3.2 (#434)
  • 1156433 Bugfix/427 back button doesnt work when activity launched (#429)
  • 6fb96ea #423 Fixed accidentally swiping back on newer Android devices when tr… (#425)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.CanHub:Android-Image-Cropper](https://github.com/CanHub/Android-Image-Cropper) from 3.1.3 to 4.3.3.
- [Release notes](https://github.com/CanHub/Android-Image-Cropper/releases)
- [Changelog](https://github.com/CanHub/Android-Image-Cropper/blob/main/CHANGELOG.md)
- [Commits](CanHub/Android-Image-Cropper@3.1.3...4.3.3)

---
updated-dependencies:
- dependency-name: com.github.CanHub:Android-Image-Cropper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 09:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants