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

792 Коммитов

Автор SHA1 Сообщение Дата
Oleksandr Liakhevych b7939b4730 Add Background example 2021-07-28 01:23:01 +03:00
Oleksandr Liakhevych 29751313c3 Add GradientStops support to GradientBrush 2021-07-28 01:23:01 +03:00
Oleksandr Liakhevych e448cd99f6 Add Background property to VisualElement 2021-07-28 01:23:01 +03:00
Oleksandr Liakhevych f9cd06f761 Update Generator to support Point type. Generate Brush types. 2021-07-28 01:23:01 +03:00
Oleksandr Liakhevych 7677ee7cd6 Fix registering AdditionalHandlers for abstract types. 2021-07-28 01:23:01 +03:00
Oleksandr Liakhevych 2047fd365c Fix equality for attribute values delegates 2021-07-20 22:32:25 +03:00
Oleksandr Liakhevych 124db211fc Apply edits for child components recursively 2021-07-20 00:31:00 +03:00
Oleksandr Liakhevych 1e994ab8e5 Fix parsing nullable parameters 2021-07-11 01:25:53 +03:00
Oleksandr Liakhevych d0643f78dd Add method Remove to INonPhysicalChild and implement in supported implementations. 2021-05-24 00:13:08 +03:00
Oleksandr Liakhevych d94077c89f Fix GridCellHandler to allow removing elements and modifying attributes to existing children. 2021-05-23 23:29:11 +03:00
Eilon Lipton eaee277ee1 Remove 'master' branch from build stuff 2021-03-16 11:17:14 -07:00
Eilon Lipton 969cc4252d
Add 'main' branch to azure-pipelines.yml 2021-03-16 11:02:18 -07:00
Eilon Lipton 179d801af3
Add 'main' branch to version.json 2021-03-16 11:01:24 -07:00
Oleksandr Liakhevych 97fa82fc66 Add CollectionView playground to ControlGallery sample 2021-03-15 01:48:10 +02:00
Oleksandr Liakhevych 969f6b8294 Update Xaminals sample with CollectionView 2021-03-15 01:47:04 +02:00
Oleksandr Liakhevych 77bdd552ee Add CollectionView component 2021-03-15 01:45:12 +02:00
Oleksandr Liakhevych da2b8230d3 Add support for DataTemplate properties (from RenderFragment<T>) 2021-03-15 01:44:36 +02:00
Oleksandr Liakhevych 9d4c1ee9c3 Update generator to allow to register more handlers in partial component class 2021-03-15 01:37:02 +02:00
Oleksandr Liakhevych 793f5d6556 Add Page.ToolbarItems support 2021-03-15 01:37:02 +02:00
Eilon Lipton 873eb24790 Android manifest is missing project name and conflicts with other projects
Fixes #334
2021-02-26 13:40:05 -08:00
Eilon Lipton 8449e65f29
Update Readme.md 2021-02-25 15:49:21 -08:00
Lachlan Gordon 2181a51d69
Added a check for empty routes to prevent crash when mixing shell and hybrid (#294)
Added a check so that ShellNavigationManager ignores "/" and continues.
Added a sample razor file that would cause crash if not fixed and now works fine.
2021-02-16 13:55:59 -08:00
Oleksandr Liakhevych 496d5c4b81 Dispose renderer when page is not available 2021-02-16 11:32:03 -08:00
Oleksandr Liakhevych 071133189a Revert singleton MobileBlazorBindingsRenderer 2021-02-16 11:32:03 -08:00
Eilon Lipton 043ead7af6
Update Readme.md 2021-02-16 11:01:40 -08:00
Eilon Lipton 97ed1eb556
Update CONTRIBUTING.md 2021-02-16 11:00:59 -08:00
Oleksandr Liakhevych 6bceafbba4
Perform Shell navigation before OnInitialyzedAsync completes (#301) 2021-02-12 12:14:38 -08:00
Eilon Lipton b9c0954ae7 Update Readme.md 2021-02-09 15:40:59 -08:00
Eilon Lipton 0529fe68e3
Picker control (#275)
Implemented Picker<TItem>
- Added ControlGallery sample
2021-02-09 13:39:53 -08:00
Eilon Lipton 80971480aa Change T to TItem 2021-02-09 13:33:57 -08:00
Eilon Lipton 3b507a363c Small code cleanup 2021-02-09 13:01:21 -08:00
Eilon Lipton 834f74daa0 Update Picker sample UI 2021-02-08 12:33:30 -08:00
Eilon Lipton 277e4d4e40 Minor code cleanup 2021-02-08 12:33:20 -08:00
Eilon Lipton 48eda5ff7f Clean file to match latest Shell requirements, misc cleanup 2021-02-08 10:15:25 -08:00
Eilon Lipton a1935eb7d8 Merge branch 'master' into pr/275 2021-02-08 09:32:23 -08:00
Eilon Lipton ab142ad82e
Update CODE_OF_CONDUCT.md
To match .NET Foundation requirements.
2021-02-08 09:28:45 -08:00
Eilon Lipton b07ce7d887 Fix/suppress code analysis issues 2021-02-04 11:36:44 -08:00
Eilon Lipton 5e527568c9 Add new projects to CI build 2021-02-04 10:02:24 -08:00
Oleksandr Liakhevych a618714363
Update Component Generator to get default value in runtime (#312)
* Update Component Generator to get default value in runtime
* Regenerate components
2021-02-03 16:08:19 -08:00
Eilon Lipton 832dc511d1 Stop signing BlinForms prototype 2021-02-03 14:31:56 -08:00
Eilon Lipton 93e7aaf14f Set ComponentWrapperGenerator.IsPackable=false 2021-02-03 14:16:22 -08:00
Eilon Lipton 99e348a573
Add support for hosting Blazor Web components directly in Windows Forms (.NET Core) (#318)
* New WinForms BlazorWebView control using shared Hosting project
2021-02-03 11:22:42 -08:00
Eilon Lipton 0b52bfb5ba Move RazorClassLibrarySample to a shared folder 2021-02-02 14:09:18 -08:00
Eilon Lipton 4045012334
Add support for hosting Blazor Web components directly in WPF (.NET Core) (#314)
- New common Hosting package for platform-independent hosting of Blazor Hybrid apps
- New WPF package with a new BlazorWebView WPF Control that uses WebView2 to host Blazor Web components in a WPF app on .NET Core
- Small WPF sample app
- Also updated/fixed code signing and NuGet package metadata for some other packages
2021-02-02 13:31:18 -08:00
Eilon Lipton ced499214a
Added Tizen Mobile Blazor Bindings (#285)
* Added WebView Tizen backend
* Implement Authentication for Tizen
* Includes CI/code signing

Co-authored-by: 이승근/Common Platform Lab(SR)/Staff Engineer/삼성전자 <sngn.lee@samsung.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
2021-01-20 13:20:51 -08:00
Eilon Lipton 0f026b7697 Tizen sample cleanup 2021-01-20 13:20:03 -08:00
Eilon Lipton 782ce1fa07 Consolidate Tizen SDK versions 2021-01-19 12:39:12 -08:00
Eilon Lipton ecce3a77a2 Enable CI/code siging 2021-01-19 12:21:07 -08:00
Eilon Lipton fc4e2db1fb Small code cleanup/style 2021-01-19 12:20:55 -08:00
이승근/Common Platform Lab(SR)/Staff Engineer/삼성전자 9280224d8d Implement Authentication for tizen 2021-01-18 08:08:02 +09:00