summaryrefslogtreecommitdiff
path: root/src/layout/music.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Fixed Svace issuessubmit/tizen_unified/20170309.100417submit/tizen_unified/20170308.100418submit/tizen_3.0_tv/20161015.000004submit/tizen/20160912.051010accepted/tizen/unified/20170309.074702accepted/tizen/tv/20160912.093532accepted/tizen/3.0/tv/20161016.005303accepted/tizen_tvHyerim Kim1-1/+5
2015-12-30change the method to get play item infosubmit/tizen/20151230.095509accepted/tizen/tv/20151230.120531Jehun Lim1-32/+11
2015-12-22base: hide "no contents" text as defaultJehun Lim1-0/+2
2015-12-18music: update now playing item referring to player statusJehun Lim1-0/+18
2015-12-17movie/music: update play info when there is no recent itemJehun Lim1-9/+6
2015-12-16base: add usb changed callbackJehun Lim1-8/+25
2015-12-14music: set default thumbnail image for now playing itemJehun Lim1-1/+7
2015-12-09layout: set disabled state of view mode buttonJehun Lim1-10/+16
2015-12-08datamgr: add source type for all devicesJehun Lim1-1/+1
2015-12-08base: add source selected callbackJehun Lim1-1/+35
2015-10-13base: add null check for grid data (prevent: 483459, 484089)Jehun Lim1-0/+5
2015-10-07music: do not update playlist when playing item is selectedsubmit/tizen/20151007.073635accepted/tizen/tv/20151007.081624Jehun Lim1-18/+0
2015-10-07listmgr: add key down callback for playing info itemJehun Lim1-0/+30
2015-10-07detail: add play info itemJehun Lim1-1/+0
2015-10-02base: modify the method of updating content infosubmit/tizen/20151005.003307accepted/tizen/tv/20151005.055316Jehun Lim1-8/+1
2015-10-02viewer/mplayer: add previous view idJehun Lim1-0/+2
2015-09-30detail: add selected callback for artist album itemJehun Lim1-3/+1
2015-09-25detail: add BACK key handling to set focusJehun Lim1-0/+3
2015-09-24detail: add music album detail viewJehun Lim1-2/+1
2015-09-24albumdata: add function to get media list in the albumJehun Lim1-4/+5
2015-09-22grid: modify argument of input event callback functionsubmit/tizen/20150923.005247accepted/tizen/tv/20150923.052502Jehun Lim1-1/+1
2015-09-22add initial detail viewJehun Lim1-3/+3
2015-09-18music: add genre view modesubmit/tizen/20150918.092121accepted/tizen/tv/20150920.232737Jehun Lim1-2/+3
2015-09-17music: add album and artist view modeJehun Lim1-6/+43
2015-09-17mediadata: add datamgr to manage several data typesJehun Lim1-41/+95
2015-09-11movie: add genre view modeJehun Lim1-0/+1
2015-09-10grid: add function to free item listJehun Lim1-8/+8
2015-09-08base: add view mode selected callbackJehun Lim1-4/+34
2015-09-07remove grid related code from layoutJehun Lim1-181/+37
2015-09-02listmgr: add focus policy for view button in base viewJehun Lim1-1/+8
2015-09-02base: add button and ctxpopup to select view modeJehun Lim1-2/+4
2015-08-25base: find the item to be focused using media idJehun Lim1-9/+6
2015-08-24base: update playing info when favorite value is changedJehun Lim1-0/+1
2015-08-24action_view: update grid item in base view when favorite value is changedJehun Lim1-0/+3
2015-08-17action_menu: draw Live TV buttonJehun Lim1-0/+1
2015-08-17listmgr: add key down callback for each layoutJehun Lim1-0/+32
2015-08-10fix memory leakJehun Lim1-2/+6
2015-08-08fix the focus problemsubmit/tizen/20150810.010337accepted/tizen/tv/20150810.043306Minkyu Kang1-3/+2
2015-08-06add launching routine from recent appJehun Lim1-5/+33
2015-08-05base: show play info item when the app is launchedJehun Lim1-1/+30
2015-07-29support pause/resume the applicationMinkyu Kang1-0/+4
2015-07-26base: add favorite iconJehun Lim1-0/+19
2015-07-24listmgr: add the function to update focus to play infoJehun Lim1-12/+1
2015-07-23music: update now playing itemJehun Lim1-36/+20
2015-07-23base: modify the argument of layoutmgr_update_layoutJehun Lim1-6/+5
2015-07-22base: add the total number of contentsJehun Lim1-0/+18
2015-07-21music: add now playing itemJehun Lim1-11/+200
2015-07-21listmgr: add update parameter for listmgr_update_focus_itemJehun Lim1-1/+10
2015-07-20music: add grid item selected callback functionJehun Lim1-1/+27
2015-07-20music: draw content list areaJehun Lim1-6/+227