platform/core/api/webapi-plugins.git
7 years ago[version] 1.47 85/94885/1 accepted/tizen/common/20161102.122020 accepted/tizen/ivi/20161102.073443 accepted/tizen/mobile/20161102.073424 accepted/tizen/tv/20161102.073434 accepted/tizen/wearable/20161102.073439 submit/tizen/20161102.040640 submit/tizen_3.0/20161102.040156
Hyunjin Park [Wed, 2 Nov 2016 02:17:15 +0000 (11:17 +0900)]
[version] 1.47

Change-Id: I66a027cf3cff5d26920ddc3a88135b5595a1d4e5

7 years ago[Push] Fixing disconnect method 27/93427/3
Piotr Kosko [Mon, 24 Oct 2016 08:33:59 +0000 (10:33 +0200)]
[Push] Fixing disconnect method

[Feature] Now disconnect method really disconnects from push server

[Verification] TCT passrate didn't change.

Change-Id: I18fe628e62dd4d2528e4278b5b6dec6143cde4e8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
7 years agoMerge "[Push] implementation of new manager version" into tizen
Hyunjin Park [Tue, 1 Nov 2016 08:47:27 +0000 (01:47 -0700)]
Merge "[Push] implementation of new manager version" into tizen

7 years agoMerge "[Push] Added stubs for second implementation for Tizen 3.0 apps" into tizen
Hyunjin Park [Tue, 1 Nov 2016 08:46:06 +0000 (01:46 -0700)]
Merge "[Push] Added stubs for second implementation for Tizen 3.0 apps" into tizen

7 years agoMerge "[Push] refactored module for using multiple managers" into tizen
Hyunjin Park [Tue, 1 Nov 2016 08:45:52 +0000 (01:45 -0700)]
Merge "[Push] refactored module for using multiple managers" into tizen

7 years ago[Push] implementation of new manager version 36/86336/8
Piotr Kosko [Wed, 31 Aug 2016 13:33:10 +0000 (15:33 +0200)]
[Push] implementation of new manager version

[Feature] Added implementation of new version of API.
  Both scenarios for push service are possible:
  1. connect -> register (3.0 API)
  2. register -> connect (before 3.0 API)

[Verification] Code compiles without errors.
  TCT passrate didn't change.

Change-Id: I17cb8d75775b4f0a2a193a102700a853213afa49
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
7 years ago[Push] Added stubs for second implementation for Tizen 3.0 apps 73/86273/5
Piotr Kosko [Tue, 30 Aug 2016 12:44:19 +0000 (14:44 +0200)]
[Push] Added stubs for second implementation for Tizen 3.0 apps

[Feature] Modifications in super class, added stubs for tizen 3.0 push implementation,
  renamed files for old implementation. Added using different PushManager depending on
  application version.

[Verification] Code compiles without errors.
  TCT passrate was not changed.

Change-Id: I253bace6364aa41d3834bb76886817cba3ee3640
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
7 years ago[Push] refactored module for using multiple managers 86/85486/6
Piotr Kosko [Thu, 25 Aug 2016 09:33:31 +0000 (11:33 +0200)]
[Push] refactored module for using multiple managers

[Feature] This commit is the first step for applying new policy
  about push module. There would be used different behaviour, dependant
  to current version of application. Currently module was refactored to
  hold tizen 2.4 behaviour. Tizen 3.0 would be implemented in next commits.

[Verification] Code compiles without errors.
  Passrate didn't change.

Change-Id: If26e03352db134b2a5fb5b1a8def46343732c41b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
7 years ago[iotcon] fix issue that startCaching update cb was not invoked 05/94605/2
jk.pu [Tue, 1 Nov 2016 02:06:18 +0000 (11:06 +0900)]
[iotcon] fix issue that startCaching update cb was not invoked

Change-Id: Ifb4b7e0babe672cf85066bb6fc5bc769d9a433c2
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years agoMerge "[iotcon] fix some implementation issue." into tizen
jk.pu [Mon, 31 Oct 2016 06:46:29 +0000 (23:46 -0700)]
Merge "[iotcon] fix some implementation issue." into tizen

7 years ago[iotcon] fix some implementation issue. 55/94055/4
jk.pu [Thu, 27 Oct 2016 04:33:26 +0000 (13:33 +0900)]
[iotcon] fix some implementation issue.

1. fix RequestCallback is not called when client send get operation.
2. fix response send() issue(request id is not set, can't find proper response handler)

Change-Id: If3cbaba6aa4ef941c83395b6440ec5addbbee3d4
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[iotcon] allow virtual roots in initialize .dat file path 08/94408/1
Jakub Skowron [Fri, 28 Oct 2016 16:56:47 +0000 (18:56 +0200)]
[iotcon] allow virtual roots in initialize .dat file path

Convert virtual root (if present in path) for native
iotcon_initialize function.

Change-Id: I048919c19cd4916a06edef766143bcec31709c8a
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
7 years ago[Test] Missing plugins.json in test package 35/93735/11
Mateusz Bruno-Kaminski [Tue, 25 Oct 2016 12:39:03 +0000 (14:39 +0200)]
[Test] Missing plugins.json in test package

[Details] Rewritten webapi-plugins-devel-test. The plugins.json
file is being created.

Change-Id: Ibcd5219bf59d8049a0a81c1e5f95f8ea6ba7c310
Signed-off-by: Mateusz Bruno-Kaminski <m.bruno2@samsung.com>
7 years agoMerge "[Application] Changing pkgmgrinfo_client API to pkgmgr_client API" into tizen
Hyunjin Park [Fri, 28 Oct 2016 07:09:11 +0000 (00:09 -0700)]
Merge "[Application] Changing pkgmgrinfo_client API to pkgmgr_client API" into tizen

7 years ago[Application] Changing pkgmgrinfo_client API to pkgmgr_client API 11/92111/4
Szymon Jastrzebski [Thu, 13 Oct 2016 08:58:55 +0000 (10:58 +0200)]
[Application] Changing pkgmgrinfo_client API to pkgmgr_client API

Tests passed 100%.

Change-Id: Iee1520f82d78210710c04389adc896a3aa2ae26a
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
7 years ago[Alarm] Fixing adding alarms 03/94303/1
Szymon Jastrzebski [Thu, 27 Oct 2016 09:54:30 +0000 (11:54 +0200)]
[Alarm] Fixing adding alarms

[Feature] Adding alarms sets proper value of RecurrenceType
[Verification] TCT tests (Alarm) pass 100%

Change-Id: I50f8147543c1f92723b9b567c13b9e35bdb58f57
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
7 years agoMerge "[SystemInfo] Replace wifi with wifi-manager api." into tizen
Hyunjin Park [Thu, 27 Oct 2016 01:35:02 +0000 (18:35 -0700)]
Merge "[SystemInfo] Replace wifi with wifi-manager api." into tizen

7 years agoMerge "[iotcon] enable iotcon at mobile/wearable/tv profile." into tizen accepted/tizen/3.0/common/20161114.105348 accepted/tizen/common/20161026.134638 accepted/tizen/ivi/20161028.151549 accepted/tizen/mobile/20161028.151506 accepted/tizen/tv/20161028.151514 accepted/tizen/wearable/20161028.151531 submit/tizen/20161026.090018 submit/tizen_3.0_common/20161104.104000
jk.pu [Wed, 26 Oct 2016 08:58:53 +0000 (01:58 -0700)]
Merge "[iotcon] enable iotcon at mobile/wearable/tv profile." into tizen

7 years agoMerge "[iotcon] fix fail to retrieve platform info" into tizen
jk.pu [Wed, 26 Oct 2016 08:58:49 +0000 (01:58 -0700)]
Merge "[iotcon] fix fail to retrieve platform info" into tizen

7 years ago[iotcon] enable iotcon at mobile/wearable/tv profile. 39/93939/1
jk.pu [Wed, 26 Oct 2016 08:53:16 +0000 (17:53 +0900)]
[iotcon] enable iotcon at mobile/wearable/tv profile.

Change-Id: I32409bad5fc13118b9fa10d61e34ea520e8ad4d1
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[SystemInfo] Replace wifi with wifi-manager api. 40/93840/2
Tomasz Marciniak [Tue, 25 Oct 2016 12:38:07 +0000 (14:38 +0200)]
[SystemInfo] Replace wifi with wifi-manager api.

[Verification] Code compiles.
TCT pass rate 100% (372/372/0/0/0)

Change-Id: Ie7690618086b35ad1bdde16741e7034529856d31
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years ago[iotcon] fix fail to retrieve platform info 16/93716/1
jk.pu [Tue, 25 Oct 2016 11:07:07 +0000 (20:07 +0900)]
[iotcon] fix fail to retrieve platform info

if some device or platform value is null . it return error callback.
fix to return empty string.

Change-Id: I9eb890d752055a0e4e664b345bb8b237b3e06c24
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[nfc] remove to get nfc_status information when successes NFC settings appcontrol 59/93559/1
Hyunjin Park [Tue, 25 Oct 2016 02:32:50 +0000 (11:32 +0900)]
[nfc] remove to get nfc_status information when successes NFC settings appcontrol
cause : it calls failure callback when successes

[Verification] Web TCT- NFC 100% passed

Change-Id: I1ae44f92d25a2d43f97b1629189e7562feedb447

7 years ago[doc] add devel package source 66/93366/1
Hyunjin Park [Mon, 24 Oct 2016 02:25:51 +0000 (11:25 +0900)]
[doc] add devel package source

Change-Id: I55874d27531ed703992a9a3b86a10967120bae0d

7 years agoadd devel package source
Hyunjin Park [Mon, 24 Oct 2016 02:23:25 +0000 (11:23 +0900)]
add devel package source

Change-Id: I34c8eeb39e65479b6b752730accb2c209ac3a147

7 years agoRevert "[Spec file] Missing files in devel package" 62/93062/1
Hyunjin Park [Thu, 20 Oct 2016 07:37:28 +0000 (00:37 -0700)]
Revert "[Spec file] Missing files in devel package"

This reverts commit 6683a609ceaec6731a4bba8a6d5ed8f76c247140.

Change-Id: Ib70a576fd2f64ac9ad97be0285fbbc6e627ca3f2

7 years ago[Spec file] Missing files in devel package 17/92917/1
Mateusz Bruno-Kaminski [Wed, 19 Oct 2016 10:22:57 +0000 (12:22 +0200)]
[Spec file] Missing files in devel package

[Details] Added plugins.json and *.so files into devel package.

Change-Id: I15a0812ee75a8f920ef4f9040a72ddec96f2b9cc
Signed-off-by: Mateusz Bruno-Kaminski <m.bruno2@samsung.com>
7 years agoMerge "[SystemInfo] Added ADS property." into tizen accepted/tizen/3.0/ivi/20161028.122958 accepted/tizen/3.0/mobile/20161028.122241 accepted/tizen/3.0/tv/20161028.122540 accepted/tizen/3.0/wearable/20161028.122758 accepted/tizen/common/20161018.175222 accepted/tizen/ivi/20161019.043955 accepted/tizen/mobile/20161019.043906 accepted/tizen/tv/20161019.043920 accepted/tizen/wearable/20161019.043942 submit/tizen/20161018.064127 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323
Jeongkyun Pu [Tue, 18 Oct 2016 06:55:30 +0000 (23:55 -0700)]
Merge "[SystemInfo] Added ADS property." into tizen

7 years ago[SystemInfo] Added ADS property. 87/92687/2
Jeongkyun Pu [Tue, 18 Oct 2016 06:51:29 +0000 (23:51 -0700)]
[SystemInfo] Added ADS property.

This reverts commit 19269471e7a640c476812384f9af22e1cca8bec8.

Change-Id: If3a876c71aff92dc4856007dfe99fa185125cdd7

7 years ago[version] 1.45 26/92226/1 accepted/tizen/common/20161014.075222 accepted/tizen/ivi/20161015.000503 accepted/tizen/mobile/20161015.000443 accepted/tizen/tv/20161015.000420 accepted/tizen/wearable/20161015.000345 submit/tizen/20161014.044508
Hyunjin Park [Fri, 14 Oct 2016 04:56:53 +0000 (13:56 +0900)]
[version] 1.45

Change-Id: I1f7a5570c35e4cb00c060da6bdf0cdbc69d6a0b2

7 years agoMerge "replace product.h with internal.h" into tizen
Jeongkyun Pu [Fri, 14 Oct 2016 02:12:23 +0000 (19:12 -0700)]
Merge "replace product.h with internal.h" into tizen

7 years agoreplace product.h with internal.h 04/92204/1
Jeongkyun Pu [Fri, 14 Oct 2016 01:11:40 +0000 (18:11 -0700)]
replace product.h with internal.h

This reverts commit 23a3bf575344a3aeb00bb8e0d54500671e0121af.

Change-Id: I8c9becc5218e84746674762424a96a01f8e450c1

7 years ago[WidgetService] - Fixing addChangeStateListener crash 18/92018/4 accepted/tizen/common/20161013.161238 accepted/tizen/ivi/20161013.035118 accepted/tizen/mobile/20161013.035000 accepted/tizen/tv/20161013.035028 accepted/tizen/wearable/20161013.035053 submit/tizen/20161013.015447 submit/tizen_common/20161013.071727
Andrzej Popowski [Wed, 12 Oct 2016 14:55:24 +0000 (16:55 +0200)]
[WidgetService] - Fixing addChangeStateListener crash

Change-Id: Id8cd5505b3809b1902f836465bcc2ae1f4f65e1f
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years agoMerge "Revert "replace product.h with internal.h"" into tizen
Jeongkyun Pu [Wed, 12 Oct 2016 15:29:52 +0000 (08:29 -0700)]
Merge "Revert "replace product.h with internal.h"" into tizen

7 years agoRevert "replace product.h with internal.h" 19/92019/1
Jeongkyun Pu [Wed, 12 Oct 2016 15:24:14 +0000 (08:24 -0700)]
Revert "replace product.h with internal.h"

This reverts commit b35c1c57c2fa43046ac09dfb94efbc43587970fa.

Change-Id: I6d6e43ee6d08ee587ecc39394770aeb8fb8355ca

7 years ago[version] 1.44 78/91978/1 accepted/tizen/common/20161012.154851 submit/tizen/20161012.103657
Hyunjin Park [Wed, 12 Oct 2016 11:02:23 +0000 (20:02 +0900)]
[version] 1.44

Change-Id: Ie3f4f6c2e7bb3d87d43d889f3494d053dbd6be30

7 years agoMerge "replace product.h with internal.h" into tizen
Hyunjin Park [Wed, 12 Oct 2016 10:59:36 +0000 (03:59 -0700)]
Merge "replace product.h with internal.h" into tizen

7 years ago[widgetservice] fix bug in Widget.addStateChangeListener, wrong parameters 78/91878/2 accepted/tizen/ivi/20161012.132112 accepted/tizen/mobile/20161012.132042 accepted/tizen/tv/20161012.132052 accepted/tizen/wearable/20161012.132101 submit/tizen/20161012.102024
jk.pu [Wed, 12 Oct 2016 04:12:09 +0000 (13:12 +0900)]
[widgetservice] fix bug in Widget.addStateChangeListener, wrong parameters

Change-Id: I85aa9b41f68430f113d1b50ed9a026313e88045f
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years agoRevert "[SystemInfo] Added ADS property." 70/91870/1
Jeongkyun Pu [Wed, 12 Oct 2016 04:07:07 +0000 (21:07 -0700)]
Revert "[SystemInfo] Added ADS property."

Native ACR is no completed. this make build error.

This reverts commit cc424855cb5fba3347d9b4af5d483ee22006ede5.

Change-Id: I7248dc2ed7944a23cd62c3a1d9adf37516568825

7 years agoreplace product.h with internal.h 78/91778/1
Hyunjin Park [Tue, 11 Oct 2016 09:10:03 +0000 (18:10 +0900)]
replace product.h with internal.h

Change-Id: Ibcef05c7862adba0cf17e885cc27fb90eeed0a17

7 years ago[SystemInfo] Added ADS property. 04/91604/2
Tomasz Marciniak [Mon, 10 Oct 2016 09:57:51 +0000 (11:57 +0200)]
[SystemInfo] Added ADS property.

[Verification] Code compiles.

Change-Id: I16494361f81ab119d72d6a9c6602e966398a00a3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years ago[version] 1.42 40/91340/1 accepted/tizen/common/20161007.064712 accepted/tizen/ivi/20161007.103912 accepted/tizen/mobile/20161007.103925 accepted/tizen/tv/20161007.103921 accepted/tizen/wearable/20161007.103917 submit/tizen/20161007.062048
Hyunjin Park [Fri, 7 Oct 2016 05:46:53 +0000 (14:46 +0900)]
[version] 1.42

Change-Id: Iba4c50cc4c478ca31ad29557e64d087daec1b852

7 years ago[WidgetService] fix getInstance error issue 27/91327/1
jk.pu [Fri, 7 Oct 2016 05:11:51 +0000 (14:11 +0900)]
[WidgetService] fix getInstance error issue

only negative ret value is error. positive value is instance count.

Change-Id: I6fcd37209edcf6833693dd87ab6162d8a7d84363
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[version] 1.41 04/91104/1 accepted/tizen/3.0/ivi/20161011.070310 accepted/tizen/3.0/mobile/20161015.034325 accepted/tizen/3.0/tv/20161016.005925 accepted/tizen/3.0/wearable/20161015.084339 accepted/tizen/common/20161006.153636 accepted/tizen/ivi/20161006.082221 accepted/tizen/mobile/20161006.082138 accepted/tizen/tv/20161006.082153 accepted/tizen/wearable/20161006.082206 submit/tizen/20161006.015638 submit/tizen_3.0_ivi/20161010.000008 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006 submit/tizen_3.0_wearable/20161015.000006
Hyunjin Park [Thu, 6 Oct 2016 01:38:41 +0000 (10:38 +0900)]
[version] 1.41

Change-Id: I8892674c4b70b27ac931b2380ff204903298cf43

7 years agoMerge "[WidgetService] - calling errorCallback on empty widget list" into tizen
Hyunjin Park [Thu, 6 Oct 2016 01:38:22 +0000 (18:38 -0700)]
Merge "[WidgetService] - calling errorCallback on empty widget list" into tizen

7 years ago[WidgetService] - calling errorCallback on empty widget list 72/91072/1
Andrzej Popowski [Wed, 5 Oct 2016 13:11:15 +0000 (15:11 +0200)]
[WidgetService] - calling errorCallback on empty widget list

Change-Id: Ib823e3693a2665b889effda57b28ad9011e491c9
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
7 years ago[Content] Fix for crash in createThumbnail(). 55/91055/1
Tomasz Marciniak [Wed, 5 Oct 2016 11:42:53 +0000 (13:42 +0200)]
[Content] Fix for crash in createThumbnail().

[Verification] Code compiles.
Creating thumbnail does not cause crash.
Success callback is called and callback id is correctly retrieved.

Change-Id: I1094730ded85f57bb0088f2f088e50f45d675a95
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years ago[version] 1.40 40/90840/1 accepted/tizen/common/20161004.194415 accepted/tizen/ivi/20161005.080518 accepted/tizen/mobile/20161005.080432 accepted/tizen/tv/20161005.080447 accepted/tizen/wearable/20161005.080502 submit/tizen/20161004.110359
Hyunjin Park [Tue, 4 Oct 2016 11:01:56 +0000 (20:01 +0900)]
[version] 1.40

Change-Id: Iaf0f83e1764de4d53654b8fe945ed2f6457a39de

7 years ago[Filesystem] - update position and eof attributes of fileStream in read 16/90816/3
Andrzej Popowski [Tue, 4 Oct 2016 09:43:00 +0000 (11:43 +0200)]
[Filesystem] - update position and eof attributes of fileStream in read

[Verification] - TCT results 100%

Change-Id: If03b99e8b3ef0619f981353a096c1c5c414cabc8
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
7 years ago[version] 1.39 42/90542/1 accepted/tizen/common/20160930.175010 accepted/tizen/ivi/20160930.233502 accepted/tizen/mobile/20160930.233420 accepted/tizen/tv/20160930.233434 accepted/tizen/wearable/20160930.233448 submit/tizen/20160930.113911
Hyunjin Park [Fri, 30 Sep 2016 11:30:42 +0000 (20:30 +0900)]
[version] 1.39

Change-Id: I82e04b1a1a569276806c0f63f974a75ad0bec514

7 years agoMerge "[Sensor] Fix for GyroscopeRotationVectorSensor." into tizen
Hyunjin Park [Fri, 30 Sep 2016 11:30:21 +0000 (04:30 -0700)]
Merge "[Sensor] Fix for GyroscopeRotationVectorSensor." into tizen

7 years ago[Sensor] Fix for GyroscopeRotationVectorSensor. 39/90539/1
Tomasz Marciniak [Fri, 30 Sep 2016 11:13:16 +0000 (13:13 +0200)]
[Sensor] Fix for GyroscopeRotationVectorSensor.

[Verification] Code compiles.
TCT pass rate:
wearable - 100% (97/97/0/0/0)
mobile - 100% (93/93/0/0/0)

Change-Id: Idd2c87a1fbbfc82af7807c86d6521bda9a9a4d84
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years agodisable IotCon due to release schedule 17/90517/1
Hyunjin Park [Fri, 30 Sep 2016 09:59:10 +0000 (18:59 +0900)]
disable IotCon due to release schedule

Change-Id: I97baa26895bd7d1e24bb3916cd80cfbaa11f5e1d

7 years ago[iotcon] fix set deviceName, set/get timeInterval 16/89816/3
jk.pu [Tue, 27 Sep 2016 06:23:24 +0000 (15:23 +0900)]
[iotcon] fix set deviceName, set/get timeInterval

Change-Id: I491d892c953f3df3109be5c328c438870be17215
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[version] 1.37 11/90211/1 accepted/tizen/common/20160929.163234 accepted/tizen/ivi/20160929.081831 accepted/tizen/mobile/20160929.081837 accepted/tizen/tv/20160929.081847 accepted/tizen/wearable/20160929.081509 submit/tizen/20160929.043944
Hyunjin Park [Thu, 29 Sep 2016 04:29:50 +0000 (13:29 +0900)]
[version] 1.37

Change-Id: Id057df5fd16d0a7a343a4857afac502371f20acd

7 years ago[convergence] Fix bug listener method name add,remove->set,unset 03/90203/1
sangrae.kim [Thu, 29 Sep 2016 04:06:08 +0000 (13:06 +0900)]
[convergence] Fix bug listener method name add,remove->set,unset

Change-Id: Iafde157f24c2f4d14ca332896953c29a846b2c81
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
7 years ago[version] 1.36 32/90032/1 accepted/tizen/common/20160928.164229 accepted/tizen/ivi/20160929.081316 accepted/tizen/mobile/20160929.081308 accepted/tizen/tv/20160929.081300 accepted/tizen/wearable/20160929.081246 submit/tizen/20160928.055039
Hyunjin Park [Wed, 28 Sep 2016 05:41:05 +0000 (14:41 +0900)]
[version] 1.36

Change-Id: I89aa05ac6eebe383181d6b6d2332166d3db8faa5

7 years agofix web runtime service TCT's fail - no window case 11/90011/1
Hyunjin Park [Wed, 28 Sep 2016 04:55:01 +0000 (13:55 +0900)]
fix web runtime service TCT's fail - no window case

Change-Id: If7e24cd6ebc8ce6a35ddc974f626108fbb6ae0e4

7 years ago[version] 1.35 91/89691/1 accepted/tizen/common/20160926.155311 accepted/tizen/ivi/20160927.021436 accepted/tizen/mobile/20160927.021512 accepted/tizen/tv/20160927.021411 accepted/tizen/wearable/20160927.021442 submit/tizen/20160926.105746
Hyunjin Park [Mon, 26 Sep 2016 10:41:07 +0000 (19:41 +0900)]
[version] 1.35

Change-Id: Ia4cc45e76415d90263bd67bd9ba899a51cf2ceb5

7 years ago[PlayerUtil] Plugin implementation. 43/83543/5
Piotr Kosko [Thu, 11 Aug 2016 10:30:50 +0000 (12:30 +0200)]
[PlayerUtil] Plugin implementation.

[Verification] Code compiles. Plugin is seen.
Getting and setting latency works correctly.

Change-Id: I567860a26327e8da911796c30e1ef8f2478c3dd8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
7 years agoadd MIT license text for SOLVe system 55/89655/4
Hyunjin Park [Mon, 26 Sep 2016 08:42:32 +0000 (17:42 +0900)]
add MIT license text for SOLVe system

Change-Id: Ieee615fc9ec015076677818a271392fc950d2ae8

7 years ago[version] 1.33 12/89512/1 accepted/tizen/ivi/20160927.021013 accepted/tizen/mobile/20160927.021017 accepted/tizen/tv/20160927.021004 accepted/tizen/wearable/20160927.021010 submit/tizen/20160926.015513
Hyunjin Park [Mon, 26 Sep 2016 01:38:15 +0000 (10:38 +0900)]
[version] 1.33

Change-Id: I2b5a30fe8a0dbda69521a82e33b8d3afecef69f5

7 years agoMerge "[Archive] Replace old virtual root path." into tizen
Hyunjin Park [Mon, 26 Sep 2016 01:37:40 +0000 (18:37 -0700)]
Merge "[Archive] Replace old virtual root path." into tizen

7 years ago[Archive] Replace old virtual root path. 10/89410/3
Tomasz Marciniak [Fri, 23 Sep 2016 10:25:02 +0000 (12:25 +0200)]
[Archive] Replace old virtual root path.

[Verification] Code compiles.
TCT pass rate is 100% with change in inst.py script
which replaces "/home/owner/content/Downloads" to
"/opt/usr/home/owner/media/Downloads"

Change-Id: If567a4d30ee8e8382faf809e4f49687500c4e643
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years agodisable mediacontroller on tv profile 73/89373/1 accepted/tizen/common/20160923.161010 accepted/tizen/ivi/20160926.000851 accepted/tizen/mobile/20160926.000805 accepted/tizen/tv/20160926.000820 accepted/tizen/wearable/20160926.000834 submit/tizen/20160923.082912
Hyunjin Park [Fri, 23 Sep 2016 08:15:37 +0000 (17:15 +0900)]
disable mediacontroller on tv profile

Change-Id: Ib279890ff45a8bcf98541926e1626b86208fff77

7 years ago[version] 1.31 51/89051/2 accepted/tizen/common/20160922.120700 accepted/tizen/ivi/20160922.082628 accepted/tizen/mobile/20160922.082538 accepted/tizen/tv/20160922.082554 accepted/tizen/wearable/20160922.082608 submit/tizen/20160922.022927
Hyunjin Park [Thu, 22 Sep 2016 02:14:01 +0000 (11:14 +0900)]
[version] 1.31

Change-Id: I101dfb5e8ee7d18f493d41840f5483a789ee4f62

7 years ago[HAM] check privilege and throw NotSupportedError from readRecorderData 22/89022/1
Jakub Skowron [Wed, 21 Sep 2016 12:41:45 +0000 (14:41 +0200)]
[HAM] check privilege and throw NotSupportedError from readRecorderData

Added check if given HumanActivityRecorderType is supported.

[Verification]
  Code compiles without errors.
  100% TCT pass rate (humanactivitymonitor)

Change-Id: I8a7ee7ec24eb3b144f651cc244c307d128ad7ac0
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
7 years ago[version] 1.30 67/88967/1 accepted/tizen/common/20160921.162818 accepted/tizen/ivi/20160921.233106 accepted/tizen/mobile/20160921.233130 accepted/tizen/tv/20160921.233102 accepted/tizen/wearable/20160921.233109 submit/tizen/20160921.085548
Hyunjin Park [Wed, 21 Sep 2016 08:48:08 +0000 (17:48 +0900)]
[version] 1.30

Change-Id: I39320c6db32e0c0943408b4c91e12c263449c1f1

7 years ago[Convergence] Change the channel interface name, Channel->ChannelInfo 42/88842/2
sangrae.kim [Wed, 21 Sep 2016 02:07:59 +0000 (11:07 +0900)]
[Convergence] Change the channel interface name, Channel->ChannelInfo
SE TC Issue : Channel_notexist...(PASS)

Change-Id: I5e39d2d71c717c8934c8496a49ad52ca2c885435
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
7 years ago[version] 1.29 23/88823/1 accepted/tizen/common/20160921.161443 accepted/tizen/ivi/20160921.081123 accepted/tizen/mobile/20160921.081117 accepted/tizen/tv/20160921.081107 accepted/tizen/wearable/20160921.081058 submit/tizen/20160920.235405
Hyunjin Park [Wed, 21 Sep 2016 00:38:25 +0000 (09:38 +0900)]
[version] 1.29

Change-Id: Ib7925ee599991a4082ba4b06285bb45ffdf885b0

7 years agoMerge "[FMRadio] Check radio state before scan." into tizen
Hyunjin Park [Wed, 21 Sep 2016 00:37:25 +0000 (17:37 -0700)]
Merge "[FMRadio] Check radio state before scan." into tizen

7 years agoMerge "[Notification] Fix display of number attribute in the notification" into tizen
Hyunjin Park [Tue, 20 Sep 2016 22:51:31 +0000 (15:51 -0700)]
Merge "[Notification] Fix display of number attribute in the notification" into tizen

7 years ago[Notification] Fix display of number attribute in the notification 09/88809/1
Jakub Skowron [Tue, 20 Sep 2016 14:39:40 +0000 (16:39 +0200)]
[Notification] Fix display of number attribute in the notification

std::to_string uses %f formatting (i.e x.xxxxxx) for doubles
Explicitly cast number to long, as defined:

   attribute long? number;

Change-Id: I8aacb5ca80b9b5fc9cc01452a1c227ac2da26e65
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
7 years ago[FMRadio] Check radio state before scan. 61/88761/2
Tomasz Marciniak [Tue, 20 Sep 2016 12:21:23 +0000 (14:21 +0200)]
[FMRadio] Check radio state before scan.

[Verification] Code compiles. TCT pass rate 100%
This change makes web api less dependent on
native api returned value.

Change-Id: Id51451fd0fdf80c3ed34b03da8fb530b2a592c20
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years agoMerge "[Feedback] add nullable to type parameter and fix isPatternSupported" into...
Hyunjin Park [Tue, 20 Sep 2016 10:32:34 +0000 (03:32 -0700)]
Merge "[Feedback] add nullable to type parameter and fix isPatternSupported" into tizen

7 years agoMerge "[Application][Messaging][SystemInfo] fix issue from cppTest" into tizen
Hyunjin Park [Tue, 20 Sep 2016 10:27:14 +0000 (03:27 -0700)]
Merge "[Application][Messaging][SystemInfo] fix issue from cppTest" into tizen

7 years agoMerge "[Sensor] Adding new sensor type" into tizen
Hyunjin Park [Tue, 20 Sep 2016 09:12:26 +0000 (02:12 -0700)]
Merge "[Sensor] Adding new sensor type" into tizen

7 years ago[Application][Messaging][SystemInfo] fix issue from cppTest 98/88698/1
Lukasz Bardeli [Tue, 20 Sep 2016 08:50:24 +0000 (10:50 +0200)]
[Application][Messaging][SystemInfo] fix issue from cppTest

[Verification] Code compiles without error. Passrate 100%

Change-Id: I3ebe8e6876d4e7bb06d844f86e490c189a59bb36

7 years ago[Sensor] Adding new sensor type 08/87308/4
Michal Kolodziej [Mon, 29 Aug 2016 08:10:43 +0000 (10:10 +0200)]
[Sensor] Adding new sensor type

[Feature] Added linear acceleration sensor

Change-Id: I2f8f3b3d12ad68cb4d1853bb748e5f544b1290a7
Signed-off-by: Michal Kolodziej <m.kolodziej@samsung.com>
7 years agoMerge "[SecureElement] Added onSEError in SEChangeListener." into tizen
Hyunjin Park [Tue, 20 Sep 2016 08:00:58 +0000 (01:00 -0700)]
Merge "[SecureElement] Added onSEError in SEChangeListener." into tizen

7 years agoMerge "[Iotcon] Fixed wrong resource release in 3 functions" into tizen
Jeongkyun Pu [Tue, 20 Sep 2016 07:57:55 +0000 (00:57 -0700)]
Merge "[Iotcon] Fixed wrong resource release in 3 functions" into tizen

7 years agoMerge "[Iotcon] Fix bug when options is null in RemoteResourceFromJson" into tizen
Jeongkyun Pu [Tue, 20 Sep 2016 06:56:33 +0000 (23:56 -0700)]
Merge "[Iotcon] Fix bug when options is null in RemoteResourceFromJson" into tizen

7 years ago[IotCon] apply native api change(ACR-762) 37/88637/2
jk.pu [Tue, 20 Sep 2016 05:30:55 +0000 (14:30 +0900)]
[IotCon] apply native api change(ACR-762)

iotcon_remote_resource_get/set_time_interval ->iotcon_remote_resource_get/set_checking_interval

Change-Id: If400a2b62f90f098b4122b573cfb2427b48a835d
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[Iotcon] Fixed wrong resource release in 3 functions 45/88545/4
Michal Kolodziej [Mon, 19 Sep 2016 14:41:39 +0000 (16:41 +0200)]
[Iotcon] Fixed wrong resource release in 3 functions

[Details] Fixed resource release in ClientFindResource (was creating new thread without locks),
ClientFindDeviceInfo and ClientFindPlatformInfo (in both cases there is a possibility of multicast,
and shared resources were released on first callback)

Change-Id: Id8295a36f2b72a0d8f7af2d07270c8229f2412d9
Signed-off-by: Michal Kolodziej <m.kolodziej@samsung.com>
7 years ago[Iotcon] Fix bug when options is null in RemoteResourceFromJson 63/88263/3
Michal Kolodziej [Thu, 15 Sep 2016 13:36:23 +0000 (15:36 +0200)]
[Iotcon] Fix bug when options is null in RemoteResourceFromJson

[Details] Fixed bug which caused fail on assert in picojson::get method for array.
Function needed an array and value provided was null.

Change-Id: I3942fb65e1f29dbe90b18f5b8a5227afeffe9478
Signed-off-by: Michal Kolodziej <m.kolodziej@samsung.com>
7 years ago[Feedback] add nullable to type parameter and fix isPatternSupported 76/88076/2
Lukasz Bardeli [Tue, 13 Sep 2016 10:28:42 +0000 (12:28 +0200)]
[Feedback] add nullable to type parameter and fix isPatternSupported

[Verification] TCT auto test 100%

Change-Id: I307eb3026d9f73d535b5b066a55425a33eb7ab12
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
7 years ago[SecureElement] Added onSEError in SEChangeListener. 23/85423/4
Tomasz Marciniak [Wed, 24 Aug 2016 11:37:49 +0000 (13:37 +0200)]
[SecureElement] Added onSEError in SEChangeListener.

[Verification] Code compiles. TCT pass rate did not change.

Change-Id: I18880c2716b050cd69bfc4ac00b9d200b38cd734
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
7 years agoMerge "Revert "[SystemInfo] Replace deprecated native wifi API with wifi-manager... accepted/tizen/common/20160908.134425 accepted/tizen/ivi/20160908.122649 accepted/tizen/mobile/20160908.122606 accepted/tizen/tv/20160908.122630 accepted/tizen/wearable/20160908.122641 submit/tizen/20160908.010303 submit/tizen/20160908.033928
Jeongkyun Pu [Thu, 8 Sep 2016 02:46:41 +0000 (19:46 -0700)]
Merge "Revert "[SystemInfo] Replace deprecated native wifi API with wifi-manager API"" into tizen

7 years agoRevert "[SystemInfo] Replace deprecated native wifi API with wifi-manager API" 24/87424/1
Hyunjin Park [Thu, 8 Sep 2016 02:42:31 +0000 (19:42 -0700)]
Revert "[SystemInfo] Replace deprecated native wifi API with wifi-manager API"

This reverts commit 78ab25f63f094d4b623ebc3fdf3e46672e2551d6.

Change-Id: Ie7634797434f39ef968dfbc775895e7d480b0cb5

7 years ago[iotcon] fix build error at some destory api. void -> int (native ACR-764) 05/87205/1 accepted/tizen/common/20160907.154130 submit/tizen/20160907.005039
jk.pu [Wed, 7 Sep 2016 04:27:32 +0000 (13:27 +0900)]
[iotcon] fix build error at some destory api. void -> int (native ACR-764)

Change-Id: I105288397b461515df0eb1589cc951084561b7cd
Signed-off-by: jk.pu <jk.pu@samsung.com>
7 years ago[version] 1.27 93/87193/1
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>
7 years agoMerge "[Iotcon] Some negative results excluded from throwing error" into tizen
Jeongkyun Pu [Wed, 7 Sep 2016 01:31:43 +0000 (18:31 -0700)]
Merge "[Iotcon] Some negative results excluded from throwing error" into tizen

7 years agoMerge "[Iotcon] - Changing implementation according to widl changed" 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

7 years ago[Iotcon] Some negative results excluded from throwing error 62/86062/3
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>
7 years ago[Iotcon] - Changing implementation according to widl changed 35/85635/11
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>
7 years ago[messaging] change msg service db path 02/86702/1
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

7 years agoMerge "[SystemInfo] Replace deprecated native wifi API with wifi-manager API" into...
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

7 years agoMerge "Revert "disable convergence due to unsupported 64bit mode of native module... accepted/tizen/common/20160831.162236 accepted/tizen/ivi/20160831.125224 accepted/tizen/mobile/20160831.125154 accepted/tizen/tv/20160831.125202 accepted/tizen/wearable/20160831.125207 submit/tizen/20160831.080055
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

7 years agoRevert "disable convergence due to unsupported 64bit mode of native module" 52/86252/1
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

7 years agoMerge "disable convergence due to unsupported 64bit mode of native module" into tizen accepted/tizen/ivi/20160831.124622 accepted/tizen/mobile/20160831.124529 accepted/tizen/tv/20160831.124545 accepted/tizen/wearable/20160831.124602 submit/tizen/20160831.023815
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