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

Bump picasso from 2.8 to 2.71828 #445

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2022

Bumps picasso from 2.8 to 2.71828.

Changelog

Sourced from picasso's changelog.

Version 2.71828 (2018-03-07)

This version is not fully backwards compatible with previous 2.x releases! It is intended to be a stable, pre-3.0 release that users of 3.0.0-SNAPSHOT can use in the mean time.

Its changes are many, as evidenced by the nearly 3 years since 2.5.2. If you are interested in them you can browse the commits here: square/picasso@picasso-parent-2.5.2...2.71828

Otherwise, stay tuned for 3.0 whose change log will be in relation to 2.5.2 and thus encompass any changes present in this release.

Version 2.5.2 (2015-03-20)

  • Fix: Correct problems with adapter-based recycling of drawables and interop with external libraries like RoundImageView.

Version 2.5.1 (2015-03-19)

  • Specifying transformations in a request now accepts a list.
  • Fix: Correctly handle null values from content providers.
  • Fix: Ensure contact photo thumbnail Uris are loaded with the correct request handler.
  • Fix: Eliminate potential (albeit temporary) memory leak on pre-5.0 Android due to message pooling.
  • Fix: Prevent placeholder image aspect ratio from changing while crossfading in image.

Version 2.5.0 (2015-02-06)

  • Update to OkHttp 2.x's native API. If you are using OkHttp you must use version 2.0 or newer (the latest is 2.2 at time of writing) and you no longer need to use the okhttp-urlconnection shim.
  • Memory and Network policy API controls reading and storing bitmaps in memory and/or disk cache.
  • Allow returning InputStream from RequestHandler.
  • Allow removing items from memory cache using clearKeyUri.
  • fetch() can now accept a Callback.
  • Provide option with onlyScaleDown to perform scaling only if the source bitmap is larger than the target.
  • Fix: Potential workaround handling improperly cached responses with unknown Content-Length. (#632)
  • Fix: Ensure resized images completely fill ImageView (#769)
  • Fix: Properly report correct exception when disk cache fails to load (504 gateway error).
  • Fix: Resize now properly maintains aspect ratio if width or height is 0.
  • Fix: Update debug indicators for the visually impaired (blue color instead of yellow for disk cache hits).

Version 2.4.0 (2014-11-04)

  • New RequestHandler beta API adds support for custom bitmap loading.
  • priority API for setting request priority. By default fetch() requests are set to Priority.LOW.

... (truncated)

Commits
  • 041e593 Merge pull request #1756 from square/jrod/find-views
  • 8b6f2e8 Merge pull request #1755 from square/jrod/gradle-cleanup
  • 1a7117c Replace support-v4 with -compat and -fragment
  • 3c77dd0 Remove unnecessary support-v4 dependency
  • 0201596 More cleanup
  • d735e7c Update support-annotations to implementation
  • afbcb3e Merge pull request #1726 from NightlyNexus/eric.20170110.bitmap-recycled-in-c...
  • 3b645da Remove android:components block from Travis config
  • b50d951 Nit: Shuffle some Android project config blocks
  • b8f381f Move buildscript and dependency defs to top level
  • See full diff 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 6, 2022
@dependabot dependabot bot force-pushed the dependabot/gradle/com.squareup.picasso-picasso-2.71828 branch from 763fbf0 to 858b44c Compare March 11, 2022 19:14
@dependabot dependabot bot force-pushed the dependabot/gradle/com.squareup.picasso-picasso-2.71828 branch from 858b44c to ce0b217 Compare March 20, 2022 02:46
@dependabot dependabot bot force-pushed the dependabot/gradle/com.squareup.picasso-picasso-2.71828 branch from ce0b217 to f95b1e5 Compare May 2, 2022 00:39
@dependabot dependabot bot force-pushed the dependabot/gradle/com.squareup.picasso-picasso-2.71828 branch from f95b1e5 to d294b72 Compare May 31, 2022 08:37
Bumps [picasso](https://github.com/square/picasso) from 2.8 to 2.71828.
- [Release notes](https://github.com/square/picasso/releases)
- [Changelog](https://github.com/square/picasso/blob/master/CHANGELOG.md)
- [Commits](square/picasso@2.8...2.71828)

---
updated-dependencies:
- dependency-name: com.squareup.picasso:picasso
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.squareup.picasso-picasso-2.71828 branch from d294b72 to 418d4e3 Compare February 17, 2023 17:43
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 java Pull requests that update Java code
Projects
None yet
0 participants