Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Releases: tbaggett/xfgloss

Refactored project structure

02 Apr 00:16
Compare
Choose a tag to compare
  • Refactored project structure to use CSProj multtargeting
  • Now supports both Net Standard 1.0 (backwards compatible with .Net PCL projects) and Net Standard 2.0

Resolved .NET Standard NuGet packaging issue

23 Feb 02:35
Compare
Choose a tag to compare
1.1.2

Incrementing version number

Resolved issue #19, updated to Xamarin.Forms v2.5.0.122203

22 Feb 03:28
Compare
Choose a tag to compare
  • 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

20 Feb 01:24
Compare
Choose a tag to compare
1.1.0

Resolved missing app icon on iOS

Resolved Issue #13 - Support all linker options

25 Feb 06:26
Compare
Choose a tag to compare

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

13 Dec 16:00
Compare
Choose a tag to compare

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

04 Nov 20:48
Compare
Choose a tag to compare

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

05 Sep 19:12
Compare
Choose a tag to compare

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

28 Aug 03:27
Compare
Choose a tag to compare
  • 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

28 Aug 02:58
Compare
Choose a tag to compare
  • BUGFIX: Visual feedback wasn't seen when users tapped cells on the Android platform (#4).