Skip to content

Update dependency com.squareup.picasso:picasso to v2.71828#5

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.squareup.picasso-picasso-2.x
Open

Update dependency com.squareup.picasso:picasso to v2.71828#5
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.squareup.picasso-picasso-2.x

Conversation

@renovate

@renovate renovate Bot commented Mar 13, 2023

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
com.squareup.picasso:picasso 2.3.42.71828 age confidence

Warning

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


Release Notes

square/picasso (com.squareup.picasso:picasso)

v2.71828

Compare Source

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.

v2.8

Migrates 2.x branch to AndroidX.

v2.5.2

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

v2.5.1

  • 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.

v2.5.0

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

v2.4.0

  • 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.
  • Requests can now be grouped with a tag and can be batch paused, resumed, or canceled.
  • Resizing with either height or width of 0 will now maintain aspect ratio.
  • Picasso.setSingletonInstance allows setting the global Picasso instance returned from Picasso.with.
  • Request stableKey provides an override value for the URI or resource ID when caching.
  • Fix: Properly calculate sample size for requests with centerInside().
  • Fix: ConcurrentModificationException could occur in the Dispatcher when submitting a request.
  • Fix: Correctly log when a request was canceled due to garbage collection.
  • Fix: Provide correct target for RemoteViews requests.
  • Fix: Propagate exceptions thrown from custom transformations.
  • Fix: Invoking shutdown() now will close the disk cache.

Configuration

📅 Schedule: (UTC)

  • 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 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.

@renovate renovate Bot changed the title Update dependency com.squareup.picasso:picasso to v2.71828 Update dependency com.squareup.picasso:picasso to v2.71828 - autoclosed Apr 4, 2023
@renovate renovate Bot closed this Apr 4, 2023
@renovate
renovate Bot deleted the renovate/com.squareup.picasso-picasso-2.x branch April 4, 2023 00:27
@renovate renovate Bot changed the title Update dependency com.squareup.picasso:picasso to v2.71828 - autoclosed Update dependency com.squareup.picasso:picasso to v2.71828 Apr 4, 2023
@renovate renovate Bot reopened this Apr 4, 2023
@renovate
renovate Bot restored the renovate/com.squareup.picasso-picasso-2.x branch April 4, 2023 10:19
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