TV Home/Apps Migration 42/147142/1
authorJH Choi <jjie.choi@samsung.com>
Fri, 1 Sep 2017 06:49:35 +0000 (15:49 +0900)
committerJH Choi <jjie.choi@samsung.com>
Fri, 1 Sep 2017 06:49:35 +0000 (15:49 +0900)
commit5bc9f22ddfafefb021b300afd653279682bbde3a
tree85c8f3a9ca9d8c26ff61f7d6871165b24a807444
parentc59985935fb8f8326f14f51e75cdbf99e169abb2
TV Home/Apps Migration

Change-Id: If19587d2eb7c777d6a6e4890cbfbbb0acc22275a
Signed-off-by: JH Choi <jjie.choi@samsung.com>
328 files changed:
HomeUnitTest/AppShortcutTestCases.cs [deleted file]
HomeUnitTest/HomeUnitTest.csproj [deleted file]
HomeUnitTest/ManagedAppsTestCases.cs [deleted file]
HomeUnitTest/Properties/AssemblyInfo.cs [deleted file]
HomeUnitTest/RecentTestCases.cs [deleted file]
HomeUnitTest/packages.config [deleted file]
LibCommon.Shared/DataModels/AppControlAction.cs [moved from LibTVRefCommonPortable/DataModels/AppControlAction.cs with 100% similarity]
LibCommon.Shared/DataModels/AppShortcutInfo.cs [moved from LibTVRefCommonPortable/DataModels/AppShortcutInfo.cs with 100% similarity, mode: 0644]
LibCommon.Shared/DataModels/CommandAction.cs [moved from LibTVRefCommonPortable/DataModels/CommandAction.cs with 100% similarity]
LibCommon.Shared/DataModels/FileSystemEventCustomArgs.cs [moved from LibTVRefCommonPortable/DataModels/FileSystemEventCustomArgs.cs with 100% similarity]
LibCommon.Shared/DataModels/HomeMenuAppShortcutInfo.cs [moved from LibTVRefCommonPortable/DataModels/HomeMenuAppShortcutInfo.cs with 100% similarity]
LibCommon.Shared/DataModels/IAction.cs [moved from LibTVRefCommonPortable/DataModels/IAction.cs with 100% similarity]
LibCommon.Shared/DataModels/IEnumerableItem.cs [moved from LibTVRefCommonPortable/DataModels/IEnumerableItem.cs with 100% similarity]
LibCommon.Shared/DataModels/MediaControlAction.cs [moved from LibTVRefCommonPortable/DataModels/MediaControlAction.cs with 100% similarity]
LibCommon.Shared/DataModels/RecentShortcutInfo.cs [moved from LibTVRefCommonPortable/DataModels/RecentShortcutInfo.cs with 100% similarity, mode: 0644]
LibCommon.Shared/DataModels/SettingShortcutInfo.cs [moved from LibTVRefCommonPortable/DataModels/SettingShortcutInfo.cs with 100% similarity, mode: 0644]
LibCommon.Shared/DataModels/ShortcutInfo.cs [moved from LibTVRefCommonPortable/DataModels/ShortcutInfo.cs with 100% similarity]
LibCommon.Shared/DataModels/StateDescription.cs [moved from LibTVRefCommonPortable/DataModels/StateDescription.cs with 100% similarity]
LibCommon.Shared/DataModels/WatcherType.cs [moved from LibTVRefCommonPortable/DataModels/WatcherType.cs with 100% similarity]
LibCommon.Shared/LibCommon.Shared.csproj [new file with mode: 0644]
LibCommon.Shared/Models/AppShortcutController.cs [moved from LibTVRefCommonPortable/Models/AppShortcutController.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Models/ManagedApps.cs [moved from LibTVRefCommonPortable/Models/ManagedApps.cs with 100% similarity]
LibCommon.Shared/Models/RecentShortcutController.cs [moved from LibTVRefCommonPortable/Models/RecentShortcutController.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Settings.StyleCop [moved from TVApps/TVApps.TizenTV/Settings.StyleCop with 100% similarity]
LibCommon.Shared/Stubs/ApplicationManagerAPITestStub.cs [moved from LibTVRefCommonPortable/Stubs/ApplicationManagerAPITestStub.cs with 100% similarity]
LibCommon.Shared/Stubs/FileSystemAPITestStub.cs [moved from LibTVRefCommonPortable/Stubs/FileSystemAPITestStub.cs with 100% similarity]
LibCommon.Shared/Stubs/FileWatcherAPITestStub.cs [moved from LibTVRefCommonPortable/Stubs/FileWatcherAPITestStub.cs with 100% similarity]
LibCommon.Shared/Stubs/MediaContentAPITestStub.cs [moved from LibTVRefCommonPortable/Stubs/MediaContentAPITestStub.cs with 100% similarity]
LibCommon.Shared/Utils/AppControlUtils.cs [moved from LibTVRefCommonPortable/Utils/AppControlUtils.cs with 100% similarity]
LibCommon.Shared/Utils/AppShortcutStorage.cs [moved from LibTVRefCommonPortable/Utils/AppShortcutStorage.cs with 100% similarity]
LibCommon.Shared/Utils/ApplicationManagerUtils.cs [moved from LibTVRefCommonPortable/Utils/ApplicationManagerUtils.cs with 100% similarity]
LibCommon.Shared/Utils/DateUtils.cs [moved from LibTVRefCommonPortable/Utils/DateUtils.cs with 100% similarity]
LibCommon.Shared/Utils/DebuggingUtils.cs [moved from LibTVRefCommonPortable/Utils/DebuggingUtils.cs with 100% similarity]
LibCommon.Shared/Utils/FileSystemUtils.cs [moved from LibTVRefCommonPortable/Utils/FileSystemUtils.cs with 100% similarity]
LibCommon.Shared/Utils/IAppControl.cs [moved from LibTVRefCommonPortable/Utils/IAppControl.cs with 100% similarity]
LibCommon.Shared/Utils/IAppLifeControl.cs [moved from LibTVRefCommonPortable/Utils/IAppLifeControl.cs with 100% similarity]
LibCommon.Shared/Utils/IApplicationManagerAPIs.cs [moved from LibTVRefCommonPortable/Utils/IApplicationManagerAPIs.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Utils/IDebuggingAPIs.cs [moved from LibTVRefCommonPortable/Utils/IDebuggingAPIs.cs with 100% similarity]
LibCommon.Shared/Utils/IFileSystemAPIs.cs [moved from LibTVRefCommonPortable/Utils/IFileSystemAPIs.cs with 100% similarity]
LibCommon.Shared/Utils/IFileSystemWatcherAPIs.cs [moved from LibTVRefCommonPortable/Utils/IFileSystemWatcherAPIs.cs with 100% similarity]
LibCommon.Shared/Utils/IMediaContentAPIs.cs [moved from LibTVRefCommonPortable/Utils/IMediaContentAPIs.cs with 100% similarity]
LibCommon.Shared/Utils/IPackageManager.cs [moved from LibTVRefCommonPortable/Utils/IPackageManager.cs with 100% similarity]
LibCommon.Shared/Utils/IPlatformNotification.cs [moved from LibTVRefCommonPortable/Utils/IPlatformNotification.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Utils/IStatePublisher.cs [moved from LibTVRefCommonPortable/Utils/IStatePublisher.cs with 100% similarity]
LibCommon.Shared/Utils/IStateSubscriber.cs [moved from LibTVRefCommonPortable/Utils/IStateSubscriber.cs with 100% similarity]
LibCommon.Shared/Utils/ISystemSettings.cs [moved from LibTVRefCommonPortable/Utils/ISystemSettings.cs with 100% similarity]
LibCommon.Shared/Utils/ITVHome.cs [moved from LibTVRefCommonPortable/Utils/ITVHome.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Utils/IWindowAPIs.cs [moved from LibTVRefCommonPortable/Utils/IWindowAPIs.cs with 100% similarity]
LibCommon.Shared/Utils/MediaContentUtils.cs [moved from LibTVRefCommonPortable/Utils/MediaContentUtils.cs with 100% similarity]
LibCommon.Shared/Utils/PackageManagerUtils.cs [moved from LibTVRefCommonPortable/Utils/PackageManagerUtils.cs with 100% similarity]
LibCommon.Shared/Utils/RecentShortcutStorage.cs [moved from LibTVRefCommonPortable/Utils/RecentShortcutStorage.cs with 100% similarity, mode: 0644]
LibCommon.Shared/Utils/SizeUtils.cs [moved from LibTVRefCommonPortable/Utils/SizeUtils.cs with 100% similarity]
LibCommon.Shared/Utils/TVHomeImpl.cs [moved from LibTVRefCommonPortable/Utils/TVHomeImpl.cs with 100% similarity, mode: 0644]
LibCommon.Shared/bin/Debug/netstandard2.0/LibCommon.Shared.deps.json [new file with mode: 0644]
LibCommon.Tizen/LibCommon.Tizen.csproj [new file with mode: 0644]
LibCommon.Tizen/Ports/AppControlPort.cs [moved from LibTVRefCommonTizen/Ports/AppControlPort.cs with 100% similarity]
LibCommon.Tizen/Ports/ApplicationManagerPort.cs [moved from LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs with 100% similarity, mode: 0644]
LibCommon.Tizen/Ports/DbgPort.cs [moved from LibTVRefCommonTizen/Ports/DbgPort.cs with 98% similarity]
LibCommon.Tizen/Ports/FileSystemPort.cs [moved from LibTVRefCommonTizen/Ports/FileSystemPort.cs with 100% similarity]
LibCommon.Tizen/Ports/FileSystemWatcherPort.cs [moved from LibTVRefCommonTizen/Ports/FileSystemWatcherPort.cs with 100% similarity, mode: 0644]
LibCommon.Tizen/Ports/MediaContentPort.cs [moved from LibTVRefCommonTizen/Ports/MediaContentPort.cs with 54% similarity]
LibCommon.Tizen/Ports/PackageManagerPort.cs [moved from LibTVRefCommonTizen/Ports/PackageManagerPort.cs with 100% similarity]
LibCommon.Tizen/Ports/SystemSettingsPort.cs [moved from LibTVRefCommonTizen/Ports/SystemSettingsPort.cs with 100% similarity]
LibCommon.Tizen/Ports/WindowPort.cs [moved from LibTVRefCommonTizen/Ports/WindowPort.cs with 98% similarity]
LibCommon.Tizen/Settings.StyleCop [moved from LibTVRefCommonTizen/Settings.StyleCop with 100% similarity]
LibCommon.Tizen/bin/Debug/netstandard2.0/LibCommon.Tizen.deps.json [new file with mode: 0644]
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj [deleted file]
LibTVRefCommonPortable/Properties/AssemblyInfo.cs [deleted file]
LibTVRefCommonPortable/packages.config [deleted file]
LibTVRefCommonTizen/LibTVRefCommonTizen.csproj [deleted file]
LibTVRefCommonTizen/LibTVRefCommonTizen.project.json [deleted file]
LibTVRefCommonTizen/Properties/AssemblyInfo.cs [deleted file]
TVApps.sln [deleted file]
TVApps/TVApps.Tizen.TV/Renderer/NinePatchImageRenderer.cs [moved from TVApps/TVApps.TizenTV/Renderer/NinePatchImageRenderer.cs with 100% similarity]
TVApps/TVApps.Tizen.TV/Settings.StyleCop [moved from LibTVRefCommonPortable/Settings.StyleCop with 100% similarity]
TVApps/TVApps.Tizen.TV/TVApps.Tizen.TV.csproj [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/TVApps.TizenTV.cs [moved from TVApps/TVApps.TizenTV/TVApps.TizenTV.cs with 100% similarity, mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/TVApps.Tizen.TV.deps.json [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/TVApps.Tizen.TV.runtimeconfig.dev.json [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/TVApps.Tizen.TV.runtimeconfig.json [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xaapps-1.0.0.tpi [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xaapps-1.0.0.tpk [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/author-signature.xml [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/shared/res/TVApps.Tizen.TV.png [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/signature1.xml [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/tizen-manifest.xml [moved from TVApps/TVApps.TizenTV/tizen-manifest.xml with 59% similarity]
TVApps/TVApps.Tizen.TV/shared/res/TVApps.Tizen.TV.png [new file with mode: 0644]
TVApps/TVApps.Tizen.TV/tizen-manifest.xml [new file with mode: 0644]
TVApps/TVApps.TizenTV/Properties/AssemblyInfo.cs [deleted file]
TVApps/TVApps.TizenTV/TVApps.TizenTV.csproj [deleted file]
TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json [deleted file]
TVApps/TVApps.TizenTV/shared/res/xaapps.png [deleted file]
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/Properties/AssemblyInfo.cs [deleted file]
TVApps/TVApps/TVApps.csproj
TVApps/TVApps/Views/FooterNormalStatus.xaml.cs
TVApps/TVApps/Views/FooterPinStatus.xaml.cs
TVApps/TVApps/Views/MainPage.xaml.cs
TVApps/TVApps/bin/Debug/netstandard2.0/TVApps.deps.json [new file with mode: 0644]
TVApps/TVApps/packages.config [deleted file]
TVHome.sln [deleted file]
TVHome/TVHome.Tizen.TV/Settings.StyleCop [moved from HomeUnitTest/Settings.StyleCop with 100% similarity]
TVHome/TVHome.Tizen.TV/Sniper.cs [moved from TVHome/TVHome.TizenTV/Sniper.cs with 100% similarity]
TVHome/TVHome.Tizen.TV/SniperException.cs [moved from TVHome/TVHome.TizenTV/SniperException.cs with 100% similarity]
TVHome/TVHome.Tizen.TV/SniperInterOp.cs [moved from TVHome/TVHome.TizenTV/SniperInterOp.cs with 100% similarity]
TVHome/TVHome.Tizen.TV/TVHome.Tizen.TV.csproj [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/TVHome.TizenTV.cs [moved from TVHome/TVHome.TizenTV/TVHome.TizenTV.cs with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/TVHome.Tizen.TV.deps.json [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/TVHome.Tizen.TV.runtimeconfig.dev.json [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/TVHome.Tizen.TV.runtimeconfig.json [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xahome-1.0.0.tpi [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/org.tizen.xahome-1.0.0.tpk [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/author-signature.xml [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/AppIcon.png [moved from TVHome/TVHome.TizenTV/res/AppIcon.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/bg_home_gradient_dimmed.9.png [moved from TVHome/TVHome.TizenTV/res/bg_home_gradient_dimmed.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/bg_home_gradient_dimmed_option.9.png [moved from TVHome/TVHome.TizenTV/res/bg_home_gradient_dimmed_option.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_home_list_move_left.png [moved from TVHome/TVHome.TizenTV/res/btn_home_list_move_left.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_home_list_move_right.png [moved from TVHome/TVHome.TizenTV/res/btn_home_list_move_right.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_option_menu_nocontent_bg.9.png [moved from TVHome/TVHome.TizenTV/res/btn_option_menu_nocontent_bg.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_dropdown_line_dimmed.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_dropdown_line_dimmed.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_dropdown_line_normal.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_dropdown_line_normal.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_option_menu_bg_focused.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_option_menu_bg_focused.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_option_menu_bg_normal.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_option_menu_bg_normal.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_option_menu_bg_selected.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_option_menu_bg_selected.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_option_menu_list_box_bg.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_option_menu_list_box_bg.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/btn_tizen_option_menu_nocontent_bg.9.png [moved from TVHome/TVHome.TizenTV/res/btn_tizen_option_menu_nocontent_bg.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_01.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_01.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_02.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_02.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_03.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_03.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_04.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_04.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_05.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_05.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_06.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_06.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_07.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_07.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/home_icon_bg_08.png [moved from TVHome/TVHome.TizenTV/res/home_icon_bg_08.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_apps_additional_back.png [moved from TVHome/TVHome.TizenTV/res/ic_apps_additional_back.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_apps_launcher_mediahub_164.png [moved from TVHome/TVHome.TizenTV/res/ic_apps_launcher_mediahub_164.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_apps_launcher_mediahub_196.png [moved from TVHome/TVHome.TizenTV/res/ic_apps_launcher_mediahub_196.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_apps_launcher_pinmark.png [moved from TVHome/TVHome.TizenTV/res/ic_apps_launcher_pinmark.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_apps_pinmark.png [moved from TVHome/TVHome.TizenTV/res/ic_apps_pinmark.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_launcher_mediahub_136.png [moved from TVHome/TVHome.TizenTV/res/ic_home_launcher_mediahub_136.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_launcher_mediahub_168.png [moved from TVHome/TVHome.TizenTV/res/ic_home_launcher_mediahub_168.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_launcher_mediahub_42.png [moved from TVHome/TVHome.TizenTV/res/ic_home_launcher_mediahub_42.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_addpin_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_addpin_138.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_addpin_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_addpin_182.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_138.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_182.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_focused.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_normal.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_selected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_selected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_apps_unselected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_apps_unselected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_recent_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_recent_focused.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_recent_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_recent_normal.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_recent_selected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_recent_selected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_recent_unselected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_recent_unselected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_settings_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_settings_focused.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_settings_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_settings_normal.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_settings_selected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_settings_selected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_menu_settings_unselected.png [moved from TVHome/TVHome.TizenTV/res/ic_home_menu_settings_unselected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_all_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_all_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_all_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_all_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_brightness_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_brightness_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_brightness_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_brightness_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_color_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_color_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_color_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_color_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_contrast_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_contrast_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_contrast_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_contrast_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_tint_138.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_tint_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_home_settings_tint_182.png [moved from TVHome/TVHome.TizenTV/res/ic_home_settings_tint_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_launcher_mediahub_138.png [moved from TVHome/TVHome.TizenTV/res/ic_launcher_mediahub_138.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_launcher_mediahub_182.png [moved from TVHome/TVHome.TizenTV/res/ic_launcher_mediahub_182.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_list_thumbnail_gradient_focused.9.png [moved from TVHome/TVHome.TizenTV/res/ic_list_thumbnail_gradient_focused.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_list_thumbnail_gradient_normal.9.png [moved from TVHome/TVHome.TizenTV/res/ic_list_thumbnail_gradient_normal.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_list_thumbnail_shadow_focused.9.png [moved from TVHome/TVHome.TizenTV/res/ic_list_thumbnail_shadow_focused.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_addpin_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_addpin_focused.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_addpin_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_addpin_normal.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_allapps_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_allapps_focused.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_allapps_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_allapps_normal.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_mediahub_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_mediahub_focused.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_list_mediahub_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_list_mediahub_normal.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_menu_addpin_138.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_menu_addpin_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_menu_addpin_182.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_menu_addpin_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_menu_apps_138.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_menu_apps_138.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_home_menu_apps_182.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_home_menu_apps_182.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_option_box_more_dimmed.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_option_box_more_dimmed.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_option_box_more_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_option_box_more_normal.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_option_menu_list_box_check_focused.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_option_menu_list_box_check_focused.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_option_menu_list_box_check_normal.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_option_menu_list_box_check_normal.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/ic_tizen_option_menu_list_box_check_selected.png [moved from TVHome/TVHome.TizenTV/res/ic_tizen_option_menu_list_box_check_selected.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_list_dimmed_75.png [moved from TVHome/TVHome.TizenTV/res/img_apps_list_dimmed_75.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_list_dimmed_85.9.png [moved from TVHome/TVHome.TizenTV/res/img_apps_list_dimmed_85.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_list_dimmed_95.9.png [moved from TVHome/TVHome.TizenTV/res/img_apps_list_dimmed_95.9.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_list_dimmed_check.png [moved from TVHome/TVHome.TizenTV/res/img_apps_list_dimmed_check.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_list_stroke.png [moved from TVHome/TVHome.TizenTV/res/img_apps_list_stroke.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_apps_no_contents.png [moved from TVHome/TVHome.TizenTV/res/img_apps_no_contents.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_home_list_dimmed_apps_60.png [moved from TVHome/TVHome.TizenTV/res/img_home_list_dimmed_apps_60.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_home_list_dimmed_apps_75.png [moved from TVHome/TVHome.TizenTV/res/img_home_list_dimmed_apps_75.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_home_list_dimmed_recent_60.9.png [moved from TVHome/TVHome.TizenTV/res/img_home_list_dimmed_recent_60.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_home_menu_focused_bg.png [moved from TVHome/TVHome.TizenTV/res/img_home_menu_focused_bg.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_home_recent_dimmed_option_75.9.png [moved from TVHome/TVHome.TizenTV/res/img_home_recent_dimmed_option_75.9.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_apps_list_dimmed.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_apps_list_dimmed.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_apps_list_dimmed_check.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_apps_list_dimmed_check.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_home_list_bg_focused.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_home_list_bg_focused.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_home_list_bg_normal.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_home_list_bg_normal.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_home_list_bg_white_focused.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_home_list_bg_white_focused.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_home_list_bg_white_normal.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_home_list_bg_white_normal.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/img_tizen_home_list_dimmed_recent.png [moved from TVHome/TVHome.TizenTV/res/img_tizen_home_list_dimmed_recent.png with 100% similarity]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/res/screenshot.png [moved from TVHome/TVHome.TizenTV/res/screenshot.png with 100% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/shared/res/TVHome.Tizen.TV.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/signature1.xml [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/bin/Debug/netcoreapp2.0/tpkroot/tizen-manifest.xml [moved from TVHome/TVHome.TizenTV/tizen-manifest.xml with 71% similarity, mode: 0644]
TVHome/TVHome.Tizen.TV/res/AppIcon.png [moved from TVHome/TVHome.TizenTV/shared/res/xahome.png with 100% similarity]
TVHome/TVHome.Tizen.TV/res/bg_home_gradient_dimmed.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/bg_home_gradient_dimmed_option.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_home_list_move_left.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_home_list_move_right.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_option_menu_nocontent_bg.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_dropdown_line_dimmed.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_dropdown_line_normal.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_option_menu_bg_focused.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_option_menu_bg_normal.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_option_menu_bg_selected.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_option_menu_list_box_bg.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/btn_tizen_option_menu_nocontent_bg.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_01.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_02.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_03.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_04.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_05.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_06.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_07.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/home_icon_bg_08.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_apps_additional_back.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_apps_launcher_mediahub_164.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_apps_launcher_mediahub_196.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_apps_launcher_pinmark.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_apps_pinmark.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_launcher_mediahub_136.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_launcher_mediahub_168.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_launcher_mediahub_42.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_addpin_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_addpin_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_selected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_apps_unselected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_recent_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_recent_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_recent_selected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_recent_unselected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_settings_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_settings_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_settings_selected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_menu_settings_unselected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_all_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_all_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_brightness_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_brightness_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_color_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_color_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_contrast_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_contrast_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_tint_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_home_settings_tint_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_launcher_mediahub_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_launcher_mediahub_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_list_thumbnail_gradient_focused.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_list_thumbnail_gradient_normal.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_list_thumbnail_shadow_focused.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_addpin_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_addpin_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_allapps_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_allapps_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_mediahub_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_list_mediahub_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_menu_addpin_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_menu_addpin_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_menu_apps_138.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_home_menu_apps_182.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_option_box_more_dimmed.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_option_box_more_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_option_menu_list_box_check_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_option_menu_list_box_check_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/ic_tizen_option_menu_list_box_check_selected.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_list_dimmed_75.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_list_dimmed_85.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_list_dimmed_95.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_list_dimmed_check.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_list_stroke.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_apps_no_contents.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_home_list_dimmed_apps_60.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_home_list_dimmed_apps_75.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_home_list_dimmed_recent_60.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_home_menu_focused_bg.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_home_recent_dimmed_option_75.9.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_apps_list_dimmed.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_apps_list_dimmed_check.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_home_list_bg_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_home_list_bg_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_home_list_bg_white_focused.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_home_list_bg_white_normal.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/img_tizen_home_list_dimmed_recent.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/res/screenshot.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/shared/res/TVHome.Tizen.TV.png [new file with mode: 0644]
TVHome/TVHome.Tizen.TV/tizen-manifest.xml [new file with mode: 0644]
TVHome/TVHome.TizenTV/Properties/AssemblyInfo.cs [deleted file]
TVHome/TVHome.TizenTV/Settings.StyleCop [deleted file]
TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj [deleted file]
TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json [deleted file]
TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk [deleted file]
TVHome/TVHome.TizenTV/shared/org.tizen.home.service [deleted file]
TVHome/TVHome.TizenTV/shared/replace_default.home.sh [deleted file]
TVHome/TVHome/Controls/MainPanelButton.xaml.cs
TVHome/TVHome/Controls/SubPanelAllAppsButton.xaml.cs
TVHome/TVHome/Controls/SubPanelButton.xaml.cs
TVHome/TVHome/Controls/SubPanelSettingButton.xaml.cs
TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs
TVHome/TVHome/Properties/AssemblyInfo.cs [deleted file]
TVHome/TVHome/TVHome.csproj
TVHome/TVHome/Views/MainPage.xaml.cs
TVHome/TVHome/Views/SubThumbnailPanel.xaml.cs
TVHome/TVHome/bin/Debug/netstandard2.0/TVHome.deps.json [new file with mode: 0644]
TVHome/TVHome/packages.config [deleted file]
TVHomeApps.sln
packaging/org.tizen.xahome.path [deleted file]
packaging/org.tizen.xahome.service [deleted file]
packaging/org.tizen.xahome.spec [deleted file]