Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 14, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.facebook.fresco:fresco 2.0.0 -> 2.6.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

facebook/fresco

v2.6.0: Version 2.6.0

v2.5.0: Version 2.5.0

Version 2.5.0

v2.4.0: Version 2.4.0

v2.3.0: Version 2.3.0

Highlights

  • Bumped Fresco's minSdk to 14. We did not remove any Gingerbread-specific code yet, but will do so soon. 091e8b7

  • Proper nullability annotations for some classes by using new Infer annotations - this improves Kotlin support and null-safety.

  • Improved Java-only Fresco setup. 4a99615

  • Lots of debug logging improvements: More reliable image origin, new MEMORY_BITMAP_SHORTCUT origin, more debug information available. These are available via ImagePerfData#getExtraData()

  • Added experimental option to recover from OOMs: f43d599

  • Added option to force a single image pipeline instance: 5f5c076

  • Disk cache support for the Fresco Flipper images plugin.

  • Bumped SoLoader version to 0.9.0.

  • Use buildSrc for Fresco's internal dependency management.

  • WIP: Lots of improvements for our new Fresco Vito UI components.

Pull requests:

  • Fixed resource leak problem while using BlurPostProcessor. Thanks @​FrancescoJo for the PR.
  • Make sure there is at least one overlay in GenericDraweeHierarchy. Thanks @​dengweichao for the PR.
  • Removed unused padding value. Thanks @​erenulas for the PR.

Cleanup

  • Removed Drawee-Volley module. If you're using Drawee-Volley, you can still continue using it by just copying the files removed with 7c2517e into your project. We did not significantly change these in a long time, so this has been stable.
  • Removed OkHttp2 image pipeline artifact. See deba7d1

Full changelog: facebook/fresco@v2.2.0...v2.3.0

v2.2.0: Version 2.2.0

Fixes and Improvements

  • Add reportData methods for debugging and crash reporting
  • Add support for work instrumentation
  • Fix animatable drawables not playing
  • Improve debug overlay
  • Show Encoded Cache in Flipper Image plugin
  • Add option to disable/override encoded cache
  • Migrate many deps to use buildSrc

Thanks

Thanks to the following for their pull requests which are included in this release: @​iadeelzafar, @​xinghui, @​JLLeitschuh, @​jkcailteux

The full changelog is here.

v2.1.0: Version 2.1.0

Fresco 2.1.0 comes with tons of improvements, including a Java-only Fresco version.

Highlights

  • A Java-only Fresco version. See below for Gradle setup. Note: If you display animated GIFs, you can use animated-gif-lite instead of animated-gif for Java-only GIF support.
  • SoLoader is now optional again. We've worked on a new NativeLoader interface to load native code on Android. Now, with Fresco 2.1.0 all the changes are available for people to use, see below for the Gradle setup. If you want to employ a custom native loading mechanism, just implement a NativeLoaderDelegate and call NativeLoader.init(yourDelegate) before Fresco is initialized.
  • New ProducerListener2 and RequestListener2. They give you significantly more flexibility since they allow you to access more image information.
  • The possibility to pass down the UI component ID (e.g. Drawee ID / Vito ID) through the whole image pipeline, which, in combination with listeners above, can for example be used for debugging or logging.
  • A new memory type for encoded images and byte buffers: Ashmem. Now you can either use Java memory, native memory or Ashmem.
  • Faster circular native rounding.
  • Improved concurrency handling for deferred releasing - and much more.
  • You can look at the full changelog here.

Java-Fresco Gradle setup:

implementation('com.facebook.fresco:fresco:2.1.0') {
    exclude group: 'com.facebook.soloader', module: 'soloader'
    exclude group: 'com.facebook.fresco', module: 'soloader'
    exclude group: 'com.facebook.fresco', module: 'nativeimagefilters'
    exclude group: 'com.facebook.fresco', module: 'nativeimagetranscoder'
    exclude group: 'com.facebook.fresco', module: 'memory-type-native'
    exclude group: 'com.facebook.fresco', module: 'imagepipeline-native'
}

Custom SoLoader Gradle setup:

implementation('com.facebook.fresco:fresco:2.1.0') {     
      exclude group: 'com.facebook.soloader', module: 'soloader'
      exclude group: 'com.facebook.fresco', module: 'soloader'    
 }

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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.facebook.fresco-fresco-2.x branch from 572d17e to cd7e75c Compare August 22, 2020 03:02
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.fresco:fresco to v2.2.0 chore(deps): update dependency com.facebook.fresco:fresco to v2.3.0 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/com.facebook.fresco-fresco-2.x branch from cd7e75c to 35b1a12 Compare January 23, 2021 13:01
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.fresco:fresco to v2.3.0 chore(deps): update dependency com.facebook.fresco:fresco to v2.4.0 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/com.facebook.fresco-fresco-2.x branch from 35b1a12 to ea7779e Compare June 16, 2021 12:14
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.fresco:fresco to v2.4.0 chore(deps): update dependency com.facebook.fresco:fresco to v2.5.0 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/com.facebook.fresco-fresco-2.x branch from ea7779e to e52fcf9 Compare October 18, 2021 19:45
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.fresco:fresco to v2.5.0 chore(deps): update dependency com.facebook.fresco:fresco to v2.6.0 Oct 18, 2021
@renovate renovate bot changed the title chore(deps): update dependency com.facebook.fresco:fresco to v2.6.0 fix(deps): update dependency com.facebook.fresco:fresco to v2.6.0 Sep 25, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

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.

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.

2 participants