Smooth handling of Home key event
authorKyuho Jo <kyuho.jo@samsung.com>
Thu, 23 Mar 2017 09:58:26 +0000 (18:58 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:49 +0000 (18:34 +0900)
commit1ddf994946a75429d6cfc760e5304a03eaf819ba
treeba451a3359c14f4d4475ecf6b4d0a3437296243d
parent802eebc2a2aa867d47b0a7204f5badebebd699b6
Smooth handling of Home key event
1. Add WindowAPIs for providing functions of elm_win. (iconified,
keygrab)
2. Remove the timer which was used to smooth animation of iconifying.
3. Remove the timer for KeyGrab. (Nevertheless it works very well.)

Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Change-Id: I56a175cb9e45335544a1e20160707585e4e95130
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj
LibTVRefCommonPortable/Utils/IWindowAPIs.cs [new file with mode: 0644]
LibTVRefCommonTizen/LibTVRefCommonTizen.csproj
LibTVRefCommonTizen/Ports/ElmPort.cs [deleted file]
LibTVRefCommonTizen/Ports/WindowPort.cs [new file with mode: 0644]
TVHome/TVHome.TizenTV/TVHome.TizenTV.cs
TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk
TVHome/TVHome/Views/MainPage.xaml.cs