Fix the issue that Context is null in case of standalone mode and Synchronize with...
author유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Wed, 20 May 2020 07:04:02 +0000 (16:04 +0900)
committer윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Wed, 20 May 2020 07:04:02 +0000 (16:04 +0900)
commit08af044a2ea84e51dbffae3b6e67b244ad28efad
treee293d48f3231c0bbe156063bf5a89c5448592a47
parent1fb73640112f7520a228c6a3f3d616cb811556fa
Fix the issue that Context is null in case of standalone mode and Synchronize with 4.6.0 branch of X.F (#231)

* Fixed the issue that Context is null in case of standalone mode

* Fix Shell NavigationView (#420)

* [Tizen] Fix IndicatorView (#419)

* [Tizen] Fix Indicator center

* [Tizen] Hide CarouselView scroll bar

* [Tizen] Fix ViewHolder for CarouselView

* Fix collectionview focus issue (#421)

* Fix Page Focus issue (#422)

* [Tizen] Fix ListView header padding on watch (#423)

* Fixed the aligment

* Synchronize with 4.6.0 branch of X.F

* Update NamedPlatformColor.cs (#10677)

* Fix flag check for theme (#10714)

fixes #10712

* Fix Native.ListView Header/Footer padding issue (#424)

* [Tizen] Load image sync in case of FileImageSource (#425)

* Update the WatchListView with PR #311 (https://github.com/Samsung/Tizen.CircularUI/pull/311)
19 files changed:
src/XSF/Tizen.Wearable.CircularUI.Forms.Renderer/WatchListView.cs
src/XSF/Xamarin.Forms.Core/Application.cs
src/XSF/Xamarin.Forms.Core/NamedPlatformColor.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Forms.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/CollectionView/CarouselView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/CollectionView/CollectionView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/CollectionView/IndicatorView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/Watch/FormsMoreOptionItem.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchDateTimePicker.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchDateTimePickerDialog.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchListView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchScroller.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/ButtonRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/ImageButtonRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/ListViewRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Renderers/StepperRenderer.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Shell/Watch/NavigationView.cs
src/XSF/Xamarin.Forms.Platform.Tizen/Shell/Watch/ShellSectionNavigationRenderer.cs