Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Stephane Delcroix aa0ad621bb
Allow tracking of StyleSheets (#6502)
* remove excess code and clean up sandbox (#6503)

* Allow tracking of StyleSheets

*  ¯\_(ツ)_/¯
2019-06-14 18:51:43 +02:00
Stephane Delcroix 5eca00b0e2
move imports to Directory.Build.[props|targets] (#6212) 2019-05-18 05:19:09 -07:00
Shane Neuville 5210d5c1e6 [Shell] propagate css to logical child element (#6082) fixes #4683 fixes #5956
* create an actual logical child structure for page to use for propagation

* JustTheLogicalChildren

* only iterate over ActuallyLogicalChildren

* fix naming

* reuse ChildrenNotDrawnByThisElement

* testing

* fix unit test
2019-05-09 14:17:30 -07:00
Shane Neuville a827e30e31
return from designer earlier (#6102)
* return from designer earlier

* - initialize fake coordinator layout for designer

* change to a non appcompat compatible layout
2019-05-06 19:44:00 -06:00
Shane Neuville 8a7ee8632e [Android] Fix previewer exceptions with shell (#5955)
* shell preivewer

* nonappcompat hack

* - moove up null check

* internal IsDesignerContext
2019-05-02 11:26:42 +01:00
Shane Neuville 58662a10b4 [Shell] refactor of processing uris (#5852)
fixes #5790
2019-04-10 21:54:50 -07:00
Shane Neuville 927c1058ae
[Android] Fix various issues with material found by a full run of the UI Tests with Material active (#5676)
* - locate activity

* get tests to run

* - fix and force core gallery to work against default

* - fix check if control already disposed

* - fixing what automationid assigns to

* - input transparent fixes

* - fix sandbox back

* - set default visual back to default

* Update Xamarin.Forms.Material.Android/MaterialStepperRenderer.cs

* Update Xamarin.Forms.Material.Android/MaterialSliderRenderer.cs

* - fix core gallery ui tests to find container

* - ui test tweak

* - fix background color on pickers

* - suggested changes

* - suggested fix
2019-03-27 10:07:15 -06:00
Shane Neuville 9146b1d986
Fix up Sandbox to work with previewer and add android material reference in (#5513)
* fix sandbox to work with previewer

* small page fixes
2019-03-11 14:45:38 -06:00
Shane Neuville 2e6bc92583
[Visual] Visual tidy (#5356)
* [Visual] remove visual flag and tidy up code

* - added basic loading ui test

* change material namespaces to be Xamarin.Forms.Material.<Platform>

* api 19 fixes

* fix casing on resources
2019-02-27 16:48:45 -07:00
Shane Neuville 16aa48fb1e
[Visual] Visual xaml and Visual registrations (#5304)
* [visual] add intellisense popups for visual

* Add visual registrations into type converter

* combine VisualMarker and VisualRendererMarker

* remove visual from class name for intellisense

* set Match Parent to internal

* Remove register code and just scan assemblies

* [Visual] Add Visual Attribute and some additional attribute checks

* remove registrar changes

* renamed to specific VisualTypes

* - move check up to LINQ statement

* Make sure the other platforms can create visuals

* fix renderer names

* move stepper renderer

* rename converter
2019-02-25 13:54:02 -07:00
Shane Neuville de1a5bae64 Setup sandbox app inside our project (#5264)
* [Visual] Material Pickers and setup sandbox app

* Fixed the ambiguous types for UWP
2019-02-18 11:30:08 +00:00