platform/core/pim/contacts-service.git
4 years agoMerge "Remove container feature" into tizen accepted/tizen/unified/20190605.215714 submit/tizen/20190531.065542
Sameer Prakash Pradhan [Fri, 31 May 2019 06:54:47 +0000 (06:54 +0000)]
Merge "Remove container feature" into tizen

5 years ago[Non-ACR][contacts-service][thread safe issue for static var] 24/206324/3 accepted/tizen/unified/20190520.084031 submit/tizen/20190517.053624
Sameer Prakash Pradhan [Thu, 16 May 2019 09:59:57 +0000 (15:29 +0530)]
[Non-ACR][contacts-service][thread safe issue for static var]

Change-Id: Ib0e39550143751c113ebf590c8164f6aad664196
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
5 years ago[Non-ACR][contacts-service][TFDF-1453 fix] 09/205509/1 accepted/tizen/unified/20190510.111039 submit/tizen/20190507.051304 submit/tizen/20190508.122705 submit/tizen/20190509.123343
Sameer Prakash Pradhan [Tue, 7 May 2019 05:07:48 +0000 (10:37 +0530)]
[Non-ACR][contacts-service][TFDF-1453 fix]

Change-Id: I1563e649c5a94cded721f9ded385d4915be91108
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
5 years agoRemove container feature 58/204858/2
INSUN PYO [Mon, 29 Apr 2019 02:04:21 +0000 (11:04 +0900)]
Remove container feature

Change-Id: Ie9aa98fb4a8c2244b71462c8de3629bb3b9f5d64

5 years agotizen: Add additional unit for "unified" user session 30/204130/1 accepted/tizen/unified/20190503.110445 submit/tizen/20190503.055918
Mateusz Moscicki [Fri, 19 Apr 2019 10:31:23 +0000 (12:31 +0200)]
tizen: Add additional unit for "unified" user session

The unified user session is about moving user session units, managed by
systemd --user, to main systemd, where it's managed as part of newly
created user@.target.

user@.target will contain same units as previously available in user/,
with same UID and environment setup.  systemd instance is used for unit
to be able to specify UID (inherited from user@.target).

The rationale behind this work is following:

* VD requirement to remove user session support
* boot time optimization requirements, due to:

   + 'systemd --user' taking 1s its own startup that could be used for
     unit startup
   + ability to better rearrange units if these managed by one systemd
     instance

Unit installed by this commit will not be used till user login mechanism
will be changed in systemd package (via changing pam_systemd to start
user@.target, rather than user@.service).

Change-Id: Ibca930bd95b5c994e1655d616a940feea8368f44

5 years ago[non-ACR][ASAN]TFDF-1228 13/203113/1 accepted/tizen/unified/20190415.132633 submit/tizen/20190415.080202
Sameer Prakash Pradhan [Wed, 10 Apr 2019 04:43:49 +0000 (10:13 +0530)]
[non-ACR][ASAN]TFDF-1228

Change-Id: I8f0a9eeee8319d5e32563929482c562cfe9cd089
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
5 years agoMerge "coverity issue fixes for contact-service" into tizen accepted/tizen/unified/20190218.064100 submit/tizen/20190216.134356
randeep singh [Sat, 16 Feb 2019 13:43:35 +0000 (13:43 +0000)]
Merge "coverity issue fixes for contact-service" into tizen

5 years agocoverity issue fixes for contact-service 33/199933/1
kamaljeet [Sat, 16 Feb 2019 13:19:12 +0000 (18:49 +0530)]
coverity issue fixes for contact-service

Change-Id: Id4b0c7405b64d955e9d08d932bfb0e03451bde5a
Signed-off-by: kamaljeet <kamal.jc@samsung.com>
5 years agoFixed Svace issues 77/199877/2 accepted/tizen/unified/20190218.064045 submit/tizen/20190216.112418
kamaljeet [Fri, 15 Feb 2019 06:31:09 +0000 (12:01 +0530)]
Fixed Svace issues

Change-Id: Iafaad19e04eac7c85bd354784206d8ce36b210ef
Signed-off-by: kamaljeet <kamal.jc@samsung.com>
5 years ago[Non-ACR][contacts-service][Updating for Dlog API format check enforcement] 11/195311/1 accepted/tizen/unified/20181217.142046 submit/tizen/20181212.095503 submit/tizen/20181214.061228
Sameer Prakash Pradhan [Wed, 12 Dec 2018 10:40:54 +0000 (16:10 +0530)]
[Non-ACR][contacts-service][Updating for Dlog API format check enforcement]

Change-Id: I4159c99ad72a2184338a49f1154dd4c9af85a84b
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
5 years agoMerge "Revert "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]...
Sameer Prakash Pradhan [Fri, 16 Nov 2018 12:47:21 +0000 (12:47 +0000)]
Merge "Revert "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]"" into tizen

5 years agoRevert "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]" 62/193262/1
Sameer Prakash Pradhan [Fri, 16 Nov 2018 12:47:02 +0000 (12:47 +0000)]
Revert "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]"

This reverts commit d27e4a46e5b06770456817f875d6ffc1f2619127.

Change-Id: Ib5ab0f320b123f9d12dd6349e6c0b211551d54d6

5 years agoMerge "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]" into tizen submit/tizen/20181116.094338
randeep singh [Fri, 16 Nov 2018 09:38:48 +0000 (09:38 +0000)]
Merge "[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]" into tizen

5 years ago[Non-ACR][contacts-service][tfive-12966] 77/187777/2 accepted/tizen/5.0/unified/20181102.015855 accepted/tizen/unified/20180830.060624 submit/tizen/20180828.103848 submit/tizen_5.0/20181101.000003
Sameer Prakash Pradhan [Tue, 28 Aug 2018 08:56:09 +0000 (14:26 +0530)]
[Non-ACR][contacts-service][tfive-12966]

Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
Change-Id: I8a0571ee9b176010e4cfe4456459a61b169eded1

5 years agoRevert "[Non-ACR][contacts-service][PLM issue#P180720-04957]" 62/186662/1
Sameer Prakash Pradhan [Mon, 13 Aug 2018 08:20:33 +0000 (08:20 +0000)]
Revert "[Non-ACR][contacts-service][PLM issue#P180720-04957]"

This reverts commit caec7e822611219f24d60a4112458d1b4dbd62dd.

Change-Id: I11a1e64570bb58931928f0980ddb13147166ef7c

5 years ago[Non-ACR][contacts-service][PLM issue#P180720-04957] 91/184991/2 submit/tizen/20180727.055219
Sameer Prakash Pradhan [Wed, 25 Jul 2018 05:03:15 +0000 (10:33 +0530)]
[Non-ACR][contacts-service][PLM issue#P180720-04957]

Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
Change-Id: I527176cb3e522d48b833da60ef209f4cd0abb14b

5 years ago[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation] 49/184949/1
Sameer Prakash Pradhan [Tue, 24 Jul 2018 12:01:45 +0000 (17:31 +0530)]
[contacts-service][Non-ACR][SATIZENVUL-1375 privilege escalation]

Change-Id: I0ddb64995f577594b506ec95a40302078afa953a
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
6 years agosupport gcov test 31/160931/4
Youngjae Shin [Mon, 20 Nov 2017 23:51:12 +0000 (08:51 +0900)]
support gcov test

Change-Id: I10db0eb6e5c1f0f4d52daff39696d83752a599cf

6 years agoremove unnecessary condition check 14/178514/1 accepted/tizen/unified/20180511.172146 submit/tizen/20180510.081628
Youngjae Shin [Thu, 10 May 2018 08:01:01 +0000 (17:01 +0900)]
remove unnecessary condition check

Change-Id: I9d1000c0e169150e57d5c5a8be9c8cc6938c8aa8

6 years ago[Non-ACR][Major Coverity Fixes] 32/177532/2
Abhishek Vijay [Tue, 1 May 2018 12:14:55 +0000 (17:44 +0530)]
[Non-ACR][Major Coverity Fixes]

Change-Id: I7d9d29544d82b9d925acdcebb3df4c2301b50362
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
6 years ago[API][Fix typos] 30/177530/1
Sameer Prakash Pradhan [Wed, 7 Mar 2018 09:48:09 +0000 (15:18 +0530)]
[API][Fix typos]

Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
Change-Id: I18706178bbadd1d65a6fe40d581b817642763eb4
(cherry picked from commit 8f8b05c6bb02f7b1cfa67bdfd34b586b26c84c44)

6 years ago[Non-ACR][Critical Coverity Fixes] 90/177390/1
Abhishek Vijay [Fri, 27 Apr 2018 13:29:52 +0000 (18:59 +0530)]
[Non-ACR][Critical Coverity Fixes]

Change-Id: I559794f01498a14dcf5721bce071f4ec4f41b4b5
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
6 years ago[Non-ACR][Svace issue] 27/173427/2 accepted/tizen/unified/20180411.065616 submit/tizen/20180410.020652 submit/tizen/20180410.234251
Sameer Prakash Pradhan [Wed, 21 Mar 2018 09:44:45 +0000 (15:14 +0530)]
[Non-ACR][Svace issue]

Change-Id: I927e33c2982cf99c416f5bfbecb9376d3257d665
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
6 years agoMerge "[Non-ACR][move CTSVC_SOCK_PATH]" into tizen
Jongkyu Koo [Mon, 2 Apr 2018 23:43:03 +0000 (23:43 +0000)]
Merge "[Non-ACR][move CTSVC_SOCK_PATH]" into tizen

6 years ago[Non-ACR][move CTSVC_SOCK_PATH] 66/173366/1
Sameer Prakash Pradhan [Fri, 9 Mar 2018 09:10:03 +0000 (14:40 +0530)]
[Non-ACR][move CTSVC_SOCK_PATH]

Change-Id: Ia03763d57eebdef124254cb30a1580d0050fa7a2
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
6 years ago[SVACE Issue Fixes] 28/173328/4
Abhishek Vijay [Tue, 20 Mar 2018 12:42:06 +0000 (18:12 +0530)]
[SVACE Issue Fixes]

Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
Change-Id: Ia94c8784d3e4d5778a5f2477fc5828873b9c589d

6 years agoremove "Requires: session-utils" 67/171867/1 accepted/tizen/unified/20180308.070109 submit/tizen/20180308.011835
Jongkyu Koo [Thu, 8 Mar 2018 00:52:15 +0000 (09:52 +0900)]
remove "Requires: session-utils"

Change-Id: I1f03ecf4e4dad1cefa721e63e0facb48a335561b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix link error 53/170053/2 accepted/tizen/unified/20180222.080226 submit/tizen/20180222.002127
Jongkyu Koo [Tue, 13 Feb 2018 05:54:57 +0000 (14:54 +0900)]
fix link error

Change-Id: I5d719912c2a1cfad0406590b94e315089acf3367
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoModify to use phone_number_connect() for performance 35/167235/1 accepted/tizen/unified/20180117.060721 submit/tizen/20180116.095454
Jongkyu Koo [Tue, 16 Jan 2018 05:48:28 +0000 (14:48 +0900)]
Modify to use phone_number_connect() for performance

Change-Id: I990ebe18da3250102d7a404c949843db5c422141
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoModify image-util deprecated APIs 38/161138/5 accepted/tizen/unified/20171124.064630 submit/tizen/20171123.085544
Jeesun Kim [Wed, 22 Nov 2017 01:22:18 +0000 (10:22 +0900)]
Modify image-util deprecated APIs

Change-Id: Iea8f9a321580d342b129cd6914909bcda34059eb

6 years agoreduce timeout value of image processing 41/156941/1 accepted/tizen/unified/20171102.061633 submit/tizen/20171023.002946
Jongkyu Koo [Fri, 20 Oct 2017 09:16:55 +0000 (18:16 +0900)]
reduce timeout value of image processing

Change-Id: Idf6ba7f513325ff94321b6382f375bc4b2141438
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoMerge "improve line coverage" into tizen accepted/tizen/unified/20170926.061905 submit/tizen/20170925.023252 submit/tizen/20170925.060943
Jongkyu Koo [Mon, 25 Sep 2017 02:16:09 +0000 (02:16 +0000)]
Merge "improve line coverage" into tizen

6 years agoimprove line coverage 26/152026/2
Jongkyu Koo [Mon, 25 Sep 2017 00:56:35 +0000 (09:56 +0900)]
improve line coverage

Change-Id: Iff50e4f07edb70e3c137cbc8c432c4191522a92c
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoreturn localization, normalization files to server because they are not used in common 80/151780/2
Jongkyu Koo [Fri, 22 Sep 2017 02:41:58 +0000 (11:41 +0900)]
return localization, normalization files to server because they are not used in common

Change-Id: I3233343c0621814e0f75006c96515bab86b016cf
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix security svace issues 36/149436/5 accepted/tizen/unified/20170918.153131 submit/tizen/20170915.044752 submit/tizen/20170918.022658
Jongkyu Koo [Tue, 12 Sep 2017 08:29:14 +0000 (17:29 +0900)]
fix security svace issues

Change-Id: Ia3e8a28d1f1fb97ddf31e897ba420cb42740c2ce
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoapply coding rule 37/149337/1
Jongkyu Koo [Tue, 12 Sep 2017 05:50:26 +0000 (14:50 +0900)]
apply coding rule

Change-Id: I3b5a49d073eca73c7e70137ffb51d4f7caeae7cd
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agomodify to compare view_uri 77/148377/4 accepted/tizen/unified/20170911.060218 submit/tizen/20170908.022406 submit/tizen/20170911.021640
Jongkyu Koo [Thu, 7 Sep 2017 23:27:26 +0000 (08:27 +0900)]
modify to compare view_uri

Change-Id: I85b342f8c73fe8f7a9ddf0ab901be62d58ec14f4
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoAllow daemon to remove address book 68/146968/7
Jongkyu Koo [Thu, 31 Aug 2017 09:40:48 +0000 (18:40 +0900)]
Allow daemon to remove address book

Change-Id: I14e75b413908c30bd945b989685a68e3ecc6ae5f
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoremove build warning 38/148138/1
Youngjae Shin [Thu, 7 Sep 2017 02:05:30 +0000 (11:05 +0900)]
remove build warning

Change-Id: Ib9f6ad363044601a04817943e24058778208ff09

6 years agodelete upgrade script because no need data migration 25/144525/2 accepted/tizen/4.0/unified/20170829.020352 accepted/tizen/unified/20170823.170112 submit/tizen/20170821.013358 submit/tizen/20170822.233047 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
Jongkyu Koo [Thu, 17 Aug 2017 05:57:26 +0000 (14:57 +0900)]
delete upgrade script because no need data migration

Change-Id: I0f1828c981bb4377407887fb70c46446c3c301d2
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoAdd contact feature 73/139973/5 accepted/tizen/unified/20170818.000138 submit/tizen/20170817.023547
Jongkyu Koo [Fri, 21 Jul 2017 07:16:41 +0000 (16:16 +0900)]
Add contact feature

Change-Id: I122d578388ff143c8daefdb8dabbb8892491c88e
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix typo 66/143066/1
Jongkyu Koo [Tue, 8 Aug 2017 09:48:05 +0000 (18:48 +0900)]
fix typo

Change-Id: Ie3c3747ee753548694f9b721b45b82d6c096e68c
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoAdd "requires session-utils" 06/142206/1 accepted/tizen/unified/20170808.171539 submit/tizen/20170808.052533
Jongkyu Koo [Thu, 3 Aug 2017 05:19:09 +0000 (14:19 +0900)]
Add "requires session-utils"

Change-Id: Ie02c89768175b5fdd475da244e869d3ad7371526
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix svace issues 85/139185/2 accepted/tizen/4.0/unified/20170816.012727 accepted/tizen/4.0/unified/20170816.015454 accepted/tizen/unified/20170718.174418 submit/tizen/20170718.082643 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Jongkyu Koo [Tue, 18 Jul 2017 00:58:07 +0000 (09:58 +0900)]
fix svace issues

Change-Id: Ie712ed0c47806f86eb6a74f58217bd9a5b9c5ec7
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix svace issue 51/132851/1 accepted/tizen/unified/20170608.184633 submit/tizen/20170608.070633
Jongkyu Koo [Thu, 8 Jun 2017 04:24:00 +0000 (13:24 +0900)]
fix svace issue

Change-Id: I749f409da0bc04d8533772812d223a0d17809136
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix the issue that returns image file name not path 06/132206/1 accepted/tizen/unified/20170605.151059 submit/tizen/20170602.090116
Jongkyu Koo [Thu, 1 Jun 2017 12:50:35 +0000 (21:50 +0900)]
fix the issue that returns image file name not path

Change-Id: Iab191545c7f76e08ef16c73604600723e1fb471b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agofix crash issue from robustness test 01/130601/1
Jongkyu Koo [Tue, 23 May 2017 05:28:18 +0000 (14:28 +0900)]
fix crash issue from robustness test

Change-Id: I6af3be96ad42fd6a507e3a42002bd591ae9740c5
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agoUpdate version 0.13.72 67/127167/1 accepted/tizen/unified/20170429.024033 submit/tizen/20170426.093346 submit/tizen/20170427.103040 submit/tizen/20170428.061853 tizen_4.0.m1_release
Jongkyu Koo [Wed, 26 Apr 2017 09:31:08 +0000 (18:31 +0900)]
Update version 0.13.72

Change-Id: Ib49760b7cbc5fb948f70e3f416d9d4f39cc84bd1
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agoMerge "modify API Reference" into tizen
Jongkyu Koo [Wed, 26 Apr 2017 09:30:06 +0000 (09:30 +0000)]
Merge "modify API Reference" into tizen

7 years agomodify API Reference 35/127135/1
Jongkyu Koo [Wed, 26 Apr 2017 08:21:11 +0000 (17:21 +0900)]
modify API Reference

Change-Id: I6a0c8a527d70ce724d44f808af2b9a78d05c1554
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agorevise packaging 63/126363/1
Youngjae Shin [Fri, 21 Apr 2017 06:28:33 +0000 (15:28 +0900)]
revise packaging

Change-Id: I3c6a1eca80138a6fe19afa5685d2e02e3bfc6576

7 years agofix svace issues 14/126014/1 accepted/tizen/unified/20170420.155807 submit/tizen/20170420.093216
Jongkyu Koo [Thu, 20 Apr 2017 01:01:14 +0000 (10:01 +0900)]
fix svace issues

Change-Id: I1d94c75f1af63d9be5f40af8bac12d0903393046
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agoFixed issue which view uri table is deleted 65/124965/1 accepted/tizen/unified/20170413.170853 submit/tizen/20170413.075628
Jongkyu Koo [Thu, 13 Apr 2017 07:19:57 +0000 (16:19 +0900)]
Fixed issue which view uri table is deleted

Change-Id: I458b3bc020c123533c0b85a0d7d4fdf8a32a9459
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix broken links in API reference 27/123327/1 accepted/tizen/unified/20170406.055228 submit/tizen/20170405.080124
Jongkyu Koo [Wed, 5 Apr 2017 07:55:07 +0000 (16:55 +0900)]
fix broken links in API reference

Change-Id: I315eccb7230c03d068960ace472e1c2da5baf42b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix svace issues 81/122381/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/common/20170331.152803 accepted/tizen/ivi/20170331.083248 accepted/tizen/mobile/20170331.083429 accepted/tizen/unified/20170331.083557 accepted/tizen/wearable/20170331.083341 submit/tizen/20170331.065053
Jongkyu Koo [Fri, 31 Mar 2017 06:42:59 +0000 (15:42 +0900)]
fix svace issues

Change-Id: I0e4ba4c970b98ff525b736f61d133c96e0f91b04
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agomodified to use record, filter, query apis without connect() 09/121009/1 accepted/tizen/common/20170328.140839 accepted/tizen/ivi/20170328.061810 accepted/tizen/mobile/20170328.061717 accepted/tizen/unified/20170328.061829 accepted/tizen/wearable/20170328.061754 submit/tizen/20170328.040246
Jongkyu Koo [Mon, 27 Mar 2017 05:01:03 +0000 (14:01 +0900)]
modified to use record, filter, query apis without connect()

Change-Id: I625d15518f81998c7edb08647a45761d5d39e8aa
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix svace issues 92/120992/2
Jongkyu Koo [Mon, 27 Mar 2017 03:44:39 +0000 (12:44 +0900)]
fix svace issues

Change-Id: I9195b96769755d9b4ab7f8a40aec6169cce4be23
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix group by for person view 39/117539/3 accepted/tizen/common/20170307.133923 accepted/tizen/ivi/20170307.102311 accepted/tizen/mobile/20170307.102224 accepted/tizen/unified/20170309.033050 accepted/tizen/wearable/20170307.102256 submit/tizen/20170307.054841 submit/tizen_common/20170307.144516 submit/tizen_unified/20170308.100408
Jeesun Kim [Mon, 6 Mar 2017 08:07:02 +0000 (17:07 +0900)]
fix group by for person view

[P170303-05191] Duplicated contact is displaying whiel serching the
contact to share via simple sharing.
[Cause] "Group by contact" duplicates data in person view.
[Solution] Modify "Group by person" in person view.

Change-Id: I3fedebbc77c660fb1862c1e2350fa4c4aaa27419

7 years agoUpdate version 0.13.71 39/116339/1
Jeesun Kim [Fri, 24 Feb 2017 00:23:14 +0000 (09:23 +0900)]
Update version 0.13.71

Change-Id: Ic652f5ce558c35ddfe596eb50ad9feab878bfe8b

7 years agomodify restart from always to on-failure 95/116095/1
Jeesun Kim [Thu, 23 Feb 2017 02:25:24 +0000 (11:25 +0900)]
modify restart from always to on-failure

Change-Id: I325eb887809f5b147430d7cec44b50fbb78bb147

7 years agofix svace issues 64/115664/1
Jongkyu Koo [Tue, 21 Feb 2017 04:25:06 +0000 (13:25 +0900)]
fix svace issues

Change-Id: I135096f8b852c81086de78e106b273da74a6da6b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years ago3.0 Native API reference english examination 84/114884/1 accepted/tizen/common/20170216.094245 accepted/tizen/ivi/20170216.095725 accepted/tizen/mobile/20170216.095650 accepted/tizen/wearable/20170216.095711 submit/tizen/20170216.073054
Jongkyu Koo [Wed, 15 Feb 2017 10:06:15 +0000 (19:06 +0900)]
3.0 Native API reference english examination

Change-Id: I6c12ae8436468780783071fedba5435c128fb5e4
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix build warning 58/113758/2
Jongkyu Koo [Thu, 9 Feb 2017 00:23:31 +0000 (09:23 +0900)]
fix build warning

Change-Id: Id63c434102dcd73ae232b5f233942c6622f1b4b7
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agoMerge "fix svace issues" into tizen
Jongkyu Koo [Thu, 9 Feb 2017 00:25:55 +0000 (16:25 -0800)]
Merge "fix svace issues" into tizen

7 years agofix svace issues 21/113621/4
Jongkyu Koo [Wed, 8 Feb 2017 07:37:08 +0000 (16:37 +0900)]
fix svace issues

Change-Id: Ic55c9561db05797631ee3a00bd9a73a2ab005a0f
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix memory leak 14/113614/2
Jongkyu Koo [Wed, 8 Feb 2017 05:49:20 +0000 (14:49 +0900)]
fix memory leak

Change-Id: I4f0f493dc1eb6b181e9104c98bde671e925f15df
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
(cherry picked from commit 92417e5c17b26a98db68116bf5e4a7242187bd27)

7 years agomodify native API reference 81/112481/1
Jongkyu Koo [Wed, 1 Feb 2017 06:43:09 +0000 (15:43 +0900)]
modify native API reference

Change-Id: I77de4af57452ad7c855701e7af695c2e8742f257
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agochange extension name 56/112456/1 accepted/tizen/common/20170201.171733 accepted/tizen/ivi/20170201.090544 accepted/tizen/mobile/20170201.090506 accepted/tizen/wearable/20170201.090525 submit/tizen/20170201.060538
Jongkyu Koo [Wed, 1 Feb 2017 05:56:00 +0000 (14:56 +0900)]
change extension name

Change-Id: I98ec71685a6dafbfc2082b26814b698fda0c10b1
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agomodify snippet data priority 67/111267/1
Jeesun Kim [Thu, 5 Jan 2017 08:46:23 +0000 (17:46 +0900)]
modify snippet data priority

Change-Id: I6c162c57851ea488039eb5bca39c9b8ef279c795
(cherry picked from commit d99599f66b370a1b1b0fda509800f7d997cf5991)

7 years agoRemove Profile Build Dependency: mobile extension 73/102373/3 accepted/tizen/common/20170117.174656 accepted/tizen/ivi/20170117.054630 accepted/tizen/mobile/20170117.054525 accepted/tizen/wearable/20170117.054545 submit/tizen/20170117.034928
MyungJoo Ham [Mon, 5 Dec 2016 12:15:37 +0000 (21:15 +0900)]
Remove Profile Build Dependency: mobile extension

- This is for Tizen 4.0.
  (4.0 Configurability & Building Block prohibits the usage of
  profile macro; the value of "profile" will become "undefined"
  unconditionally.)

- Please create JIRA-TRE issue when SR-ing this:

  : Add contacts-service-profile_mobile for mobile profile.

Change-Id: Idfbbc2775089b3f44901f437de5e1f9e96f60443
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agoRemove Profile Build Dependency (CAPI Defragmentation) 72/102372/3
MyungJoo Ham [Mon, 5 Dec 2016 12:12:12 +0000 (21:12 +0900)]
Remove Profile Build Dependency (CAPI Defragmentation)

- This is for Tizen 4.0 Configurability / Building Blocks
  (Fragmentation of CAPI is a blocking issue)

- API per profile for SDK is filetered by sdk-image.git.
 You may include APIs not included for a specific profile, which
 is filtered during rootstraping process of SDK per profile.

- CC'ed SDK (sh.cat.lee@samsung.com) for SDK review

Change-Id: I9bd2511c3c437306e13e8ad0b614bd86355dfbfb
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agomove inotify files to home/owner/data 29/110129/1 accepted/tizen/common/20170113.183907 accepted/tizen/ivi/20170113.224706 accepted/tizen/mobile/20170113.224632 accepted/tizen/wearable/20170113.224651 submit/tizen/20170113.045947
Jongkyu Koo [Thu, 12 Jan 2017 07:48:22 +0000 (16:48 +0900)]
move inotify files to home/owner/data

Change-Id: I37e429f5def2bf086e725956fe128a064b55064c
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
(cherry picked from commit 8ee77213bddb02d1e480da8b49631b44f86b341a)

7 years agomerge branch tizen_3.0 to tizen 73/110073/2
Jongkyu Koo [Tue, 10 Jan 2017 09:59:29 +0000 (18:59 +0900)]
merge branch tizen_3.0 to tizen

Change-Id: I3d3e2ba549f2331126166f8c379a0c690df34163
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years ago3.0 Native API reference english examination(2nd) 76/109176/1 accepted/tizen/3.0/common/20170110.161548 accepted/tizen/3.0/ivi/20170110.043725 accepted/tizen/3.0/mobile/20170110.043644 accepted/tizen/3.0/wearable/20170110.043659 submit/tizen_3.0/20170109.081808
Jeesun Kim [Mon, 9 Jan 2017 06:26:31 +0000 (15:26 +0900)]
3.0 Native API reference english examination(2nd)

Change-Id: I298ef5d05f0a4595d102af9370438c536703443e

7 years ago3.0 Native API reference english examination 37/108637/3 submit/tizen_3.0/20170109.045626
Jeesun Kim [Thu, 5 Jan 2017 08:53:23 +0000 (17:53 +0900)]
3.0 Native API reference english examination

Change-Id: I7c4f17cdcdf16db387b1133a55e9fd0bc329cce4

7 years agoMerge "fix invalid query" into tizen_3.0
Jongkyu Koo [Mon, 9 Jan 2017 04:20:21 +0000 (20:20 -0800)]
Merge "fix invalid query" into tizen_3.0

7 years agofix memory leak 33/108433/2
Jeesun Kim [Wed, 4 Jan 2017 09:25:07 +0000 (18:25 +0900)]
fix memory leak

Change-Id: I4e92a1f345c5d4ad3249c397c2a4f9c55e1df9d9

7 years agoupdate version: 0.13.69 74/108274/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.125051 accepted/tizen/3.0.m2/wearable/20170104.125722 accepted/tizen/3.0/common/20170104.081217 accepted/tizen/3.0/ivi/20170104.032830 accepted/tizen/3.0/mobile/20170104.032754 accepted/tizen/3.0/wearable/20170104.032811 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0/20170104.011435
Jeesun Kim [Wed, 4 Jan 2017 01:10:04 +0000 (10:10 +0900)]
update version: 0.13.69

Change-Id: I63a20f5d434287a4909620380ffb6767dc5f7157

7 years agomodify socket path user->user_ext 73/108273/1
Jeesun Kim [Wed, 4 Jan 2017 01:08:44 +0000 (10:08 +0900)]
modify socket path user->user_ext

Change-Id: I38e4c0e970d03d38e637c9181d15e2d60ad6adec

7 years agofix invalid query 69/107969/1
Jeesun Kim [Mon, 2 Jan 2017 06:41:39 +0000 (15:41 +0900)]
fix invalid query

- need space betweeen parameter and table name

Change-Id: Ice7cd47ed9f216d272136ff1ff8423f065e54bcb

7 years agoMerge "update version:0.13.68" into tizen_3.0 accepted/tizen/3.0/common/20170102.143205 accepted/tizen/3.0/ivi/20170102.094235 accepted/tizen/3.0/mobile/20170102.094158 accepted/tizen/3.0/wearable/20170102.094215 submit/tizen_3.0/20161230.043427
Jongkyu Koo [Fri, 30 Dec 2016 04:30:27 +0000 (20:30 -0800)]
Merge "update version:0.13.68" into tizen_3.0

7 years agoMerge "add performance comment for _for_snippet APIs" into tizen_3.0
Jongkyu Koo [Fri, 30 Dec 2016 04:30:21 +0000 (20:30 -0800)]
Merge "add performance comment for _for_snippet APIs" into tizen_3.0

7 years agoMerge "modifiy sip data contents" into tizen_3.0
Jongkyu Koo [Fri, 30 Dec 2016 04:30:14 +0000 (20:30 -0800)]
Merge "modifiy sip data contents" into tizen_3.0

7 years agoadd performance comment for _for_snippet APIs 01/107801/2
Jeesun Kim [Fri, 30 Dec 2016 04:12:41 +0000 (13:12 +0900)]
add performance comment for _for_snippet APIs

Change-Id: Id295b3ceca861877659a6ec704d57418acfac9bd

7 years agoupdate version:0.13.68 96/107796/1
Jeesun Kim [Fri, 30 Dec 2016 04:00:05 +0000 (13:00 +0900)]
update version:0.13.68

Change-Id: Id6c735f8cd67a91af414dd1fecb86372149e758e

7 years agomodifiy sip data contents 18/107718/2
Jeesun Kim [Thu, 29 Dec 2016 09:56:39 +0000 (18:56 +0900)]
modifiy sip data contents

data1:type, data2:label, data3:address

Change-Id: I1ae43ab7da817097400b0d663275a350c9508730

7 years agoremove invalid error message 84/107484/1
Jeesun Kim [Wed, 28 Dec 2016 07:40:04 +0000 (16:40 +0900)]
remove invalid error message

Change-Id: I40291fa71bd2b0019557d92ccd7a8bf3811d2408

7 years agoversion update:0.13.67 16/107416/1 accepted/tizen/3.0/common/20161228.162448 accepted/tizen/3.0/ivi/20161228.092500 accepted/tizen/3.0/mobile/20161228.092425 accepted/tizen/3.0/wearable/20161228.092440 submit/tizen_3.0/20161228.045111
Jeesun Kim [Wed, 28 Dec 2016 04:14:02 +0000 (13:14 +0900)]
version update:0.13.67

Change-Id: Iad70a5727ae828e15311ac88f53ceaad5e14c471

7 years agonickname is not searched when name is searched 46/106846/4
Jeesun Kim [Fri, 23 Dec 2016 08:03:15 +0000 (17:03 +0900)]
nickname is not searched when name is searched

Change-Id: I9fea08ae43ea201fb315da93ab726b182b323dd6

7 years agoMerge "version update:0.13.66" into tizen_3.0 accepted/tizen/3.0/ivi/20161228.091419 accepted/tizen/3.0/mobile/20161228.091343 accepted/tizen/3.0/wearable/20161228.091405 submit/tizen_3.0/20161227.110143
Jongkyu Koo [Tue, 27 Dec 2016 10:59:53 +0000 (02:59 -0800)]
Merge "version update:0.13.66" into tizen_3.0

7 years agoadd delimiters as \n(line feed) 01/107301/1
Jeesun Kim [Tue, 27 Dec 2016 10:58:06 +0000 (19:58 +0900)]
add delimiters as \n(line feed)

Change-Id: Ibc40dbb737de13f002cd46a977f2007ddc4f7154

7 years agolimit strchr checking until original string length 97/107297/1
Jeesun Kim [Tue, 27 Dec 2016 10:52:43 +0000 (19:52 +0900)]
limit strchr checking until original string length

Change-Id: I6c7b0ca2834a779062a2212af5f0a416a4ba4d51

7 years agoversion update:0.13.66 69/107269/1
Jeesun Kim [Tue, 27 Dec 2016 09:15:56 +0000 (18:15 +0900)]
version update:0.13.66

Change-Id: I91bc773da7de48d906e0648096815b2ce2cd949e

7 years agofix memory leak 56/106756/1
Jongkyu Koo [Thu, 22 Dec 2016 13:18:46 +0000 (22:18 +0900)]
fix memory leak

Change-Id: I9400b8bf5be1285499ba3203ca7dd67c1b6ce3c2
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agofix memory leak 25/106725/1 accepted/tizen/3.0/common/20161227.101528 accepted/tizen/3.0/ivi/20161226.025745 accepted/tizen/3.0/mobile/20161226.025709 accepted/tizen/3.0/wearable/20161226.025727 submit/tizen_3.0/20161223.013827
Jongkyu Koo [Thu, 22 Dec 2016 13:18:46 +0000 (22:18 +0900)]
fix memory leak

Change-Id: I9400b8bf5be1285499ba3203ca7dd67c1b6ce3c2
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
7 years agoRevert "change the path of socket & inotify file" 10/106510/2 accepted/tizen/common/20161222.131224 accepted/tizen/ivi/20161223.095322 accepted/tizen/mobile/20161223.095245 accepted/tizen/wearable/20161223.095304 submit/tizen/20161222.044214
Jongkyu Koo [Thu, 22 Dec 2016 03:40:33 +0000 (19:40 -0800)]
Revert "change the path of socket & inotify file"

This reverts commit aeadb3515c1bf7a0f7ac866fb049a9cdeef99a34.

Change-Id: Ie8e637068efae2e46beb109ec95eb2805de24461

7 years agoMerge "update version: 0.13.65" into tizen accepted/tizen/common/20161220.190908 accepted/tizen/ivi/20161220.223355 accepted/tizen/mobile/20161220.223322 accepted/tizen/wearable/20161220.223335 submit/tizen/20161220.075118
Jongkyu Koo [Tue, 20 Dec 2016 07:44:08 +0000 (23:44 -0800)]
Merge "update version: 0.13.65" into tizen

7 years agoAdd __attribute__ ((gnu_inline)) to fix undefined reference to inline function 08/105608/4
Jeesun Kim [Mon, 19 Dec 2016 05:51:52 +0000 (14:51 +0900)]
Add __attribute__ ((gnu_inline)) to fix undefined reference to inline function

Change-Id: I2b5cf39b8583c20320de173793066d3851569e52

7 years agoMerge "3.0 Native API reference english examination" into tizen
Jongkyu Koo [Tue, 20 Dec 2016 07:36:38 +0000 (23:36 -0800)]
Merge "3.0 Native API reference english examination" into tizen

7 years agoMerge "remove alias in sqlite to improve performance" into tizen
Jongkyu Koo [Tue, 20 Dec 2016 07:35:28 +0000 (23:35 -0800)]
Merge "remove alias in sqlite to improve performance" into tizen