summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-11Modify check address logic.Keebum Kim1-2/+2
Change-Id: Ie4481bb5baf3ce67bd1a815a625d6987691246f6
2013-03-06Fixed Wrong Type MMS_MEDIA_S to MMS_MEDIA_HIDDEN_SSeunghwan Lee1-4/+4
Change-Id: If2f932df2c7f773ad38425d14a1980601f3e672c
2013-03-06Merge "Fixed N_SE-25225 add mmsDataSize for Serialized MMS data in ↵Changseok Oh5-23/+34
MSG_MESSAGE_HIDDEN_S"
2013-03-06Fixed N_SE-25225 add mmsDataSize for Serialized MMS data in MSG_MESSAGE_HIDDEN_SSeunghwan Lee5-23/+34
Change-Id: I79092f37f91e086593b8e3e530e3e3283a73bca4
2013-03-01[systemd] Fix Smack labels for systemd unitsMaciej Wereski2-1/+3
Systemd in user session fails to start msg-service because Smack blocks access. It was caused by improper labeled systemd unit files with "msg-service" label. This commit fixes it by labeling systemd specific files with "_" label. In case of addition or moving systemd unit files, please label them with "_" label. Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
2013-02-12Modify spam filter related.Keebum Kim1-3/+16
Change-Id: I8545293ce9b56687e1f09c6c53afdffd34948cbd
2013-02-08Disable smack permit for notification.Sangkoo Kim1-5/+0
Change-Id: Iab66c9483b63903021c33e4a82859f4d9aab461a
2013-02-07Add smack rule for notification.Sangkoo Kim1-0/+5
Change-Id: I8b1221052b95393d6f5239318b1b0485c2bad749
2013-02-06Modify add, update message.Keebum Kim3-22/+58
Change-Id: I7540e8c23642c788719642ab9b40f106b8fbb778
2013-02-03Modify Contact service open related.Keebum Kim1-2/+36
2013-02-02Merge branch 'master' into tizen_2.0Seunghwan Lee1-3/+3
2013-02-02fix address typeChangseok Oh1-3/+3
2013-02-01Merge branch 'master' into tizen_2.0Sangkoo Kim4-7/+14
2013-02-01Apply smack labeling for boot script file.Sangkoo Kim3-6/+13
Change-Id: I18fe5be8a4df73dbfc1ac9b3a6f05932de3faf31
2013-01-31Fixed MmsPrintFileInfoForVLD attach countSeunghwan Lee1-1/+1
2013-01-31Merge branch 'master' into tizen_2.0Keebum Kim1-0/+13
2013-01-31Address validation check.Keebum Kim1-0/+13
2013-01-31Merge branch 'master' into tizen_2.0Sangkoo Kim2-4/+7
2013-01-31Apply booting script label for smack.Sangkoo Kim1-0/+3
Change-Id: I5b5c40b49b268d8972c8fb56c418fe949aa37e44
2013-01-31Fixed Wrong set/get value in SendOpt set/get funcSeunghwan Lee1-4/+4
2013-01-29Merge branch 'master' into tizen_2.0Sangkoo Kim1-1/+1
2013-01-29Commented out MsgReleaseMemory()Sangkoo Kim1-1/+1
Change-Id: I3d710124172dc37c6d4c7c304d3356cd6e1e37d2
2013-01-26Merge branch 'master' into tizen_2.0Seunghwan Lee3-0/+55
2013-01-26Fixed Build Fail ProblemSeunghwan Lee3-0/+55
2013-01-25Merge branch 'master' into tizen_2.0Seunghwan Lee8-6/+54
2013-01-25Apply VLD_MMS LOG about File Path & SizeSeunghwan Lee3-1/+41
2013-01-24modify license fileChangseok Oh4-7/+7
2013-01-23add LICENSE and NOTICE fileChangseok Oh2-0/+81
2013-01-23remove LICENSEChangseok Oh2-75/+2
2013-01-17Merge branch 'master' into tizen_2.0Seunghwan Lee184-184/+184
2013-01-17change License url of boilerplateSeunghwan Lee184-184/+184
2013-01-17Merge branch 'master' into tizen_2.0Seunghwan Lee184-184/+184
2013-01-17Chnage Copyright Year from 2012 to 2012-2013Seunghwan Lee184-184/+184
2013-01-16Merge branch 'master' into tizen_2.0Seunghwan Lee1-0/+10
2013-01-16Fixed Prevent 35137Seunghwan Lee1-0/+10
2013-01-14Merge branch 'master' into tizen_2.0Seunghwan Lee1-8/+8
2013-01-14Fixed Prevent BugSeunghwan Lee1-8/+8
2013-01-12Merge branch 'master' into tizen_2.0Keebum Kim9-33/+33
2013-01-12fix prevent issueChangseok Oh8-24/+28
2013-01-12Modify MsgHandle::write for prevent.Keebum Kim1-9/+5
2013-01-10Merge branch 'master' into tizen_2.0Keebum Kim88-7453/+4695
2013-01-10Change caller pkg name to '8r4r5ddzzn.Messages'.Keebum Kim1-5/+5
2013-01-09fix prevent issueChangseok Oh44-1568/+887
2013-01-04append mms header option [Accept-Encoding: deflate,gzip]Seunghwan Lee1-0/+9
2013-01-03P121210-0492 fixed smilparser for problem that image area changed to attachmentSeunghwan Lee1-29/+30
2012-12-27apply modified manifestChangseok Oh9-8/+27
2012-12-21Apply VLD_MMS : Validation check of MMS send/receiveSeunghwan Lee48-1454/+997
Append definition FEATURE_JAVA_MMS/__SUPPORT_DRM__ at CMakeList
2012-12-19Fix wrong scriptChengwei Yang1-1/+1
In general, the %{buildroot} will expand to the build root as its name suggested, this is useful at %install but not scriptlet. And so the mistake will cause create a directory like below /opt/home/abuild/rpmbuild/BUILDROOT/msg-service-0.9.2-4.7.i386/opt/usr/dbspace That's not what we want and it should be /opt/usr/dbspace in fact. Change-Id: I438fb577ad7479b97800a0056f143ae8e7d5a46e Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
2012-12-17Apply new log policy.Sangkoo Kim1-5/+6
Change-Id: Ic532b16b8d809e1df3823766c56cffbf81079943
2012-12-14MMS code clean up about En/DecodeSeunghwan Lee23-3896/+2243