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

Update dependency io.github.panpf.zoomimage:zoomimage-compose-glide to v1.1.0 - autoclosed #1463

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.panpf.zoomimage:zoomimage-compose-glide 1.0.2 -> 1.1.0 age adoption passing confidence

Warning

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


Release Notes

panpf/zoomimage (io.github.panpf.zoomimage:zoomimage-compose-glide)

v1.1.0

Compare Source

[!CAUTION]
To support js and iOS platforms, all remove and change tag changes are destructive

zoom:

  • fix: Fix the inconsistent values returned by the contentSizeState property collect and value of
    ZoomableEngine
    bug. #​37
  • fix: Fixed offset error when LayoutDirection is in RTL mode
    bug. #​65
  • remove: Remove the logger parameter of the 'remember*ZoomState()' series of functions
  • change: The ZoomImage series components disable two-finger dragging gestures to avoid triggering
    fling after rapid two-finger zooming, causing the image to
    drift. #​28
  • change: The contentSize properties of ZoomableState and ZoomableEngine now no longer return
    containerSize when empty
  • change: The minimum length of the scrollbar is now 10.dp
  • improve: The two-finger zoom gesture of ZoomImageView series components can now be triggered by
    sliding a relatively short distance. #​61
  • improve: Provides LayoutDirection RTL support for the alignment property of all
    components. #​66
  • new: Added support for mouse wheel zoom
    function. #​35
  • new: Added support for keyboard zoom and drag
    functions. #​42
  • new: 'remember*ZoomState()' series of functions add 'logLevel: Level' parameter
  • new: New containerWhitespaceMultiple and containerWhitespace parameters are added to leave a
    white space between the edge of the image and the edge of the
    container. #​45

subsampling:

  • fix: Fixed a bug that caused the Tile map to calculate abnormally and crash when encountering
    images of extreme sizes (one side is extremely large and the other is extremely
    small). #​32
  • fix: Fixed the bug that coil and glide series components do not support '/sdcard/sample.jpeg' type
    model. #​34
  • remove: Remove the disallowReuseBitmap parameter of TileBitmapCache's put() method
  • remove: Remove BitmapFrom
  • change: Remove ignoreExifOrientation attribute
  • change: Remove disabledTileBitmapReuse and TileBitmapPool attributes
  • change: Non-Android platforms now use Skia to decode images
  • change: Use Jetbrains Lifecycle instead of StoppedController
  • change: ImageSource now uses okio's Source instead of InputStream
  • change: ImageSource.fromResource() on desktop platform changed to fromKotlinResource()
  • change: ImageSource.fromFile(File) is now a JVM platform-specific extension function
  • change: Remove the suspend modifier of ImageSource's openSource() method. If you need to suspend,
    please use ImageSource.Factory
  • change: Decisions about whether to disable Tile's memory cache are now no longer based on the
    memory cache setting of the thumbnail's image request
  • change: SubsamplingState.disabledTileBitmapCache renamed to disabledTileImageCache
  • change: SubsamplingState.tileBitmapCache renamed to tileImageCache
  • change: SubsamplingEngine.disabledTileBitmapCacheState renamed to disabledTileImageCacheState
  • change: SubsamplingEngine.tileBitmapCacheState renamed to tileImageCacheState
  • improve: Relax the aspect ratio restrictions between thumbnails and original
    images. #​22
  • improve: Improved BitmapRegionDecoderDecodeHelper, now only closes the input stream on
    destruction. #​29
  • improve: Tiles loaded from memory now also animate when displayed
  • improve: Now non-Android platforms will directly ignore gif images when subsampling
  • improve: Now subsampling cannot be used as long as either side of the thumbnail exceeds the
    original image
  • improve: Improved SketchZoomImageview, CoilZoomImageView, GlideZoomImageView,
    PicassoZoomImageView, now when setting ImageSource, the ImageSource will be cleared whenever it
    fails.
  • improve: Improve the sketch series components so that the zoom will no longer be reset after
    subsampling initialization is completed. #​50
  • improve: Now Sketch, Coil, and Glide series components will actively filter animations when
    setting subsampling.
  • new: Added support for js, wasmJs, and iOS platforms
  • new: TileBitmap adds bitmapFrom attribute
  • new: GlideZoomAsyncImage, GlideZoomImageView, and PicassoZoomImageView support extended
    ImageSource
  • new: Added ImageSource.Factory interface for creating ImageSource
  • new: ZoomState and ZoomImageView add setSubsamplingImage() method for setting ImageSource

other:

  • remove: Remove the showThreadName parameter of Logger
  • remove: Remove the module attribute of Logger
  • change: The sketch-compose-coil module is renamed to sketch-compose-coil2, and the
    sketch-compose-coil3 module is added
  • change: The sketch-compose-sketch module is renamed to sketch-compose-sketch3, and the
    sketch-compose-sketch4 module is added
  • change: The sketch-core-coil module is renamed to sketch-compose-coil2, and the sketch-core-coil3
    module is added
  • change: The sketch-core-sketch module is renamed to sketch-compose-sketch3, and the
    sketch-core-sketch4 module is added
  • change: The sketch-view-coil module is renamed to sketch-compose-coil2, and the sketch-view-coil3
    module is added
  • change: The sketch-view-sketch module is renamed to sketch-compose-sketch3, and the
    sketch-view-sketch4 module is added
  • change: Logger.DEBUG changed to Logger.Level.Debug
  • change: Now each component's log tag is separate
  • change: The name of the state: ZoomState parameter of ZoomImage, SketchZoomAsyncImage,
    CoilZoomAsyncImage, GlideZoomAsyncImage and other functions has been changed to
    zoomState: ZoomState
  • depend: Upgrade kotlin 2.0.21, kotlinx coroutines 1.9.0
  • depend: Upgrade jetbrains compose 1.7.0, jetbrains lifecycle 2.8.3
  • depend: Upgrade coil 2.7.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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworldtv
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 8.11.1 Build Scan not published

Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 8.11.1 Build Scan not published

Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 8.11.1 Build Scan not published

Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 8.11.1 Build Scan not published

@renovate renovate bot changed the title Update dependency io.github.panpf.zoomimage:zoomimage-compose-glide to v1.1.0 Update dependency io.github.panpf.zoomimage:zoomimage-compose-glide to v1.1.0 - autoclosed Dec 13, 2024
@renovate renovate bot closed this Dec 13, 2024
@renovate renovate bot deleted the renovate/zoomimagecomposeglide branch December 13, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants