[MPR-988, MPR-989] support group message 43/107043/2
authorKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 26 Dec 2016 08:03:12 +0000 (17:03 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 20 Jan 2017 04:27:16 +0000 (13:27 +0900)
commit1a0c29d2d7f6de0cb44b5805cd59204ca2523e21
treefb0fa5292be488ad27524d5f1d237e85a9256b56
parent68450d6adca062bd831f3f11f9e1074ef62c9efb
[MPR-988, MPR-989] support group message

- add a db table for group message's recipients
- add setting option for group message

Change-Id: If1040fdf69c780a01e1989e6f9f87ccf609c4cb4
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
16 files changed:
config/msg-service-db.sql
framework/setting-handler/MsgSettingHandler.cpp
framework/storage-handler/MsgStorageManager.cpp
framework/storage-handler/MsgStorageMessage.cpp
framework/storage-handler/MsgStorageMms.cpp
framework/transaction-manager/MsgCmdHandlerTransport.cpp
include/common/MsgInternalTypes.h
include/common/MsgSettingTypes.h
include/mapi/msg_types.h
include/utils/MsgSqliteWrapper.h
include/utils/MsgUtilStorage.h
mapi/msg_setting.cpp
plugin/mms_plugin/MmsPluginInternal.cpp
plugin/mms_plugin/MmsPluginStorage.cpp
plugin/mms_plugin/include/MmsPluginStorage.h
utils/MsgUtilStorage.cpp