ViewRegistryHelper class is moved to Application side 45/127845/2
authordongsug.song <dongsug.song@samsung.com>
Tue, 2 May 2017 03:49:35 +0000 (12:49 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 2 May 2017 08:41:43 +0000 (17:41 +0900)
commit24099ff1cd960c46c8059e36f8aabc66221fc12d
tree447577002cc1f1131fc0eb8e4c44bfab55c22e8b
parent748c8c411fa1c6f4f7b1e66262cc161abdd2dcb4
ViewRegistryHelper class is moved to Application side

- ViewRegistryHelper class is only required for the application which uses Dali json theme/style Builder
- ViewRegistryHelper uses C# System.Runtime library and this causes some delay at launching time (ex: KantM board, 300ms delay)
- This is not needed for all application (no need to included in NUI) so it is moved to application side.

Conflicts:
NUISamples/NUISamples/NUISamples.TizenTV/examples/Main.cs

Change-Id: I5ee38801a1f81991f9d6e76a0cbaa6b59d4a3d4f
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
NUISamples/NUISamples/NUISamples.TizenTV/NUISamples.TizenTV.csproj
NUISamples/NUISamples/NUISamples.TizenTV/examples/Main.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json/ViewRegistryHelper.cs [moved from Tizen.NUI/src/internal/ViewRegistryHelper.cs with 66% similarity]
NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json/date-picker-using-json.cs [moved from NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json.cs with 97% similarity]
Tizen.NUI/Tizen.NUI.csproj
Tizen.NUI/src/internal/Application.cs