jk.pu [Wed, 7 Sep 2016 01:40:35 +0000 (10:40 +0900)]
[version] 1.27
Change-Id: I6e813c3c5136896e9dbfcf5055d0c1660348b443
Signed-off-by: jk.pu <jk.pu@samsung.com>
Jeongkyun Pu [Wed, 7 Sep 2016 01:31:43 +0000 (18:31 -0700)]
Merge "[Iotcon] Some negative results excluded from throwing error" into tizen
Jeongkyun Pu [Wed, 7 Sep 2016 01:30:47 +0000 (18:30 -0700)]
Merge "[Iotcon] - Changing implementation according to widl changed" into tizen
Tomasz Marciniak [Tue, 30 Aug 2016 09:34:48 +0000 (11:34 +0200)]
[Iotcon] Some negative results excluded from throwing error
Change-Id: Ie2abb77c3e5df0166cf4ffbd456d1647ad3253b0
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Andrzej Popowski [Fri, 26 Aug 2016 07:57:35 +0000 (09:57 +0200)]
[Iotcon] - Changing implementation according to widl changed
Change-Id: I28eba53023e7cba1c429454c9871d23e9c842df0
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
Hyunjin Park [Fri, 2 Sep 2016 10:49:58 +0000 (19:49 +0900)]
[messaging] change msg service db path
opt -> opt/usr
Change-Id: I3afb41de03258c78f82ff9b09224b3599cf35908
Hyunjin Park [Fri, 2 Sep 2016 07:10:01 +0000 (00:10 -0700)]
Merge "[SystemInfo] Replace deprecated native wifi API with wifi-manager API" into tizen
Hyunjin Park [Wed, 31 Aug 2016 08:44:36 +0000 (01:44 -0700)]
Merge "Revert "disable convergence due to unsupported 64bit mode of native module"" into tizen
Hyunjin Park [Wed, 31 Aug 2016 08:42:14 +0000 (01:42 -0700)]
Revert "disable convergence due to unsupported 64bit mode of native module"
This reverts commit
7dd964388ceb9d280120f35e9dcfc7463da1712b.
Change-Id: I3f8d02feb09cd2abac41944488e8a303e92229eb
Hyunjin Park [Wed, 31 Aug 2016 02:37:01 +0000 (19:37 -0700)]
Merge "disable convergence due to unsupported 64bit mode of native module" into tizen
Hyunjin Park [Wed, 31 Aug 2016 02:34:03 +0000 (11:34 +0900)]
disable convergence due to unsupported 64bit mode of native module
Change-Id: I4801e2ad739280a57de29f71875dc8f59db3ad7b
Jeongkyun Pu [Wed, 31 Aug 2016 02:25:55 +0000 (19:25 -0700)]
Merge "[Iotcon] Added options attribute of RemoteResource" into tizen
Jakub Skowron [Tue, 30 Aug 2016 16:39:00 +0000 (18:39 +0200)]
[SystemInfo] Replace deprecated native wifi API with wifi-manager API
Using wifi-manager.h instead of wifi.h
Verification:
TCT systeminfo tests 100% PASS
Change-Id: I8a98da28b9bcffe151dac214d51cb56b04d6c4a4
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
Hyunjin Park [Tue, 30 Aug 2016 09:56:51 +0000 (18:56 +0900)]
[version] 1.26
Change-Id: I8856a4fa8213c3fdb1bd8ba605765419f164bda2
shulga [Mon, 16 May 2016 08:47:13 +0000 (17:47 +0900)]
Adding Convergence Web API
1. Temporary removed all d2d-conv dependencies
2. Uploaded first working version
3. Quick fix: build config changed to support new d2d-conv-manager
4. Fixing device and service indexing and delivery params to C++ layer
5. Fixed failure, caused by using service handles after their lyfe cycle
6. Applied new internal D2D Conv Channel,Payload API; removed temporary used glib json
7. Supported local d2d services
8. Fixed warnings from Tomasz Marciniak, Jun 2 (3 warnings about payload
dictionaries are remained)
9. Fixed warnings for patch set 15: only js file processed, other
warnings to be fixed in next patch set
10. Added hidden members for the Service class, allowing handle
remote/local services; removed useless helper-functions
11. Added type constants for two new experimental services
12. Applied Google coding style
13. Bug fixes
14. Implemented JavaScript API v0.2 (only Remote App Control Service)
15. Implemented new architecture for Native Layer
16. Implemented basics of App Communication services with new
architecture
17. Implemented first working version of the whole Conv Web API plugin
based on API v0.2
Change-Id: Ib930f46f6f31a85fba924376903505ebcad823cc
Signed-off-by: shulga <a.shulga@samsung.com>
Hyunjin Park [Tue, 30 Aug 2016 07:40:23 +0000 (16:40 +0900)]
[version] 1.25
Change-Id: Ie47a3ec1a78eea40e838852e8c198c1d77734f5c
Hyunjin Park [Tue, 30 Aug 2016 07:02:24 +0000 (00:02 -0700)]
Merge "Use a sorted list of files in desc_gentool to avoid unnecessary rebuilds." into tizen
Junghyun Kim [Tue, 30 Aug 2016 06:23:36 +0000 (15:23 +0900)]
Use a sorted list of files in desc_gentool to avoid unnecessary rebuilds.
- PROBLEM
We use OBS to build packages in Tizen.
There is a mechanism not to rebuild when the result binary is the same.
For example, there is a dependency graph: A->B->C.
If A is modified, B would be built.
If the result RPM of B is not changed, OBS does not trigger a build of C.
To effectively use this mechanism, each packages make sure that
the result binary should be the same if the input source is the same.
There is a reason we found is that the file list given by
python(os.walk(), os.listdir()), widely used executable(find),
and system call(readdir()) is unordered.
In this case, different OBS workers can make different results
because of the file list in different order.
The same thing happens in webapi-plugins.
desc_gentool uses readdir_r() which returns an unordered list of files.
- SOLUTION
Use scandir() instead of readdir_r().
We can obtain a sorted list of files when using scandir().
Change-Id: I2faf53d816ce40744444e0815eab35cd6c9adad0
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
Hyunjin Park [Tue, 30 Aug 2016 06:13:06 +0000 (23:13 -0700)]
Merge "[SecureElement] Adjusted to new native api - part 3." into tizen
Hyunjin Park [Tue, 30 Aug 2016 06:12:43 +0000 (23:12 -0700)]
Merge "[SecureElement] Adjusted to new native api - part 2." into tizen
Hyunjin Park [Tue, 30 Aug 2016 06:12:23 +0000 (23:12 -0700)]
Merge "[SecureElement] Adjusted to new native api - part 1." into tizen
Hyunjin Park [Tue, 30 Aug 2016 02:12:10 +0000 (19:12 -0700)]
Merge "[BluetoothLE] add rssi attribute" into tizen
Lukasz Bardeli [Wed, 24 Aug 2016 10:09:11 +0000 (12:09 +0200)]
[BluetoothLE] add rssi attribute
[Verification] checked in console
var adapter = tizen.bluetooth.getLEAdapter();
adapter.startScan(
function onsuccess(device) {
console.log("[Found device] address: " + device.address);
console.log("[Found device] rssi: " + device.rssi);}
);
Change-Id: Ie507d36eb3a270c5acbcf7f51af465845ae1df7c
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Hyunjin Park [Wed, 24 Aug 2016 08:03:20 +0000 (01:03 -0700)]
Merge "[Content] Apply changed Native API for changeListener" into tizen
Tomasz Marciniak [Fri, 19 Aug 2016 13:34:16 +0000 (15:34 +0200)]
[SecureElement] Adjusted to new native api - part 3.
[Verification] Code compiles. TCT pass rate 100%.
Change-Id: Ica0528757ff9a724f6a05d8e6214d49ae226539f
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Fri, 19 Aug 2016 13:24:44 +0000 (15:24 +0200)]
[SecureElement] Adjusted to new native api - part 2.
[Verification] Code compiles.
Change-Id: I3374d0b42a910a6357e811ca72d40051d5f58e9c
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Thu, 18 Aug 2016 08:49:14 +0000 (10:49 +0200)]
[SecureElement] Adjusted to new native api - part 1.
[Verification] Code compiles.
Change-Id: Ic598a7a54d38fbf77ff38ab206c5e47aaf033541
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Mateusz Bruno-Kaminski [Thu, 4 Aug 2016 11:23:09 +0000 (13:23 +0200)]
[Content] Apply changed Native API for changeListener
[Details] Replace set/unsetChangeListener with add/removeChangeListener.
[Verification] Code compiles and passes TCT content test suite.
Change-Id: I95d2d401586a031024894f760e113ae8ce885b5b
Signed-off-by: Mateusz Bruno-Kaminski <m.bruno2@samsung.com>
Piotr Kosko [Wed, 10 Aug 2016 06:02:46 +0000 (08:02 +0200)]
[Iotcon] Added options attribute of RemoteResource
[Feature] Added missing attribute of RemoteResource interface.
[Verification] Code compiles without errors.
Feature was checked in chrome console with below code:
function Create_Resource() {
var uriPath, dict, resourceTypes, resourceInterfaces;
SERVER = tizen.iotcon.getServer();
uriPath = "/door";
resourceTypes = ["core.door", "oic.r.door"];
resourceInterfaces = ["oic.if.baseline", "oic.if.ll"];
dict = {
isObservable : true,
isDiscoverable : true
};
RESOURCE = SERVER.createResource(uriPath, resourceTypes, resourceInterfaces, dict);
};
function Remove_Resource() {
SERVER.removeResource(RESOURCE);
};
onError = function(error) {
console.log("Error occured: " + error.name);
};
onFoundSuccess = function(resource) {
r = resource;
console.log("success");
// default value
console.log('expected null ---- > ' + JSON.stringify(r.options));
// ignoring change with incorrect value
r.options = 'abc';
console.log('expected null ---- > ' + JSON.stringify(r.options));
// changing with correct value is possible
r.options = [new tizen.IotconOption(2200, "abcd")];
console.log('expected [{"id":2200,"data":"abcd"}] ---- > ' + JSON.stringify(r.options));
// member is nullable, could change it to null
r.options = null;
console.log('expected null ---- > ' + JSON.stringify(r.options));
};
Create_Resource();
client = tizen.iotcon.getClient();
client.findResource(null, "core.door", "ALL", onFoundSuccess, onError);
Change-Id: I3898c04b37ed0a71bfd9b51373031e7118bd2851
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Hyunjin Park [Wed, 17 Aug 2016 04:33:49 +0000 (13:33 +0900)]
[NFC][wearable emulator] enable NFC feature
Change-Id: I023ef3ed461bd4c9af47a97ff9dffe72d3c5cc30
Andrzej Popowski [Wed, 10 Aug 2016 07:57:27 +0000 (09:57 +0200)]
[Filesystem] - new deviced API applied
Change-Id: I3093b99841ff1e77f4b01db9956d20c03be49cbf
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
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