stefan-niedermann / nextcloud-tables

📊 Android client for nextcloud tables app
https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.tables.play
GNU General Public License v3.0
29 stars 5 forks source link

chore(deps): Bump version_glide from 4.15.1 to 4.16.0 #20

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps version_glide from 4.15.1 to 4.16.0. Updates com.github.bumptech.glide:glide from 4.15.1 to 4.16.0

Release notes

Sourced from com.github.bumptech.glide:glide's releases.

Glide 4.16.0

This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.

This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.

Features

Compose

Bugs

Deprecations

  • placeholderOf(@Composable) in GlideImage is deprecated, use GlideSubcomposition instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.

Behavior Changes

Breaking Changes

Build Changes

New Contributors

... (truncated)

Commits
  • 374306f Bump version to 4.16.0 / alpha5
  • 5d2fb67 Clean up some duplicate size logic in GlideModifier.
  • b329401 Influence layout using intrinsics in GlideNode
  • d10c5ff Add a Transition API and a CrossFade Transition for Compose
  • cb2b1dc Replace flows in GlideSubcomposition with a listener on GlideNode
  • 60b567e Remove GlidePainter in favor of Modifier nodes / Flows
  • 8f6d645 Add a isEquivalentTo method to correctly check equality
  • 0b62103 Remove empty AndroidManifest.xml files.
  • 401d7e5 Migrate <manifest package="..." in AndroidManifest.xml to namespace '...' in ...
  • 49ddc01 Ensure one new line at end of modified files.
  • Additional commits viewable in compare view


Updates com.github.bumptech.glide:compiler from 4.15.1 to 4.16.0

Release notes

Sourced from com.github.bumptech.glide:compiler's releases.

Glide 4.16.0

This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.

This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.

Features

Compose

Bugs

Deprecations

  • placeholderOf(@Composable) in GlideImage is deprecated, use GlideSubcomposition instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.

Behavior Changes

Breaking Changes

Build Changes

New Contributors

... (truncated)

Commits
  • 374306f Bump version to 4.16.0 / alpha5
  • 5d2fb67 Clean up some duplicate size logic in GlideModifier.
  • b329401 Influence layout using intrinsics in GlideNode
  • d10c5ff Add a Transition API and a CrossFade Transition for Compose
  • cb2b1dc Replace flows in GlideSubcomposition with a listener on GlideNode
  • 60b567e Remove GlidePainter in favor of Modifier nodes / Flows
  • 8f6d645 Add a isEquivalentTo method to correctly check equality
  • 0b62103 Remove empty AndroidManifest.xml files.
  • 401d7e5 Migrate <manifest package="..." in AndroidManifest.xml to namespace '...' in ...
  • 49ddc01 Ensure one new line at end of modified files.
  • Additional commits viewable in compare view


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 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)