Skip to content

Releases: roubachof/Sharpnado.Shadows

Fix raise property change bug on shade properties

20 Jul 14:23
Compare
Choose a tag to compare

Fixes

  • #39 Shadow binding stopped working in 1.2.0 version (worked in 1.1.0)
  • Crash: ShadowView.CreateBitmap: java.lang.nullpointerException #36

BitmapCache for Android Bitmaps

07 Oct 10:17
Compare
Choose a tag to compare

[Android] Performance

Add a bitmap cache on android so that for a given Color, BlurRadius and Size, only one instance of an Android Bitmap will be created and shared between all views.

Fix

  • #21 Cannot access a disposed object. Object name: 'Android.Renderscripts.RenderScript'.
  • #22 Improve Shadows performance on Android enhancement

Fix UWP builds

30 Jul 16:29
Compare
Choose a tag to compare
  • UWP version is now built with any cpu and works with x86 and x64 platforms

Tizen support

23 Jul 08:48
Compare
Choose a tag to compare

Support for Tizen backend by Kangho Hur

  • Add support for older Android
  • Fixes BindingContext inheritance for shades
  • Support for older windows sdk by Pavlo Lukianets
  • Add x64 dll for UWP instead of x86

Fix android invalidation when updating Shade collection

23 Jun 16:34
Compare
Choose a tag to compare

Fix android invalidation when updating Shade collection

Fix memory leak on Android

18 Jun 10:24
Compare
Choose a tag to compare

Now calling _shadowView?.Dispose(); on renderer disposition.

First release of Sharpnado.Shadows

09 Jun 12:11
Compare
Choose a tag to compare
v1.0.0

fix readme tables