platform/core/api/media-content.git
6 years agoface related db schema changed 40/144240/8 submit/tizen/20170817.064526
Haejeong Kim [Wed, 16 Aug 2017 05:08:51 +0000 (14:08 +0900)]
face related db schema changed
1. user_marked field will be "1" for the user added face info. 2. modified_time field will be "0" when user remove system dete

Change-Id: I3fbe078520136e035dae580e323d7efc5f081735

6 years ago1. Check file validity more when batch/burst_shot insert 21/143721/2 accepted/tizen/unified/20170814.060111 submit/tizen/20170811.053616
Haejeong Kim [Fri, 11 Aug 2017 05:26:09 +0000 (14:26 +0900)]
1. Check file validity more when batch/burst_shot insert
2. Some code cleanup regarding file validity checking

Change-Id: Ied09b61a97cf73f2661c08891e036d93936d3286

6 years agoRemove unused input parameter 22/142422/1 submit/tizen/20170804.052933
Minje Ahn [Fri, 4 Aug 2017 02:09:28 +0000 (11:09 +0900)]
Remove unused input parameter

For cancel, Use request_id instead of full path

Change-Id: I5c840edab2da0728adf78149ae032355c5219883
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years ago[ACR] Deprecate API that is paired with media_info_set_author 06/141306/3 accepted/tizen/4.0/unified/20170816.011212 accepted/tizen/4.0/unified/20170816.014623 accepted/tizen/unified/20170804.025544 accepted/tizen/unified/20170804.025619 submit/tizen/20170803.032141 submit/tizen/20170803.063124 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Minje Ahn [Mon, 31 Jul 2017 02:35:49 +0000 (11:35 +0900)]
[ACR] Deprecate API that is paired with media_info_set_author

author information is user data.
Therefore, the get function is not needed if the set function does not exist. (media_info_set_author() is deprecated since 4.0)

Change-Id: Ie00cb7a57891e202eb82b978de055091df173f01
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoModify define for TV product 76/141376/1 submit/tizen/20170731.235031
Jiyong Min [Mon, 31 Jul 2017 07:59:40 +0000 (16:59 +0900)]
Modify define for TV product
(requested by VD)

Change-Id: I566bbebdd69fc66d95fe97df45ef20b8c4139ac0
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
6 years agoRemove storage_name from SELECT queries. 29/140929/2 accepted/tizen/unified/20170731.020706 submit/tizen/20170728.071055
Minje Ahn [Thu, 27 Jul 2017 07:07:34 +0000 (16:07 +0900)]
Remove storage_name from SELECT queries.
storage_name was exist only in SDCard case. (CID)
but not used anywherer and deprecated.

Change-Id: I6e16dafe1e3a0fec97afa60178176c4b5d6b5898
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoFix PVS warnings 88/140188/1 accepted/tizen/unified/20170727.191104 submit/tizen/20170724.085838 submit/tizen/20170726.231137
Haejeong Kim [Mon, 24 Jul 2017 06:24:19 +0000 (15:24 +0900)]
Fix PVS warnings

Change-Id: If6ad1e8f25d17147d0731650696f2e8788256b54

6 years ago[MMFWN-734]Add internal API for system service 14/138714/8 accepted/tizen/unified/20170718.174344 submit/tizen/20170718.004620
Minje Ahn [Thu, 13 Jul 2017 09:12:03 +0000 (18:12 +0900)]
[MMFWN-734]Add internal API for system service

Change-Id: I7d1610a6fa47946beeeec1ab34eae3c51a3b13cc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years ago[TNEXT-1108] Verify that the path is the content path 46/138046/5 accepted/tizen/unified/20170717.170051 submit/tizen/20170714.003836
Minje Ahn [Tue, 11 Jul 2017 02:15:38 +0000 (11:15 +0900)]
[TNEXT-1108] Verify that the path is the content path

Change-Id: Ic4c0c40c68e820eea394671164b6cadc4c4ab3c1
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoRemove wrong name checking 38/137838/1
Haejeong Kim [Mon, 10 Jul 2017 05:11:14 +0000 (14:11 +0900)]
Remove wrong name checking

Change-Id: Id8ffb5e2d0c760049bcc0f7136436e86f9e186ef

6 years agoFix batch remove API 13/137013/8 accepted/tizen/unified/20170706.193248 submit/tizen/20170704.080931 submit/tizen/20170705.022417 submit/tizen/20170707.004637
Minje Ahn [Tue, 4 Jul 2017 05:50:10 +0000 (14:50 +0900)]
Fix batch remove API

1. Modified to check all storages.
2. Only the modified storage(root path) will be announced.

Change-Id: I5b594df4d3ab46e4891960017a0cb7de0a67f7a8
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoRefactoring code in media filter 01/136701/3 submit/tizen/20170703.081025
Minje Ahn [Mon, 3 Jul 2017 02:45:45 +0000 (11:45 +0900)]
Refactoring code in media filter

1. Merge API to generate condition
2. Modified to create condition using internal character array instead of out parameter
3. Move condition binding code into _media_filter_attribute_generate()
4. Replace define 'QUERY_KEYWORD_SPACE' instead of 'SPACE' (And remove SPACE)

Change-Id: I25f31f825841f01e3c46b42ee633244149b9c0c6
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoChange logic of get_parent_folder_id() 71/136271/4 accepted/tizen/unified/20170703.063946 submit/tizen/20170630.083231
Minje Ahn [Thu, 29 Jun 2017 02:01:48 +0000 (11:01 +0900)]
Change logic of get_parent_folder_id()

Usage is low. So, DB access when API is called.

Change-Id: Id35568e34805b1116fa30c5b036c20d0584c784d
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years ago[ACR] Deprecate API that provides folder modified time 94/136094/4
Minje Ahn [Wed, 28 Jun 2017 05:28:25 +0000 (14:28 +0900)]
[ACR] Deprecate API that provides folder modified time

Change-Id: I5135cb90cc2c1633005da4a503b35787b55c6cee
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoAPI description update regarding the callback 88/136288/1
Haejeong Kim [Thu, 29 Jun 2017 04:32:34 +0000 (13:32 +0900)]
API description update regarding the callback

Change-Id: Ib961bd31063a88386e170528f3aea9f670ee3101

6 years agoFixed how to get parent folder ID 46/135546/12
Minje Ahn [Fri, 23 Jun 2017 04:47:43 +0000 (13:47 +0900)]
Fixed how to get parent folder ID

Use another query for getting parent folder uuid

Change-Id: Iffc9e300b95d017aae2cede1ae1676503324fa2b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoAdd internal Filter APIs to support Csharp 35/135335/13
Minje Ahn [Thu, 22 Jun 2017 02:28:16 +0000 (11:28 +0900)]
Add internal Filter APIs to support Csharp

Add media_filter_condition_v2
Add media_filter_order_v2

Change-Id: I8fe6d76d973a0c89fa950dd89c4d7df01a6123db
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoMerge "Sync to product code" into tizen accepted/tizen/unified/20170703.063942 submit/tizen/20170628.052419
Haejeong Kim [Wed, 28 Jun 2017 05:20:18 +0000 (05:20 +0000)]
Merge "Sync to product code" into tizen

6 years agoUpdate description for precondition 47/135847/3
Minje Ahn [Tue, 27 Jun 2017 04:41:17 +0000 (13:41 +0900)]
Update description for precondition

Change-Id: Ie307eea3aa796c7087579a14212d76e6f9429365
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoSync to product code 90/136090/1
Haejeong Kim [Wed, 28 Jun 2017 05:06:32 +0000 (14:06 +0900)]
Sync to product code

Change-Id: I32247a7e7a5996eaf11dcbe601b5553921c7eaf9

6 years agoRemove error types that is not returned 59/136059/2
Haejeong Kim [Wed, 28 Jun 2017 02:19:09 +0000 (11:19 +0900)]
Remove error types that is not returned

Change-Id: Ifb600852bde7a7bcea2eec5e7861fed7315433bb

6 years agofix invalid format for dlog 68/136068/1
chen89.chen [Wed, 28 Jun 2017 03:59:55 +0000 (11:59 +0800)]
fix invalid format for dlog

Change-Id: I631e6ccc3efcbc2b38e75cae187c71397c92303e

6 years agoMerge "[ACR] Deprecate API about parent folder id in folder information" into tizen
Jiyong Min [Tue, 27 Jun 2017 23:54:01 +0000 (23:54 +0000)]
Merge "[ACR] Deprecate API about parent folder id in folder information" into tizen

6 years ago[ACR] Deprecate API about parent folder id in folder information 80/135680/1
Minje Ahn [Mon, 26 Jun 2017 00:48:20 +0000 (09:48 +0900)]
[ACR] Deprecate API about parent folder id in folder information

Change-Id: I5c06f14dcda7d22d9798667deb1d36b2f5b8ca79
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoBug fix of playlist. when updating item, playlist name checking is not needed 83/135583/1
Haejeong Kim [Fri, 23 Jun 2017 07:48:05 +0000 (16:48 +0900)]
Bug fix of playlist. when updating item, playlist name checking is not needed

Change-Id: Id70e34f721d6be3e942b2be4745b39ee406b27a0

6 years ago[ACR]Add Bookmark and Face Search APIs 15/133915/12
Haejeong Kim [Wed, 14 Jun 2017 04:26:02 +0000 (13:26 +0900)]
[ACR]Add Bookmark and Face Search APIs

Change-Id: I540d2208a113d0485f6c18e66d4100250413c293

6 years agofix invalid format argument types for dlog 83/135183/1 submit/tizen/20170621.064821 submit/tizen/20170622.044837
Haejeong Kim [Wed, 21 Jun 2017 06:36:57 +0000 (15:36 +0900)]
fix invalid format argument types for dlog

Change-Id: Ifa46a30cd28642371e3ae9d7ccdd38f2371e10df

6 years agoUpdate scan file description 67/134567/2 submit/tizen/20170619.090016
Minje Ahn [Mon, 19 Jun 2017 08:10:35 +0000 (17:10 +0900)]
Update scan file description

Add description when file does not exist in both side

Change-Id: Ia9ae5dc3374e455025eac82493b42c1b2bada5de
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years ago[ACR] Add missing return values 19/134119/6 submit/tizen/20170619.074555
Minje Ahn [Thu, 15 Jun 2017 00:03:54 +0000 (09:03 +0900)]
[ACR] Add missing return values

Change-Id: If7f72a6476771b175563b681156269460bc7d7cc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoBug fix of tag. when updating item, tag name checking is not needed 17/134517/1 submit/tizen/20170619.071042
Haejeong Kim [Mon, 19 Jun 2017 05:04:06 +0000 (14:04 +0900)]
Bug fix of tag. when updating item, tag name checking is not needed

Change-Id: I0926403614c98d4104eafe26619981def6e07aca

6 years agoFix filter condition collate bug 93/134293/1 submit/tizen/20170616.054328
Minje Ahn [Fri, 16 Jun 2017 00:47:04 +0000 (09:47 +0900)]
Fix filter condition collate bug

Fixed an issue where the collate option does not apply

Change-Id: I25ee4d75521a555d7804c038d763979ee1d19a8f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoBug fix of bookmark. Check duplicated DB insert 59/134159/1
Haejeong Kim [Thu, 15 Jun 2017 04:58:00 +0000 (13:58 +0900)]
Bug fix of bookmark. Check duplicated DB insert

Change-Id: I73c2f2a5395d400ca094e0b05aac11e33d1fd481

6 years agoSync to product code 38/134038/1 submit/tizen/20170614.092804
Haejeong Kim [Wed, 14 Jun 2017 09:21:20 +0000 (18:21 +0900)]
Sync to product code

Change-Id: I87c695a0a7c545050974e6587b4f20926abd4fad

6 years ago[ACR] Remove error types that is not returned 00/133200/6
Minje Ahn [Fri, 9 Jun 2017 07:13:22 +0000 (16:13 +0900)]
[ACR] Remove error types that is not returned

Change-Id: I6b83688465129ff6c84a0c16e2026523ba9d3899
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoSync header to product (fix build error on product branch) 62/133662/1 accepted/tizen/unified/20170613.194431 submit/tizen/20170613.051142
Jiyong Min [Tue, 13 Jun 2017 05:07:03 +0000 (14:07 +0900)]
Sync header to product (fix build error on product branch)

Change-Id: I69a2efd7c4102c92217965c0c79362355965ea3b
Signed-off-by: jiyong min <jiyong.min@samsung.com>
6 years agoAdd New APIs for filtering bookmark and face 48/133548/1
Haejeong Kim [Tue, 13 Jun 2017 00:53:07 +0000 (09:53 +0900)]
Add New APIs for filtering bookmark and face

Change-Id: I775ffe5859bbd194675f8d00066f814ae3a0a23e

6 years agoJust add new line between API 60/133360/1
Haejeong Kim [Mon, 12 Jun 2017 02:12:35 +0000 (11:12 +0900)]
Just add new line between API

Change-Id: I657477a93ae1e8928330b6c2a7fe14356f3b9d09

6 years agoCode refactoring regarding DB attribute handle 83/133183/4 accepted/tizen/unified/20170612.170303 submit/tizen/20170612.015904
Haejeong Kim [Fri, 9 Jun 2017 06:21:12 +0000 (15:21 +0900)]
Code refactoring regarding DB attribute handle

Change-Id: Ib3a0e927468d37609ac4bdb4c32ceecaf46a0cd9

6 years agoBug fix when using filter for bookmark and face 27/132927/1 accepted/tizen/unified/20170609.203709 submit/tizen/20170608.233603 submit/tizen/20170612.003005
Haejeong Kim [Thu, 8 Jun 2017 09:38:27 +0000 (18:38 +0900)]
Bug fix when using filter for bookmark and face

Change-Id: Ib5d74af7e3e33a06a20af07574c17574eac7b628

6 years ago[ACR] Modify filter keyword 28/132428/2 accepted/tizen/unified/20170608.184907 submit/tizen/20170608.081838
Minje Ahn [Mon, 5 Jun 2017 06:09:19 +0000 (15:09 +0900)]
[ACR] Modify filter keyword

Change-Id: Iea46ccfc7f8e9d6def26c3f2a456164c9f6ee862
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoPVS-studio error fix 74/132874/2 accepted/tizen/unified/20170608.072600 submit/tizen/20170608.060041
Haejeong Kim [Thu, 8 Jun 2017 05:25:06 +0000 (14:25 +0900)]
PVS-studio error fix
(https://www.slideshare.net/Andrey_Karpov/pvsstudio-is-ready-to-improve-the-code-of-tizen-operating-system)
Change-Id: Idbbdb425e183dfafc8728d96018f35972c821a3d

6 years agoAdd APIs to support C# 42/132442/4 accepted/tizen/unified/20170608.072432 submit/tizen/20170608.011742
Haejeong Kim [Mon, 5 Jun 2017 07:46:30 +0000 (16:46 +0900)]
Add APIs to support C#

Change-Id: Ifc6bbfe55dc60c04a89ef8b9e4f95fb5e6d85f01

6 years agoUpdate description 18/131418/7 accepted/tizen/unified/20170605.150910 submit/tizen/20170602.065803
Minje Ahn [Mon, 29 May 2017 05:18:32 +0000 (14:18 +0900)]
Update description

Sync public with product
Update define description

Change-Id: I5557079e30b99ecee67f6808ddb3a57e5b028ddb
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoPrevent infinity loop 59/132259/2 accepted/tizen/unified/20170602.154905 submit/tizen/20170602.042805
Haejeong Kim [Fri, 2 Jun 2017 02:42:08 +0000 (11:42 +0900)]
Prevent infinity loop

Change-Id: Ic2bf3b971e0f13fd9d875325899ba74238b9e38d

6 years ago[ACR] Deprecate APIs that are difficult to use publicly 75/129075/21 accepted/tizen/unified/20170531.082631 submit/tizen/20170528.235018
Minje Ahn [Mon, 15 May 2017 00:45:40 +0000 (09:45 +0900)]
[ACR] Deprecate APIs that are difficult to use publicly

Change-Id: I6d61ff54862bc324a0e96d325431d12545237aba
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoSync to Product code 90/131090/1
Haejeong Kim [Thu, 25 May 2017 10:16:42 +0000 (19:16 +0900)]
Sync to Product code

Change-Id: I8f137c9b436213bd34c6371f61a9786b07866f34

6 years agoFix typo 43/131043/1 submit/tizen/20170525.072044
Minje Ahn [Thu, 25 May 2017 07:17:58 +0000 (16:17 +0900)]
Fix typo

defails to details

Change-Id: If0ea084ccfdbd4772af2f2e9651f3d11b8f98791
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years ago[ACR] Add keywords for media filter 60/130760/3
Minje Ahn [Wed, 24 May 2017 01:23:33 +0000 (10:23 +0900)]
[ACR] Add keywords for media filter

Change-Id: I9fa00bcce80c66098a5348bf6269dc817f035ac4
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoFix version error 70/130970/1
Jiyong Min [Wed, 24 May 2017 23:34:59 +0000 (08:34 +0900)]
Fix version error

Change-Id: I79d0b6c2e9a79dbe5148d5c54337e1e4b5469eb1
Signed-off-by: jiyong min <jiyong.min@samsung.com>
6 years agoMerge "change tag_name from char to const char" into tizen submit/tizen/20170524.051042
Haejeong Kim [Wed, 24 May 2017 05:08:02 +0000 (05:08 +0000)]
Merge "change tag_name from char to const char" into tizen

6 years agochange tag_name from char to const char 00/130800/1
Haejeong Kim [Wed, 24 May 2017 04:51:53 +0000 (13:51 +0900)]
change tag_name from char to const char

Change-Id: Ica07cb8b13e81960e4c2af0b0e6b8694405cf99d

6 years agoSync common with product code 57/130757/1
Minje Ahn [Wed, 24 May 2017 01:11:45 +0000 (10:11 +0900)]
Sync common with product code

Change-Id: I8b92e9c2a69681296981c4223a1b7112c4db52f6
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoFix typo 49/130749/1
Minje Ahn [Tue, 23 May 2017 23:10:17 +0000 (08:10 +0900)]
Fix typo

milisec to sec

Change-Id: I8681f2d3f32b5ee4953bdb1e875824f2f4eae129
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agofix DF170518-01008 Storage id copy fail 38/130638/1 submit/tizen/20170523.074859 submit/tizen/20170523.092403
chen89.chen [Tue, 23 May 2017 07:45:28 +0000 (15:45 +0800)]
fix DF170518-01008 Storage id copy fail

Change-Id: I3223d2f199c56cb4ebb1308c71861087418bda65

6 years agoAdd bookmark and playlist APIs for C# Supporting 47/130547/4 submit/tizen/20170523.044300
Haejeong Kim [Tue, 23 May 2017 01:40:17 +0000 (10:40 +0900)]
Add bookmark and playlist APIs for C# Supporting

Change-Id: Ica5c4b2ea5ee68905e3c611cebf9ed0fb058dd26

6 years agoAdd warning msg for deprecation API 83/130583/2
Minje Ahn [Tue, 23 May 2017 04:30:19 +0000 (13:30 +0900)]
Add warning msg for deprecation API

Change-Id: I353dc1070ab1803163ad4b36a3c480de40fc682e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoMerge "Remove duprecated define" into tizen
Haejeong Kim [Tue, 23 May 2017 04:27:25 +0000 (04:27 +0000)]
Merge "Remove duprecated define" into tizen

7 years agoFix doxygen error(modify the link for the feature) 59/130359/1 accepted/tizen/unified/20170522.184521 submit/tizen/20170522.063457 tizen_4.0.m1_release
Jiyong Min [Mon, 22 May 2017 06:18:47 +0000 (15:18 +0900)]
Fix doxygen error(modify the link for the feature)

Change-Id: Ia65b2f4e1047deb9832c3fbf82b32c040f122e9a
Signed-off-by: jiyong min <jiyong.min@samsung.com>
7 years agoRemove duprecated define 27/130327/1
Haejeong Kim [Mon, 22 May 2017 04:25:09 +0000 (13:25 +0900)]
Remove duprecated define

Change-Id: If077dce423ed2bd5aecb642492fafd9cfa6e15d2

7 years agoRemove default thumbnail related code 64/130164/1
Haejeong Kim [Fri, 19 May 2017 08:52:31 +0000 (17:52 +0900)]
Remove default thumbnail related code

Change-Id: Ieff13299efe19793c93611ea2d4c92cbd5e680a5

7 years agoMerge "[ACR-960] Deprecate cloud storage API" into tizen
hj kim [Mon, 15 May 2017 08:12:30 +0000 (08:12 +0000)]
Merge "[ACR-960] Deprecate cloud storage API" into tizen

7 years agoJust update description 46/128646/6
Minje Ahn [Thu, 11 May 2017 01:06:58 +0000 (10:06 +0900)]
Just update description

Change-Id: I73e626de225dd478dbf6877cfe180a0902b127b0
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoinitialize array 70/128670/2
Haejeong Kim [Thu, 11 May 2017 04:38:48 +0000 (13:38 +0900)]
initialize array

Change-Id: Ic10602f97435d0f254a953d9bea26955a897aa93

7 years agoClarify deprecated API 33/128433/1 accepted/tizen/unified/20170512.023831 submit/tizen/20170512.002328
Minje Ahn [Wed, 10 May 2017 04:39:23 +0000 (13:39 +0900)]
Clarify deprecated API

Change-Id: I73f1be0ec31fd4d023b34f3c4392f749c427dd26
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years ago[ACR-960] Deprecate cloud storage API 21/128221/1
Minje Ahn [Mon, 8 May 2017 05:52:40 +0000 (14:52 +0900)]
[ACR-960] Deprecate cloud storage API

Change-Id: I4ba43aea09f8262836a7729b31b42fca690beaa1
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoMerge "Remove storage account" into tizen accepted/tizen/unified/20170427.180132 submit/tizen/20170427.011420 submit/tizen/20170427.013733
Jiyong Min [Tue, 25 Apr 2017 23:28:30 +0000 (23:28 +0000)]
Merge "Remove storage account" into tizen

7 years agoSvace issue fix 88/126888/1
Haejeong Kim [Tue, 25 Apr 2017 08:09:39 +0000 (17:09 +0900)]
Svace issue fix

Change-Id: Ibba3474098762bcdfda7eeb98373cd663ae9dd34

7 years agoFix memory leak 78/126878/1
Haejeong Kim [Tue, 25 Apr 2017 07:48:11 +0000 (16:48 +0900)]
Fix memory leak

Change-Id: I89e3930e27a776e4a3972c7a13eac5789db7d5b3

7 years agoApply code for TV Product 57/126857/1
Haejeong Kim [Tue, 25 Apr 2017 07:25:25 +0000 (16:25 +0900)]
Apply code for TV Product

Change-Id: Ie3e6120505bf9ea300041a405136ec3e5f486460

7 years agoSVACE issue fix. Change strncpy to use g_strlcpy 64/126764/3
Haejeong Kim [Tue, 25 Apr 2017 05:02:45 +0000 (14:02 +0900)]
SVACE issue fix. Change strncpy to use g_strlcpy

Change-Id: I5bf54dd5be16ab94796cd0b813690121ad4193bc

7 years agoSvace issue fix and code refactoring 33/126733/1
Haejeong Kim [Tue, 25 Apr 2017 03:53:49 +0000 (12:53 +0900)]
Svace issue fix and code refactoring

Change-Id: Ie9ff7735c3982102e9ff3572d5a767c11bf727d3

7 years agoRemove storage account 14/126714/2
Minje Ahn [Tue, 25 Apr 2017 02:17:23 +0000 (11:17 +0900)]
Remove storage account

Change-Id: I3133f67621c6b0d60fc901f7a11a41970f00b956
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoClean up included header files 00/126700/1 submit/tizen/20170425.011620
Haejeong Kim [Tue, 25 Apr 2017 00:59:14 +0000 (09:59 +0900)]
Clean up included header files

Change-Id: I2460ff4187f6c1b92ea0ace656765e2c61f61cc6

7 years agoMerge "Arrange TV Product related code. media_content_product.h and media_content_typ...
Haejeong Kim [Mon, 24 Apr 2017 23:34:00 +0000 (23:34 +0000)]
Merge "Arrange TV Product related code. media_content_product.h and media_content_type_product.h files are added" into tizen

7 years agoArrange TV Product related code. media_content_product.h and media_content_type_produ... 00/126600/1
Haejeong Kim [Mon, 24 Apr 2017 08:39:07 +0000 (17:39 +0900)]
Arrange TV Product related code. media_content_product.h and media_content_type_product.h files are added

Change-Id: I7892619cace5cd424be5d817ec61b906032329cc

7 years agoArrange TV Product related code. media_content_product.h and media_content_type_produ... 84/126584/2
Haejeong Kim [Mon, 24 Apr 2017 08:05:31 +0000 (17:05 +0900)]
Arrange TV Product related code. media_content_product.h and media_content_type_product.h files are added

Change-Id: Iac766f9655aacead8dc9b1592fd1e446d5822c45

7 years agoBuild error fix when _USE_TV_PROFILE enabled 10/126510/1
Haejeong Kim [Mon, 24 Apr 2017 02:26:11 +0000 (11:26 +0900)]
Build error fix when _USE_TV_PROFILE enabled

Change-Id: I3b4fc33ff38dfd7f0e8b5a0c5bd9fcda6d62d545

7 years agoCode sync(New ACR Items) with TV Product code 05/126505/2
Haejeong Kim [Mon, 24 Apr 2017 02:18:00 +0000 (11:18 +0900)]
Code sync(New ACR Items) with TV Product code

Change-Id: Ica871abc84e166464d1cdfbb4741358e9d75ca58

7 years agoAdd deprecation log 02/126502/2 accepted/tizen/unified/20170425.044925 submit/tizen/20170424.020830
Minje Ahn [Mon, 24 Apr 2017 01:47:58 +0000 (10:47 +0900)]
Add deprecation log

Related ACR-948, 950

Change-Id: Ibd08268a3ca072f608dc866bbab649a1dea8bf1f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoMerge changes I702bdd39,I192393dd into tizen
hj kim [Mon, 24 Apr 2017 01:42:00 +0000 (01:42 +0000)]
Merge changes I702bdd39,I192393dd into tizen

* changes:
  [ACR-950] Deprecate unsupported storage type
  [ACR-948] Deprecate empty handle creation related API

7 years ago[ACR-950] Deprecate unsupported storage type 68/126268/3
Minje Ahn [Fri, 21 Apr 2017 00:53:01 +0000 (09:53 +0900)]
[ACR-950] Deprecate unsupported storage type

Remove cloud storage type

Change-Id: I702bdd393f7dda3337a10652e89d7e249a80d17b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years ago[ACR-948] Deprecate empty handle creation related API 80/126080/2
Minje Ahn [Thu, 20 Apr 2017 05:23:34 +0000 (14:23 +0900)]
[ACR-948] Deprecate empty handle creation related API

Change-Id: I192393dd4bce084af989f092709ca04b63d28f21
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoJust fix typo 01/126501/1
Minje Ahn [Mon, 24 Apr 2017 01:37:27 +0000 (10:37 +0900)]
Just fix typo

authore to author

Change-Id: Ia1962fd0b1bd08797be6b8b51baff74b9cdfed40
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoRemove unused internal API 79/126379/1
Minje Ahn [Fri, 21 Apr 2017 06:49:41 +0000 (15:49 +0900)]
Remove unused internal API

Change-Id: Ic0c21e869c55b21b32e1c1480d29644eb09d69cd
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoJust rearrange the TV_PROFILE code 10/125810/1
Haejeong Kim [Wed, 19 Apr 2017 04:16:43 +0000 (13:16 +0900)]
Just rearrange the TV_PROFILE code

Change-Id: I2a89d493aaf71bf7f9dfc5bcc2f05016b4aa05e2

7 years agoJust change color of log 73/125573/1 accepted/tizen/unified/20170418.072234 submit/tizen/20170418.051813
Haejeong Kim [Tue, 18 Apr 2017 04:59:50 +0000 (13:59 +0900)]
Just change color of log

Change-Id: Icb85935bce62305e3e72423388dc3129dde091c8

7 years agoBug fix of bookmark. Add code of checking handle 15/125415/1 accepted/tizen/unified/20170418.072837 submit/tizen/20170417.081727
Haejeong Kim [Mon, 17 Apr 2017 08:07:14 +0000 (17:07 +0900)]
Bug fix of bookmark. Add code of checking handle

Change-Id: I8f5646bd290095bea6bee969aede058841708c45

7 years agoAdd define MAX_PATH_LEN and rearrage MAX_QUERY_SIZE related code 79/125379/1
Haejeong Kim [Mon, 17 Apr 2017 06:53:30 +0000 (15:53 +0900)]
Add define MAX_PATH_LEN and rearrage MAX_QUERY_SIZE related code

Change-Id: If4c9cd98bd9c882b49970c23058bdcea3a881692

7 years agoJust add test code for bookmark 90/124890/1
Haejeong Kim [Thu, 13 Apr 2017 02:20:48 +0000 (11:20 +0900)]
Just add test code for bookmark

Change-Id: I063805e988ed83e2e1550c9612ad5b23c418c285

7 years agoFix memory leak 83/124883/1
Haejeong Kim [Thu, 13 Apr 2017 01:57:57 +0000 (10:57 +0900)]
Fix memory leak

Change-Id: Iacd0aeb332dd91cab44b8cfa1a97d858a611321f

7 years agoMerge "Fix wrong description" into tizen accepted/tizen/unified/20170411.164351 submit/tizen/20170411.062346
hj kim [Tue, 11 Apr 2017 04:10:15 +0000 (21:10 -0700)]
Merge "Fix wrong description" into tizen

7 years agoMerge "[ACR] Add API for bookmark name" into tizen
Haejeong Kim [Tue, 11 Apr 2017 04:09:09 +0000 (21:09 -0700)]
Merge "[ACR] Add API for bookmark name" into tizen

7 years agoFix wrong description 55/124255/2
Minje Ahn [Tue, 11 Apr 2017 04:01:24 +0000 (13:01 +0900)]
Fix wrong description

Change-Id: I89f2e3fb720119543801db0db71b4d60e78f4db7
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoMerge "Update storage description" into tizen
hj kim [Mon, 10 Apr 2017 03:11:25 +0000 (20:11 -0700)]
Merge "Update storage description" into tizen

7 years agoMerge "Add to return error for media_info_create_thumbnail in media_thumbnail_complet...
Jiyong Min [Mon, 10 Apr 2017 01:04:36 +0000 (18:04 -0700)]
Merge "Add to return error for media_info_create_thumbnail in media_thumbnail_completed_cb" into tizen

7 years agoAdd to return error for media_info_create_thumbnail in media_thumbnail_completed_cb 64/123664/7
Jiyong Min [Thu, 6 Apr 2017 10:31:01 +0000 (19:31 +0900)]
Add to return error for media_info_create_thumbnail in media_thumbnail_completed_cb

Change-Id: Id9cf78a4aeef069fd091fb09b3b03523be8f7b86
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
7 years ago[ACR] Add API for bookmark name 40/123340/3
Haejeong Kim [Wed, 5 Apr 2017 08:04:11 +0000 (17:04 +0900)]
[ACR] Add API for bookmark name

Change-Id: I20f05995ebf3023a56cc5caa25ada93778e5e9c2

7 years agoUpdate storage description 25/123525/1
Minje Ahn [Thu, 6 Apr 2017 04:15:11 +0000 (13:15 +0900)]
Update storage description

"storage" to "external storage"

Change-Id: I03bba8861f24df26e825842d6d544384d0033fa8
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
7 years agoDefault bookmark name is empty string. even though user set name to NULL, get_name... 31/123331/1
Haejeong Kim [Wed, 5 Apr 2017 07:58:12 +0000 (16:58 +0900)]
Default bookmark name is empty string. even though user set name to NULL, get_name API will be return empty string

Change-Id: Ifa613ed9a8fe6a173a2bf8c63a8ff43a248bd743

7 years agoRearrange the code regarding User Path (/opt/usr/media) per Each profile. And Thumbna... 23/123323/1
Haejeong Kim [Wed, 5 Apr 2017 07:52:41 +0000 (16:52 +0900)]
Rearrange the code regarding User Path (/opt/usr/media) per Each profile. And Thumbnail path which set by user, not replaced to system path.

Change-Id: I3c7abb52889ea74dc2b352f88276aee089ae53b3