summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07movie: use app_contents_get_color for backgroud colorsubmit/tizen/20150807.083626accepted/tizen/tv/20150808.025831Jehun Lim5-87/+110
Change-Id: I50ab6109e6b20af0b51325f9451e2ab8d146188d Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-06Merge "viewer: remove image area when viewer is hided" into tizensubmit/tizen/20150807.010856accepted/tizen/tv/20150807.043109Minkyu Kang1-0/+1
2015-08-06add launching routine from recent appJehun Lim8-31/+226
Change-Id: I512e66d49f69e1bb347c1ec479cb20780e5a3523 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-06viewer: remove image area when viewer is hidedMinkyu Kang1-0/+1
Change-Id: Ib393cd2af11aca3ed0200c9a3c44a4c7006c54d0 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-06listmgr: delay calling grid selected callbackJehun Lim2-124/+51
Change-Id: Idccc3954c5f539fe3f6a661a9528677bad08fdeb Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-05Merge "getting caller from app_control instead of get parameter" into tizensubmit/tizen/20150806.011755accepted/tizen/tv/20150806.065640Minkyu Kang1-10/+9
2015-08-05getting caller from app_control instead of get parameterMinkyu Kang1-10/+9
Change-Id: I1078db4b6ecbfd03c0597ca116d50579d84dc783 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-05base: show play info item when the app is launchedJehun Lim2-2/+62
Change-Id: I2457e8f289a78be8fd44088f9a2c66b2836bf43b Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-04Merge "Sets the alpha window's visual state to opaque state" into tizenMinkyu Kang3-1/+5
2015-08-04Sets the alpha window's visual state to opaque stateMinkyu Kang3-1/+5
Change-Id: Ib0bb5fc8ad79266499776f7f59dbc8fde94b44ca Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-04terminate the app when there is no active viewsubmit/tizen/20150804.130905accepted/tizen/tv/20150804.235436Jehun Lim2-6/+17
Change-Id: Idbca1e46b1ab6031cad0f5cf51c1b2378dbdea8e Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-04base: remove setting alpha value of favorite iconJehun Lim3-10/+0
Change-Id: I8ef86626090818ff44543619bc0964c7b40573d6 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-04Merge "workaround: don't set position due to player issue" into tizenMinkyu Kang1-8/+5
2015-08-04Merge "mplyaer: add favorite icon at list" into tizenMinkyu Kang5-26/+130
2015-08-04workaround: don't set position due to player issueMinkyu Kang1-8/+5
Change-Id: I8274f948319aa6591fc93a4a546bf0e3147b9a8e Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-04launch as viewer or player view when showing favorite itemJehun Lim5-5/+235
Change-Id: I6bdcd7aba4c4b36e2c1dd28798d1591c45ed5181 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-08-04mplyaer: add favorite icon at listMinkyu Kang5-26/+130
Change-Id: Ie6d5a2e6f330e2d27a3241225f66596e8ad4544b Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-02medialist: don't make folder listsubmit/tizen/20150804.005658accepted/tizen/tv/20150804.011717Minkyu Kang1-86/+5
Change-Id: I749134a76f62687d64ae14310d9cfaa694c84a9f Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-08-02remove transition effect for clicksubmit/tizen/20150802.084009accepted/tizen/tv/20150803.003144Minkyu Kang1-1/+1
Change-Id: I2cc3e1fedd90ec440b0bc956cc24ad8f056ea8c0 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-31mplayer: use viewmgr_get_view_state functionMinkyu Kang1-6/+1
Change-Id: I13792b8e703ac0a347ea01bda161c0b7b53cfda8 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-30base: remove showed variableMinkyu Kang1-7/+0
viewmgr do not call resume when hided, this value is unnecessary. Change-Id: If85e4a35c9728d744667afb7eb845c654b80ea46 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-30playermgr: make event loop for getting player callbacksubmit/tizen/20150730.133424accepted/tizen/tv/20150731.005327Minkyu Kang5-28/+91
Since callback of player is called from another thread, we can't use efl object that is made from main thread. (EFL can't guarantee thread safe) The main thread check the events list(for callback) periodically, and call real callback when get the events. Change-Id: Ia24754c78ad5dd751e174e6c69273ec35aaea652 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-30fix to use evas_object_color_setMinkyu Kang4-8/+17
This patch will fix this error. ERR<4041>:evas_main lib/evas/canvas/evas_object_main.c:1418 _evas_object_efl_gfx_base_color_set() Evas only handles pre multiplied colors! Change-Id: I97259f51e587dbabb97e9292cf9bf007b1cd887e Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-30enable/disable inputmgrMinkyu Kang1-0/+3
Change-Id: I924e28080016b89a592fb05c1d6c396598277258 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-29add application iconsubmit/tizen/20150729.122021accepted/tizen/tv/20150730.014411Minkyu Kang4-1/+14
Change-Id: Ibb7da31e6ae598c91987e9c191047f451c003fe5 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-29support pause/resume the applicationMinkyu Kang9-12/+92
Change-Id: I4ff3613332fd5c5494529f4194487ef5a96a04a8 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-27Merge "listmgr: check max width of grid" into tizensubmit/tizen/20150728.063352accepted/tizen/tv/20150728.070555Minkyu Kang2-8/+18
2015-07-27listmgr: check max width of gridJehun Lim2-8/+18
Change-Id: Ic8b52f12d40dab1869f2c2c80c1c338cd23d3e84 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-27viewer: don't animate the focus event when view is changedMinkyu Kang5-0/+44
Change-Id: Iad50906879d27bea1fa1e17a3493c08bafbbb37f Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-27button: add click anmiationMinkyu Kang1-9/+204
Change-Id: I2fbe8191a173b0eb897ed07b2390e8f6978fda03 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-27base: modify the box padding valueJehun Lim3-16/+30
Change-Id: I987cc42941cc960d7157fe568bdbd56ddf49d0d4 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-27base: adjust the height of play info contentJehun Lim2-17/+3
Change-Id: Icaf03bf8c25377f30c041eaedad9284d96e37d13 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-27listmgr: set flag after focusing to grid itemJehun Lim1-0/+1
Change-Id: I7979118cdf4b7e23d4526d35d7c3ed741e66566d Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-27music: add animation for item borderJehun Lim2-30/+52
Change-Id: If11c489ed1aa8c754e6ed400ad0cdbd6ae4c5223 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-26base: add favorite iconJehun Lim10-45/+477
Change-Id: I3e5e526d47513c0b8114d78d944f1e489a250518 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-27fix transition valuesMinkyu Kang5-47/+47
Change-Id: Id5f7328452b503b8e61026575e08bde4398c0d6a Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24timeout_handler: set to NULL before returningMinkyu Kang1-1/+2
Change-Id: Ie330ba933aff88f0020401d0f3b66dc7b18d1466 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24player: don't use playermgr callbacksMinkyu Kang1-33/+9
It can be occurred some problems. Change-Id: Id0361d5078d0fda73fb059888fc49ef7c6cd4d2c Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24stop the musicplayer when play the videoMinkyu Kang2-5/+9
Change-Id: Ib6534edb2ec8a94f292a77f7d7adac86a546c644 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24workaround: modify query string (due to sqlite bug)Minkyu Kang1-0/+4
Change-Id: Ic020e02c5331426ae6bade8d320eb7427174449d Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-23Merge "movie: modify the method to get recently watched item" into tizenMinkyu Kang3-38/+13
2015-07-24musicplayer: modify play iconMinkyu Kang7-15/+10
Change-Id: Ia2b079afa852632d68fa65f38fe46440ff523ba4 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24movie: modify the method to get recently watched itemJehun Lim3-38/+13
Change-Id: I493d4314f25d3b86015254ca20202871569192ad Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-24update the app media info after adding item to recentMinkyu Kang2-9/+59
Change-Id: I9b3b5ed1fc93c456343bc1cbf23ec7b167a7f1af Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-24listmgr: add the function to update focus to play infoJehun Lim5-30/+43
Change-Id: I62e2aed712596bcddac31b9f0da11ba1914b41f5 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-23music: update now playing itemJehun Lim1-36/+20
Change-Id: I1af01a4b4558f974636750aa99b4e369d6b61bc8 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-23base: modify the argument of layoutmgr_update_layoutJehun Lim4-19/+16
Change-Id: Id483943c3917acf0eb1f916a653e102e7875313d Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
2015-07-23viewer: disable ff/rew buttonMinkyu Kang1-22/+6
Since have problem about callback of player, disabled ff/rew button for a while. Change-Id: I44d89f5f0a8889b0e8a1f6c532b2eb1485f2833e Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-23viewer: use same icon for prev/next on gallery viewerMinkyu Kang3-14/+14
According to the UX guide, use same icon on gallery viewer Change-Id: I9dc2a6cd6e8963d3a37ea36d652757b646b89597 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-07-23viewer: use signal to showing/hiding favorite iconMinkyu Kang4-20/+34
Change-Id: I2ac14ea49e80387543ee6325159deb424984a04c Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>