Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.

MIT License

Stars
587
Committers
25

Bot releases are hidden (Show)

Xamarin.Forms.InputKit - v3.3.0

Published by enisn over 4 years ago

Changes

  • Make default value as true when Command or CanExecute is null, .( #188 )
  • Change default value of CanExecute as true for CheckBox ( #186 )
  • Dropdown improvements ( #187 )
    • Add ArrowImage property to dropdown
    • Make fields protected
Xamarin.Forms.InputKit - Release v3.2.2

Published by enisn over 4 years ago

Solved Issues:

  • #137
  • #169

Merged PRs:

  • #185

Credits:

Special thanks for:

  • @DK99
Xamarin.Forms.InputKit - AdvancedEntry AnnodationType Update

Published by enisn over 4 years ago

Merged PRs:

  • #184

Solved Issues:

  • #183
Xamarin.Forms.InputKit - AdvancedEntry Regex Improvements

Published by enisn over 4 years ago

Merged PRs:

  • #182

Solved Issues

  • #181
Xamarin.Forms.InputKit - Release v3.1.0

Published by enisn over 4 years ago

This PR brings v3.1.0 features.

What is new ?

  • SelectionView now has 2 new types: SingleCheckBox and MultipleRadioButton
    (See #168 for details.)
  • SelectionView Multiple selection binding improvements

What is fixed?

  • #170 RadioButton TextFontSize problem fix
  • #171 AdvancedEntry return button crash fix
  • #164 SelectedItems binding fixes
Xamarin.Forms.InputKit - Issue Fixing Update

Published by enisn almost 5 years ago

Changes

Fixes

  • Change IconColor cast tpye (Fix for #162)
  • Call base focus & unfocus methods in AdvancedEntry (Fix for #130)

Changes

  • Marked Obsolete useless contructors of RadioButton (Related with #148)
    Please check your RadioButton initializations from cs files. All consturctors with parameters is deprecated. They'll be removed next major version.
Xamarin.Forms.InputKit - Checkbox IconColor Update

Published by enisn about 5 years ago

What's new?

  • IconColor is added to CheckBox.
    • This property is null by default. If you set a color, that color will be applied always for checked state icon, if not checkbox will make a decision between Black and White depending on color of box.
Xamarin.Forms.InputKit - Release v3.0.13

Published by enisn about 5 years ago

Changes

  • Removed monoandroid81 support. It'll not be targetted anymore.
  • Changed Project SDK to MSBuild.Sdk.Extras from Microsoft.NET.Sdk
  • Merged #158 PR
    • This prevents missing default constructor error when you set Linker settings of a project is set to full
Xamarin.Forms.InputKit - Release 3.0.10

Published by enisn over 5 years ago

Changes

  • #124 Fixed
  • An improvement for #121
Xamarin.Forms.InputKit - Release v3.0.8 Hotfix 1

Published by enisn over 5 years ago

Changes

  • A problem in nuspec about monoandroid90 dependency was solved. ( #121 | 7007839 )
Xamarin.Forms.InputKit - Release v3.0.8

Published by enisn over 5 years ago

Changes

  • Changed MbAutoCompleteTextField Register name ( #120 )
  • Updated Mono Android target framework to monoandroid90 ( #121 )
  • Removed platform based implementation (CrossInputKit.Current returns null)
  • Changed default value of CircleSize ( #108 & #117 ) Still waiting review
  • Fixed BoxBackgroundColor behavior of CheckBox ( #119 )
Xamarin.Forms.InputKit - RadioButton improvements Update

Published by enisn over 5 years ago

Changes

Removed cyclical dependency between RadioButtonGroup.SelectedItem and SelectedIndex and the Checked property on RadioButton.
Added RadioButton.Checked event.
Fixed functionality where explicitly setting a RadioButton's Checked property would not result in the ViewModel being changed.

  • Merged Pull Request ( #118 )

Thanks for @vchelaru for this Pull Request

Xamarin.Forms.InputKit - Default Value of LabelPosition HotFix

Published by enisn over 5 years ago

About HotFix

LabelPosition feature was merged at v3.0.6 from this pr (#111 ). Default value of LabelPosition was Before because it's first member in enum. That changed to prevent future unexpected design issuees for migrating projects from older version.

Changes

  • LabelPosition default value changed to After from Before. (This may change at closest major version)
Xamarin.Forms.InputKit - LabelPosition Update

Published by enisn over 5 years ago

What's New ?

  • Added LabelPosition as Enum ( #111 )
  • Implemented LabelPosition to CheckBox ( #111 )
  • Implemented LabelPosition to RadioButton ( #111 )
  • Implemented LabelPosition to AdvancedEntry for ValidationPosition ( cbdc30d )

Thanks for @hongyue who sends #111 Pull Request.

Xamarin.Forms.InputKit - RadioButton BindableProperties Addition Release

Published by enisn over 5 years ago

Changes

  • Added IsDisabled BindableProperty to RadioButton ( #108 )
  • Added CircleSizeProperty BindableProperty to RadioButton ( #108 ) (Be careful! It's not still affect on Android)

Thanks for @Khaon who adds these features as a Pull Request

Xamarin.Forms.InputKit - Linker Fix & Rest of Improvement

Published by enisn over 5 years ago

About

This release contains highly important update for Dropdown on Android and rest of improvements and bug fixes.

Changes

  • AdvancedEntry - Default e-mail check is improved
  • Added BackgroundColor BindableProperty to AdvancedEntry and prevented calling base BackgroundColor property when it used
  • Made RadioButtonGroupView able to listen deeper children RadioButtons ( #73 )
  • Made FormView able to listen deeper children IValidatable elements, too ( #73 )
  • Optimized size of RadioButtons without Text
  • Fixed dropdown crash on Android
  • Updated Config.Init() problem on Android
  • Updated dropdown arrow's size and position

Changes from v3.0.4-pre1

  • Removed extension method 'Contains' from AutoCompleteEntry ( #96 )
  • Removed default shadow of AdvancedEntry ( #97 )
  • Removed icon's space from AdvancedEntry if icon is blank ( #97 )
  • Added BindableProperty for RadioButton's FontFamily ( #98 )
  • CheckBox Pressed animation Update
Xamarin.Forms.InputKit - Linker Fix Update

Published by enisn over 5 years ago

About Pre-Release

This version is released for testing if problem resolved or not. It's stable version.

Changes

  • Removed extension method 'Contains' from AutoCompleteEntry ( #96 )
  • Removed default shadow of AdvancedEntry ( #97 )
  • Removed icon's space from AdvancedEntry if icon is blank ( #97 )
  • Added BindableProperty for RadioButton's FontFamily ( #98 )
  • CheckBox Pressed animation Update
Xamarin.Forms.InputKit - AdvanedEntry Linker Problem Fix for V2

Published by enisn over 5 years ago

Changes

  • ( #103 ) Removed String.Split method from AdvancedEntry's Email Check and used regex to prevent Linker Problem at v2.x.x
Xamarin.Forms.InputKit - VisualStates, SelectionView and AdvancedEntry Bug Fixes Update

Published by enisn over 5 years ago

Summary

This update contains bug fixes about some of renderers crash on iOS and AdvancedEntry bug fixes. SelectionView's selection logic is changed, too.

Changes

  • ( #102 ))VisualStates exported to external control which is StatefulStackLayout from StackLayout. This prevents crashes of your rest of project while using StackLayouts.
  • CheckBox, RadioButton and RadioButtonGroupView inherited from new StatefulStackLayout. (you should check their apperance if something changed or not)
  • ( #100 ) SelectionView SelectedItem and SelectedItems binding logic is changed.
  • ( #101 ) Prevented Validation Messages displaying at first time for AdvancedEntry.
Xamarin.Forms.InputKit - AdvancedEntry AnnotationType hotfix

Published by enisn over 5 years ago

Changes

  • AdvancedEntry AnnotationType Phone and DigitsOnly checks are applied. They work now.
  • Added itself of CheckBox object to CheckBox' ApplyIsCheckedActionand ApplyIsPressedAction. New type is Action<CheckBox, bool>

Released on Nuget:

Badges
Extracted from project README
Build status CodeFactor Nuget Sparkline
Related Projects