Skip to content

Releases: muak/AiForms.SettingsView

ver.1.3.21

30 Apr 07:48
b187945
Compare
Choose a tag to compare

New Features

[CellBase] Add IsVisible property.

ver.1.3.5

25 Nov 01:34
ffefad5
Compare
Choose a tag to compare
Merge pull request #139 from muak/development

iOS EntryCell keytype Default -> Done

ver.1.3.4

11 Nov 12:18
527203d
Compare
Choose a tag to compare

Implemented cell reload method.

ver.1.3.1

01 Oct 03:06
1686387
Compare
Choose a tag to compare

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

30 Sep 03:07
18db7d0
Compare
Choose a tag to compare
ver.1.2.26-pre Pre-release
Pre-release
Merge pull request #131 from muak/development

Development

ver.1.2.24-pre

15 Sep 07:28
ffb1228
Compare
Choose a tag to compare
ver.1.2.24-pre Pre-release
Pre-release

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

01 Jun 12:43
032280a
Compare
Choose a tag to compare
ver.1.2.12-pre Pre-release
Pre-release

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

22 Feb 12:59
47d7fa3
Compare
Choose a tag to compare
Ver.1.1.4-pre Pre-release
Pre-release

Changes

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

Bug fixes

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

Ver.1.0.9

18 Jan 07:21
8256a09
Compare
Choose a tag to compare

Bug fixies
#79 #77

Ver.1.1.1-pre

18 Jan 08:48
c349f29
Compare
Choose a tag to compare
Ver.1.1.1-pre Pre-release
Pre-release

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.