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

fix(deps): update telephoto to v0.15.1 #4270

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
me.saket.telephoto:flick-android 0.14.0 -> 0.15.1 age adoption passing confidence
me.saket.telephoto:zoomable-image-coil 0.14.0 -> 0.15.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

saket/telephoto (me.saket.telephoto:flick-android)

v0.15.1

Compare Source

Bug fixes

  • Fixed a bug that prevented double tap and quick zooms from working if a gesture was received before the image was fully loaded

Dependency updates

  • Compose multiplatform 1.7.3

v0.15.0

Compare Source

This release introduces a new library for telephoto: Modifier.zoomablePeekOverlay(), a modifier for displaying transient overlaid zoom effect, inspired by Instagram.

AsyncImage(
  modifier = Modifier.zoomablePeekOverlay(…),
  model = "https://example.com/image.jpg",
  contentDescription = "",
)
zoom-overlay-demo.mp4

Other changes

Bug fixes

Dependency updates

  • Compose multiplatform: 1.7.1
  • Compile SDK: 35
  • Kotlin: 2.1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Feb 16, 2025
@renovate renovate bot requested a review from a team as a code owner February 16, 2025 05:55
@renovate renovate bot requested review from jmartinesp and removed request for a team February 16, 2025 05:55
Copy link

codecov bot commented Feb 16, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.06%. Comparing base (2b3481a) to head (8642ced).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...ediaviewer/impl/local/DefaultLocalMediaRenderer.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4270   +/-   ##
========================================
  Coverage    80.06%   80.06%           
========================================
  Files         2051     2051           
  Lines        54574    54574           
  Branches      6666     6666           
========================================
  Hits         43695    43695           
  Misses        8594     8594           
  Partials      2285     2285           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/telephoto branch from 0397ea4 to ee14969 Compare February 16, 2025 22:11
@renovate renovate bot changed the title fix(deps): update telephoto to v0.15.0 fix(deps): update telephoto to v0.15.1 Feb 16, 2025
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/5zySMG

Copy link
Contributor Author

renovate bot commented Feb 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jmartinesp jmartinesp merged commit aca73dc into develop Feb 17, 2025
27 of 28 checks passed
@jmartinesp jmartinesp deleted the renovate/telephoto branch February 17, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant