wcoder / Xamarin.BlurView

Dynamic iOS-like blur of underlying Views for Android.
https://github.com/Dimezis/BlurView
Apache License 2.0
27 stars 2 forks source link

Sync with original repo to v.1.4 #3

Closed wcoder closed 6 years ago

wcoder commented 6 years ago

https://github.com/Dimezis/BlurView/releases/tag/version-1.4.0

Fixed issue #63, now BlurView properly supports Views that are not a part root View and able to calculate their real position on screen (for example Dialogs).

New API setHasFixedTransformationMatrix(boolean) can slightly improve performance if you're not animating your BlurView.

Potential API breaking change in setters of BlurView. Previously ControllerSettings builder-ish kind of class was used for some settings. Now these setters are moved to BlurView and ControllerSettings were removed. Update the code if you were referencing these settings directly.