platform/core/messaging/email-service.git
7 years agofix build warning 80/99780/5
intae, jeon [Thu, 24 Nov 2016 06:03:35 +0000 (15:03 +0900)]
fix build warning

Change-Id: I1749cb0191242c91af312da69fffcb1bda34d020
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agofix svace issue 88/100988/2
intae, jeon [Wed, 30 Nov 2016 05:04:00 +0000 (14:04 +0900)]
fix svace issue

Change-Id: Ibb1a91e4474800fca68b22fbca2c3bdc9f8d875c
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agofix spec for email booting policy 66/96466/9
intae, jeon [Wed, 9 Nov 2016 06:00:09 +0000 (15:00 +0900)]
fix spec for email booting policy

Change-Id: I4aecf71130b41095e6604a2f467bab2cc4fb41e9
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agochange UX concept for notification 54/97854/3
intae, jeon [Wed, 9 Nov 2016 00:54:38 +0000 (09:54 +0900)]
change UX concept for notification

Change-Id: Icb2f4beacee793f21fd2b4be2e1c404594abd68d
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agofix jira issue[TSAM9784] for notification 81/96681/5
intae, jeon [Thu, 10 Nov 2016 00:53:06 +0000 (09:53 +0900)]
fix jira issue[TSAM9784] for notification

Change-Id: Ide1d5325934623eb512c8f160d4472ec75e93fcd
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agonew mail notification was removed after sending mail failed notification occurred 53/96553/1
San Cho [Wed, 15 Jun 2016 01:55:13 +0000 (10:55 +0900)]
new mail notification was removed after sending mail failed notification occurred

Change-Id: I8ca65c36ea87a906abd9721e835251371c120cc5
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agoNew mails notification is merged with sending email notification in quick panel. 71/96171/5
San Cho [Mon, 13 Jun 2016 03:28:42 +0000 (12:28 +0900)]
New mails notification is merged with sending email notification in quick panel.

[Problem] New mails notification is merged with sending email notification in quick panel.
[Cause & Measure] Cause: notification private id was shared with new mail notification and sending mail notification.
Measure: remove using private id for sending mail nofitifcation.

Change-Id: Icf625efd6692167c3e0f6ac94d7d2d7bac5912d7

7 years agoSent Fail notification disappears from notification panel if launching email app 23/96123/3
San Cho [Tue, 24 May 2016 06:55:52 +0000 (15:55 +0900)]
Sent Fail notification disappears from notification panel if launching email app

[Problem] "Sent Fail" notification disappears from notification panel if launching email app
[Cause & Measure] Cause: emcore_clear_notification() is called if email app is launched, then email-service removes all notification unconditionally.
Measure: set noti type when inserting notification, and classify the sent fail notification when emcore_clear_notification is called.

Change-Id: I6ddd96ff6259356160ccc4e733fba7cc22190105
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agopush is not working for the outlook.com 06/94606/3 accepted/tizen/common/20161102.122120 accepted/tizen/ivi/20161102.073535 accepted/tizen/mobile/20161102.073503 accepted/tizen/wearable/20161102.073516 submit/tizen/20161102.044810
sireesha.t [Wed, 12 Oct 2016 06:31:50 +0000 (12:01 +0530)]
push is not working for the outlook.com

[Problem]“Push” is not working for the “outlook.com “ .
[Cause & Measure] Cause: In gmail EXISTS response is coming first then RECENT response.In outlook RECENT response coming first then EXISTS.
In code once we read first response, we are not reading second response but sync procedure kept under EXISTS response. So for outlook server we are not doing sync operation .
Measure: Modified code to read both EXISTS and RECENT responses.

Change-Id: I2de6a9ecd013e06110d8c17f2cd86bd7ca012088
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agoapply secure log for privacy 26/94526/6
San Cho [Thu, 28 Jul 2016 08:58:48 +0000 (17:58 +0900)]
apply secure log for privacy

Change-Id: Ia76e7dffe1004eee9baf78ed109e7c40ea12034a
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agowhen downloading attachment automatically, mail body does not have to be downloaded... 88/94488/7
San Cho [Tue, 26 Jul 2016 09:30:41 +0000 (18:30 +0900)]
when downloading attachment automatically, mail body does not have to be downloaded fully

[Problem] auto download attachment was not operated well.
[Cause & Measure] Cause: mail body was being downloaded fully to get attachment information completely before downloading attachment.
Measure: attachment information have to exist unconditionally if email size is "Header only"

Change-Id: Ic3b9c745b2b40a2631a43fd30535aed0f1f65ad5
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
7 years agothe order of auto download attachment was wrong 71/94471/3
San Cho [Mon, 11 Jul 2016 08:02:07 +0000 (17:02 +0900)]
the order of auto download attachment was wrong

[Problem] the order of auto download attachment was wrong
[Cause & Measure] Cause: the older mail's attachment was downloaded first.
Measure: sorting mails by server id and download attachment.

Change-Id: Ib7d4649ba3b960bc2a66e23f8032ea0d068d157e

7 years agoattachment of airtel's mail was not shown 68/94168/6
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

7 years agonot checking mail folder sync error when LIST command's result callback is called. 46/94146/4
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>
7 years agoUnble to compose is displayed when attach contact and send 64/94064/5
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

7 years agomail folder, its name is "I", could not be deleted. 63/94063/3
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

7 years agoInvitation shown as "Unknown" when sent from EAS account and received sending failure... 26/94026/2
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

7 years agonew email notification was not coming. 23/94023/4
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

7 years agowhen downloading partial body, hotmail server does not response with UID field so... 22/94022/2
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

7 years agofix add log for UNKNOWN_API_ID 85/93885/1
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>
7 years agoadd log for UNKNOWN_APIID 65/91565/5
San Cho [Mon, 30 May 2016 02:47:40 +0000 (11:47 +0900)]
add log for UNKNOWN_APIID

Change-Id: I72c5625652ec195d143627c466434a9c052f923d

7 years agomailbox_id from "Email Sent" notification was wrong 48/91548/6
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>
7 years agothe position of hotmail's UID is at the end of BODYSTRUCTURE 41/91541/5
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

7 years agoRevert "Revert "crash occured when downloading partial body"" 50/93350/3
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

7 years agoRevert "Revert "not able to refesh INBOX"" 49/93349/3
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

7 years agoRevert "Revert "connection info was maintained even if IDLE command is failed"" 48/93348/3
intae jeon [Mon, 24 Oct 2016 01:04:37 +0000 (18:04 -0700)]
Revert "Revert "connection info was maintained even if IDLE command is failed""

This reverts commit a67cfcc03165abb52a34a46c6eb0668f9d0eafe6.

Change-Id: I7eb25e99518a3edba7ca6732c46210f03a9f0f2c

7 years agoRevert "Revert "Crash occurred when "" is inputted as new mailbox name when creating... 47/93347/3
intae jeon [Mon, 24 Oct 2016 01:04:25 +0000 (18:04 -0700)]
Revert "Revert "Crash occurred when "" is inputted as new mailbox name when creating or renaming folder""

This reverts commit 83bde1cf3ab900da83642881bacb6e939f1f7990.

Change-Id: I5bf6fc6875a6d026cda1929982b1ed4e0d25a3aa

7 years agoRevert "Revert "eml parser API causes crash."" 46/93346/2
intae jeon [Mon, 24 Oct 2016 01:04:05 +0000 (18:04 -0700)]
Revert "Revert "eml parser API causes crash.""

This reverts commit 7d6952649538aa242a989fe509ccee95c4a471ac.

Change-Id: Iee8b047ae7a1758b13aeed4950b352facbf481aa

7 years agoRevert "[P151125-03506] NAVER server's server search is not operated" 92/92192/2 accepted/tizen/3.0/ivi/20161028.134026 accepted/tizen/3.0/mobile/20161028.133134 accepted/tizen/3.0/wearable/20161028.133656 accepted/tizen/common/20161014.043058 accepted/tizen/ivi/20161014.005333 accepted/tizen/mobile/20161014.005300 accepted/tizen/wearable/20161014.005318 submit/tizen/20161013.193459 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
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

7 years agoRevert "eml parser API causes crash." 93/92193/2
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

7 years agoMerge "Revert "Crash occurred when "" is inputted as new mailbox name when creating...
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

7 years agoMerge "Revert "connection info was maintained even if IDLE command is failed"" into...
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

7 years agoRevert "not able to refesh INBOX" 96/92196/3
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

7 years agoRevert "Crash occurred when "" is inputted as new mailbox name when creating or renam... 94/92194/2
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

7 years agoRevert "connection info was maintained even if IDLE command is failed" 95/92195/2
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

7 years agoRevert "crash occured when downloading partial body" 97/92197/2
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

7 years agofix build warning 87/91887/1
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>
7 years agocrash occured when downloading partial body 38/91538/5 accepted/tizen/common/20161011.154517 accepted/tizen/ivi/20161011.234456 accepted/tizen/mobile/20161011.234500 accepted/tizen/wearable/20161011.234427 submit/tizen/20161011.092348
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>
7 years agonot able to refesh INBOX 20/91520/6
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>
7 years agoconnection info was maintained even if IDLE command is failed 16/91516/10
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>
7 years agofixed issue about can not unmark icon 85/91685/6 accepted/tizen/ivi/20161011.234056 accepted/tizen/mobile/20161011.234052 accepted/tizen/wearable/20161011.234047 submit/tizen/20161011.042615
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>
7 years agoCrash occurred when "" is inputted as new mailbox name when creating or renaming... 14/91514/3
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>
7 years agoeml parser API causes crash. 01/90401/4
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

7 years ago[P151125-03506] NAVER server's server search is not operated 97/90397/6
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>
7 years agoTSAM8661 issue fixed about mark read/unread api 28/91128/2 accepted/tizen/3.0/ivi/20161011.043849 accepted/tizen/3.0/mobile/20161015.033214 accepted/tizen/3.0/wearable/20161015.082718 accepted/tizen/common/20161006.153744 accepted/tizen/ivi/20161006.082316 accepted/tizen/mobile/20161006.082236 accepted/tizen/wearable/20161006.082258 submit/tizen/20161006.045559 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_wearable/20161015.000002
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>
7 years agomodify email account backup/restore API and key managet migration for OS upgrade 27/87027/13 accepted/tizen/common/20160929.163123 accepted/tizen/ivi/20160929.233708 accepted/tizen/mobile/20160929.233700 accepted/tizen/wearable/20160929.233704 submit/tizen/20160929.020418
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>
7 years agofix license issue 36/88836/1 accepted/tizen/common/20160921.161915 accepted/tizen/ivi/20160922.041809 accepted/tizen/mobile/20160922.041724 accepted/tizen/wearable/20160922.041653 submit/tizen/20160921.022751
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>
7 years agoRemove trivial unnecessary profile dependencies 43/88643/1
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>
7 years agofix upgrade script because email-service.sql 97/86997/3 accepted/tizen/common/20160907.154443 accepted/tizen/ivi/20160908.004028 accepted/tizen/mobile/20160908.003939 accepted/tizen/wearable/20160908.004006 submit/tizen/20160907.044033
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>
7 years agoadd environment variable to upgrade script(security team request) 73/86873/1
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>
7 years agofix dpm return code and dpm mode on 64/86164/1 accepted/tizen/common/20160831.161824 accepted/tizen/ivi/20160831.124848 accepted/tizen/mobile/20160831.124703 accepted/tizen/wearable/20160831.124742 submit/tizen/20160831.044825
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>
7 years agoadd upgrade script 25/85825/3 accepted/tizen/common/20160829.140329 accepted/tizen/ivi/20160830.061314 accepted/tizen/mobile/20160830.061300 accepted/tizen/wearable/20160830.061306 submit/tizen/20160829.100638
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>
7 years agofix TSAM6653 issue because smack 55/83955/1
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>
7 years agofix coding rule and logic 58/83058/3
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>
7 years agoadd dpm policy control for email-service 22/80922/11
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>
7 years agofix build warning 23/81623/1 accepted/tizen/common/20160727.151509 accepted/tizen/ivi/20160803.040023 accepted/tizen/mobile/20160803.035923 accepted/tizen/wearable/20160803.035953 submit/tizen/20160727.094119
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>
7 years agofix notification issue for language change 89/80389/3 accepted/tizen/common/20160718.155618 accepted/tizen/ivi/20160718.104338 accepted/tizen/mobile/20160718.104115 accepted/tizen/wearable/20160718.104104 submit/tizen/20160718.020011
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>
7 years agofix build warning 63/80163/2
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>
7 years agofix notification error 43/78543/1 accepted/tizen/common/20160706.142006 accepted/tizen/ivi/20160706.081839 accepted/tizen/mobile/20160706.081802 accepted/tizen/wearable/20160706.081817 submit/tizen/20160706.013325
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>
7 years agofix Svace issue and shell script issue 45/77745/1 accepted/tizen/common/20160701.192947 accepted/tizen/ivi/20160701.034359 accepted/tizen/mobile/20160701.034450 accepted/tizen/wearable/20160701.034433 submit/tizen/20160701.023737 submit/tizen_common/20160701.180000
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>
7 years agofix TCT fail issue 79/77079/3 accepted/tizen/common/20160629.222858 accepted/tizen/ivi/20160629.070620 accepted/tizen/mobile/20160629.070628 accepted/tizen/wearable/20160629.070601 submit/tizen/20160629.013616
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>
7 years agofix ABI Issue 78/76678/2
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>
7 years agofix ABI Issue 29/75929/1 accepted/tizen/common/20160623.154115 submit/tizen/20160622.235615
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>
7 years agosvace issue fixed 60/75460/2
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>
7 years agofix defect for rand function 13/74313/1 accepted/tizen/common/20160614.144006 accepted/tizen/ivi/20160614.103636 accepted/tizen/mobile/20160614.103601 accepted/tizen/wearable/20160614.103613 submit/tizen/20160614.051728
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>
8 years agofix svace issue 99/68999/2 accepted/tizen/common/20160524.150414 accepted/tizen/ivi/20160524.094818 accepted/tizen/mobile/20160524.094713 accepted/tizen/wearable/20160524.094900 submit/tizen/20160524.011323
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>
8 years agomodify header and spec file for wearable 44/67644/1
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>
8 years agomodify download_attachment and get_task_information 81/66681/3 accepted/tizen_tv accepted/tizen/common/20160427.054044 accepted/tizen/ivi/20160427.080505 accepted/tizen/mobile/20160427.080512 accepted/tizen/tv/20160427.080440 accepted/tizen/wearable/20160427.080453 submit/tizen/20160427.040237
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>
8 years agofixed build warning 57/65957/2 accepted/tizen/common/20160418.141436 accepted/tizen/ivi/20160418.012837 accepted/tizen/mobile/20160418.012543 accepted/tizen/tv/20160418.012504 accepted/tizen/wearable/20160418.012518 submit/tizen/20160417.233634
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>
8 years agofixed svace issue 12/65412/1 accepted/tizen/common/20160414.142132 accepted/tizen/ivi/20160414.012009 accepted/tizen/mobile/20160414.012045 accepted/tizen/tv/20160414.011947 accepted/tizen/wearable/20160414.011945 submit/tizen/20160413.225258
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>
8 years agomodify License issue 65/63865/1
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>
8 years agofix svace and License issue 39/63839/1
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>
8 years agoSvace error fixed 11/63711/1
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>
8 years agoMerge "remove hardcode path for multi user" into tizen accepted/tizen/common/20160317.155929 accepted/tizen/ivi/20160316.135346 accepted/tizen/mobile/20160316.135258 accepted/tizen/tv/20160316.135314 accepted/tizen/wearable/20160316.135331 submit/tizen/20160316.103419
Sang-Hun Chung [Tue, 8 Mar 2016 06:41:34 +0000 (22:41 -0800)]
Merge "remove hardcode path for multi user" into tizen

8 years agoremove hardcode path for multi user 36/61336/1
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>
8 years agoremoved hard code path for multi user
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>
8 years agoAdded the description : deprecated 00/57000/1
Sunghyun Kwon [Thu, 14 Jan 2016 08:26:45 +0000 (17:26 +0900)]
Added the description : deprecated

Change-Id: Ie0b6982c5530fa2d49f2be7011ea0b78cc26dead

8 years agoModified the from removing to deprecated 76/56876/1
Sunghyun Kwon [Wed, 13 Jan 2016 08:59:18 +0000 (17:59 +0900)]
Modified the from removing to deprecated

Change-Id: I59035286210bee5bd5260320ae92c1928565f1d4

8 years agoAdded the doc 30/56830/1 accepted/tizen/common/20160222.162150 accepted/tizen/ivi/20160218.023805 accepted/tizen/mobile/20160114.011004 accepted/tizen/tv/20160114.011019 accepted/tizen/wearable/20160114.011046 submit/tizen/20160113.053629 submit/tizen_common/20160222.141210 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
Sunghyun Kwon [Wed, 13 Jan 2016 04:41:01 +0000 (13:41 +0900)]
Added the doc

Change-Id: Ia59d920aac4a06589e09625431db5c7962bbd0bd

8 years agoModified the checking logic for password update 19/54819/1 accepted/tizen/mobile/20151218.090108 accepted/tizen/tv/20151218.085926 accepted/tizen/wearable/20151218.090042 submit/tizen/20151218.054722 submit/tizen_common/20151229.154718
Sunghyun Kwon [Fri, 18 Dec 2015 05:44:06 +0000 (14:44 +0900)]
Modified the checking logic for password update

Change-Id: Id012668f368bace2cecdf5c2b721f5a3221717aa

8 years agoApplied the coding rule for utilites 76/54676/1 accepted/tizen/mobile/20151218.044019 accepted/tizen/tv/20151218.044005 accepted/tizen/wearable/20151218.044022 submit/tizen/20151218.002259
Sunghyun Kwon [Thu, 17 Dec 2015 06:14:27 +0000 (15:14 +0900)]
Applied the coding rule for utilites

Change-Id: I62b68cdb1b41b12af79d7f4715201bdcc8b3203e

8 years agoTurn on verify peer option on curl for pinning 48/54348/1 accepted/tizen/mobile/20151215.055258 accepted/tizen/tv/20151215.055315 accepted/tizen/wearable/20151215.055345 submit/tizen/20151215.042856
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>
8 years agomerged from tizen 2.4 24/54224/1 accepted/tizen/mobile/20151215.054252 accepted/tizen/tv/20151215.054321 accepted/tizen/wearable/20151215.054345 submit/tizen/20151215.020358
Sunghyun Kwon [Mon, 14 Dec 2015 08:00:16 +0000 (17:00 +0900)]
merged from tizen 2.4

Change-Id: Ibd0a4848d902620e1587b823a1292ce18d987c27

8 years agoFixed the coding rule 00/53900/1
Sunghyun Kwon [Thu, 10 Dec 2015 06:00:10 +0000 (15:00 +0900)]
Fixed the coding rule

Change-Id: Iea47f36f60b6f0471b09fc44aa9fc6a17aeeeedb

8 years agoAdded the pinning feature 92/53692/1 accepted/tizen/mobile/20151210.083232 accepted/tizen/tv/20151210.083257 accepted/tizen/wearable/20151210.083317 submit/tizen/20151210.060951
Sunghyun Kwon [Wed, 9 Dec 2015 00:40:04 +0000 (09:40 +0900)]
Added the pinning feature

Change-Id: Ief701f3a775ab1625282f873f362715d7e2a8df7

8 years agoModified the spell 32/53432/1 accepted/tizen/mobile/20151208.043243 accepted/tizen/tv/20151208.044459 accepted/tizen/wearable/20151208.044614 submit/tizen/20151207.003121
Sunghyun Kwon [Mon, 7 Dec 2015 00:17:41 +0000 (09:17 +0900)]
Modified the spell

Change-Id: I756b2496d8db4672f2b934ea7ba283b7b1febd6c

8 years agoexclude the profiling(TV, Wearable) 29/53429/1 accepted/tizen/mobile/20151207.122155 accepted/tizen/tv/20151207.122213 accepted/tizen/wearable/20151207.122236 submit/tizen/20151207.000036
Sunghyun Kwon [Sun, 6 Dec 2015 23:50:09 +0000 (08:50 +0900)]
exclude the profiling(TV, Wearable)

Change-Id: If04cf4e166e82e6e5d9e517e786c840abb722bbe

8 years agoMerged frm tizen 2.4 to tizen 3.0 48/52248/1 accepted/tizen/mobile/20151122.234022 accepted/tizen/tv/20151122.234033 accepted/tizen/wearable/20151122.234050 submit/tizen/20151120.071824
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

8 years agoModified the format string for 64bit 46/52246/1
Sunghyun Kwon [Fri, 20 Nov 2015 06:45:52 +0000 (15:45 +0900)]
Modified the format string for 64bit

Change-Id: Ia0aed4127be0cfac75a4403348167a04d5f62a7b

8 years agoAdded the check file exists 96/50996/1 accepted/tizen/mobile/20151105.020239 accepted/tizen/tv/20151105.020259 accepted/tizen/wearable/20151105.020308 submit/tizen/20151105.001741
Sunghyun Kwon [Wed, 4 Nov 2015 09:53:03 +0000 (18:53 +0900)]
Added the check file exists

Change-Id: Idb86bf1861de30e635160d6d58370776dd15fa4c

8 years agofixed the db init script 93/50993/1
Sunghyun Kwon [Wed, 4 Nov 2015 09:27:48 +0000 (18:27 +0900)]
fixed the db init script

Change-Id: Ia0782850b58412ff3cf87182ccc64ec26aef4fcb

8 years agoMerged from tizen_2.4 to tizen_3.0 70/50470/1 accepted/tizen/mobile/20151029.085946 accepted/tizen/tv/20151029.085956 accepted/tizen/wearable/20151029.090008 submit/tizen/20151029.065142
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

8 years agomodified the symbol by key-manager 15/48515/1 accepted/tizen/mobile/20151013.071107 accepted/tizen/tv/20151013.071129 accepted/tizen/wearable/20151013.071137 submit/tizen/20151013.050319 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Sunghyun Kwon [Tue, 22 Sep 2015 10:28:30 +0000 (19:28 +0900)]
modified the symbol by key-manager

Change-Id: If2ab4e34deacdedeeab184ad60a1e472ec9f0a71

8 years agoMerged the tizen 2.4 47/48447/1
Sunghyun Kwon [Mon, 21 Sep 2015 12:45:03 +0000 (21:45 +0900)]
Merged the tizen 2.4

Change-Id: I3fec60f2d5942aee01d1996a664dc3318b756306

8 years agoRemove the execution script 21/47621/1 accepted/tizen/mobile/20150917.040625 accepted/tizen/tv/20150917.040636 accepted/tizen/wearable/20150917.040647 submit/tizen/20150915.052051 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620
Sunghyun Kwon [Mon, 7 Sep 2015 06:58:08 +0000 (15:58 +0900)]
Remove the execution script

Change-Id: Iad42ac8f39d8fa66ec9e7136121d50639e2676b2

8 years agoRemove remaining cert-svc package dependency 56/47556/1
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>
8 years agoRemoved the certificate api 14/47514/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150904.104544 accepted/tizen/tv/20150904.104817 accepted/tizen/wearable/20150904.105016 submit/tizen/20150904.071530 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
Sunghyun Kwon [Fri, 4 Sep 2015 05:55:24 +0000 (14:55 +0900)]
Removed the certificate api

Change-Id: I988be040e4cc882372cd7ba4beb5ca6593be9b49

8 years agoModified the indent 03/47403/1 accepted/tizen/mobile/20150903.110835 accepted/tizen/tv/20150903.110949 accepted/tizen/wearable/20150903.111125 submit/tizen/20150903.083144
Sunghyun Kwon [Thu, 3 Sep 2015 06:31:56 +0000 (15:31 +0900)]
Modified the indent

Change-Id: I58375a94142bfd49e168fa9f50fd240353fd5fab

8 years agoFixed the invalid casting and remove the flash noti 78/47378/1 accepted/tizen/mobile/20150903.053541 accepted/tizen/tv/20150903.053655 accepted/tizen/wearable/20150903.053757 submit/tizen/20150903.041655
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

8 years agoMerged the tizen 2.4 and fixed the bug 14/47214/1 accepted/tizen/mobile/20150901.083859 accepted/tizen/tv/20150901.083919 accepted/tizen/wearable/20150901.083928 submit/tizen/20150901.080107
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