platform/core/appfw/data-provider-master.git
8 years agoDRM code is moved to widget-service. 80/39980/2 submit/tizen_mobile/20150527.071719
Sung-jae Park [Wed, 27 May 2015 06:47:30 +0000 (15:47 +0900)]
DRM code is moved to widget-service.

Change-Id: I15478f9b84d0223d609bed73263aae43d77d13cf

8 years agoSync with the tizen_2.4 26/39926/2
Sung-jae Park [Tue, 26 May 2015 13:15:10 +0000 (22:15 +0900)]
Sync with the tizen_2.4

Change-Id: Iec5756da2cb4c921c1cdb867009e9bb3566b5857

8 years agoMerge branch 'tizen_2.4' of ssh://spin:29418/apps/widget/data-provider-master into...
Sung-jae Park [Tue, 26 May 2015 12:32:08 +0000 (21:32 +0900)]
Merge branch 'tizen_2.4' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: I2fa16e9d1907f98179b0661857bd68dde0d5c67f
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
8 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Tue, 26 May 2015 09:45:21 +0000 (18:45 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Conflicts:
packaging/data-provider-master.spec
src/notification_service.c

Change-Id: I6e054a277b3e74e4209347a7a0a544bd48daac50

8 years agoChange the slave state to terminate if it is an watch.
Sung-jae Park [Tue, 26 May 2015 07:45:32 +0000 (16:45 +0900)]
Change the slave state to terminate if it is an watch.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem] If a master tries to delete an instance, the watch app takes termination phase, so the master detect it as a fault.
[cause] master doesn't aware the watch app's self termination.
[solution] Only for the watch app. master will handles the slave termination as a default operation. in case of deletion of the instance.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I781b16072a49e28a182dbb975666137cef26616f

8 years agoRecover the visible state for watch app.
Sung-jae Park [Tue, 26 May 2015 05:32:26 +0000 (14:32 +0900)]
Recover the visible state for watch app.

After processing the helo_sync request,
if it is recovered from faulted state, send the visible state change event to the slave again.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Open
[issue#] N/A
[problem] Recovered Watch doesn't get its visible state information.
[cause] After recover from the fault, the watch should be handled diferrently with widget.
[solution] Send the visible state change event to the watch again after recover it from fault state.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie551c01d1f3c75f3cdc598167d80f1fe4adb5468

8 years agoFix the invalid refcnt management code for watch instance.
Sung-jae Park [Tue, 26 May 2015 04:02:07 +0000 (13:02 +0900)]
Fix the invalid refcnt management code for watch instance.

Fixed from Private(by gogosing.lee who maintains this for mobile profile Tizen)

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Open
[issue#] N/A
[problem] Watch application gets crashed because of invalid recnt of instance object.
[cause] instance refcnt is not decreased when the pended packet is discarded.
[solution] Decrease the recnt of instance when the pended NEW/STR_NEW packet is discarding.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie21151e2d98990033c08f056ae662e933b513e7d

9 years agoFix string manipulation code for SDK
Sung-jae Park [Wed, 20 May 2015 11:15:21 +0000 (20:15 +0900)]
Fix string manipulation code for SDK

Change-Id: Ic9eb7ef9b56b80441ff09edef6ae58ea0a2a42c5

9 years agoInitialize the touch point.
Sung-jae Park [Wed, 20 May 2015 10:34:41 +0000 (19:34 +0900)]
Initialize the touch point.

[problem] Sometimes, mouse down event is called with wrong position.
[cause] If a position is not set, setting to a previous position.
[solution] Initializing touch point before processing event

Change-Id: I863f571856f8bcca16f403ac997451447503e0f9

9 years agoFix build error
Sung-jae Park [Wed, 20 May 2015 10:33:58 +0000 (19:33 +0900)]
Fix build error

Change-Id: Ifcd2de227a41c1b40b0d0c70b8a59f4181fa8bb1

9 years agoRemove 2.4 feature for notification
Sung-jae Park [Wed, 20 May 2015 10:22:51 +0000 (19:22 +0900)]
Remove 2.4 feature for notification

Change-Id: Iae8da7dfac695f23d3fd70471334bf3083c95689

9 years agoSupport Widget Debugging mode for SDK
Sung-jae Park [Wed, 20 May 2015 10:22:28 +0000 (19:22 +0900)]
Support Widget Debugging mode for SDK

Change-Id: I924f3441ad1156c42ee19831d9e97d1dc220bb08

9 years agoMerge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into... submit/tizen_mobile/20150518.044233
Sung-jae Park [Mon, 18 May 2015 04:41:41 +0000 (13:41 +0900)]
Merge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: I376cbe1159a63edee13545786a844003b38f05ba
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Mon, 18 May 2015 03:13:15 +0000 (12:13 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I393e98535536afeeed87edc96691a24a4d23b1ed
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoFix prevent
Sung-jae Park [Fri, 15 May 2015 08:19:24 +0000 (17:19 +0900)]
Fix prevent

Change-Id: Ief29d7be100c2106784790e2a1fd229f4631f4f5

9 years agoFix prevent
Sung-jae Park [Fri, 15 May 2015 05:37:26 +0000 (14:37 +0900)]
Fix prevent

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I37389a9a3e2606be7f9cb9452562d80641326b7e

9 years agoMerge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into...
Sung-jae Park [Fri, 15 May 2015 03:37:33 +0000 (12:37 +0900)]
Merge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: Ib0a8d2b15e8946fb5cd4b9e8712ebeb78b1f88d1
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoRemember the orientation of client.
Sung-jae Park [Thu, 14 May 2015 09:50:24 +0000 (18:50 +0900)]
Remember the orientation of client.

And use it for newly created instances.

Change-Id: I1e34423bbc8017023a022513f076e954070b28a2

9 years agoManage the invalid watch provider app.
Sung-jae Park [Wed, 13 May 2015 09:02:29 +0000 (18:02 +0900)]
Manage the invalid watch provider app.

If a invalid provider app tries to connecting to the master,
Reject it and give a chance to terminate itself, or manage exceptional cases.

Only for the watch app.

Change-Id: Ib896235e8202bc73ca63cbc4bcdf3fcebec50894

9 years agoMerge "Add handler for updating notification system setting." into tizen_2.4
Kyuho Jo [Wed, 13 May 2015 05:52:11 +0000 (14:52 +0900)]
Merge "Add handler for updating notification system setting." into tizen_2.4

9 years agoMerge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into...
Sung-jae Park [Tue, 12 May 2015 06:38:04 +0000 (15:38 +0900)]
Merge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: Id5b79d968a3f059e71b0eb83ca46093865851d26
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Tue, 12 May 2015 06:35:56 +0000 (15:35 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I20f5bed86ac339b16a1dfd1efd0b18d13a6a7a64

9 years agoFix the invalid command type.
Sung-jae Park [Tue, 12 May 2015 06:34:45 +0000 (15:34 +0900)]
Fix the invalid command type.

master to provider : "CMD_STR_NEW" and "CMD_NEW"

Change-Id: Ibf9ea0bb48158ed5217b902fa0bad97585771a33

9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Tue, 12 May 2015 06:10:01 +0000 (15:10 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I1339885f88aef6f8b726260f8c0dfa5de0469be2
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoMerge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into...
Sung-jae Park [Tue, 12 May 2015 06:07:31 +0000 (15:07 +0900)]
Merge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: I67810ecaca09a01e505a7e3936e075ddc1783226
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoDestroy pended command only if it is CREATED packet
Sung-jae Park [Mon, 11 May 2015 13:00:20 +0000 (22:00 +0900)]
Destroy pended command only if it is CREATED packet

Change-Id: Ib1aea74a542f71088eba6f6ac24281f63ec8818c

9 years agoAdd handler for updating notification system setting.
Kyuho Jo [Mon, 11 May 2015 11:53:04 +0000 (20:53 +0900)]
Add handler for updating notification system setting.

Change-Id: I4a1cf491c7911c826c1b85537cc79a83dbef4a97
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoFix build error 67/39167/1
Sung-jae Park [Mon, 11 May 2015 06:54:24 +0000 (15:54 +0900)]
Fix build error

aul_terminate_pid_async is missing
AUL_RHIDDENFORGUEST is missing
AUL_EREJECTED is missing
security-server is deprecated (will be replaced with cynara)
notification-internal header is missing (needs to be sync'd with tizen 2.4 branch)

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ibb96330f7bf2373745000e7c472f93e31f500678

9 years agoMerge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into...
Sung-jae Park [Mon, 11 May 2015 05:43:19 +0000 (14:43 +0900)]
Merge branch 'tizen_2.3' of ssh://spin:29418/apps/widget/data-provider-master into tizen

Change-Id: I289b6d1e25123e9fda88482e022b8b88d4d3e7c7
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Fri, 8 May 2015 09:13:11 +0000 (18:13 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I40cbab0e2d5dc9fbed56a3ddc280198da6bbd96f
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoRemove slave async launch feature. 45/39145/1
Sung-jae Park [Fri, 8 May 2015 09:09:15 +0000 (18:09 +0900)]
Remove slave async launch feature.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: If3dcd9738573290a4fd21e0a694114610525fdeb

9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Fri, 8 May 2015 06:48:13 +0000 (15:48 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I083fca92cce37cb11abc5eeaa574f5c48a20ac4a
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoFix the service app validate bug. 44/39144/1
Sung-jae Park [Fri, 8 May 2015 06:18:20 +0000 (15:18 +0900)]
Fix the service app validate bug.

To validate the package,
Get the widget's package name from widget db using widget id not from the package db.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I94e0455e1f2ce0ac48d972f1f2ed5def1eca5f52

9 years agoMerge branch 'tizen_2.3' into tizen_2.4
Sung-jae Park [Fri, 8 May 2015 05:58:29 +0000 (14:58 +0900)]
Merge branch 'tizen_2.3' into tizen_2.4

Change-Id: I0440abb2cae38315ff1866d240e1ae9db5d06426
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoadd bundle_internal header file
Kyuho Jo [Fri, 8 May 2015 04:15:54 +0000 (13:15 +0900)]
add bundle_internal header file

Change-Id: I81a707c2dbfc5a756e5fa6a10b01d0e60356a731
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoAdd input event source information 43/39143/1
Sung-jae Park [Thu, 7 May 2015 06:03:14 +0000 (15:03 +0900)]
Add input event source information

Change-Id: I8bc8c2c1b2e5fa3dba27925c731c510f4f9df16d

9 years agoSync with tizen_2.3
Sung-jae Park [Wed, 6 May 2015 01:53:01 +0000 (10:53 +0900)]
Sync with tizen_2.3

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2bbb7e2e0254905d6cc70917ca62c6b064ef8df7

9 years agoMerge branch 'tizen_2.4' into tizen_2.3 42/39142/1
Sung-jae Park [Wed, 6 May 2015 01:29:50 +0000 (10:29 +0900)]
Merge branch 'tizen_2.4' into tizen_2.3

Change-Id: Idf0299f92bea7a0836ede318e769ba0df76519a5
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
9 years agoChange file permissions to 644 41/39141/1
Sung-jae Park [Mon, 4 May 2015 05:09:34 +0000 (14:09 +0900)]
Change file permissions to 644

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I74a811f8a2134d225d7761fe0f058663a205ef08

9 years agoPull all again from 2.3.1
Sung-jae Park [Fri, 1 May 2015 07:04:25 +0000 (16:04 +0900)]
Pull all again from 2.3.1

Change-Id: I8cb35ea2559e259bbcc7efd6fdd7d16ba477c28e

9 years agoRemove all to pull this again with whole history
Sung-jae Park [Fri, 1 May 2015 07:04:01 +0000 (16:04 +0900)]
Remove all to pull this again with whole history

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

9 years agoGive detail license information
Kyuho Jo [Fri, 1 May 2015 03:04:40 +0000 (12:04 +0900)]
Give detail license information

Change-Id: I2b35dfe1930fc743a72aed74d75d12717535afe1
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoSupport 'update notification settings' 40/39140/1
Kyuho Jo [Thu, 30 Apr 2015 11:01:03 +0000 (20:01 +0900)]
Support 'update notification settings'

Change-Id: I88a56fb6373b0403032e67ce0bb4f5a20a56903b
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoValidate service requstor before processing it.
Sung-jae Park [Thu, 30 Apr 2015 01:20:33 +0000 (10:20 +0900)]
Validate service requstor before processing it.

UI-App or Service-App which are packaged in same one with widget can requst services.
Or will be ignored.

Widget Manager(widget-mgr) can monitor any instances.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3a9470b8b21d0c693c29aa34f95b6f2c6ec08a37

9 years agoAdd new ABI for service base data-provider-slave
Sung-jae Park [Wed, 29 Apr 2015 03:59:17 +0000 (12:59 +0900)]
Add new ABI for service base data-provider-slave

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I4fdc1a4866dcd87d3f022140bb10e3b774b533a8

9 years agoMerge latest codes from tizen 2.3 branch 39/39139/1
Kyuho Jo [Wed, 29 Apr 2015 01:51:56 +0000 (10:51 +0900)]
Merge latest codes from tizen 2.3 branch

Change-Id: Id8dc3a299b660a81ec38ff67947d8d9cd9b1f4ac
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoMerge from tizen 2.3.1 00/38800/1
Kyuho Jo [Wed, 29 Apr 2015 00:59:46 +0000 (09:59 +0900)]
Merge from tizen 2.3.1

Change-Id: Ic170b7e62bd1be1b556969a3309f3f5404600a9b
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoReplace widget-mgr to use the bundle as a content for each instances
Sung-jae Park [Fri, 24 Apr 2015 06:46:11 +0000 (15:46 +0900)]
Replace widget-mgr to use the bundle as a content for each instances

Fix build-error for new widget-service API

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia91328852113104fb0a09a23c20cb4292910f33e

9 years agoFix the bug of monitoring service.
Sung-jae Park [Fri, 24 Apr 2015 00:21:25 +0000 (09:21 +0900)]
Fix the bug of monitoring service.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I7e547810ffc83cbd4d98cd3625bef2a3d13d0873

9 years agoReplace wmanager.WATCH_CLOCK with wearable_clock
Sung-jae Park [Thu, 23 Apr 2015 10:05:36 +0000 (19:05 +0900)]
Replace wmanager.WATCH_CLOCK with wearable_clock

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I9d0080cd28bf01b69c88c17b1ebbac3ecd1bc31b

9 years ago[DONE] Start implement for the monitoring states of instances
Sung-jae Park [Wed, 22 Apr 2015 11:40:46 +0000 (20:40 +0900)]
[DONE] Start implement for the monitoring states of instances

In progress
Add new module - monitor
To multicast events of instances to the service clients.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Icd1222d2bdb3fe9bff095138433dc0edc149c874

9 years agoCheck the maximum count of widgets before create a new instance.
Sung-jae Park [Wed, 22 Apr 2015 07:17:04 +0000 (16:17 +0900)]
Check the maximum count of widgets before create a new instance.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I939a321c7891ec21d30394ec9bbe6803c36c61b7

9 years agoFix mouse touch event processing bug.
Sung-jae Park [Wed, 22 Apr 2015 06:17:17 +0000 (15:17 +0900)]
Fix mouse touch event processing bug.

When a user touch the screen (down & up), the master activate the thread and deactivate it shortly.
while processing this, the input thread's state machine goes wrong.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib911c542456d37a5d5078f40d2c1c36ecf83bb2c

9 years agoMerge "Send orientation changed event to each instances." into tizen_2.3
Sung-jae Park [Wed, 22 Apr 2015 01:50:10 +0000 (10:50 +0900)]
Merge "Send orientation changed event to each instances." into tizen_2.3

9 years agoEnabled all services for all devices.
Kyuho Jo [Tue, 21 Apr 2015 12:17:32 +0000 (21:17 +0900)]
Enabled all services for all devices.

Change-Id: I94bde26d98c043e4ee3a9e216ef6f202a2d2bf08
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoSend orientation changed event to each instances.
Sung-jae Park [Tue, 21 Apr 2015 11:41:28 +0000 (20:41 +0900)]
Send orientation changed event to each instances.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I72f6da216caceda525609e2f63f7dd0b2e3f1b08

9 years agoInitial empty repository master
KyungMi Lee [Tue, 21 Apr 2015 06:09:12 +0000 (23:09 -0700)]
Initial empty repository

9 years agoFix prevent [CID: 370272]
Sung-jae Park [Mon, 20 Apr 2015 10:12:00 +0000 (19:12 +0900)]
Fix prevent [CID: 370272]

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I5c38725805b55135118e76a89528175bbb51b56e

9 years agoPrevent issue [CID 370888] fixed
Sung-jae Park [Mon, 20 Apr 2015 09:54:34 +0000 (18:54 +0900)]
Prevent issue [CID 370888] fixed

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I914985eed30f812e7bcc067936e5cfadfa6d24db

9 years agoFix the prevent issue (CID 371319)
Sung-jae Park [Mon, 20 Apr 2015 09:47:15 +0000 (18:47 +0900)]
Fix the prevent issue (CID 371319)

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2c51730aa83b2cbb3229150f91ede4eb70e95222

9 years agoFix prevent issue.
Sung-jae Park [Mon, 20 Apr 2015 09:33:28 +0000 (18:33 +0900)]
Fix prevent issue.

Resource Leak

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia48abd264f406b9266301ff15a4a47c7e3db326f

9 years agoReplace strerror with errno
Sung-jae Park [Mon, 20 Apr 2015 08:01:45 +0000 (17:01 +0900)]
Replace strerror with errno

strerror is not threadsafe, so the prevent warns.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ibd1bbe6cb9b746c4df7c9e951d83e8d93323bef6

9 years agoPrepare for porting to the wayland backend
Sung-jae Park [Mon, 20 Apr 2015 05:32:31 +0000 (14:32 +0900)]
Prepare for porting to the wayland backend

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ieab595ab9dba0f0c47a55ce6e67bbbe7ca5e4736

9 years agoMerge latest codes from tizen 2.3 branch 38/39138/1
Kyuho Jo [Mon, 20 Apr 2015 01:04:33 +0000 (10:04 +0900)]
Merge latest codes from tizen 2.3 branch

Change-Id: I3356e5bb9644e6b8bd416757ac7c41ab392e3853
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoRemove ail from code.
Sung-jae Park [Mon, 20 Apr 2015 00:52:38 +0000 (09:52 +0900)]
Remove ail from code.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2cc2b7a18982c921a7541f8db3db15217e56e9d3

9 years agoMerge latest codes from tizen 2.3 branch 37/39137/1
Kyuho Jo [Mon, 20 Apr 2015 00:19:54 +0000 (09:19 +0900)]
Merge latest codes from tizen 2.3 branch

Change-Id: Ia8cb102a9f0227d3a08f6d1c2d86ac6f0e8eb44f
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoModification of smack rule.
Kyuho Jo [Wed, 15 Apr 2015 14:11:28 +0000 (23:11 +0900)]
Modification of smack rule.

Change-Id: If9b8ddb1677361faaeb34da7073f960225f37760
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoChange smack rules for notification and badge services.
Kyuho Jo [Wed, 15 Apr 2015 08:29:21 +0000 (17:29 +0900)]
Change smack rules for notification and badge services.

Change-Id: Iad70293974852a18c06f8b048ab57b80a9134d04
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoMerge latest codes from tizen 2.3 branch 36/39136/1
Kyuho Jo [Tue, 14 Apr 2015 06:51:38 +0000 (15:51 +0900)]
Merge latest codes from tizen 2.3 branch

Change-Id: Id89ad06f34b5c039b341d8153f4d2944d81a3668
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoUpdate SMACK rule
Sung-jae Park [Mon, 13 Apr 2015 05:19:05 +0000 (14:19 +0900)]
Update SMACK rule

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Id6d4dff71161a1c0ecd0e7bb9d05d2746d541548

9 years agoMerge latest codes from tizen 2.3 branch 35/39135/1
Kyuho Jo [Mon, 13 Apr 2015 04:00:54 +0000 (13:00 +0900)]
Merge latest codes from tizen 2.3 branch

Change-Id: I1403937cd097b3b8101f6a8966c586fe28ff4636
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoFix the bug of visibility state update code
Sung-jae Park [Fri, 10 Apr 2015 16:14:16 +0000 (01:14 +0900)]
Fix the bug of visibility state update code

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iab49e48f3ebea5babe242f0656fb0fa859668707

9 years agoUpdate SPEC file. Keep the old DB file if it is exists.
Sung-jae Park [Fri, 10 Apr 2015 14:55:11 +0000 (23:55 +0900)]
Update SPEC file. Keep the old DB file if it is exists.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I06fe806ab2d98f5c3a9ef3c4171cc90e7fb795f7

9 years agoSend the pause/resume state to the slave after it is activated.
Sung-jae Park [Fri, 10 Apr 2015 14:27:58 +0000 (23:27 +0900)]
Send the pause/resume state to the slave after it is activated.

For the watch widget,
When the master gets prepare_sync or hello_sync, if it has valid IPC handle,
notify the client's pause/resume state to the provider.
If the hello_sync comes first than prepare_sync, the provider will gets instance create event first.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I4b777ef370bb79c61ab981474c7078810d19937e

9 years agoMerge branch 'tizen_2.4' into tizen_2.3
Sung-jae Park [Fri, 10 Apr 2015 07:29:41 +0000 (16:29 +0900)]
Merge branch 'tizen_2.4' into tizen_2.3

Change-Id: I2760687ed29e1933497d08dc9908a52cb0754658

9 years agoReactivate if a provider is an app type.
Sung-jae Park [Fri, 10 Apr 2015 06:31:24 +0000 (15:31 +0900)]
Reactivate if a provider is an app type.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ifd016d25d5bf2ec9485191625d7bf3b36314fc14

9 years agoMerge branch 'tizen_2.4' into tizen_2.3
Sung-jae Park [Fri, 10 Apr 2015 04:00:06 +0000 (13:00 +0900)]
Merge branch 'tizen_2.4' into tizen_2.3

Change-Id: I71888d3434bfe38e547c34ad33bf1c242f2e98aa

9 years agoIn case of the application, it should not be terminated directly.
Sung-jae Park [Thu, 9 Apr 2015 11:26:02 +0000 (20:26 +0900)]
In case of the application, it should not be terminated directly.

if there is a terminate_timer

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia9f697e1b2a149616c03c0d92154bfdd6487425f

9 years agoEnable the TTL for Standalone Provider
Sung-jae Park [Thu, 9 Apr 2015 09:11:25 +0000 (18:11 +0900)]
Enable the TTL for Standalone Provider

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I48b794b1678ad41e6ec8b1208de56bedb5f12712

9 years agoreactivate_on_puase, detect_fault (count, time) added
Sung-jae Park [Thu, 9 Apr 2015 07:09:09 +0000 (16:09 +0900)]
reactivate_on_puase, detect_fault (count, time) added

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I47644b23804b7b5c674d8d1f5b34996ebb38e210

9 years agoMerge latest codes from tizen 2.4 branch
Kyuho Jo [Thu, 9 Apr 2015 01:35:17 +0000 (10:35 +0900)]
Merge latest codes from tizen 2.4 branch

Change-Id: If0ba76d11d289fdc5eba3a238c9554e763c649e1
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoSet capability
Sung-jae Park [Thu, 9 Apr 2015 01:33:56 +0000 (10:33 +0900)]
Set capability

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Id078f282b3bd3d56d059eed8d38fb75d0327b5b8

9 years agoMerge latest codes from tizen 2.4 branch
Kyuho Jo [Thu, 9 Apr 2015 01:13:10 +0000 (10:13 +0900)]
Merge latest codes from tizen 2.4 branch

Change-Id: Id65413af8cc2486084d7a6876d8cd05b6e32fb5b
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoClear the pending packets for watch
Sung-jae Park [Wed, 8 Apr 2015 15:22:31 +0000 (00:22 +0900)]
Clear the pending packets for watch

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I523222ad62dd45e89900408e57a6c460744d7882

9 years agoSync with the latest private
Sung-jae Park [Wed, 8 Apr 2015 11:42:07 +0000 (20:42 +0900)]
Sync with the latest private

Launch the application asynchronously if it is an watch widget.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I6df2aefe4c57f575512c11c0536e5dcae2ae1bb2

9 years agoFix the pkgmgr tag name
Sung-jae Park [Wed, 8 Apr 2015 10:41:46 +0000 (19:41 +0900)]
Fix the pkgmgr tag name

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ic492fc7a1ca7a557237bae251b341f33953bc54b

9 years agoRestructuring package manager plugin
Sung-jae Park [Wed, 8 Apr 2015 04:32:44 +0000 (13:32 +0900)]
Restructuring package manager plugin

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I86f01dc68f65cb64ba22b3a87d5ac7c6c6e2c57c

9 years agoUpdate privilege
Sung-jae Park [Tue, 7 Apr 2015 10:01:57 +0000 (19:01 +0900)]
Update privilege

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I563abcec61a84a2d42853ac4bacbeb7f6c6ea095

9 years agoUpdate SMACK rule for tizen 2.3.1 Wearable
Sung-jae Park [Tue, 7 Apr 2015 08:48:50 +0000 (17:48 +0900)]
Update SMACK rule for tizen 2.3.1 Wearable

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I36eaeab0d265f4aa1be7d2c0cb77b64b4e8d6cac

9 years agoRemove inline keyword
Sung-jae Park [Tue, 7 Apr 2015 06:33:57 +0000 (15:33 +0900)]
Remove inline keyword

Some compilers (has specific options) complains that the code size is growing up because of inlined functions.
In that case we should not use the inline to save the space.

or use the always_inline keyword. but not recomended, so this patch just removes "inline" keyword

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I296578baa5c4ce1d9fa0075c167328a756e49468

9 years agoFix the build breaks
Sung-jae Park [Tue, 7 Apr 2015 03:52:07 +0000 (12:52 +0900)]
Fix the build breaks

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3b6fcf4edca449c4c3638f789d00cd3f80abb7b6

9 years agoUpdate hello_sync & prepare_sync
Sung-jae Park [Tue, 7 Apr 2015 01:21:05 +0000 (10:21 +0900)]
Update hello_sync & prepare_sync

Add sync timer, if the hello_sync comes more ealry than prepare_sync.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia120f8c2236495174924b9297d95884418b7676a

9 years agoChange by ACR
Kyuho Jo [Fri, 3 Apr 2015 11:06:31 +0000 (20:06 +0900)]
Change by ACR

Change-Id: Iba7f99fd3fed07695d4aa764d119730ac8654ca3
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoAdd missing code for validating provider apps.
Sung-jae Park [Wed, 1 Apr 2015 09:27:15 +0000 (18:27 +0900)]
Add missing code for validating provider apps.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: If9f8e42a8f42e8ba73f1604fdd0f3de22cef78b3

9 years agoFix build error (widget-mgr)
Sung-jae Park [Wed, 1 Apr 2015 06:46:35 +0000 (15:46 +0900)]
Fix build error (widget-mgr)

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iccdb83bdb5a9ad4206d0dfe1c3c3013b3b8748fe

9 years agoReplace liveinfo with widget-mgr
Sung-jae Park [Wed, 1 Apr 2015 06:41:55 +0000 (15:41 +0900)]
Replace liveinfo with widget-mgr

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ibec857d029cfb5de3905d7ee6f4990b9108e895c

9 years agoUpdate SPEC files
Sung-jae Park [Wed, 1 Apr 2015 05:06:14 +0000 (14:06 +0900)]
Update SPEC files

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I62cef0ff72239c6493471299df8381fa683da2cc

9 years agoApply System Daemonize
Sung-jae Park [Tue, 31 Mar 2015 12:42:35 +0000 (21:42 +0900)]
Apply System Daemonize

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I9aef4ae7c14c295b48194b28be5f0836851dc811

9 years agoChanges by ACR
Kyuho Jo [Tue, 31 Mar 2015 11:23:30 +0000 (20:23 +0900)]
Changes by ACR

Change-Id: Ic42ad2e21c15b85f646bc2f21f2fc325f808732d
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
9 years agoMigrate from private repository
Sung-jae Park [Tue, 31 Mar 2015 10:19:23 +0000 (19:19 +0900)]
Migrate from private repository

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2626f91cd406dff8a2b17233574231c405703c5d