San Cho [Thu, 7 Jul 2016 07:49:55 +0000 (16:49 +0900)]
attachment of airtel's mail was not shown
[Problem] attachment of airtel's mail was not shown
[Cause & Measure] Cause: mime format of airtel's mail was wrong. attachment part should be under "mixed" multipart, but it was in "releated" multipart.
Measure: checking content disposition to classify attachment part.
Change-Id: I6f4b950995f15afe368d3eecef946f12e207ec38
(cherry picked from commit
c029edde2e3cf2d02124e415a882955dd8075e26)
San Cho [Mon, 27 Jun 2016 10:16:03 +0000 (19:16 +0900)]
not checking mail folder sync error when LIST command's result callback is called.
[Problem] the mails of INBOX was removed suddendly.
[Cause & Measure] Cause: mail folder sync operation is operated quite often.
But if there is a unexpected error in the folder sync time, we are guessing that not synced folder yet (because of network error) may be removed on mail server. so we are removing it from local db.
Change-Id: I33c2af6afd2956cfd188d5d0f6fc2df0dbb0ddaa
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
(cherry picked from commit
2a80badc56f9df0909a55d42f8594553d8fe2dc5)
San Cho [Mon, 20 Jun 2016 09:59:16 +0000 (18:59 +0900)]
Unble to compose is displayed when attach contact and send
[Problem] Unble to compose is displayed when attach contact and send
[Cause & Measure] Cause: the length of attachment file name is too long.
Measure: extend file name buffer size.
Change-Id: Ia67c1fa57f1553eedb6ed3a477265f466c2b6174
(cherry picked from commit
e87d6cbc9c49203c506c880a67b743f2d298eb39)
San Cho [Mon, 20 Jun 2016 08:08:04 +0000 (17:08 +0900)]
mail folder, its name is "I", could not be deleted.
[Problem] mail folder, its name is "I", could not be deleted.
[Cause & Measure] Cause: email-service removes its child folders, searched by "LIKE" sql, so trying to remove "INBOX" as its child folder.
Measure: modifying the sql.
Change-Id: I654d089670317c7fb13e75e23423d043114d4b50
(cherry picked from commit
c27561bbab09c1b071d5cb4e6b527ad88d16bf6d)
San Cho [Thu, 16 Jun 2016 02:49:55 +0000 (11:49 +0900)]
Invitation shown as "Unknown" when sent from EAS account and received sending failure server email and tried to open it from .eml attachment.
[Problem] Invitation shown as "Unknown" when sent from EAS account and received sending failure server email and tried to open it from .eml attachment.
[Cause & Measure] Cause: In parsing mime, "unknwon" is set as its name before checking content subtype as "calendar".
Measure: Checking content subtype first if it is calendar then set its name as "unknown" if it is not calendar type.
Change-Id: I2ba5ee8368d397b152d395db1e073e9d290c672d
(cherry picked from commit
0b852a62cfab550334d367cf8d5f5f93b71c107f)
intae, jeon [Wed, 2 Nov 2016 05:19:35 +0000 (22:19 -0700)]
Merge "fix add log for UNKNOWN_API_ID" into tizen_3.0
San Cho [Tue, 7 Jun 2016 03:05:08 +0000 (12:05 +0900)]
new email notification was not coming.
[Problem] new email notification was not coming.
[Cause & Measure] Cause: many partial body download operations are queued, so new mail notification did not occur.
Measure: change the time of occuring notification from finishing partial body downlad to finishing sync header.
Change-Id: I87e2f71698613d6068795f06550cbc5d15cf364d
(cherry picked from commit
87ef70aa756567394703bd3f1c29719554576a70)
San Cho [Wed, 5 Oct 2016 08:58:41 +0000 (17:58 +0900)]
when downloading partial body, hotmail server does not response with UID field so it makes mime parsing operation weird
[Problem] downloading partial body operation was fail.
[Cause & Measure] Cause: hotmail server does not response with UID field.
Measure: specify UID field in request command explicitly.
Change-Id: I005ed034ed511c23cf46ecf2a7442394ac44c9fe
(cherry picked from commit
962dd9998cafa9418e1a31a03fb7fcc40f31adfa)
intae, jeon [Wed, 26 Oct 2016 07:33:43 +0000 (16:33 +0900)]
fix add log for UNKNOWN_API_ID
Change-Id: I7edf8e74c404c841c0df6cf656a95313ee32f592
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
(cherry picked from commit
535840a6fd26123aaa5596b4337d4d33d900f127)
San Cho [Mon, 30 May 2016 02:47:40 +0000 (11:47 +0900)]
add log for UNKNOWN_APIID
Change-Id: I72c5625652ec195d143627c466434a9c052f923d
(cherry picked from commit
897dbd70c3f82115f740cf756662b8822c1f9b97)
intae, jeon [Mon, 10 Oct 2016 06:51:16 +0000 (15:51 +0900)]
mailbox_id from "Email Sent" notification was wrong
[Problem] mailbox_id was set as OUTBOX in "Email Sent" notification
[Cause & Measure] Cause: mailbox_id was set on the notification when the mail was in OUTBOX yet.
Measure: Creating "Sent" notification after the mail is moved to Sent box.
Change-Id: I6316a83aceb57ad33f1dcc02dd3388865ed10003
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
(cherry picked from commit
4229c6bd60594b2673e2a9526db9e44cc7aa5c59)
San Cho [Fri, 20 May 2016 09:00:17 +0000 (18:00 +0900)]
the position of hotmail's UID is at the end of BODYSTRUCTURE
[Problem] the position of hotmail's UID is at the end of BODYSTRUCTURE
[Cause & Measure] Cause: the position of hotmail's UID is different from other email service provider, so index error occurred
Meause: Checking UID string pointer when parsing BODYSTRUCTURE
Change-Id: I9cc78af63a51cf422f2c655c8a0b0a6c3f7a4922
(cherry picked from commit
93f11d61053054c257069a3d4bf57bbbdc1f4cf8)
intae jeon [Mon, 24 Oct 2016 01:04:56 +0000 (18:04 -0700)]
Revert "Revert "crash occured when downloading partial body""
This reverts commit
ab1230a94e04a95ed58c5a57bb97e56a121bef32.
Change-Id: I503bac8a20632e5979795ca18b818b7a640873be
(cherry picked from commit
55dc6e5aa099f486657e9e74a4355cb2cdd131ea)
intae jeon [Mon, 24 Oct 2016 01:04:46 +0000 (18:04 -0700)]
Revert "Revert "not able to refesh INBOX""
This reverts commit
0ef29f5e7b7da6bb9ec96aea1f0ace3108271154.
Change-Id: Ib20ba7a8852d9676e28b3977cf256d35552d7340
(cherry picked from commit
78684fc2e897ab2f6258282e99d300cf8a7f2bfd)
intae jeon [Mon, 24 Oct 2016 01:04:37 +0000 (18:04 -0700)]
merge for sync
Revert "Revert "connection info was maintained even if IDLE command is failed""
This reverts commit
a67cfcc03165abb52a34a46c6eb0668f9d0eafe6.
Change-Id: I7eb25e99518a3edba7ca6732c46210f03a9f0f2c
(cherry picked from commit
71fd1573cc354adf4d05159be2f24ecd94885fa5)
intae jeon [Mon, 24 Oct 2016 01:04:25 +0000 (18:04 -0700)]
merge for sync
Revert "Revert "Crash occurred when "" is inputted as new mailbox name when creating or renaming folder""
This reverts commit
83bde1cf3ab900da83642881bacb6e939f1f7990.
Change-Id: I5bf6fc6875a6d026cda1929982b1ed4e0d25a3aa
(cherry picked from commit
24b61ff9792832e52f55eeebd778cb2d25a06d02)
intae jeon [Mon, 24 Oct 2016 01:04:05 +0000 (18:04 -0700)]
merge for sync
Revert "Revert "eml parser API causes crash.""
This reverts commit
7d6952649538aa242a989fe509ccee95c4a471ac.
Change-Id: Iee8b047ae7a1758b13aeed4950b352facbf481aa
(cherry picked from commit
b6c6bf64e13ee30f0bf6de60de30047df322a34b)
Jongkyu Koo [Thu, 13 Oct 2016 19:23:37 +0000 (12:23 -0700)]
Revert "[P151125-03506] NAVER server's server search is not operated"
This reverts commit
123b523e7456e8c9e90d67f7f63b828c703e1c66.
Change-Id: Ic6be2932d736335a2f9ad646ada3b904811499b1
Jongkyu Koo [Thu, 13 Oct 2016 19:24:06 +0000 (12:24 -0700)]
Revert "eml parser API causes crash."
This reverts commit
9ee7bb71cb2ad22399ce2751721b4b9dd062978c.
Change-Id: Ice130275f2c869924955557a9e54bedeb301f9a3
intae jeon [Thu, 13 Oct 2016 19:31:08 +0000 (12:31 -0700)]
Merge "Revert "Crash occurred when "" is inputted as new mailbox name when creating or renaming folder"" into tizen
intae jeon [Thu, 13 Oct 2016 19:30:43 +0000 (12:30 -0700)]
Merge "Revert "connection info was maintained even if IDLE command is failed"" into tizen
Jongkyu Koo [Thu, 13 Oct 2016 19:25:25 +0000 (12:25 -0700)]
Revert "not able to refesh INBOX"
This reverts commit
106695ca0d64680262901e8a9529be241484f3ad.
Change-Id: Ie0109dddfde7ce54857c41b08c80b8a9ed82e184
Jongkyu Koo [Thu, 13 Oct 2016 19:24:28 +0000 (12:24 -0700)]
Revert "Crash occurred when "" is inputted as new mailbox name when creating or renaming folder"
This reverts commit
564b992f633e56aa3eb6a7c37edf03f29495df25.
Change-Id: I634db1874ea6cecd247daab1c862f201df339a51
Jongkyu Koo [Thu, 13 Oct 2016 19:25:01 +0000 (12:25 -0700)]
Revert "connection info was maintained even if IDLE command is failed"
This reverts commit
622071b24014b0cba6d7a6a5ae1ccbad1dd93560.
Change-Id: I196768ea61aecaf2bd492504b093ef47bba1d809
Jongkyu Koo [Thu, 13 Oct 2016 19:25:48 +0000 (12:25 -0700)]
Revert "crash occured when downloading partial body"
This reverts commit
a1906a2158fac3bb6cff35a679b9d403787ebf50.
Change-Id: I34e3bef3e34d259891ab68b3052682354a32579c
intae, jeon [Wed, 12 Oct 2016 05:41:29 +0000 (14:41 +0900)]
fix build warning
Change-Id: I46903cc94e00cecc568c1c735d8715c1badda779
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 10 Oct 2016 06:15:27 +0000 (15:15 +0900)]
crash occured when downloading partial body
[Problem] crash occured when downloading partial body
[Cause & Measure] Cause:
1. email-service requested UID, BODYSTRUCTURE, BODY to server.
2. UID was comming wrongly as 0. (not reproduced..)
3. email-service iterated its partial body download events to find proper event by comparing UID but it couldn't.
4. the array of partial body download events was out of bound
Measure: Adjusting the bound of index in iteration.
Change-Id: I8fdfe6d827b98f471b56ce6fe7481681cffc3028
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 10 Oct 2016 04:36:57 +0000 (13:36 +0900)]
not able to refesh INBOX
[Problem] not able to refresh INBOX.
[Cause & Measure]
Cause:
1. mailbox sync was failed.
2. default mailboxes (INBOX, SENTBOX, TRASH etc) were not synced, so email-service created those mailboxes as local box.
3. after a while, mailbox sync operation was operated normally, then mailboxes from server were synced. (INBOX, SENTBOX .. default mailboxes also)
4. In db, there were both local default mailboxes and remote default mailboxes synced from server.
5. In application, calling get_mailbox_by_mailbox_type() but it returned local default mailbox (INBOX). So app did not operate synchronization.
Measure: default mailboxes need to be not created locally if mailbox sync operation is failed.
Change-Id: I4e7d1e646df9b32066dd5d42ed67c4c3e3b4eb95
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
San Cho [Wed, 18 May 2016 11:41:19 +0000 (20:41 +0900)]
connection info was maintained even if IDLE command is failed
[Problem] crash occurred when connections for imap idle are refreshed
[Cause & Measure] Cause: Invalild connection is maintained in connection list.
Measure: If idle command is failed, the connection information need to be not maintained and closed.
Change-Id: I4d7863cc7015b78c7ccf8b5d1075bb5a9040b772
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
San Cho [Mon, 30 May 2016 07:07:05 +0000 (16:07 +0900)]
fixed issue about can not unmark icon
Change-Id: I8dcb8a9c1a8e362588ac54a6b5af669a5a9b677b
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
San Cho [Fri, 13 May 2016 01:38:48 +0000 (10:38 +0900)]
Crash occurred when "" is inputted as new mailbox name when creating or renaming folder
[Model] Z2
[BinType] AP
[Customer] N/A
[Issue#] P160512-05930
[Request] PLM
[Occurrence Version] APE4
[Problem] Crash occurred when "" is inputted as new mailbox name when creating or renaming folder.
[Cause & Measure] Cause: There is null checking logic, but string length check does not exist.
Measure: Add strlen check logic.
[Checking Method] Trying to add or rename mail folder.
[Team] Email
[Developer] san.cho@samsung.com
[Solution company] Samsung
[Change Type] N/A
Change-Id: I7549dfecce93f8775ffca1f73086c94214f3ddd4
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
San Cho [Tue, 10 May 2016 05:23:40 +0000 (14:23 +0900)]
eml parser API causes crash.
[Model] Z2
[BinType] AP
[Customer] N/A
[Issue#] P160504-07036, P160504-06929
[Request] PLM
[Occurrence Version] APE2
[Problem] eml file (airtel's mms file) was not parsed properly.
[Cause & Measure] Cause: the file's mime format was so strange.
Measure: Add checking null pointer
[Checking Method] push the eml file to device and trying to open it
[Team] Email
[Developer] san.cho@samsung.com
[Solution company] Samsung
[Change Type] PLM issue
Change-Id: I1c9c44f451b343d57642fb9176d0da8691b7e8ed
San Cho [Thu, 18 Feb 2016 05:32:55 +0000 (14:32 +0900)]
[P151125-03506] NAVER server's server search is not operated
[model] Z3
[binary_type] AP
[customer] N/A
[issue#] P151125-03506
[problem] NAVER server's server search is not operated
[cause] search command's sequence was not accepted by naver.com (HEADER subject)
[solution] change the position of "HEADER subject" forward
[team] Email
[request] N/A
[horizontal_expansion] N/A
Change-Id: I411b6a520e103505b3a036af396d1130d636c7ad
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Thu, 6 Oct 2016 03:57:34 +0000 (12:57 +0900)]
TSAM8661 issue fixed about mark read/unread api
Change-Id: Ifd20d67fdf443e2aaa6b86124cccef7fb4ee2452
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Tue, 6 Sep 2016 05:07:15 +0000 (14:07 +0900)]
modify email account backup/restore API and key managet migration for OS upgrade
Change-Id: I77e78a458b2d6d90994e649f035390380ff0c3b6
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 21 Sep 2016 01:51:43 +0000 (10:51 +0900)]
fix license issue
Change-Id: I0b662c907503c94f8ff5848158cf9104ca1e02f4
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
MyungJoo Ham [Tue, 20 Sep 2016 05:54:30 +0000 (05:54 +0000)]
Remove trivial unnecessary profile dependencies
If TV profile does not need this package, excluding this package
from meta-tv.git should be enough.
For built optimization (not to build this package for TV profile),
it is much better to remove this package from OBS project, "Tizen:TV".
However, after merging build projects (a.k.a. Base2),
such tweaks are not required and will be optimized further anyway.
Change-Id: I9e82f87cd54e1399c8d2b81198ad4c9b8394742d
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
intae, jeon [Tue, 6 Sep 2016 02:11:39 +0000 (11:11 +0900)]
fix upgrade script because email-service.sql
Change-Id: Id29621f03e4d0cd69391106665699a48ba08a604
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 5 Sep 2016 09:44:49 +0000 (18:44 +0900)]
add environment variable to upgrade script(security team request)
Change-Id: I39f47df0d4cb01ddaef3577bc9e8af3a322bb97b
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 31 Aug 2016 01:51:39 +0000 (10:51 +0900)]
fix dpm return code and dpm mode on
Change-Id: Ic2046eb25dbde99286707c7f83801b7ce17ab6d3
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 29 Aug 2016 08:06:54 +0000 (17:06 +0900)]
add upgrade script
Change-Id: I3509b3c26bac57d32954ddf62c5752a0920b2a9c
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Tue, 16 Aug 2016 04:51:13 +0000 (13:51 +0900)]
fix TSAM6653 issue because smack
Change-Id: Ida32a46fc45282077df8e766f775fc75d2565f4d
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Tue, 9 Aug 2016 04:16:05 +0000 (13:16 +0900)]
fix coding rule and logic
Change-Id: I20200497258c55a0f4d427955c29f2a61b3c6356
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Thu, 21 Jul 2016 01:55:54 +0000 (10:55 +0900)]
add dpm policy control for email-service
Change-Id: I4f6d90b93615de9ead2f191a18c7dcc12b75b983
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 27 Jul 2016 09:05:46 +0000 (18:05 +0900)]
fix build warning
Change-Id: I550d2e92e46c3281622c955c4c4f30adc3ba836e
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 18 Jul 2016 02:00:17 +0000 (11:00 +0900)]
fix notification issue for language change
Change-Id: I775f093f484eabb6dd44b7afe901caf942eb12fc
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Fri, 15 Jul 2016 04:34:06 +0000 (13:34 +0900)]
fix build warning
Change-Id: Ib8853ce81381fa2fa67f4a8988eb66bf6a028c54
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 6 Jul 2016 04:43:52 +0000 (13:43 +0900)]
fix notification error
Change-Id: I7d7708356ae9396cd7c8bd500b08d18b3ffdf960
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Fri, 1 Jul 2016 02:01:10 +0000 (11:01 +0900)]
fix Svace issue and shell script issue
Change-Id: I9d464d386684a065850b92e61b3819a9bf38e499
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Tue, 28 Jun 2016 11:33:21 +0000 (20:33 +0900)]
fix TCT fail issue
Change-Id: I27d689bd6b4a9ffa46a631a9abe4d9b71e8da697
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 27 Jun 2016 01:00:39 +0000 (10:00 +0900)]
fix ABI Issue
Change-Id: I101ac02e56b116394b4d74da96c4bf959a59bdff
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 22 Jun 2016 07:07:08 +0000 (16:07 +0900)]
fix ABI Issue
Change-Id: I3aecc3c22e4fa8a422486ea7dba203d9a910779b
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
Kyeonghun Lee [Mon, 20 Jun 2016 04:05:32 +0000 (13:05 +0900)]
svace issue fixed
Change-Id: I2163fde69d214544cfa24dc72e8cd4b0b1aebf4e
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
intae, jeon [Tue, 14 Jun 2016 00:07:03 +0000 (09:07 +0900)]
fix defect for rand function
Change-Id: I30ceb019985144219483738fdd02c4462a674b1c
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 11 May 2016 05:14:01 +0000 (14:14 +0900)]
fix svace issue
Change-Id: I3e94f159600de1e67332c1deed0bd338aae8e921
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 27 Apr 2016 08:31:19 +0000 (17:31 +0900)]
modify header and spec file for wearable
Change-Id: I62346ef85320b7f3b503f4f5a2590fdfcc0a74e4
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Wed, 20 Apr 2016 09:01:09 +0000 (18:01 +0900)]
modify download_attachment and get_task_information
Change-Id: I3c72d4f48c237176a0af04de276c3d344417ce7e
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Thu, 14 Apr 2016 07:45:53 +0000 (16:45 +0900)]
fixed build warning
Change-Id: I5c0c3923c3a9395629665be16020305f0fa231f5
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 11 Apr 2016 00:46:47 +0000 (09:46 +0900)]
fixed svace issue
Change-Id: I746e5ccf6320476bd33608c9a20a0cca5049d80c
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 28 Mar 2016 07:17:46 +0000 (16:17 +0900)]
modify License issue
Change-Id: Ifd9f73c1c1adca8639a758923cc17c6f7b6a78c4
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 28 Mar 2016 05:25:32 +0000 (14:25 +0900)]
fix svace and License issue
Change-Id: I0dfa8be14f4ecb03f3a3960ed53e53325cd05b18
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
Sang-Hun Chung [Fri, 25 Mar 2016 09:06:09 +0000 (18:06 +0900)]
Svace error fixed
Change-Id: Iafac92474a76db75df9dc71dfdaf064a0897cd8f
Signed-off-by: Sang-Hun Chung <sanghun.chung@samsung.com>
Sang-Hun Chung [Tue, 8 Mar 2016 06:41:34 +0000 (22:41 -0800)]
Merge "remove hardcode path for multi user" into tizen
intae, jeon [Mon, 7 Mar 2016 10:14:42 +0000 (19:14 +0900)]
remove hardcode path for multi user
Change-Id: I675286733858cea699ff81b04c3bfa2bb63762ad
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
intae, jeon [Mon, 7 Mar 2016 07:36:18 +0000 (16:36 +0900)]
removed hard code path for multi user
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
Sunghyun Kwon [Thu, 14 Jan 2016 08:26:45 +0000 (17:26 +0900)]
Added the description : deprecated
Change-Id: Ie0b6982c5530fa2d49f2be7011ea0b78cc26dead
Sunghyun Kwon [Wed, 13 Jan 2016 08:59:18 +0000 (17:59 +0900)]
Modified the from removing to deprecated
Change-Id: I59035286210bee5bd5260320ae92c1928565f1d4
Sunghyun Kwon [Wed, 13 Jan 2016 04:41:01 +0000 (13:41 +0900)]
Added the doc
Change-Id: Ia59d920aac4a06589e09625431db5c7962bbd0bd
Sunghyun Kwon [Fri, 18 Dec 2015 05:44:06 +0000 (14:44 +0900)]
Modified the checking logic for password update
Change-Id: Id012668f368bace2cecdf5c2b721f5a3221717aa
Sunghyun Kwon [Thu, 17 Dec 2015 06:14:27 +0000 (15:14 +0900)]
Applied the coding rule for utilites
Change-Id: I62b68cdb1b41b12af79d7f4715201bdcc8b3203e
Kyungwook Tak [Tue, 15 Dec 2015 04:24:11 +0000 (13:24 +0900)]
Turn on verify peer option on curl for pinning
Change-Id: Ibae9eb9866d6259fe1f40868bde177f09e6582f8
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
Sunghyun Kwon [Mon, 14 Dec 2015 08:00:16 +0000 (17:00 +0900)]
merged from tizen 2.4
Change-Id: Ibd0a4848d902620e1587b823a1292ce18d987c27
Sunghyun Kwon [Thu, 10 Dec 2015 06:00:10 +0000 (15:00 +0900)]
Fixed the coding rule
Change-Id: Iea47f36f60b6f0471b09fc44aa9fc6a17aeeeedb
Sunghyun Kwon [Wed, 9 Dec 2015 00:40:04 +0000 (09:40 +0900)]
Added the pinning feature
Change-Id: Ief701f3a775ab1625282f873f362715d7e2a8df7
Sunghyun Kwon [Mon, 7 Dec 2015 00:17:41 +0000 (09:17 +0900)]
Modified the spell
Change-Id: I756b2496d8db4672f2b934ea7ba283b7b1febd6c
Sunghyun Kwon [Sun, 6 Dec 2015 23:50:09 +0000 (08:50 +0900)]
exclude the profiling(TV, Wearable)
Change-Id: If04cf4e166e82e6e5d9e517e786c840abb722bbe
Sunghyun Kwon [Fri, 20 Nov 2015 06:59:41 +0000 (15:59 +0900)]
Merged frm tizen 2.4 to tizen 3.0
Change-Id: I65ed61258a3ac6179144e30e696a4f02b2cb7b71
Sunghyun Kwon [Fri, 20 Nov 2015 06:45:52 +0000 (15:45 +0900)]
Modified the format string for 64bit
Change-Id: Ia0aed4127be0cfac75a4403348167a04d5f62a7b
Sunghyun Kwon [Wed, 4 Nov 2015 09:53:03 +0000 (18:53 +0900)]
Added the check file exists
Change-Id: Idb86bf1861de30e635160d6d58370776dd15fa4c
Sunghyun Kwon [Wed, 4 Nov 2015 09:27:48 +0000 (18:27 +0900)]
fixed the db init script
Change-Id: Ia0782850b58412ff3cf87182ccc64ec26aef4fcb
Sunghyun Kwon [Thu, 29 Oct 2015 05:47:25 +0000 (14:47 +0900)]
Merged from tizen_2.4 to tizen_3.0
Change-Id: I45fc8920cfadae1384fe13c540329140edce3c4d
Sunghyun Kwon [Tue, 22 Sep 2015 10:28:30 +0000 (19:28 +0900)]
modified the symbol by key-manager
Change-Id: If2ab4e34deacdedeeab184ad60a1e472ec9f0a71
Sunghyun Kwon [Mon, 21 Sep 2015 12:45:03 +0000 (21:45 +0900)]
Merged the tizen 2.4
Change-Id: I3fec60f2d5942aee01d1996a664dc3318b756306
Sunghyun Kwon [Mon, 7 Sep 2015 06:58:08 +0000 (15:58 +0900)]
Remove the execution script
Change-Id: Iad42ac8f39d8fa66ec9e7136121d50639e2676b2
Kyungwook Tak [Fri, 4 Sep 2015 12:01:22 +0000 (21:01 +0900)]
Remove remaining cert-svc package dependency
Change-Id: I05d21df0a9f091d059e243608279aa636ffce08d
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
Sunghyun Kwon [Fri, 4 Sep 2015 05:55:24 +0000 (14:55 +0900)]
Removed the certificate api
Change-Id: I988be040e4cc882372cd7ba4beb5ca6593be9b49
Sunghyun Kwon [Thu, 3 Sep 2015 06:31:56 +0000 (15:31 +0900)]
Modified the indent
Change-Id: I58375a94142bfd49e168fa9f50fd240353fd5fab
Sunghyun Kwon [Thu, 3 Sep 2015 02:28:41 +0000 (11:28 +0900)]
Fixed the invalid casting and remove the flash noti
Change-Id: Icb826abd987e4751cf8f473219e597e56009e2e2
Sunghyun Kwon [Tue, 1 Sep 2015 04:53:30 +0000 (13:53 +0900)]
Merged the tizen 2.4 and fixed the bug
Change-Id: Ia9211d7b9eac9b9a1885d38a8c3edc28310ba455
Sunghyun Kwon [Fri, 28 Aug 2015 09:19:53 +0000 (18:19 +0900)]
Fixed the ipc casting(size)
Change-Id: I28e0b72be8230fda019c77a0708f360285d794dc
Sunghyun Kwon [Sat, 22 Aug 2015 02:16:57 +0000 (11:16 +0900)]
Modified the key path
Change-Id: I8202f1e55ca28a8d3f95549f3dcdd9966bc83b56
Sunghyun Kwon [Fri, 21 Aug 2015 11:45:48 +0000 (20:45 +0900)]
Modified from secure-storage to key-manager
Change-Id: I4671d6aab36d4a953c270b11e5f26a7c56a7f98b
Sangyoon Jang [Mon, 17 Aug 2015 10:41:43 +0000 (19:41 +0900)]
Add dependency to sqlite3
email-utilities.h from email-common-use exports sqlite3.h (from email-storage.h)
but it doesn't have dependency to sqlite3
[ 113s] In file included from /home/abuild/rpmbuild/BUILD/email-service-0.10.102/email-common-use/include/email-utilities.h:35:0,
[ 113s] from /home/abuild/rpmbuild/BUILD/email-service-0.10.102/email-common-use/email-utilities.c:45:
[ 113s] /home/abuild/rpmbuild/BUILD/email-service-0.10.102/email-core/email-storage/include/email-storage.h:41:21: fatal error: sqlite3.h: No such file or directory
[ 113s] #include <sqlite3.h>
Change-Id: I45fa7bd66e35929dd605efc8a9306d4ccb90dfd0
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Wed, 12 Aug 2015 06:36:46 +0000 (15:36 +0900)]
Add buildrequires: libsmack
Change-Id: I7c08b3aa5db508969c855ea8ce5551959a8640f0
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Kyungwook Tak [Wed, 29 Jul 2015 10:39:26 +0000 (19:39 +0900)]
Replace deprecated API of cert-svc
cert-svc pkcs12 store related APIs should be used instead of original APIs.
cert-svc-ui imports certificate in store.
Change-Id: I31f5dc0e514dc84f06516a8f96f75045b4537919
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
Sunghyun Kwon [Wed, 22 Jul 2015 07:56:30 +0000 (16:56 +0900)]
Remove the account_connect and account_disconnect api
Change-Id: Ia7f5104f9b11aeb7cf6bf0af30e525218dec3843
Sunghyun Kwon [Tue, 21 Jul 2015 12:11:09 +0000 (21:11 +0900)]
added the init_db running logic
Change-Id: I7ced32c2a1d437b7d6ed366934d93c46fa5c0b51
Sunghyun Kwon [Mon, 20 Jul 2015 07:39:33 +0000 (16:39 +0900)]
Fixed the bug for tizen 3.0
Change-Id: I63dcfaf01e0584389578a981185e5896e8a7abd0
Sunghyun Kwon [Mon, 20 Jul 2015 07:02:28 +0000 (16:02 +0900)]
Fixed the dbus activation for tizen_3.0
Change-Id: I82234948206d8ed9d11b3427ddf29b62d90f8a11
Sunghyun Kwon [Wed, 8 Jul 2015 08:05:09 +0000 (17:05 +0900)]
Removed the smack rule and chsmack command line
Change-Id: I439c3ae937d8e084ec327aea81a5088541999214