Skip to content

Releases: jonathanpeppers/glidex

2.1.1

12 Oct 16:23
ca15efd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

07 Jul 19:18
e8ed7b8
Compare
Choose a tag to compare

Support for Glide 4.11.0 and AndroidX.

Fixes: #64
Fixes: #62

Now required in new projects:

  • MonoAndroid10.0 or TargetFrameworkVersion=v10.0
  • Xamarin.Forms 4.5.x or higher
  • AndroidX

2.0.1

12 Jan 03:41
Compare
Choose a tag to compare

It appears that the "fast renderer" version of ImageRenderer was internal until Xamarin.Forms 4.0. We need to make the minimum version of Xamarin.Forms 4.0 to match.

Build with boots 1.0.1.386 and Xamarin.Android 10.1.1.0

Fixes for Xamarin.Forms 4.4 support. Also fixed a few correct issues.

Fixes

Thanks @heebaek for the bug report!

2.0.0

24 Sep 16:50
Compare
Choose a tag to compare

Changes:

  • PR 53 - Fix for issue with ImageView.Dispose(). Thanks @activa for the repro!
  • Now uses boots for pinning builds to specific Xamarin versions
  • Now build & release using Azure DevOps

Fixes:

2.0.0-pre1

23 Jun 13:38
ebae223
Compare
Choose a tag to compare
2.0.0-pre1 Pre-release
Pre-release

Changes:

Fixes:

1.0.4

15 Feb 20:22
Compare
Choose a tag to compare

Changes: d8425a2...f8533cc

Fixes: #16
Fixes: #19
Fixes: #21

More samples and testing around latest Xamarin.Forms features:

  • ImageButton class
  • Visual="Material"
  • Xamarin.Forms 4.0 previews
  • Android Support Library v28

1.0.3

30 Oct 21:17
d8425a2
Compare
Choose a tag to compare

Changes in this release

  • PR #11: refactor to use new C# language features

  • PR #12: Optional debug logging via a new API:

Android.Glide.Forms.Init (debug: true);
  • Targets Xamarin.Forms 3.3 stable
  • Updated nuspec descriptions, README, etc.

1.0.3-pre

19 Oct 01:55
Compare
Choose a tag to compare
1.0.3-pre Pre-release
Pre-release

Prerelease of 1.0.3 depending on Xamarin.Forms 3.3.

Now uses the new IImageViewHandler API, glidex.forms no longer implements any custom renderers.

Other changes:

  • Using class-parse and AndroidCodegenTarget=XAJavaInterop1 for a better glidex binding
  • TargetFrameworkVersion=v8.1
  • Now only using portable pdb files

1.0.1

12 Jul 14:11
Compare
Choose a tag to compare
  • Updated to Glide 4.7.0
  • Removed a Glide "annotation" jar that appears we don't need at all
  • Fixed a potential crash when backgrounding apps, related to a missing ctor of ImageRenderer