You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.