Hyunjin Park [Wed, 10 Aug 2016 07:12:20 +0000 (16:12 +0900)]
[version] 1.23
Change-Id: I08bdd950d48da08b76c28768ace04c8404dcd7a6
Hyunjin Park [Tue, 9 Aug 2016 22:47:11 +0000 (07:47 +0900)]
[common] apply changed deviced interface
[verification] filesystem/systeminfo TC are passed
Change-Id: I68c00e2ea569251a772a87af2c33cd29e9a98b67
Andrzej Popowski [Mon, 8 Aug 2016 11:25:23 +0000 (13:25 +0200)]
[Content] - fixing createThumbnail() function
Change-Id: I834dc5a5b427b0cc50e48d14b13aed9b84965ae8
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
sangrae.kim [Mon, 8 Aug 2016 06:16:28 +0000 (15:16 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/api/webapi-plugins into tizen
Hyunjin Park [Mon, 8 Aug 2016 01:15:02 +0000 (10:15 +0900)]
[version] 1.22
Change-Id: I669b84037a7cd0271a540c6da8b4ce38aa6da15c
Hyunjin Park [Mon, 8 Aug 2016 01:14:30 +0000 (18:14 -0700)]
Merge "[API] Logging warnings for deprecated API elements" into tizen
Mateusz Bruno-Kaminski [Mon, 18 Jul 2016 11:12:10 +0000 (13:12 +0200)]
[API] Logging warnings for deprecated API elements
[Details] Added warnings which are logged when deprecated
elements are used. Both in C++ and JavaScript.
[Verification] Code compiles without errors and warnings shows
up for deprecated API elements.
Change-Id: I50bb501a5b29bb59d01ac5c0847ea6dac7203a98
Signed-off-by: Mateusz Bruno-Kaminski <m.bruno2@samsung.com>
Hyunjin Park [Thu, 4 Aug 2016 02:47:35 +0000 (19:47 -0700)]
Merge "[Notification] Fix for push service daemon notifications." into tizen
Tomasz Marciniak [Tue, 2 Aug 2016 12:55:56 +0000 (14:55 +0200)]
[Notification] Fix for push service daemon notifications.
[Verification] Code compiles. TCT pass rate 100%
Change-Id: If4f3ea10366ad2982bb3f8faa3c01e04563d5e47
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Hyunjin Park [Tue, 2 Aug 2016 10:19:13 +0000 (19:19 +0900)]
[version] 1.21
Change-Id: I4d40d76270611195168b3d4a126f5ba6335ac8d2
Hyunjin Park [Tue, 2 Aug 2016 06:53:44 +0000 (23:53 -0700)]
Merge "[HAM] Added recording functionality." into tizen
Hyunjin Park [Tue, 2 Aug 2016 06:33:30 +0000 (23:33 -0700)]
Merge "[Iotcon] fixed additional throwing error on getProperty" into tizen
Hyunjin Park [Tue, 2 Aug 2016 06:28:51 +0000 (23:28 -0700)]
Merge "[Iotcon] - fixing bugs to pass TCT tests" into tizen
Hyunjin Park [Tue, 2 Aug 2016 06:24:41 +0000 (23:24 -0700)]
Merge "[IotCon] Enable module in spec, make quick fixes for building iotcon" into tizen
Hyunjin Park [Tue, 2 Aug 2016 06:08:15 +0000 (23:08 -0700)]
Merge "[Content] - The function createThumbnail() implemented" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:53:43 +0000 (22:53 -0700)]
Merge "[Notification] Added missing values casting" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:49:06 +0000 (22:49 -0700)]
Merge "[Download] Added checking if returned object is not null." into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:44:49 +0000 (22:44 -0700)]
Merge "[Systeminfo] Return partial results for STORAGE if dbus fail" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:35:06 +0000 (22:35 -0700)]
Merge "[Sensor] fix bug in SensorData::SetChangeListener, missing if clause" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:30:31 +0000 (22:30 -0700)]
Merge "[NFC] Prevent crash when nfc_ndef_record_get_uri fails to set out parameter" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:26:08 +0000 (22:26 -0700)]
Merge "[NFC] fix for setReceiveNDEFListener" into tizen
Hyunjin Park [Tue, 2 Aug 2016 05:17:58 +0000 (22:17 -0700)]
Merge "[NFC] fix crash" into tizen
Andrzej Popowski [Mon, 13 Jun 2016 12:48:20 +0000 (14:48 +0200)]
[Content] - The function createThumbnail() implemented
Change-Id: I0b3589ea25c87db9b5765f77d0b308dc7b25f9f8
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
Piotr Kosko [Mon, 1 Aug 2016 05:44:17 +0000 (07:44 +0200)]
[Iotcon] fixed additional throwing error on getProperty
Change-Id: I77fea66d35875cd3d370a33db24b2ecb2223de5e
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Andrzej Popowski [Thu, 28 Jul 2016 09:24:27 +0000 (11:24 +0200)]
[Iotcon] - fixing bugs to pass TCT tests
Change-Id: I262dcc13661f4a9ae5ee4a69b45084a179765af1
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
Piotr Kosko [Thu, 28 Jul 2016 06:44:47 +0000 (08:44 +0200)]
[Notification] Added missing values casting
[Bug] Native API expects range of 0-1, but webapi spec defines it with 0-100,
additional values casting was needed.
[Verification] TCT passrate is 100%.
Code below generates notification with "12%" progress bar:
tizen.notification.post(
new tizen.StatusNotification(
"PROGRESS",
"Progress Notification",
{
content:"Progress",
progressValue : 12 ,
progressType : "PERCENTAGE"
}
)
);
Change-Id: Ib8b5ed9bbc8235071591e93f4dc19b1fa450b557
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Wed, 27 Jul 2016 07:38:57 +0000 (09:38 +0200)]
[IotCon] Enable module in spec, make quick fixes for building iotcon
[Verification] Code compiles without errors.
Change-Id: I452ac6dbf4231866a49d813653a45057f275f5a6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Tomasz Marciniak [Tue, 19 Jul 2016 11:14:54 +0000 (13:14 +0200)]
[HAM] Added recording functionality.
[Verification] Code compiles. TCT pass rate did not change.
Change-Id: Ib1e0475547f8fc094f647065afc129e84d8bcaac
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Tue, 26 Jul 2016 06:08:36 +0000 (08:08 +0200)]
[Widgetservice] NotFoundError separated from AbortError.
[Verification] Code compiles.
Change-Id: I291ad7deb001fe32284cff520a82746e673ea563
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Mon, 25 Jul 2016 08:01:05 +0000 (10:01 +0200)]
[Download] Added checking if returned object is not null.
[Verification] Code compiles. TCT pass rate did not change.
Change-Id: I8cb7e446736b42891823e16ed8536468748024d2
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Hyunjin Park [Mon, 18 Jul 2016 01:15:56 +0000 (10:15 +0900)]
[version] 1.20
Change-Id: Iac03a5112634484779229555d776871526594438
Piotr Kosko [Fri, 15 Jul 2016 11:13:07 +0000 (13:13 +0200)]
[Systeminfo] Fixed getPropertyValue issue
[Bug] When getPropertyValue failed, async operation counter was not updated properly
[Verification] Code compiles without errors
TCT passrate 100%.
Change-Id: I1490abf84d122eb34f236a54acdcee792f5659af
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Thu, 14 Jul 2016 05:21:00 +0000 (14:21 +0900)]
[wearable emulator] disable telephony feature
Change-Id: I458735f8d864070867979ddde49db609b922081c
Piotr Kosko [Wed, 13 Jul 2016 12:21:11 +0000 (14:21 +0200)]
[Systeminfo] Return partial results for STORAGE if dbus fail
[Feature] If dbus call failed, results was empty. Now returned array
will hold as much data as it is possible, internal storage information would be
returned. DBUS fails would be silent.
[Verification] Code compiles without errors.
TCT passrate is 100%.
Change-Id: I65a98a95ab69416af5c61737eb93f98a7d7c3625
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Lukasz Bardeli [Wed, 13 Jul 2016 12:20:19 +0000 (14:20 +0200)]
[NFC] fix for setReceiveNDEFListener
Change-Id: I10c9691f8fe92207a665d08c14f54d4471406c34
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Wed, 13 Jul 2016 09:20:58 +0000 (18:20 +0900)]
[nfc] disable nfc module on emulator
Change-Id: I74995e2d111e54a871b2c8fd45be9e04fb45389c
Hyunjin Park [Wed, 13 Jul 2016 09:00:22 +0000 (18:00 +0900)]
[version] 1.17
Change-Id: Iae85ae7fcf4bd11362b6ccb70802b4960ea8176f
Jakub Skowron [Wed, 13 Jul 2016 08:58:17 +0000 (10:58 +0200)]
[NFC] Prevent crash when nfc_ndef_record_get_uri fails to set out parameter
Currently nfc_ndef_record_get_uri sometimes returns NFC_ERROR_NONE
while not setting uri parameter correctly.
[Verification]
Code compiles without errors.
Change-Id: I9e420f8317c561849bd241f36d767c9c17df85ad
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
Piotr Kosko [Wed, 13 Jul 2016 08:34:05 +0000 (10:34 +0200)]
[Messaging] Fixed SVACE issues
[Bug] Fixed issues 107586, 107587
[Verification] Code compiles without errors.
Change-Id: I9ef9bea7b189174726dfc9d993df5234c88122a8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Lukasz Bardeli [Tue, 12 Jul 2016 08:03:20 +0000 (10:03 +0200)]
[NFC] fix crash
Change-Id: I44c430d4f167d3c0fa4aea7ccb7a6f0b66e38c0d
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Jakub Skowron [Mon, 11 Jul 2016 11:57:08 +0000 (13:57 +0200)]
[Sensor] fix bug in SensorData::SetChangeListener, missing if clause
[Verification] Code compiles without errors.
TCT automatic passrate is 100%.
TCT manual passrate is 85.71% (one expected fail due to error in test case)
Change-Id: Ie8429a13fae3c0333fa6a7b28f48f2e02f04160d
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
Hyunjin Park [Mon, 11 Jul 2016 06:34:44 +0000 (15:34 +0900)]
disable telephony feature due to beta release
- this fix is related with capability TC ( NBS, callhistory )
Change-Id: I13016ab476e371704d7c867f3a5ab29d03a1f75e
Hyunjin Park [Fri, 8 Jul 2016 11:01:40 +0000 (20:01 +0900)]
[version] 1.15
Change-Id: Ia8dbadfc1557f5265eefa097d06c4aa3bfede987
Piotr Kosko [Fri, 8 Jul 2016 10:46:53 +0000 (12:46 +0200)]
[Preference] Improved behaviour on removing key
[Feature] Removing listener also when key was removed.
[Verification] Code compiles without errors.
TCT passrate is 100%.
Change-Id: I4aa9c6f4ffea08b526dad26e39fe67c8fd076fb0
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Fri, 8 Jul 2016 10:10:41 +0000 (19:10 +0900)]
[version] 1.14
Change-Id: I249a6b07892ba8d348d249c49612ac9b5befd6dc
Hyunjin Park [Fri, 8 Jul 2016 10:09:28 +0000 (03:09 -0700)]
Merge "[application] remove useless code to check presence when send replycallback" into tizen
Hyunjin Park [Fri, 8 Jul 2016 08:58:42 +0000 (17:58 +0900)]
[version] 1.13
Change-Id: I7e765b0c482c8296bfb403bd2e643bb6aab00b80
Andrzej Popowski [Fri, 8 Jul 2016 08:28:45 +0000 (17:28 +0900)]
[Application] - Fixing undefined iconPath attribute issue
TCT result: 99.47% (190/189/0/1/0)
Change-Id: I79471656580973c1d22964e4c5caaed7270cf5af
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
Hyunjin Park [Fri, 8 Jul 2016 02:49:59 +0000 (11:49 +0900)]
[application] remove useless code to check presence when send replycallback
Change-Id: I491579a5786c7e657de93cca6c23bce7801a83f7
Hyunjin Park [Thu, 7 Jul 2016 10:41:36 +0000 (03:41 -0700)]
Merge "[version] 1.12" into tizen
Hyunjin Park [Thu, 7 Jul 2016 10:40:29 +0000 (19:40 +0900)]
[version] 1.12
Change-Id: I6f74a582c72e61ead241926fe2affb46d12b4179
Hyunjin Park [Thu, 7 Jul 2016 10:39:54 +0000 (03:39 -0700)]
Merge "[NBS] Added checking is service available" into tizen
Lukasz Bardeli [Thu, 7 Jul 2016 09:14:31 +0000 (11:14 +0200)]
[NBS] Added checking is service available
Change-Id: I4238b53dbe09646966308f213a6c397e2d921bfd
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Thu, 7 Jul 2016 08:41:49 +0000 (17:41 +0900)]
[version] 1.11
Change-Id: I28985dc3ae75efa18f9515f046591ecc579aa93a
Piotr Kosko [Thu, 7 Jul 2016 07:49:32 +0000 (09:49 +0200)]
[Filesystem][Systeminfo] Changed storage handling
[Feature] Deviced is used for handling only removable devices,
internal storages are handled with storage api.
[Verification] Code compiles without error.
TCT for filesystem, systeminfo and archive 100% passrate (Auto and Manual)
Change-Id: If5609ff4f22383efd018a445f6a56760983b9818
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Wed, 6 Jul 2016 12:23:45 +0000 (21:23 +0900)]
[version] 1.10
Change-Id: Ifca8f412246799facf60de7c52df741d65ac5d0e
Lukasz Bardeli [Wed, 6 Jul 2016 10:44:15 +0000 (12:44 +0200)]
[NBS] Add printing error value from native API
Change-Id: I3fafebf373b99eb68945d3a215d3c7bfdd6ff0b3
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Wed, 6 Jul 2016 01:52:17 +0000 (10:52 +0900)]
[version] 1.9
Change-Id: Ia2a1329fda383ffded1e7fca551002d146b7526f
Lukasz Bardeli [Tue, 5 Jul 2016 12:47:15 +0000 (14:47 +0200)]
[HAM] add NOT_SUPPORTED_ERR to WIRST_UP
Change-Id: I2eb81e5ebb52f8fe9e93efb3c9e240c8c109c789
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
sangrae.kim [Tue, 5 Jul 2016 07:03:06 +0000 (16:03 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/api/webapi-plugins into tizen
Hyunjin Park [Tue, 5 Jul 2016 05:36:01 +0000 (14:36 +0900)]
[version] 1.8
Change-Id: Ic862a25d1fd51f3b6ee7b5f49107d419512815f4
Tomasz Marciniak [Mon, 4 Jul 2016 11:03:44 +0000 (13:03 +0200)]
[Preference] Fix for PreferenceData objects.
[Feature] PreferenceData is now created correctly
by new and its attributes are read only.
[Verification] TCT tests related to PreferenceData pass.
Change-Id: I3ecf4cc6566c6550e6371d97981f51a7885817b3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Mon, 4 Jul 2016 07:42:08 +0000 (09:42 +0200)]
[spec] Added common profile.
[Verification] Code compiles.
[version] 1.7
Change-Id: I0cde3b60f911e8f3dfe04d4e8e27856256281642
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Hyunjin Park [Mon, 4 Jul 2016 06:45:12 +0000 (15:45 +0900)]
[wearable][nfc] enable feature on emulator
[version] 1.6
Change-Id: I6ed647a77cafcbfef395fafe27637bc4ee30bf49
Hyunjin Park [Mon, 4 Jul 2016 02:12:55 +0000 (11:12 +0900)]
[version] 1.5
Change-Id: I33c160623a7626e8c4cea92e0201082c75a4a5b5
Tomasz Marciniak [Fri, 1 Jul 2016 05:05:59 +0000 (07:05 +0200)]
[Download] Added destroy_download() in case of failure.
[Verification] Code compiles. TCT pass rate 100%
Change-Id: Iae9d68114317c81766ab09bec2d567e49fe2495c
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Hyunjin Park [Thu, 30 Jun 2016 02:41:30 +0000 (11:41 +0900)]
[version] 1.4
Change-Id: I9bab90802a56a9faf99a868dbebabd43d4ef511e
Lukasz Bardeli [Wed, 29 Jun 2016 12:18:59 +0000 (14:18 +0200)]
[Calendar] Fix prevent crash
Change-Id: Id256156f8ef0ff110da38472535c6c94378ce22b
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Tue, 28 Jun 2016 10:18:24 +0000 (19:18 +0900)]
[version] 1.3
Change-Id: I88e79ffe095278e813e3f1bb2fb77c30f09153c0
Lukasz Bardeli [Mon, 27 Jun 2016 08:16:43 +0000 (10:16 +0200)]
[Sensor] Add batchLatency parameter to setChangeListener
Change-Id: I734c1729e78de522f08831dae153ec852ac615b0
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Mon, 27 Jun 2016 09:48:28 +0000 (18:48 +0900)]
[version] 1.2
Change-Id: I093e30081946ff2aec96740e44f272c8c3c45a2d
Piotr Kosko [Mon, 27 Jun 2016 08:56:23 +0000 (10:56 +0200)]
[Preference] Additional check for unsetChangeListener NotFoundErr
[Feature] Handling NotFoundErr was added in unsetChangeListener()
[Verification] TCT passrate is 97.73% (1 fail caused by TCT issue)
Change-Id: I48be34dbac09ccfd119da2ff400911b7e8e4c0f5
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Thu, 23 Jun 2016 01:51:55 +0000 (10:51 +0900)]
[version] 1.1
Change-Id: I3b2b0dc8cb6779b4102d939d818b179955ce7a8c
sangrae.kim [Wed, 22 Jun 2016 12:51:54 +0000 (21:51 +0900)]
[NFC] Fix the bug - missing AIDData
before:
TCT passrate 98.86% (176/174/2/0/0)
after:
TCT passrate 100.00% (176/176/0/0/0)
Change-Id: I104aa5f8a57c9c5e70f7e77f850ac966b2ca18d3
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
sangrae.kim [Wed, 22 Jun 2016 12:49:33 +0000 (21:49 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/api/webapi-plugins into tizen
Hyunjin Park [Wed, 22 Jun 2016 09:16:40 +0000 (18:16 +0900)]
[version] 1.0
Change-Id: Ib7f4769003abef98311770045d318c0532dfcc3a
Hyunjin Park [Wed, 22 Jun 2016 08:35:22 +0000 (01:35 -0700)]
Merge "[filesystem] add code to check group id using setgroups() problem : 216 fail issues on Web TCT cause : permission of content directory is set by setgroups() to priv_mediastorage" into tizen
Hyunjin Park [Wed, 22 Jun 2016 07:55:07 +0000 (16:55 +0900)]
[HAM] add detailed log
Change-Id: I61f0364529dd0ab1c00966db9827bbe3c5fb2557
Hyunjin Park [Wed, 22 Jun 2016 07:21:32 +0000 (16:21 +0900)]
[filesystem] add code to check group id using setgroups()
problem : 216 fail issues on Web TCT
cause : permission of content directory is set by setgroups() to priv_mediastorage
TCT result : 100% pass rate
Change-Id: I0d8fbea0ac90fe9e259f2703ff7f63cebf9f8a3c
sangrae.kim [Tue, 21 Jun 2016 01:59:39 +0000 (10:59 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/api/webapi-plugins into tizen
Hyunjin Park [Fri, 17 Jun 2016 07:08:56 +0000 (16:08 +0900)]
[version] 0.99
Change-Id: I73eddb7df621f48c0bc37c7753fa48c48f70641d
sangrae.kim [Fri, 17 Jun 2016 06:38:58 +0000 (15:38 +0900)]
[NFC] Fix the bug about AIDs Errors
before:
TCT passrate 92.61% (176/163/0/12/1)
after:
TCT passrate 98.86% (176/174/2/0/0)
Change-Id: Idf1c7b64fe47461cf08d044d8906b6a60d17d7ff
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
sangrae.kim [Fri, 17 Jun 2016 06:38:58 +0000 (15:38 +0900)]
[NFC] Fix the bug about AIDs Errors
TCT passrate 98.86% (176/174/2/0/0)
Change-Id: Idf1c7b64fe47461cf08d044d8906b6a60d17d7ff
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
sangrae.kim [Fri, 17 Jun 2016 05:37:54 +0000 (14:37 +0900)]
[HAM] fix the wrong code about option dictionary param (GPS)
Change-Id: Icbc2a92a8c655835f6cb7481e32288da55bc8321
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
Hyunjin Park [Fri, 17 Jun 2016 03:52:43 +0000 (12:52 +0900)]
[version] 0.98
Change-Id: I61b786c2b2926756a2542dd100a85e5cae13e45a
sangrae.kim [Thu, 16 Jun 2016 14:45:50 +0000 (23:45 +0900)]
[HAM] fix the wrong code about option dictionary param
Change-Id: I7538d58a6bcf174af023a9e556971af3ff426b34
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
Hyunjin Park [Thu, 16 Jun 2016 09:58:20 +0000 (18:58 +0900)]
enable telephony feature on mobile/wearable emulator
- due to telephony feature is enable on model-config
Change-Id: If6d3f3c6b0cde1797dba9ff8249ba1c4aad4c7f9
Hyunjin Park [Thu, 16 Jun 2016 06:03:37 +0000 (15:03 +0900)]
[iotcon] modify code to use changed native API/enum
1. state -> attribute
2. properties -> policies
Change-Id: Ic8718ce6cd928a89c631c5c370d8c826a376ccbe
Hyunjin Park [Wed, 15 Jun 2016 05:56:17 +0000 (22:56 -0700)]
Merge "[Iotcon] Added privilege checking." into tizen
Hyunjin Park [Tue, 14 Jun 2016 22:46:34 +0000 (07:46 +0900)]
[version] 0.96
Change-Id: Idfbe1ab5d862fabbd3894ea5257111f7edc66fa2
Hyunjin Park [Tue, 14 Jun 2016 22:45:22 +0000 (15:45 -0700)]
Merge "[Common] Added checking if error is not equal to null." into tizen
Hyunjin Park [Tue, 14 Jun 2016 22:40:47 +0000 (15:40 -0700)]
Merge "[KeyManager] Added checking if data is not equal to null." into tizen
Hyunjin Park [Tue, 14 Jun 2016 22:36:53 +0000 (15:36 -0700)]
Merge "[DataControl] Added missing check of the returned value." into tizen
Tomasz Marciniak [Tue, 14 Jun 2016 13:31:16 +0000 (15:31 +0200)]
[Common] Added checking if error is not equal to null.
[Verification] Code compiles.
Change-Id: I4f21b360f851a58108a96a3e5c805af4715f6e4c
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Tue, 14 Jun 2016 13:29:22 +0000 (15:29 +0200)]
[KeyManager] Added checking if data is not equal to null.
[Verification] Code compiles. TCT pass rate 100%
Change-Id: I41e7b070bdca4b63a34cf01132100e792d9a4389
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Tue, 14 Jun 2016 13:27:40 +0000 (15:27 +0200)]
[DataControl] Added missing check of the returned value.
[Verification] Code compiles. TCT pass rate 100%
Change-Id: Ib128455b4d6da20cc5e47afbd21c2145d08a86b6
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Hyunjin Park [Tue, 14 Jun 2016 07:37:24 +0000 (16:37 +0900)]
[version] 0.95
Change-Id: Ib2a72ee61e68344940b4e53b88c506479cb71b05
bg.chun [Mon, 13 Jun 2016 08:44:04 +0000 (17:44 +0900)]
[Application] impliment app_control_foreach_app_matched_internal() for handling NOT_FOUND_ERR on findAppControl
Public CAPI do not handling NOT_FOUND_ERR
For handling NOT_FOUND_ERR impliment internal api using appsvc_usr_get_list();
Change-Id: If24a8368c669e6f01adaf83d4a5661c09db5ad60
Signed-off-by: bg.chun <bg.chun@samsung.com>
Hyunjin Park [Mon, 13 Jun 2016 08:44:33 +0000 (17:44 +0900)]
[version] 0.94
Change-Id: Ib171ad69e93a21ef61f820025dcca40d6c821af5
Jakub Skowron [Thu, 9 Jun 2016 10:56:15 +0000 (12:56 +0200)]
[Push] add attribute for full message
Add fullMessage field returned in PushMessage object, containing full
result string from native call push_service_get_notification_message
Change-Id: I84470c7fd88b400f479ce0fee825a3d77974ea8d
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>