platform/framework/web/livebox-service.git
11 years agoReplace the NULL with SQLITE_TRANSIENT.
Sung-jae Park [Tue, 5 Mar 2013 15:26:13 +0000 (15:26 +0000)]
Replace the NULL with SQLITE_TRANSIENT.

NULL is defined as SQLITE_STATIC.
But I intend to use the SQLITE_TRANSIENT, so I set it correctly.

Change-Id: I82092422f1478ea25ac3957e5ec3c911aefad253

11 years agoReturn TRUE as default for livebox_service_touch_effect.
Sung-jae Park [Tue, 5 Mar 2013 12:42:06 +0000 (12:42 +0000)]
Return TRUE as default for livebox_service_touch_effect.

Even if the given Id is not valid,
this API should return TRUE as default.

Change-Id: Icb27109d31ef1f92e13f3ca4361d29f1cf44ae3b

11 years agoAdd a new API "livebox_service_is_primary"
Sung-jae Park [Tue, 5 Mar 2013 08:07:11 +0000 (08:07 +0000)]
Add a new API "livebox_service_is_primary"

This API will returns true(1) or false(0)
Fix the bug of livebox_service_touch_effect & livebox_service_mouse_event function.
Those functions has to return 0 or 1. even if the argument is not valid, returns 0.

Change-Id: I1269a7020c4aff8504c09845dd49f6f757ee4a6b

11 years agoAdd change_period API
Sung-jae Park [Wed, 27 Feb 2013 02:55:40 +0000 (02:55 +0000)]
Add change_period API

Update trigger_update API

Change-Id: Iad14a4e4c8d9963ae7836c55e38e1739add1540a

11 years agoSync with the latest code.
Sung-jae Park [Thu, 21 Feb 2013 10:57:28 +0000 (10:57 +0000)]
Sync with the latest code.

Use the same scale factor for width & height.

Change-Id: Idb6e1fa9ac6262f74b9d0067a3f69ffaec513114

11 years agoTemporarly comment out the ENABLED attribute.
Sung-jae Park [Fri, 15 Feb 2013 01:51:43 +0000 (01:51 +0000)]
Temporarly comment out the ENABLED attribute.

Change-Id: I9da6e35f51d3d3c676b10d2d3564749d27a6f5bc

11 years agoAdd API for checking the enabled/disabled flag
Sung-jae Park [Thu, 14 Feb 2013 05:21:59 +0000 (05:21 +0000)]
Add API for checking the enabled/disabled flag

Change-Id: I8efdf78f3d4a34a45643ad9f9cbc4c430f2ffebd

11 years agoAdd touch_effect retrieve function.
Sung-jae Park [Thu, 31 Jan 2013 02:30:36 +0000 (02:30 +0000)]
Add touch_effect retrieve function.

Change-Id: I2eed2487e4a1035487e7492ba6c6085b610e439f

11 years agoUpdate the livebox_service_provider_name function.
Sung-jae Park [Wed, 30 Jan 2013 07:42:29 +0000 (07:42 +0000)]
Update the livebox_service_provider_name function.

Change-Id: Iaffea302a7a4b1e0f9bddc80487de122846c7cd7

11 years agoAdd new size type
Sung-jae Park [Sun, 27 Jan 2013 12:32:20 +0000 (12:32 +0000)]
Add new size type

1x1 = 207x207
3x1 = 645x207
3x3 = 645x645

Change-Id: I36dfc1abf3486aa639f7617ebc821a01baaa7bdd

11 years agoFix the GCC 4.7 build error
Sung-jae Park [Fri, 25 Jan 2013 11:04:37 +0000 (11:04 +0000)]
Fix the GCC 4.7 build error

Change-Id: Ic3a34235258cb1a531053a97c142c86bc884d69d

11 years agoFix the prevent issue (from the private repository)
Sung-jae Park [Thu, 24 Jan 2013 05:38:26 +0000 (05:38 +0000)]
Fix the prevent issue (from the private repository)

Change-Id: I8caf02f3716341b50bcf0552099c09779e420570

11 years agoAdd mouse_event attribute
Sung-jae Park [Wed, 23 Jan 2013 03:07:28 +0000 (03:07 +0000)]
Add mouse_event attribute

Change-Id: I53537eb3816a0b35b89a3509758a1d64df101f79

11 years agoRevise the spec file
Sung-jae Park [Fri, 4 Jan 2013 12:36:08 +0000 (21:36 +0900)]
Revise the spec file

Change-Id: Ib76435701676fe98b15f0c00a32b5d915bc4f2ed

11 years agoChange the LOG_TAG
Sung-jae Park [Wed, 2 Jan 2013 07:02:25 +0000 (16:02 +0900)]
Change the LOG_TAG

Change-Id: Iccd3e6119523ef6b018318c9fa1d72b68d8cb69c

11 years agoInitialize the project.
Sung-jae Park [Thu, 20 Dec 2012 08:15:02 +0000 (17:15 +0900)]
Initialize the project.

Change-Id: I2c7c9fa03496479511eff82e694327adedeec7ab

11 years agoInitial empty repository
HyungKyu Song [Mon, 17 Dec 2012 01:53:55 +0000 (10:53 +0900)]
Initial empty repository