AiForms.SettingsView Versions Save

SettingsView for Xamarin.Forms

ver.1.3.21

3 years ago

New Features

[CellBase] Add IsVisible property.

ver.1.3.5

3 years ago

ver.1.3.4

3 years ago

Implemented cell reload method.

ver.1.3.1

3 years ago

News

  • Corresponded to iOS14 and AndroidX.

New Features

  • [SettingsView] ItemDroppedEvent and ItemDroppedCommand property.
  • [TextPickerCell] IsCircularPicker property. #72
  • [EntryCell] PlaceholderColor property #94
  • Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30

Changes

  • [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
  • Support .NETStandard2.1
  • Minimum Xamarin.Forms version >= 4.6.0.800

Bug fixes

  • [iOS] Crash ScrollToTop ScrollToBottom when no elements.
  • [Android] Fix reordering bug.
  • [Android] Fix Sequence contains no elements. #113 #86
  • [PickerCell] PickerCell is now supported on Shell. #67
  • FontImageSource is not displayed. #95
  • [TextPickerCell] The last item is selected by default #93
  • [HintText] HintText does not respect SafeAreaInsets. #90
  • [Header/Footer] Header / Footer is broken the layout #87 #88 #89
  • [SettingsView][Section] Crash when ItemsSource element is replaced.

ver.1.2.26-pre

3 years ago

ver.1.2.24-pre

3 years ago

New Features

  • [SettingsView] ItemDroppedEvent and ItemDroppedCommand property.
  • [TextPickerCell] IsCircularPicker property. #72
  • [EntryCell] PlaceholderColor property #94
  • Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30

Changes

  • [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
  • Support .NETStandard2.1
  • Minimum Xamarin.Forms version >= 4.6.0.800

Bug fixes

  • [iOS] Crash ScrollToTop ScrollToBottom when no elements.
  • [Android] Fix reordering bug.
  • [Android] Fix Sequence contains no elements. #113 #86
  • [PickerCell] PickerCell is now supported on Shell. #67
  • FontImageSource is not displayed. #95
  • [TextPickerCell] The last item is selected by default #93
  • [HintText] HintText does not respect SafeAreaInsets. #90
  • [Header/Footer] Header / Footer is broken the layout #87 #88 #89
  • [SettingsView][Section] Crash when ItemsSource element is replaced.

ver.1.2.12-pre

3 years ago

New Features

  • [TextPickerCell] IsCircularPicker property. #72
  • [EntryCell] PlaceholderColor property #94
  • Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30

Changes

  • [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
  • Support .NETStandard2.1
  • Minimum Xamarin.Forms version >= 4.6.0.800

Bug fixes

  • [PickerCell] PickerCell is now supported on Shell. #67
  • FontImageSource is not displayed. #95
  • [TextPickerCell] The last item is selected by default #93
  • [HintText] HintText does not respect SafeAreaInsets. #90
  • [Header/Footer] Header / Footer is broken the layout #87 #88 #89
  • [SettingsView][Section] Crash when ItemsSource element is replaced.

Ver.1.1.4-pre

4 years ago

Changes

  • [Header/Footer] Section header/footer does not respect SafeAreaInsets #83

Bug fixes

  • [SettingsView][Section] Crash when ItemsSource element is replaced.

ver.1.1.1-pre

4 years ago

New Features

  • [CustomCell] set XAML in SettingsView's cell
  • [EntryCell] SetFocus method #63
  • [EntryCell] CompletedCommand property
  • [PickerCell] SelectionMode property
  • [PickerCell] SelectedItem property
  • [SettingsView] ShowArrowIndicatorForAndroid Property – show an arrow indicator at the right side of CommandCell and PickerCell.
  • [SettingsView][Section] TemplateStartIndex property – the index that starts inserting the template.
  • [Section] HeaderView and FooterView property – can set a Forms view to a section header / footer.

Changes

  • EntryCell's keyboard is now hidden when scrolling on iOS. #59
  • EntryCell Completed event is now occurred when a cell is lost focus too.
  • Improved cell maniputation performance.

Bug fixes

  • [TextPickerCell] Show the soft keyboard when tapping the dialog. #68
  • [EntryCell][Android] A binding sometimes lost.

ver.1.0.9

4 years ago

Bug fixies #79 #77