This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Releases: tbaggett/xfgloss
Releases · tbaggett/xfgloss
Refactored project structure
Resolved .NET Standard NuGet packaging issue
1.1.2 Incrementing version number
Resolved issue #19, updated to Xamarin.Forms v2.5.0.122203
- Resolved issue #19, "Failed to register the needed AppCompat version of the XFGloss custom renderers". Thanks to Github user Demarik for providing the fix!
- Updated Xamarin.Forms target from v2.5.0.122203 to v2.5.0.280555
Updated to support NetStandard 2.0, Xamarin.Forms 2.5
1.1.0 Resolved missing app icon on iOS
Resolved Issue #13 - Support all linker options
Added "Preserve" attributes as needed to prevent the Xamarin linkers from removing needed code if XFGloss is declared solely in Xaml when “Link SDK Assemblies” or “Link All” linker options are used.
Added guard code to iOS content page ViewDidLayoutSubviews
Protected against race condition where ViewDidLayoutSubviews is called before the XF NativeView property has been initialized. Also added null-conditional checks to XFGlossGradientLayer’s GetGradientLayer method.
Fixed iOS linking issue
Fixed issue with XFGloss custom renderers not being used in release builds in some cases.
Changed XF dependency to min instead of specific 2.3.1.114
Per request #6, I've changed the Xamarin.Forms dependency to require v2.3.1.114 as the minimum version instead of the only version.
Syncing build numbers
- Syncing build script and GitHub/NuGet release version numbers (apologies for the rookie mistake of not updating the build script on the 1.0.1 release)
BackgroundColor, BackgroundGradient Android Fix
- BUGFIX: Visual feedback wasn't seen when users tapped cells on the Android platform (#4).