Skip to content

Releases: facebook/fresco

v3.1.3

25 Oct 15:55
Compare
Choose a tag to compare

v3.1.2

16 Oct 17:36
Compare
Choose a tag to compare
Bump version to 3.1.2

Reviewed By: cortinico

Differential Revision: D50325319

fbshipit-source-id: d1076265bff56d162b200f12083a953398c96b7e

v3.1.1

29 Sep 15:41
Compare
Choose a tag to compare
Bump version to 3.1.1

Reviewed By: oprisnik

Differential Revision: D49774259

fbshipit-source-id: 62c47871d01e737c324b4638db4f8a267622767e

v3.1.0

18 Sep 16:12
Compare
Choose a tag to compare
Bump version to 3.1.0

Reviewed By: oprisnik

Differential Revision: D49320443

fbshipit-source-id: 9ca4a395e14bd87488fd4ad186e7c244949649fe

Version 3.0.0

17 Mar 16:02
Compare
Choose a tag to compare
Bump version to 3.0.0

Reviewed By: defHLT

Differential Revision: D44103047

fbshipit-source-id: bea49a3e05a641f1e5714054e8905d033ed0bc2d

Version 2.6.0

11 Oct 13:16
Compare
Choose a tag to compare
Bump version 2.5.0 => 2.6.0

Reviewed By: oprisnik

Differential Revision: D31540512

fbshipit-source-id: 444e56b9dbfebfd7b8ae2622785b444cc2dd4a2e

Version 2.5.0

07 Jun 16:53
Compare
Choose a tag to compare

Version 2.5.0

Version 2.4.0

21 Jan 14:22
Compare
Choose a tag to compare
v2.4.0

Version 2.4.0

Version 2.3.0

20 Jul 17:21
Compare
Choose a tag to compare

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: v2.2.0...v2.3.0

Version 2.2.0

16 Apr 16:38
Compare
Choose a tag to compare

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.