Crash fix 47/206247/1
authork.stepaniuk <k.stepaniuk@partner.samsung.com>
Wed, 15 May 2019 11:01:26 +0000 (13:01 +0200)
committerk.stepaniuk <k.stepaniuk@partner.samsung.com>
Wed, 15 May 2019 11:04:56 +0000 (13:04 +0200)
commit2cb493baa2b75c0920410358bb214a5f1cfdb939
tree6b0172e145cd7ae55056739d40ed414c80a34381
parentece8ccdd4509021d307a7763dcaa0370b471bf92
Crash fix

TFDF-1724 TFDF-2068

Dereferencing xamarin.forms.extension,
Moving its functionality directly to project

Change-Id: Iee9baac960c4b515de5e910aa3228b00b4902ed7
32 files changed:
.gitignore
LibCommon.Shared/Controls/ContextPopup/ContextPopup.cs [new file with mode: 0644]
LibCommon.Shared/Controls/ContextPopup/ContextPopupDirection.cs [new file with mode: 0644]
LibCommon.Shared/Controls/ContextPopup/ContextPopupDirectionPriorities.cs [new file with mode: 0644]
LibCommon.Shared/Controls/ContextPopup/ContextPopupItem.cs [new file with mode: 0644]
LibCommon.Shared/Controls/ContextPopup/IContextPopup.cs [new file with mode: 0644]
LibCommon.Shared/Controls/DropdownList.cs [new file with mode: 0644]
LibCommon.Shared/Controls/Toast/IToast.cs [new file with mode: 0644]
LibCommon.Shared/Controls/Toast/Toast.cs [new file with mode: 0644]
LibCommon.Shared/Controls/Toast/ToastProxy.cs [new file with mode: 0644]
LibCommon.Shared/LibCommon.Shared.csproj
LibCommon.Shared/bin/Debug/netstandard2.0/LibCommon.Shared.deps.json
LibCommon.Tizen/LibCommon.Tizen.csproj
LibCommon.Tizen/Renderers/ContextPopupRenderer.cs [new file with mode: 0644]
LibCommon.Tizen/Renderers/DropdownListRenderer.cs [new file with mode: 0644]
LibCommon.Tizen/Renderers/RenderersInitializer.cs [new file with mode: 0644]
LibCommon.Tizen/Renderers/ToastRenderer.cs [new file with mode: 0644]
LibCommon.Tizen/bin/Debug/netstandard2.0/LibCommon.Tizen.deps.json
TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj
TVApps/TVApps.Tizen.TV/TVApps.TizenTV.cs
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xaapps-1.0.0.tpi [deleted file]
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/TVApps.csproj
TVApps/TVApps/Views/FooterNormalStatus.xaml.cs
TVApps/TVApps/Views/MainPage.xaml.cs
TVHome/TVHome.Tizen.TV/TVHome.Tizen.TV.csproj
TVHome/TVHome.Tizen.TV/TVHome.TizenTV.cs
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xahome-1.0.0.tpi [deleted file]
TVHome/TVHome.Tizen.TV/tizen-manifest.xml
TVHome/TVHome/Controls/PanelButton.cs
TVHome/TVHome/Controls/SubPanelButton.xaml.cs
TVHome/TVHome/TVHome.csproj