Fix typo error
authorcskim <charles0.kim@samsung.com>
Wed, 15 Mar 2017 10:46:29 +0000 (19:46 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:47 +0000 (18:34 +0900)
Change-Id: Ic1834bc79837b9a90b427b911e44dd2d6c6d6e0e

71 files changed:
LibTVRefCommonPortable/DataModels/AppControlAction.cs
LibTVRefCommonPortable/DataModels/AppShortcutInfo.cs
LibTVRefCommonPortable/DataModels/BTLaunchAction.cs
LibTVRefCommonPortable/DataModels/BTOffAction.cs
LibTVRefCommonPortable/DataModels/BTOnAction.cs
LibTVRefCommonPortable/DataModels/BTSettingShortcutInfo.cs
LibTVRefCommonPortable/DataModels/CommandAction.cs
LibTVRefCommonPortable/DataModels/DBItem.cs
LibTVRefCommonPortable/DataModels/FileSystemEventCustomArgs.cs
LibTVRefCommonPortable/DataModels/HomeMenuAppShortcutInfo.cs
LibTVRefCommonPortable/DataModels/IAction.cs
LibTVRefCommonPortable/DataModels/IDBItem.cs
LibTVRefCommonPortable/DataModels/MediaControlAction.cs
LibTVRefCommonPortable/DataModels/RecentShortcutInfo.cs
LibTVRefCommonPortable/DataModels/ShortcutInfo.cs
LibTVRefCommonPortable/DataModels/StateDescription.cs
LibTVRefCommonPortable/DataModels/WatcherType.cs
LibTVRefCommonPortable/DataModels/WiFiLaunchAction.cs
LibTVRefCommonPortable/DataModels/WiFiOffAction.cs
LibTVRefCommonPortable/DataModels/WiFiOnAction.cs
LibTVRefCommonPortable/DataModels/WiFiSettingShortcutInfo.cs
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj
LibTVRefCommonPortable/Models/AppShortcutController.cs
LibTVRefCommonPortable/Models/RecentShortcutController.cs
LibTVRefCommonPortable/Models/SettingShortcutController.cs
LibTVRefCommonPortable/Models/SettingShortcutFactory.cs
LibTVRefCommonPortable/Utils/AppControlUtils.cs
LibTVRefCommonPortable/Utils/AppShortcutStorage.cs
LibTVRefCommonPortable/Utils/DebuggingUtils.cs
LibTVRefCommonPortable/Utils/IAppControl.cs
LibTVRefCommonPortable/Utils/IApplicationManagerAPIs.cs
LibTVRefCommonPortable/Utils/IBTAPIs.cs
LibTVRefCommonPortable/Utils/IDBAPIs.cs
LibTVRefCommonPortable/Utils/IDebuggingAPIs.cs
LibTVRefCommonPortable/Utils/IFileSystemAPIs.cs
LibTVRefCommonPortable/Utils/IFileSystemWatcherAPIs.cs
LibTVRefCommonPortable/Utils/IPackageManager.cs
LibTVRefCommonPortable/Utils/ITVHome.cs
LibTVRefCommonPortable/Utils/IWifiAPIs.cs
LibTVRefCommonPortable/Utils/PackageManagerUtils.cs
LibTVRefCommonPortable/Utils/RecentShortcutStorage.cs
LibTVRefCommonPortable/Utils/TVHomeImpl.cs
LibTVRefCommonPortable/packages.config
LibTVRefCommonTizen/Ports/AppControlPort.cs
LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs
LibTVRefCommonTizen/Ports/BTModulePort.cs
LibTVRefCommonTizen/Ports/DBPort.cs
LibTVRefCommonTizen/Ports/DebuggingPort.cs
LibTVRefCommonTizen/Ports/FileSystemPort.cs
LibTVRefCommonTizen/Ports/FileSystemWatcherPort.cs
LibTVRefCommonTizen/Ports/PackageManagerPort.cs
LibTVRefCommonTizen/Ports/WifiModulePort.cs
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/Controls/AppListView.xaml.cs
TVApps/TVApps/TVApps.cs
TVApps/TVApps/ViewModels/AppsHolder.cs
TVApps/TVApps/ViewModels/AppsListSorter.cs
TVApps/TVApps/ViewModels/MainPageViewModel.cs
TVApps/TVApps/Views/MainPage.xaml.cs
TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk
TVHome/TVHome/Controls/MainPanelButton.xaml.cs
TVHome/TVHome/Controls/SubPanelAllAppsButton.xaml.cs
TVHome/TVHome/Controls/SubPanelButton.xaml.cs
TVHome/TVHome/Controls/SubPanelReservedButton.xaml.cs
TVHome/TVHome/TVHome.cs
TVHome/TVHome/ViewModels/MainPageViewModel.cs
TVHome/TVHome/Views/MainPage.xaml.cs
TVHome/TVHome/Views/MainPanel.xaml.cs
TVHome/TVHome/Views/Panel.cs
TVHome/TVHome/Views/SubPanel.xaml.cs
TVHome/TVHome/Views/SubThumbnailPanel.xaml.cs

index 64762ed977ea6416ece0ffbd46eb5830f7dcdc83..6bff0dd99bdb84f1358365543300521908577bd4 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 using System;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class AppControlAction : IAction
     {
index a0dc7a17af48f0080faab95e59cf14c289db675b..ac10c501c38df0143776d961f3cd67700e0d5aca 100644 (file)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using System.Xml.Serialization;
 
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class AppShortcutInfo : ShortcutInfo
     {
index 7329fd95e28c2eda88e316026fb39a5ce376bc6e..b49b73f0f1f02023506bc244138f1829dfa02695 100644 (file)
  */
 
 using System;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class BTLaunchAction : IAction
     {
index ef3c929e2eaa0b8d3ef2225ef9a4a59ff093cbd3..589fea0c717412135c3f5350292fd16aafffa239 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class BTOffAction : IAction
     {
index 4468d589b91c2a416a85bfc30e24ce7e233f979d..628f158f04f4f2b0b6f6607e49de694dba1a603b 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class BTOnAction : IAction
     {
index 2e411d6e24edea4260360662eb8fe5b42c5ec1e2..db3938e7836634deeb13f2c3235f54b1b810b141 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class BTSettingShortcutInfo : ShortcutInfo
     {
index a46e12ac88f90187b60c83ebd256dcd41fe10a88..6209f2c10aa868a90c6f9212267558f215f5ea48 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 using System.Windows.Input;
 
 namespace LibTVRefCommonPortable.DataModels
index d5a92a925aa299e58fd9246fde9d56b46d4ed390..4f4870035f118c46d401438caf85d13abef2e6fc 100644 (file)
@@ -20,7 +20,7 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class DBItem : IDBItem
     {
index 65098f78aea752b54a6d78969d8ea7d0db23ad98..d6c159fa72a0151c8bd6cf6964755fee5f11e3da 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class FileSystemEventCustomArgs : EventArgs
     {
index a280ae9cc44db3f44c763b9a00ea6de88b25b6dc..79222ed686c16896bfc71eadc800650e609eb5d3 100644 (file)
@@ -20,7 +20,7 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class HomeMenuAppShortcutInfo : ShortcutInfo
     {
index a13bd1cc54333ab4a6281a65352f999d879c384c..b6a37fca738400e9ce0997b95272d5146fbb96b7 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public interface IAction
     {
index 013a1a700b8d74fe52f8abead64a9f1ef0d0647f..92770f2a2aab8d1c4be73411ecd1bd365a5e23a8 100644 (file)
@@ -16,7 +16,7 @@
 
 using System.Collections.Generic;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public interface IDBItem
     {
index 16399650e5c3f136906164f983df5f4b8b8a249e..48eefad48a65eff80f5deb255d9e8535961cd712 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class MediaControlAction : IAction
     {
index 7ab509699310f411ab56535705abfc7805389178..07e24db7a33b5cbfe5025ce9061c406f30941eaf 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class RecentShortcutInfo : ShortcutInfo
     {
index cfb1b1121a40aa82cc4b6142c8d734adbed24cba..7bd2ab6d7ac524b51b31342f346d2a45e83a8f33 100644 (file)
@@ -18,9 +18,9 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Xml.Serialization;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public abstract class ShortcutInfo : INotifyPropertyChanged
     {
index 0ffc05c3faba36fd8e40b00771278e60d1c10a51..89244f2ec24bd7cfcd8a377cb7b961331953a861 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class StateDescription
     {
index 22171dff1e3a691e6e184231ef8278dc3ccc21db..05d5c651073b05d1d7775f5d9c035ad27ecca051 100644 (file)
@@ -1,4 +1,4 @@
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public enum WatcherType
     {
index e598e2125a733138f681b19beb542d2ecf8177fc..956c564fcec7ea7e58644f4c5fadc1d9b17a25d1 100644 (file)
  */
 
 using System;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class WiFiLaunchAction : IAction
     {
index e6566d98282babf54f4afea990f8ece4c55f43db..9ece2e22e97675c49325bc05e7bd9d0689ecb5a6 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class WiFiOffAction : IAction
     {
index 0a4b296357ab707d9093539145c1666e926cc741..9576414b21996da9dce8980d26b40fc4513958bd 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     class WiFiOnAction : IAction
     {
index 3a49cf7acb9a54d9d48e0cf083d2352ca435cca5..5fbe6793c1958664afbb9e916a171be0cac6c59c 100644 (file)
@@ -16,7 +16,7 @@
 
 using System;
 
-namespace LibTVRefCommmonPortable.DataModels
+namespace LibTVRefCommonPortable.DataModels
 {
     public class WiFiSettingShortcutInfo : ShortcutInfo
     {
index 05c8a62dec71a406a6a59da100550c4ab100f51b..160070eaaec1981569039171f0b81404b3493575 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Xamarin.Forms.2.2.0.45\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
+      <HintPath>..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
       <Private>True</Private>
     </Reference>
     <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Xamarin.Forms.2.2.0.45\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
+      <HintPath>..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
       <Private>True</Private>
     </Reference>
     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Xamarin.Forms.2.2.0.45\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
+      <HintPath>..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
       <Private>True</Private>
     </Reference>
   </ItemGroup>
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
-  <Import Project="..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
+  <Import Project="..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>
       <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
     </PropertyGroup>
-    <Error Condition="!Exists('..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
+    <Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
   </Target>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
index 8de24f391d1295c8ee2476f6e8cddb8cb12783ec..820dcadcfbcb7f3bcb84d96d23973a6c0a2523d9 100755 (executable)
@@ -18,12 +18,11 @@ using System;
 using System.Collections.Generic;
 using Xamarin.Forms;
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
-using System.Threading.Tasks;
+using LibTVRefCommonPortable.DataModels;
 using LibTVRefCommonPortable.Utils;
+using System.Threading.Tasks;
 
-namespace LibTVRefCommmonPortable.Models
+namespace LibTVRefCommonPortable.Models
 {
     public class AppShortcutController
     {
index fc723104a45855a338a0a324bea8123542277a70..264020dba6f52b376ddae66015bfd069f71c5932 100644 (file)
@@ -18,12 +18,12 @@ using System;
 using System.Collections;\r
 using System.Collections.Generic;\r
 using System.Threading.Tasks;\r
-using LibTVRefCommmonPortable.DataModels;\r
-using LibTVRefCommmonPortable.Utils;\r
+using LibTVRefCommonPortable.DataModels;\r
+using LibTVRefCommonPortable.Utils;\r
 \r
 using Xamarin.Forms;\r
 \r
-namespace LibTVRefCommmonPortable.Models\r
+namespace LibTVRefCommonPortable.Models\r
 {\r
     public class RecentShortcutController\r
     {\r
index 0b94828e5f55c51b0b1cebd1e576c51f86aca7ca..87a98a1bc8b233a9f9ce014fad8b50f6831835e4 100644 (file)
@@ -17,9 +17,9 @@
 using System;
 using System.Collections;
 using System.Collections.Generic;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 
-namespace LibTVRefCommmonPortable.Models
+namespace LibTVRefCommonPortable.Models
 {
     public class SettingShortcutController
     {
index 6a45ec8bfa9e9993ca82080d00d806fc5a791f61..234192ff00029f4049b9eacf8bce1056b143b571 100755 (executable)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 
-namespace LibTVRefCommmonPortable.Models
+namespace LibTVRefCommonPortable.Models
 {
     public enum SettingID
     {
index 0021379a18f076368a7546a567c65724b951b1f1..55d908f94cfd2df62da7f4900bdc060cc887b3ea 100644 (file)
@@ -17,7 +17,7 @@
 using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public sealed class AppControlUtils
     {
index 6ef851e8760fcbfd234efe33bfed73467310c824..50cc54e9210175dc23010891a4c10e6b99995b7a 100644 (file)
@@ -22,12 +22,12 @@ using System.Xml;
 using System.Xml.Serialization;
 using System.IO;
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public class AppShortcutStorage
     {
index 11abd1201e55d892e35b993a2b708e288bd04eaa..5964220b1c11f82869278cef8c805f15740861c2 100644 (file)
@@ -16,7 +16,7 @@
 
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     /// <summary>
     /// A debugging utility class.
index 8ea2ad01d1955841086857a3bd8e50f883bccb06..30642ffdd059b2e67e12d2f9aa017a6912ea91d3 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IAppControl
     {
index 6fe6acaafd6cdf06024bd9cfdf8d9903ab0b41a2..fa52ff27b071a80fd82adc247231f761727c96a8 100644 (file)
@@ -20,7 +20,7 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IApplicationManagerAPIs
     {
index dec18b14dee390286fcf27de4fd13d79b9eed64f..d6408ca105eae71dbac23dabd50b5b57a805b1ee 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IBTAPIs
     {
index a21900576645145d7ead742851ee55d936e4cbee..32d7f36b00382bd1fc53a20f1abb0f4294b34aed 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 using System.Collections.Generic;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IDBAPIs
     {
index 933d6adf2b4b7f83845098dbcc4531e049f2fafd..782d4cf45130ddf9700cc13b7f382679a8562781 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     /// <summary>
     /// A interface contains debugging methods which are using platform subsystems.
index df6aef604b33e16c0188758b3a248145b139e9f8..3b93903b845cba3e8d84226c399ecb0f32f91f24 100644 (file)
@@ -21,7 +21,7 @@ using System.Text;
 using System.Threading.Tasks;
 using System.IO;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     //
     // 요약:
index fbc8c6fc2f9126af2e7ae03f6feae11128dc1ee2..c5e0a1734bcb79c5fde1fc290c2eeb94162dce79 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 using System;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IFileSystemWatcherAPIs
     {
index a9bbff06822eee33892a98c1eff72f0a335bf57c..514037e7686906b05d375db44ee2f5cf9ddf95b8 100644 (file)
@@ -20,7 +20,7 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     /// <summary>
     /// A interface contains debugging methods which are using platform subsystems.
index 13b9c07a2f1b07b04695d2233869ac3a44c4ec3d..64706769561e29ddb9841ac83384b4ee27c27e50 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.Models;
+using LibTVRefCommonPortable.Models;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface ITVHome
     {
index 426581e4dbcd917dcbb8b23da66e46c6a7018cda..50da8700bf049512efb93febf5b2da6ce4834a6a 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public interface IWifiAPIs
     {
index dd18a18e47d6312904c7eade1016a785e716e561..1a23898008a06437a369f8d30a20fed5331eee8c 100644 (file)
@@ -20,10 +20,10 @@ using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public sealed class PackageManagerUtils
     {
index a7d76bd935ca68e5d58be1d61692b88b00123492..292141a449df6a6d2708c2cd0497993659ee316a 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 using System.Collections.Generic;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public class RecentShortcutStorage
     {
index c53495cb223d19458d26c8023e2da9bd4c7ac2f6..74ee416e166b5d589f688268718299270075046d 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.Models;
+using LibTVRefCommonPortable.Models;
 
-namespace LibTVRefCommmonPortable.Utils
+namespace LibTVRefCommonPortable.Utils
 {
     public class TVHomeImpl : ITVHome
     {
index 76b2b351983c9b5b245a3e38c1eaa96ae20074eb..fd571b3040dc95e6e2001f64b28509a5581e6817 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="Xamarin.Forms" version="2.2.0.45" targetFramework="portable45-net45+win8+wp8+wpa81" />
+  <package id="Xamarin.Forms" version="2.3.3.193" targetFramework="portable45-net45+win8+wp8+wpa81" />
 </packages>
\ No newline at end of file
index 4a3e8de8224a71acdd0e817917b1559c8d003237..cf4b395d8224a9749757d017a9adc0df9015b70c 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Tizen.Applications;
 
 namespace LibTVRefCommonTizen.Ports
index 1b8e49d699b83879dd65cf6e7f169482b2e71c0a..d6b9c55a9b92a51c9e07d7498fa067f18bdd7568 100644 (file)
@@ -20,7 +20,7 @@ using System.Threading.Tasks;
 using Xamarin.Forms.Platform.Tizen.Native;
 using Tizen;
 using Tizen.Applications;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
 namespace LibTVRefCommonTizen.Ports
 {
index cb7f548d958f5933e7005648f87eff17c433f566..f2fedcf04fed65fe0ea9fdec81dff4cc46f8f12f 100644 (file)
@@ -16,7 +16,7 @@
 
 using Xamarin.Forms.Platform.Tizen.Native;
 using Tizen;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using System;
 
 namespace LibTVRefCommonTizen.Ports
index 2327db003620fe74d700ef11d1da154d87dca4cc..426fcb1cd7213ee464c630ed534a54744b3bd69a 100644 (file)
@@ -20,8 +20,8 @@ using System.Runtime.InteropServices;
 
 using Tizen;
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 
 namespace LibTVRefCommonTizen.Ports
 {
index eceaef2d9c02a15110c562a4cfd9de881b2e2f68..2b7e4403236be3a794ee9979efb70d1f412a467b 100644 (file)
@@ -16,7 +16,7 @@
 
 using Xamarin.Forms.Platform.Tizen.Native;
 using Tizen;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
 namespace LibTVRefCommonTizen.Ports
 {
index c1901859faa10e4406c9a64f6ff6d99d1a415bf5..9ce24efaec5fde65eb4cda0bc97a297ede3bbe83 100644 (file)
@@ -23,7 +23,7 @@ using System.IO;
 
 using Tizen;
 using Tizen.Applications;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
 namespace LibTVRefCommonTizen.Ports
 {
index 3ef228a647523324d557a7e450c58c556daf57d3..792acff62d7f84399a713e1a3805ff3ad3eb8972 100755 (executable)
@@ -17,8 +17,8 @@
 
 using System;
 using System.IO;
-using LibTVRefCommmonPortable.Utils;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
 
 namespace LibTVRefCommonTizen.Ports
 {
index b0f61b0de3540f061f1279d61377c11161646c16..375931d06ea7d8f1b6cef2c7bf1e42ca1ea6ca90 100644 (file)
  * limitations under the License.
  */
 
-using System;
 using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-using Tizen;
 using Tizen.Applications;
 
-using LibTVRefCommmonPortable.Utils;
 using LibTVRefCommonPortable.Utils;
 
 namespace LibTVRefCommonTizen.Ports
index d03fe5a8c4f6574e0245333217dfc4bc968040e5..89cefba08e0db2ec07ae7cce05d80b5060afbca3 100644 (file)
@@ -16,7 +16,7 @@
 
 using Xamarin.Forms.Platform.Tizen.Native;
 using Tizen;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using System;
 
 namespace LibTVRefCommonTizen.Ports
index ce94da4835cf66cc9217b7ee224a3dc4dd22543e..0749c64f89ecf05707ea2e4c6405a288ca42aa97 100755 (executable)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using System;
 using System.ComponentModel;
 using System.Windows.Input;
index bd2338fe5bc946620d6cbf0fed684a0366f5a3a0..6fedbef83dd24d164982a31895db805b706c0d45 100644 (file)
@@ -20,8 +20,8 @@ using Xamarin.Forms;
 using System.Collections.ObjectModel;
 using System.Collections.Specialized;
 using System.ComponentModel;
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using System.Collections.Generic;
 using System;
 using System.Threading.Tasks;
index aed5cc9ddc5c80ce862c5d65452bc6404e601c66..f8056fdd764257ac3a1d816d5630a1bf1fd3d056 100644 (file)
@@ -18,7 +18,6 @@ using Xamarin.Forms;
 using TVApps.Views;
 using LibTVRefCommonPortable.Utils;
 using System;
-using LibTVRefCommmonPortable.Utils;
 
 namespace TVApps
 {
index f0ed2331d9ffa535c5746626d973fc20964e9ab9..d6ca14ccf76a833c561070155eea90f80dc5fdee 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
 using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using System.Collections.Generic;
 using System.Linq;
 using Xamarin.Forms;
index b04622fd12b6d0e362d50b952d210126c2e50754..fd995a292329e7c2c15b22acfd8b631ab27210a5 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using System.Collections.Generic;
 
 namespace TVApps.ViewModels
index a7f4f34934d63240ced5f474afa709e9e3da90aa..15519da6cd47e9b5cefb1a7b462a84b9f32598f2 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using System.Collections.Generic;
 using System.ComponentModel;
 using Xamarin.Forms;
index 603a96d93b8273016112ecfb486a06e15d8bdb6d..b6c96ec13c46f77f44546976fc3b479467756309 100644 (file)
@@ -19,7 +19,7 @@ using Xamarin.Forms;
 
 using TVApps.ViewModels;
 using System.ComponentModel;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using System.Threading;
 using System.Threading.Tasks;
 
index 53e732b7c880eb8c1b212f0f57e09e67d0610745..62ecce440c5663e7b7503da6e3324b0f18bc93f7 100644 (file)
Binary files a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk and b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk differ
index d3fa919fa484bd89a45afe6a5da78e00c40cf9ba..0167de52f760cbc4f688890a3b84e17ede718dd0 100755 (executable)
@@ -16,7 +16,7 @@
 
 using System;
 using System.Windows.Input;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
 namespace TVHome.Controls
index 1b397b23bfeaf4be5189a8409211825e064c51f8..97ace97cadb09eb1d279c873c3b2af568ef4844c 100755 (executable)
@@ -16,7 +16,7 @@
 
 using System;
 
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
 using Xamarin.Forms;
 
index 68ab19e905c81216d2e416f418380ddf70058f37..1e309eec29c3e40708a88e68ac774071afa99c85 100755 (executable)
@@ -16,7 +16,7 @@
 \r
 using System;\r
 using System.Windows.Input;\r
-using LibTVRefCommmonPortable.Utils;\r
+using LibTVRefCommonPortable.Utils;\r
 using Xamarin.Forms;\r
 \r
 namespace TVHome.Controls\r
index b3cf271bba3c79c078ec5973f225f09bafbeb50f..106085a7707e7a6feca2a70eccb3a01abebca1bd 100755 (executable)
@@ -16,7 +16,7 @@
 
 using System;
 using System.Windows.Input;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
 namespace TVHome.Controls
index c5dc7dd0c5ccccb4fd52365716bda39e8750e802..fedc5f821734db3f8063168bd56f034fff172d86 100644 (file)
  */
 
 using System;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 using TVHome.Views;
 using Xamarin.Forms;
-using LibTVRefCommonPortable.Utils;
 
 namespace TVHome
 {
index f3f61025288365d49c8af487abf8d9094ebda77a..a809017ae2ee44de3d5783bb6a0ec2d6323a46cb 100755 (executable)
@@ -20,8 +20,8 @@ using System.Collections.Generic;
 using System.ComponentModel;
 using System.Windows.Input;
 using System.Threading.Tasks;
-using LibTVRefCommmonPortable.DataModels;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.DataModels;
+using LibTVRefCommonPortable.Utils;
 using Xamarin.Forms;
 
 namespace TVHome.ViewModels
index c60a9e92256e7541f83e5815a9fdd978f65cb9ee..57878895db6707903bb01cd6d1a16f0c640aadc4 100755 (executable)
@@ -18,9 +18,9 @@ using System;
 using System.Collections.Generic;\r
 using System.Diagnostics;\r
 using System.Windows.Input;\r
-using LibTVRefCommmonPortable.DataModels;\r
-using LibTVRefCommmonPortable.Models;\r
-using LibTVRefCommmonPortable.Utils;\r
+using LibTVRefCommonPortable.DataModels;\r
+using LibTVRefCommonPortable.Models;\r
+using LibTVRefCommonPortable.Utils;\r
 using Xamarin.Forms;\r
 \r
 namespace TVHome.Views\r
index c95a222f35610f5f11212db9c28cd9559c574495..76f12fcca43b237616454c6171ffe86ee8a95587 100644 (file)
@@ -19,8 +19,8 @@ using System.Collections.Generic;
 using System.ComponentModel;\r
 using System.Windows.Input;\r
 using TVHome.Controls;\r
-using LibTVRefCommmonPortable.DataModels;\r
-using LibTVRefCommmonPortable.Utils;\r
+using LibTVRefCommonPortable.DataModels;\r
+using LibTVRefCommonPortable.Utils;\r
 using TVHome.ViewModels;\r
 using Xamarin.Forms;\r
 \r
index cd22ffd3b1c6ea04033af7ed1924b49ec64c2721..177cb92a6b76f98d6eaa3386cd660b450fb47062 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Windows.Input;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 using Xamarin.Forms;
 
 namespace TVHome.Views
index b48a7c9b88813b9998ff742e4f7960d02032ab36..81e6af6e82d34ca512e3b66b82248eeb15195464 100755 (executable)
@@ -19,10 +19,10 @@ using System.Collections.Generic;
 using System.Windows.Input;\r
 using System.ComponentModel;\r
 using TVHome.Controls;\r
-using LibTVRefCommmonPortable.DataModels;\r
+using LibTVRefCommonPortable.DataModels;\r
 using TVHome.ViewModels;\r
 using Xamarin.Forms;\r
-using LibTVRefCommmonPortable.Utils;\r
+using LibTVRefCommonPortable.Utils;\r
 \r
 namespace TVHome.Views\r
 {\r
index c2985bd66acf2643993e7c0d52b38f56412dfdd8..07e5060de94744ab7a9e8995cf02bf50c7a8c20c 100644 (file)
@@ -19,10 +19,10 @@ using System.Collections.Generic;
 using System.Windows.Input;
 using System.ComponentModel;
 using TVHome.Controls;
-using LibTVRefCommmonPortable.DataModels;
+using LibTVRefCommonPortable.DataModels;
 using TVHome.ViewModels;
 using Xamarin.Forms;
-using LibTVRefCommmonPortable.Utils;
+using LibTVRefCommonPortable.Utils;
 
 namespace TVHome.Views
 {