summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29Removing Tizen.Xamarin.Forms.Extensionstizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211029.140001submit/tizen_6.5/20211028.164001submit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen/20200529.112457accepted/tizen/unified/20200601.140136accepted/tizen/8.0/unified/20231005.100058accepted/tizen/7.0/unified/hotfix/20221116.112000accepted/tizen/7.0/unified/20221110.060916accepted/tizen/6.0/unified/hotfix/20201103.045742accepted/tizen/6.0/unified/20201030.102955tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizenaccepted/tizen_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedk.stepaniuk115-76/+3511
Updating tpk Change-Id: I1fcd2673e8cc3598b20d3760675c9d2526f43018 Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
2017-10-13Updates tpk filetizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184309submit/tizen_5.5_mobile_hotfix/20201026.185109submit/tizen_5.5/20191031.000013submit/tizen_5.5/20191031.000011submit/tizen_5.5/20191031.000009submit/tizen_5.0/20181106.000001submit/tizen_5.0/20181101.000009submit/tizen_4.0/20171018.081617submit/tizen/20171018.081857accepted/tizen/unified/20171018.165415accepted/tizen/5.5/unified/wearable/hotfix/20201027.094735accepted/tizen/5.5/unified/mobile/hotfix/20201027.070905accepted/tizen/5.5/unified/20191031.034543accepted/tizen/5.0/unified/20181106.201540accepted/tizen/4.0/unified/20171018.231938tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0tizen_4.0accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unifiedHyerim Kim1-0/+0
Change-Id: Ie26a68d3979d27d0cbe9c7f3959e09cb5f73be51 Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-10-12Fixed self verification issue : TPLAPP-4010 - No action on detail info buttonKyuho Jo5-7/+55
Change-Id: I092ac49999218ee4e6348c28295041846c15d097 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
2017-09-29Fixed issues(TPLAPP-3992, TPLAPP-3995)JH Choi2-10/+1
ZoomButton doesn't have a focus when back from ImageViewerZoom to SimpleImageViewer. Black screen is showing after finish slide show. Change-Id: I17eb08c71090db1cb31e4ed62ce500c118ca1bd0 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-27[TPLAPP-3994] Slide show is not terminated.Sung-jae Park1-0/+7
In case of the Dissolve effect, the slide show was not terminated. This patch terminates the slide show after displaying the last image. Change-Id: I4acc520f228b04fb7363c719ee48e32b80cf8914 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-27[TPLAPP-4006] Implemented BackKey event handler for the DropDownSort.Sung-jae Park4-1/+59
The "exit" popup has not to be displayed if the DropDownSort is expanded. The BackKey event is handled from the MediaHubMainPage, and the DropDownSort is implemented in the FooterNormalStatus. I added a flag named "DisableBackKeyHandler" to the MediaHubMainPage to control the BackKey event handler. and the "DisableBackKeyHandler" is toggled by the FooterNormalStatus instance. The FooterNormalStatus instance was able to access the MediaHubMainPage via the AppMainPage object of the App instance, so I added event handlers such as the collased and the expanded for the DropDownSort instance. When DropDownSort is expanded, I set true to the "DisableBackKeyHandler" then the BackKey would blocked. I also added KeyDown event handler in the FooterNormalStatus instance. In the event handler, if the DropDownSort is expanded, I collased it. The KeyDown event handler is added and removed from the Expanded and Collapsed event handler of the DropDownSort instance. Change-Id: I106d53569471a66c6ff867d92c3d012d3b34f80b Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-26Changes tpk filetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170926.094517accepted/tizen/4.0/unified/20170927.045713Heonjae.Jang1-0/+0
Change-Id: I9ceb10e6dfd6dc75b41ee554fcf69a43219e0a30 Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-26Removed key grab/ungrabSung-jae Park8-99/+84
The H/W key should not be grabbed by the application if it doesn't have any specific purpose of grabbing. This patch will remove them all and replace grab and ungrab code with EcoreEvent handlers. Change-Id: I01b00e63307285e354b737baa87598b45ec984a5 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-26Fix Self-Verification issue : Spacing between Music Player and Music List ↵Heonjae.Jang2-19/+39
when the count of list is less than 5 (2 columns). Change-Id: I098525e1b9c5bf36405627636ad1143b3807112b Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-22Fix Issues [TNEXT-3687]Heonjae.Jang3-10/+165
Change-Id: Ia13e7563ec2332b359808636ae0c1fef31df5d5c Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-22Fix Issues [TNEXT-3689]Heonjae.Jang4-27/+86
Change-Id: Ie4b182c052d7c47b45a365da894f0dff4949e36c Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-21Fix tpk filesubmit/tizen_4.0/20170921.093658accepted/tizen/4.0/unified/20170922.064638Heonjae.Jang1-0/+0
Change-Id: Id5b774edf35186f491a228b8f724e30ee25bd371 Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-21Merge "Changes tpk" into tizensubmit/tizen_4.0/20170921.092140submit/tizen_4.0/20170921.091707Heonjae Jang1-0/+0
2017-09-21Changes tpkHeonjae.Jang1-0/+0
Change-Id: I1c5d611ab8dda625d0ffe3d364abf8f5b3733768 Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-21Fixed a divideByZeroException error.JH Choi1-6/+2
Change-Id: I78f2582851b063818f77bcddfa65006e176d4159 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-21Changed to disable footer menu when there are no itemsJH Choi7-12/+9
Change-Id: I057479a8664a537f8a2a56bebd1f6a9e8ee10df4 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-21Changes Nuget package and TargetFrameworkHeonjae.Jang1-5/+5
Change-Id: I0814a4c4f46c42d8e916bc38022a9ba1811b9f68 Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-13Remove recently watched video api and setPlayedAt apiJH Choi3-69/+0
Change-Id: Ied73d27eda4581d047e0a155ad97665e96ac8e3d Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-11Add new tpk filesubmit/tizen_4.0/20170911.075123submit/tizen/20170911.075106accepted/tizen/4.0/unified/20170912.184106JH Choi1-0/+0
Change-Id: Id98f8ece857096f2ea8886afff942b4c50b4f6f4 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-11Merge "Focus list manipulation code is updated." into tizenSung-jae Park1-1/+1
2017-09-11Merge "Adds LICENSE file" into tizenKyuho Jo1-0/+206
2017-09-11Focus list manipulation code is updated.Sung-jae Park1-1/+1
Like the ImageTab, the VideoTab also be required to defer the building of the focus list. Change-Id: I9df5363aba1ed1bde56c8c6a7f28cf6cb89eef29 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-11Merge "Added item to the BottomButtonList after all items are ready." into tizenSung-jae Park1-3/+2
2017-09-11Merge "Added await keyword for the asynchronous methods." into tizenSung-jae Park1-8/+10
2017-09-11Merge "The async method should run its code in a task." into tizenSung-jae Park1-64/+66
2017-09-11Merge branch 'tizen' of ↵Sung-jae Park6-20/+16
ssh://review.tizen.org:29418/profile/tv/apps/dotnet/mediahub into tizen Change-Id: Ie85e9df936ae67c78a63a65311f6e3c12bfa57f1 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-08Adds LICENSE fileHyerim Kim1-0/+206
Change-Id: I6857cacdad4526c293a12a68eeb860209e2537d2 Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-09-07Modifies TVMediaHub.Tizen.tpksubmit/tizen_4.0/20170907.103837submit/tizen/20170907.103848accepted/tizen/unified/20170908.062147accepted/tizen/4.0/unified/20170908.221839Hyerim Kim1-0/+0
Change-Id: Ia48d238aa7dc88961d0de6964870d6ef5b673113 Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-09-07Fix Issue : [TNEXT-2868][TNEXT-2870] Thumbnails are not createdsubmit/tizen_4.0/20170907.102917submit/tizen/20170907.102945Heonjae.Jang5-20/+16
Change-Id: I0e55143fbf3a0804742766787e6b2787d5b31785 Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-07Added item to the BottomButtonList after all items are ready.Sung-jae Park1-3/+2
Each item group has multiple items, and those items should be added to the BottomButtonList of the ItemTab. This patch just defers the building time of the BottomButtonList. Change-Id: I8576b096b77346e0fd68091860c841058e026719 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-07Added await keyword for the asynchronous methods.Sung-jae Park1-8/+10
Change-Id: Ibcf2b941908ebbdf4f5fe41bbd4398f684a21edc Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-07The async method should run its code in a task.Sung-jae Park1-64/+66
The task will run in the different thread. Change-Id: I4b0b0340158017ecf1f68d901b361361fe21a889 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-07The async method should run its code in a task.Sung-jae Park6-45/+65
The task will run in the different thread. Change-Id: I70b3b50ddac0c01fc160edaada313c38efcab7e0 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-06Fixed issue [TNEXT-2869]Sung-jae Park1-1/+1
The scroller view of the image tab overlapped entire screen. Because of the overlapped scroller view, the bottom area, which includes various controllers such as buttons and combo box, is not able to get the focus or the events from the user. This patch resizes the height of the scroller in the image tab. After applying this patch, the bottom area will get the user events like the other tabs. Reference: http://suprem.sec.samsung.net/jira/browse/TNEXT-2869 Change-Id: I9141ff02bc5266bea00ea43a8bf2241d02059741 Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
2017-09-06Merge "Changed to If no item selected, OK button disabled." into tizenJH Choi2-1/+10
2017-09-06Changed to If no item selected, OK button disabled.JH Choi2-1/+10
Change-Id: I1a2b1508e1fdb71d071cb3204c2f45d383636188 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-09-06Remove comment for using TizenSpecificHeonjae.Jang12-70/+41
+ Fix Issue : Unselect All is showing instead of Select All (Patchset 2) Change-Id: Ieab3243024ffc2d1d726a492b57fc651712ff1eb Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-09-01Migrates to CPSdevelHeonjae.Jang18-447/+171
Change-Id: If375e5c9f5735462d6df04e44c3f8ab2e7f7ad6f Signed-off-by: Heonjae.Jang <Heonjae.Jang@samsung.com>
2017-08-24Fix Issue : Change MediaContent APIssubmit/tizen/20170824.102218accepted/tizen/unified/20170824.172638hjjang23-147/+218
Change-Id: If6a9504380f9d4f2a6eb09b4d5465c7432c0cb7c Signed-off-by: hjjang <heonjae.jang@samsung.com>
2017-08-18Removes unnecessary codes to fix errorsubmit/tizen_4.0/20170828.100008submit/tizen/20170817.221843accepted/tizen/unified/20170818.001412accepted/tizen/4.0/unified/20170828.222025Hyerim Kim1-2/+0
Change-Id: Ibe74d95bff88b57668af8d434dbd96321b22372b Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-08-17Changes nuget packages versionsubmit/tizen/20170817.074326submit/tizen/20170817.045158Hyerim Kim3-4/+6
Adds new TVMediahub.Tizen.tpk Change-Id: I3cc088ff49e8b42206519e8dc672dbc9b36b827c Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-08-07Modifies the files for RPM packagingsubmit/tizen/20170814.080505submit/tizen/20170810.102644submit/tizen/20170808.015456accepted/tizen/unified/20170811.133302Hyerim Kim3-3/+8
Change-Id: I6f3236ff65eb20bb61bcae9207befafcfe81f039 Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-08-02Merge "Modifies Svace issues" into tizenHyerim Kim7-11/+14
2017-07-27Modifies Svace issuesHyerim Kim7-11/+14
Change-Id: Ic2cb93ae4ca0133ff13683bd5eb334d70ef4bc9d Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
2017-07-20Adding a spec file for packaging TPK format application package.Sung-jae Park1-0/+47
The tizen platform does not support the tpk format for the preloaded application at least now. This patch will help to package RPM file using the TPK file. Change-Id: I9817e3147b8c92814f59f91aca76bb6c5a0457a0 Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
2017-07-14Implements music tab title animation. Changed group title fontJH Choi5-15/+75
Change-Id: Ib3d7a19940e5f6af2b05267c36226b931499de3b Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-07-14Mediahub Video/Image/Music Tab focus chain changed.JH Choi6-38/+83
Change-Id: Ie09ee6372fe00dff29894aa627d0b5dd7062bd2a Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-07-12Implements context popup of music list itemJH Choi7-8/+199
Changed no album cover image Change-Id: I43467486822cb7e982e37c3907329211573b33f1 Signed-off-by: JH Choi <jjie.choi@samsung.com>
2017-07-11Implements focus chain in Music Tab (without footer)hjjang4-2/+181
Change-Id: Iad2e706a18e4fc692366dcd1679815ee937f6968 Signed-off-by: hjjang <heonjae.jang@samsung.com>
2017-07-11Merge "Implements delete contents in Music tab Changes the IsDeleteStatus ↵Hyerim Kim18-91/+504
property to the TabStatus property according to review comment" into tizen