From: Heonjae.Jang Date: Wed, 6 Sep 2017 07:43:45 +0000 (+0900) Subject: Remove comment for using TizenSpecific X-Git-Tag: submit/tizen_4.0/20170911.075016~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5544f60becfc8fa7829ae20bdff8666eb6f3962;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Remove comment for using TizenSpecific Change-Id: I7b9352e428f3e33a818bbe602a28ce003f4fc365 Signed-off-by: Heonjae.Jang --- diff --git a/LibCommon.Shared/LibCommon.Shared.csproj b/LibCommon.Shared/LibCommon.Shared.csproj index 21691c0..cdba422 100644 --- a/LibCommon.Shared/LibCommon.Shared.csproj +++ b/LibCommon.Shared/LibCommon.Shared.csproj @@ -4,9 +4,13 @@ netstandard2.0 + + $(NoWarn);NU1605 + + - + diff --git a/LibCommon.Tizen/LibCommon.Tizen.csproj b/LibCommon.Tizen/LibCommon.Tizen.csproj index a57be02..e9ae655 100644 --- a/LibCommon.Tizen/LibCommon.Tizen.csproj +++ b/LibCommon.Tizen/LibCommon.Tizen.csproj @@ -4,10 +4,14 @@ netstandard2.0 + + $(NoWarn);NU1605 + + - + diff --git a/LibCommon.Tizen/Ports/MediaContentPort.cs b/LibCommon.Tizen/Ports/MediaContentPort.cs index ccc610b..bd41cc4 100644 --- a/LibCommon.Tizen/Ports/MediaContentPort.cs +++ b/LibCommon.Tizen/Ports/MediaContentPort.cs @@ -51,7 +51,7 @@ namespace LibTVRefCommonTizen.Ports var selectArguments = new SelectArguments(); selectArguments.SortOrder = "MEDIA_LAST_PLAYED_TIME"; - //contentFilter.OrderKey = "MEDIA_LAST_PLAYED_TIME"; + //contentFilter.OrderKey = "MEDIA_LAST_PLAYED_TIME"; //contentFilter.Order = ContentOrder.Desc; selectArguments.FilterExpression = "MEDIA_TYPE=1 AND MEDIA_LAST_PLAYED_TIME!=0"; selectArguments.StartRowIndex = 0; diff --git a/TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj b/TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj index e0d9483..9a1eebc 100644 --- a/TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj +++ b/TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj @@ -22,6 +22,10 @@ None + + $(NoWarn);NU1605 + + @@ -36,7 +40,7 @@ - + diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml.cs b/TVApps/TVApps/Controls/AppItemCell.xaml.cs index 33bcd0e..7e5c3a2 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml.cs +++ b/TVApps/TVApps/Controls/AppItemCell.xaml.cs @@ -24,6 +24,7 @@ using Tizen.Xamarin.Forms.Extension; namespace TVApps.Controls { using LibTVRefCommonPortable.DataModels; + using Xamarin.Forms.PlatformConfiguration.TizenSpecific; using Tizen = Xamarin.Forms.PlatformConfiguration.Tizen; /// /// An enumeration for AppItemCell icon size @@ -203,7 +204,7 @@ namespace TVApps.Controls ButtonTitle.PropertyChanged += ButtonTitlePropertyChanged; PropertyChanged += AppItemCellPropertyChanged; - //ButtonTitle.On().SetFontWeight(FontWeight.Normal); + ButtonTitle.On().SetFontWeight(FontWeight.Normal); } diff --git a/TVApps/TVApps/TVApps.csproj b/TVApps/TVApps/TVApps.csproj index 0a45e6a..7b63e4b 100755 --- a/TVApps/TVApps/TVApps.csproj +++ b/TVApps/TVApps/TVApps.csproj @@ -4,9 +4,13 @@ netstandard2.0 + + $(NoWarn);NU1605 + + - + diff --git a/TVApps/TVApps/Views/FooterPinStatus.xaml.cs b/TVApps/TVApps/Views/FooterPinStatus.xaml.cs index 95d2480..25a7db0 100755 --- a/TVApps/TVApps/Views/FooterPinStatus.xaml.cs +++ b/TVApps/TVApps/Views/FooterPinStatus.xaml.cs @@ -16,6 +16,7 @@ using LibTVRefCommonPortable.Utils; using Xamarin.Forms; +using Xamarin.Forms.PlatformConfiguration.TizenSpecific; namespace TVApps.Views { @@ -145,7 +146,7 @@ namespace TVApps.Views Opacity = 0.7, HorizontalTextAlignment = TextAlignment.Start, }; - //AppNameLabel.On().SetFontWeight(FontWeight.Medium); + AppNameLabel.On().SetFontWeight(FontWeight.Medium); AfterLabel = new Xamarin.Forms.Label() { @@ -156,7 +157,7 @@ namespace TVApps.Views Opacity = 0.7, HorizontalTextAlignment = TextAlignment.Start }; - //AfterLabel.On().SetFontWeight(FontWeight.Light); + AfterLabel.On().SetFontWeight(FontWeight.Light); PropertyChanged += FooterPinStatusPropertyChanged; } diff --git a/TVApps/TVApps/Views/MainPage.xaml.cs b/TVApps/TVApps/Views/MainPage.xaml.cs index c2f359a..8046227 100755 --- a/TVApps/TVApps/Views/MainPage.xaml.cs +++ b/TVApps/TVApps/Views/MainPage.xaml.cs @@ -25,6 +25,7 @@ using System.Windows.Input; using System.Collections.Generic; using System.Linq; using Tizen.Xamarin.Forms.Extension; +using Xamarin.Forms.PlatformConfiguration.TizenSpecific; namespace TVApps.Views { @@ -158,7 +159,7 @@ namespace TVApps.Views BackKeyInfoImage.HeightRequest = backKeyImageSize; BackKeyInfo.FontSize = SizeUtils.GetFontSize(28); BackKeyInfo.Margin = new Thickness(SizeUtils.GetWidthSize(6), 0, 0, 0); - //BackKeyInfo.On().SetFontWeight(FontWeight.Normal); + BackKeyInfo.On().SetFontWeight(FontWeight.Normal); PropertyChanged += MainPagePropertyChanged; SetCurrentStatus(AppsStatus.Default); @@ -237,20 +238,21 @@ namespace TVApps.Views if (i == 1) { - //prevButton?.On()?.SetNextFocusDownView( - // lowerList[i - 1].FindByName