Skip to content

Releases: muak/AiForms.SettingsView

ver.0.5.2

01 Jun 08:57
7de8be2
Compare
Choose a tag to compare

Bug fixes

  • fix NaturalSort
  • PickerCell doesn't work when using a built-in-type.

Others

  • [Android] Add the library's initialize method for AndroidEnablePreloadAssemblies

ver.0.4.13

16 Jan 08:51
8415142
Compare
Choose a tag to compare

New features

  • [RadioCell] A cell that can be selected just one from a section.
  • [EntryCell] [IsPassword] Input text can be hidden.
  • [SettingsView] [ItemsSource / ItemTemplate] DataTemplate for SettingsView can be used.
  • [SettingsView] [VisibleContentHeight] The height of visible content can be got.

Bug fixes

  • [Android] When SettingsView.HasUnevenrows is true and a ViewCell is used and FormsView's height is smaller than the RowHeight, the Cell is not filled.
  • [Others] When the AiForms.Effects.Feedback is used, it sometimes crashes.

ver.0.4.11

14 Jan 09:12
f4a16ab
Compare
Choose a tag to compare

New features

  • [RadioCell] A cell that can be selected just one from a section.
  • [EntryCell] [IsPassword] Input text can be hidden.
  • [SettingsView] [ItemsSource / ItemTemplate] DataTemplate for SettingsView can be used.
  • [SettingsView] [VisibleContentHeight] The height of visible content can be got.

Bug fixes

  • [Android] When SettingsView.HasUnevenrows is true and a ViewCell is used and FormsView's height is smaller than the RowHeight, the Cell is not filled.

ver.0.3.2

04 Oct 12:14
191a552
Compare
Choose a tag to compare

Bug fixes

  • [PickerCell] Depending on the order of setting properties, SelectedItems's text is not correctly displayed.
  • [iOS] Fix broken constraints.

ver.0.3.1

02 Oct 15:52
Compare
Choose a tag to compare

Bug fix

  • [iOS] keep outputting warning on console by contradiction of cell constrains.

ver.0.3.0

06 Sep 03:45
3c17a39
Compare
Choose a tag to compare

Bug fixes

  • [PickerCell] When opening two times, a null exception occurs. (#39)

ver.0.2.9

02 Sep 14:30
fd19ac0
Compare
Choose a tag to compare

Bug fixes

  • [PickerCell] When the SelectedItems is changed programmatically, the new value text is not shown. (#16)

ver.0.2.6

06 Aug 11:13
d0c3d2b
Compare
Choose a tag to compare

Bug fixes

  • When doing with toggling section visibility and changing cell properties simultaneously, null exception occurs. (Android)

ver.0.2.5

22 May 11:16
Compare
Choose a tag to compare

Bug fixes

  • Null exception on Dispose in SettingsViewRecyclerAdapter (Android).

Others

  • Support .NETStandard2.0
  • Minimum Xamarin.Forms version >= 3.0.0.482510

ver.0.2.4

09 Apr 08:52
Compare
Choose a tag to compare

Bug fixes

  • [EntryCell] Null exception in ValueTextChanging.