Enhance the Preloading Precedure and Fixed the issue to throw InvalideOperationExcept...
author유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Tue, 16 Jun 2020 07:23:43 +0000 (16:23 +0900)
committer안주원/Common Platform Lab(SR)/Principal Engineer/삼성전자 <juwon.ahn@samsung.com>
Tue, 16 Jun 2020 07:23:43 +0000 (16:23 +0900)
commitf6eab3949ce68a210b82a8e921c55f92da4c5a26
tree11dbf5aa22036e35077601bf5fe59722fba740ee
parentf1a1d564ca5986b030e300c5e3b8593513e2c8e5
Enhance the Preloading Precedure and Fixed the issue to throw InvalideOperationException if SetFlags is called (#240)

* Enhance the Preloading Precedure and Fixed the
issue to throw InvalideOperationException if SetFlags is called

* [HR] register sourceinfo before triggering change (#10933)

- fixes #10803

* [Tizen] Enhance the Page.ToolbarItem (#11015)

* [Tizen] Fix initialize of Device Independent Pixel option (#435)

* [Tizen] Ensure the update of color after theme style changing (#436)

* Enhance the Page renderer (#324)

* Change the file mode
13 files changed:
src/XSF.Build.Tasks/CreateObjectVisitor.cs [changed mode: 0644->0755]
src/XSF.Build.Tasks/SetPropertiesVisitor.cs [changed mode: 0644->0755]
src/XSF.Build.Tasks/XamlCTask.cs [changed mode: 0644->0755]
src/XSF/Tizen.Wearable.CircularUI.Forms.Renderer/PageRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Forms.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/ButtonRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/PageRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/ProgressBarRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/SwitchRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/TabbedPageRenderer.cs
src/XSF/Xamarin.Forms.Xaml/ApplyPropertiesVisitor.cs [changed mode: 0644->0755]
src/XSF/Xamarin.Forms.Xaml/CreateValuesVisitor.cs [changed mode: 0644->0755]
src/XSF/Xamarin.Forms.Xaml/XamlLoader.cs