Skip to content

Release version 1.1.2

Compare
Choose a tag to compare
@contrix09 contrix09 released this 23 Oct 07:21
1.1.2
  • Reworked MaterialRadioButtonGroup. Once a choice has been selected, you can no longer unselect a choice. A bug reported in this issue.
  • Changed the minimum and target MonoAndroid framework version to 8.1. Fixed also some inconsistencies in the referenced NuGet packages of the library. A bug reported in this issue.
  • Removed the font directory in the Resources folder in XF.Material.Droid.
  • Fixed a bug when calling XF.Material.Forms.Material.Init(Application app) causing System.NullException. A bug reported in this issue.
  • Fixed a bug when canceling a confirmation dialog shown using MaterialDialog.Instance.SelectChoicesAsync() not clearing the currently selected choices.
  • Fixed a bug in MaterialRadioButtonGroup and MaterialCheckboxGroup not updating SelectedIndex and SelectedIndices property, respectively.