maui-linux/Xamarin.Forms.Material.Android
Shane Neuville 5b284b4d76
Checkbox (#6232)
* Add CheckBox class and Renderer

* Add CheckBoxCell class

* Add Control Gallery for CheckBox and CheckBoxCell.
Add stubs only for Android for now.

* Update to fast renderer for Android, Implement Checked and Unchecked Colors!

* Initial UWP implementation, no colors yet.

* Add iOS implementation for checkbox. It's not pretty, but it is a start!

* Updates from Frank

* Code cleanup with frank

* Finalize iOS checkbox!!! it is a circle!

* Fix WPF build and Add a checkbox!!!

* Cell Renderers and macOS

* UWP switchcell

* Update CheckBox Cell on ios/android with colors

* Remove all instances of CheckBoxCell per demand

* Added UITests and UnitTests

* Changed colors to TintColor which makes sense. Added a IsChecked visual state property and a sample!

* checkbox cleanup, tint color fixes, and material

* uwp fix when changing TintBrush

* add checkbox to visual controls page

* formatting fix

* formatting fix

* formatting fix

* convert to tabs

* formatting

* checkbox tabs

* roll back formatting changes to WPFResources

* android renderer overrides

* uwp fix and sizing fix ios

* mask checkbox

* use a single image for ios inatead of always drawing new ones

* wpf fix

* rename to color and add css interfaces

* missing wpf file

* designer hack

* fix wpf for ios builds

* assembly info

* fix default tint color and infinite crash

* [iOS] fixes change checked state from control
simplification
added to dynamic galery

* [iOS material] fix crash when dispose

* [UWP, WPF] fix vertical alignment

* [Android] fixes does not change size when the reduction HeightRequest

* Update Xamarin.Forms.Material.iOS/MaterialCheckboxRenderer.cs

Co-Authored-By: Samantha Houts <samhouts@users.noreply.github.com>

* [Android] TabStop support

* alphabetize gallery, fix color update when disabled, unsubscribe from event in dispose

* cleanup assembly info

* fix assembly attributes

* remove assembly info

* pr comments

* couple of more dispose fixes

* One Last Dispose

* fix api 19 call to ClipToOutline
2019-05-30 10:32:28 -06:00
..
Properties Checkbox (#6232) 2019-05-30 10:32:28 -06:00
Resources Checkbox (#6232) 2019-05-30 10:32:28 -06:00
FormsMaterial.cs
MaterialActivityIndicatorRenderer.cs Centralize Theme Wrapper and fix sandbox to work with previewer (#5495) 2019-03-20 11:11:16 -06:00
MaterialButtonRenderer.cs [Android] Remove call to update Image on button during measure (#6274) 2019-05-28 18:40:39 -07:00
MaterialCheckBoxRenderer.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
MaterialColors.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
MaterialContextThemeWrapper.cs Centralize Theme Wrapper and fix sandbox to work with previewer (#5495) 2019-03-20 11:11:16 -06:00
MaterialDatePickerRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
MaterialEditorRenderer.cs merge 4.0.0 into master 2019-04-08 13:17:37 -06:00
MaterialEntryRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
MaterialFormsEditText.cs
MaterialFormsEditTextBase.cs
MaterialFormsEditTextManager.cs
MaterialFormsTextInputLayout.cs
MaterialFormsTextInputLayoutBase.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
MaterialFrameRenderer.cs Apply round corners shape based on radius (#6099) 2019-05-07 10:52:53 -06:00
MaterialPickerEditText.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
MaterialPickerRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
MaterialPickerTextInputLayout.cs
MaterialProgressBarRenderer.cs Centralize Theme Wrapper and fix sandbox to work with previewer (#5495) 2019-03-20 11:11:16 -06:00
MaterialSliderRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
MaterialStepperRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
MaterialTimePickerRenderer.cs Merge branch '3.6.0' into 4.0.0 2019-03-27 18:51:38 +00:00
Xamarin.Forms.Material.Android.csproj Checkbox (#6232) 2019-05-30 10:32:28 -06:00