Add contact feature 73/139973/5 accepted/tizen/unified/20170818.000138 submit/tizen/20170817.023547
authorJongkyu Koo <jk.koo@samsung.com>
Fri, 21 Jul 2017 07:16:41 +0000 (16:16 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Wed, 9 Aug 2017 02:26:39 +0000 (11:26 +0900)
commitaafdb74d94e6a4d420c3a067b78d4d1af3e0732b
tree0ca1fefca6fb0532d69087c76d6f87f5ba8df903
parentec3924d5f629ce702e9431add876da5827e71b8b
Add contact feature

Change-Id: I122d578388ff143c8daefdb8dabbb8892491c88e
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
34 files changed:
client/CMakeLists.txt
client/ctsvc_client_activity.c
client/ctsvc_client_db.c
client/ctsvc_client_db_notification.c
client/ctsvc_client_group.c
client/ctsvc_client_noti.c
client/ctsvc_client_person.c
client/ctsvc_client_phonelog.c
client/ctsvc_client_service.c
client/ctsvc_client_setting.c
common/ctsvc_filter.c
common/ctsvc_internal.h
common/ctsvc_list.c
common/ctsvc_query.c
common/ctsvc_record.c
common/ctsvc_sim.c
common/ctsvc_vcard.c
doc/contacts_doc.h
include/contacts_activity.h
include/contacts_db.h
include/contacts_db_extension.h
include/contacts_db_status.h
include/contacts_filter.h
include/contacts_group.h
include/contacts_list.h
include/contacts_person.h
include/contacts_phone_log.h
include/contacts_phone_log_internal.h
include/contacts_query.h
include/contacts_record.h
include/contacts_service.h
include/contacts_setting.h
include/contacts_vcard.h
test/test_utils.c