Piotr Kosko [Fri, 8 Sep 2017 06:45:18 +0000 (08:45 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0
Change-Id: I1b9a1f06d5c502cf4350fd49644659027514c1dd
Piotr Kosko [Wed, 6 Sep 2017 11:14:42 +0000 (13:14 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I8bdc823e91cdd2be5c6820a94c38cb45b494e832
Lukasz Bardeli [Thu, 7 Sep 2017 15:25:18 +0000 (17:25 +0200)]
[version] 2.01
Change-Id: I836d8a6a5ddcc6adfb07808d529ec1aa29ec1293
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Jakub Skowron [Thu, 7 Sep 2017 14:41:04 +0000 (16:41 +0200)]
[Systeminfo] Fix core dump in SystemInfoManager
Cellular network listener was not unregistered, which caused
core dump if network status changed after SystemInfoManager
destructor.
This is a hack, more robust solution should be developed.
Change-Id: Id4d26492426028a87ebaf1109e4f7750dd10b7c4
Signed-off-by: Jakub Skowron <j.skowron@samsung.com>
Piotr Kosko [Wed, 6 Sep 2017 11:13:08 +0000 (13:13 +0200)]
[version] 2.0
Change-Id: I5904cd964c4449cdb22447654b38cd36d29fb622
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Wed, 6 Sep 2017 11:08:24 +0000 (11:08 +0000)]
Merge "[MediaController] Fixing client's listeners" into tizen_3.0
Piotr Kosko [Wed, 6 Sep 2017 11:07:52 +0000 (11:07 +0000)]
Merge "[NBS] Fix for releasing domains." into tizen_3.0
Szymon Jastrzebski [Tue, 5 Sep 2017 10:31:17 +0000 (12:31 +0200)]
[NBS] Fix for releasing domains.
Change-Id: I47a2a86d93e11b6b2f7d02001ec6eda4f65e0b30
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Piotr Kosko [Wed, 6 Sep 2017 09:45:21 +0000 (09:45 +0000)]
Merge "[Application] Adding debug logs" into tizen_3.0
Michal Bistyga [Tue, 29 Aug 2017 15:20:39 +0000 (17:20 +0200)]
[Application] Adding debug logs
Change-Id: I9fca94f5bda30b39bfff700f8cd37c5abe81d9f3
Signed-off-by: Michal Bistyga <m.bistyga@samsung.com>
Pawel Wasowski [Fri, 21 Jul 2017 12:48:31 +0000 (14:48 +0200)]
[Sensor] Add acceleration sensor implementation
[Verification] The code was tested in Chrome Dev Tools console and
worked fine.
Change-Id: I56347e6f0ac2b71ff18d96d1b854b600a30a5dd2
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Pawel Wasowski [Thu, 31 Aug 2017 12:16:00 +0000 (14:16 +0200)]
[Sensor] Apply fix of errorWrapper to uncalibrated sensor types
This is an application of the fix introduced to other sensors in the
commit
fd29eb43608a2107fd6a31938adb54c37fd153d5
[Verification] TCT passrate: 100 %
Change-Id: Ifa80efe03478ce2a73b090e73a769b1b246dd697
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Szymon Jastrzebski [Thu, 31 Aug 2017 11:54:52 +0000 (13:54 +0200)]
[MediaController] Fixing client's listeners
Listeners, which are registered per MediaControllerServerInfo object
work globally. This causes to invoke the registered listener for every
change in any server.
[Verification] TCT MC 100% pass rate.
Change-Id: I950e047b07a16d351959fe98e47ea1ca7ff68518
Saaigned-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Piotr Kosko [Thu, 31 Aug 2017 10:52:37 +0000 (10:52 +0000)]
Merge "[Alarm][Notification] Refactored notification creation" into tizen
Piotr Kosko [Thu, 31 Aug 2017 10:52:08 +0000 (10:52 +0000)]
Merge "[Alarm] Changed behaviour of AlarmNotification" into tizen
Piotr Kosko [Thu, 24 Aug 2017 12:57:30 +0000 (14:57 +0200)]
[Alarm][Notification] Refactored notification creation
[Feature] Avoiding copying the notification json by passing
picojson::value to getNotiHandleFromJson method.
[Verification] Code compiles without errors.
TCT passrate of Alarm and Notification didn't change.
Change-Id: Ia996809944df74ab8c80d3bebe8f73ad7b060796
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Thu, 24 Aug 2017 10:03:13 +0000 (12:03 +0200)]
[Alarm] Changed behaviour of AlarmNotification
[Feature] addAlarmNotification can use both Status* and UserNotification
getAlarmNotification creates UserNotification object.
[Verification] Code compiles without errors.
Checked in Chrome console.
Alarm TCTs - 97.10% (two tests need to be changed
Change-Id: I52c172f4a1c3068b105445ae7ee7c8aeb49df9bc
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Thu, 31 Aug 2017 07:11:16 +0000 (07:11 +0000)]
Merge "[Calendar] Enable calendar module in wearable profile" into tizen
Piotr Kosko [Thu, 31 Aug 2017 05:55:44 +0000 (05:55 +0000)]
Merge "[Download] Enable download with net_proxy" into tizen_3.0
Pawel Wasowski [Tue, 29 Aug 2017 14:12:17 +0000 (16:12 +0200)]
[Download] Enable download with net_proxy
[Verification] TCT download pass rate, (wearable connected
to the internet with Android mobile as a network proxy,
no Wi-Fi/cellular network connection): 100 %
Change-Id: I0efb8c2d5281d5249dad46d58eaf8aa7c5ddc930
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Piotr Kosko [Wed, 30 Aug 2017 10:43:40 +0000 (12:43 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Id6bc8bcefb795e2396569651da9df14b7c168dd0
Piotr Kosko [Wed, 30 Aug 2017 10:30:29 +0000 (12:30 +0200)]
[version] 1.99
Change-Id: I7ddff1b2974fe3361f62d498f736ec9ab779681d
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Tue, 29 Aug 2017 12:00:06 +0000 (12:00 +0000)]
Merge "[Power] removed unneeded deviced dependency" into tizen
Piotr Kosko [Tue, 29 Aug 2017 09:54:08 +0000 (11:54 +0200)]
[Power] removed unneeded deviced dependency
[Verification] Code compilese without errors.
TCT passrate didn't change.
Change-Id: Ie59b8d6e8f94d1727d3c9158d1704835458a2da2
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Tomasz Marciniak [Mon, 28 Aug 2017 12:27:47 +0000 (14:27 +0200)]
[Sensor] Check if error callback exists before calling
[Verification] Code compiles. Exception is not throw if
error callback is not defined. TCT pass rate did not change.
Change-Id: I95053c70e598c1a17022edebdd6be8a334a05a06
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Pawel Wasowski [Thu, 24 Aug 2017 09:44:56 +0000 (11:44 +0200)]
[Sensor] Fix constructor assignments
Change-Id: I771f67599a9af79b7d0bbee786b4253b8166563d
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Piotr Kosko [Mon, 21 Aug 2017 10:56:24 +0000 (12:56 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I08b78656520b988f0860e48fdae911a83a0c649b
Piotr Kosko [Mon, 21 Aug 2017 10:30:13 +0000 (12:30 +0200)]
[version] 1.98
Change-Id: I751ce338fdcce6ab1de120b31b427cbbad065b34
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Szymon Jastrzebski [Mon, 21 Aug 2017 09:35:52 +0000 (11:35 +0200)]
[Sensor] Fixing DefaultEventComparator
Comparator DefaultEventComparator should iterate through
all received values. It should NOT compare timestamps.
The amount of received values depend on the type of used
sensor. The sensor_value_count_ values are taken from
Native Sensor's Guides.
[Verification] Code compiles. TCT (TW1) passed 100%.
Change-Id: I60d5af338a7feea2dd4fb40cdff0f6bd03f8d650
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Piotr Kosko [Mon, 21 Aug 2017 08:11:07 +0000 (08:11 +0000)]
Merge "[Notification] Return UserNotification object from template" into tizen
Piotr Kosko [Mon, 21 Aug 2017 08:10:49 +0000 (08:10 +0000)]
Merge "[Notification] Added validation for JS UserNotification" into tizen
Piotr Kosko [Mon, 21 Aug 2017 06:16:38 +0000 (06:16 +0000)]
Merge "[Sensor] Fix for HRM Sensor" into tizen_3.0
Piotr Kosko [Mon, 21 Aug 2017 06:02:28 +0000 (06:02 +0000)]
Merge "[Application] Fixing type of returned objects" into tizen
Piotr Kosko [Mon, 21 Aug 2017 05:48:59 +0000 (05:48 +0000)]
Merge "[Sensor] Fix for HRM Sensor Change Listener" into tizen_3.0
Piotr Kosko [Fri, 18 Aug 2017 10:22:03 +0000 (10:22 +0000)]
Merge "[Convergence] Change to not support convergence feature." into tizen
Segwon [Wed, 16 Aug 2017 02:56:49 +0000 (11:56 +0900)]
[Convergence] Change to not support convergence feature.
The native API is being refactored now.
Till the refactoring is not finished, webapi module should be disabled.
Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I0db5b10a4193b9abf28f9ec029d7aefc51f55a69
Tomasz Marciniak [Thu, 17 Aug 2017 12:22:08 +0000 (14:22 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I27b8621529496367f226110e441b91cd81eb1a3e
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Thu, 17 Aug 2017 12:17:20 +0000 (14:17 +0200)]
[version 1.97]
Change-Id: I84d1035105246be61f76dc052f626c52fc83faa3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Lukasz Bardeli [Thu, 17 Aug 2017 12:12:55 +0000 (12:12 +0000)]
Merge "[Filesystem] Fix for moving files on different file systems" into tizen_3.0
Tomasz Marciniak [Wed, 16 Aug 2017 12:39:52 +0000 (14:39 +0200)]
[Filesystem] Fix for moving files on different file systems
[Verification] Code compiles. Now files can be moved
between different mounted file systems.
TCT pass rate 100% (286/286/0/0/0)
Change-Id: I5b70bc96f14a53bcebd2b2db3f12748949aab410
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Szymon Jastrzebski [Thu, 17 Aug 2017 07:00:14 +0000 (09:00 +0200)]
[Sensor] Fix for HRM Sensor Change Listener
An exception was thrown when trying to call 'tryCall' with data received
from C++ layer, making it not possible to set listener for HRM Sensor.
sensorType string starts with 'LED_' but there are no any sensor in
_sensorListeners object.
[Verification] Sensor TCT passed 100% (TW1).
Change-Id: I1b4ffe6ac754c6c407ebafea94b1eda48b59844d
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Szymon Jastrzebski [Thu, 17 Aug 2017 07:05:15 +0000 (09:05 +0200)]
[Sensor] Fix for HRM Sensor
Currently, successCallback nor errorCallback functions are invoked after
calling start() method for HRM sensor. This occurs only on platforms
that do not support HRM sensor.
Thus, it's better to invoke errorCallback in above case instead of
successCallback.
[Verification] Code compiles, TCT 100% pass rate (TM1, TW1), except
emulators, which do not support HRM sensor.
Sensor startSuccessCallbacks are invoked after
receiving an event from sensors.
Change-Id: I6484b44fd66f966c72b29fbc277b14f9006ca205
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Wed, 16 Aug 2017 10:19:42 +0000 (12:19 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I627511d63cec70f864317fe576ec40c55ddc0edd
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Lukasz Bardeli [Wed, 16 Aug 2017 10:13:47 +0000 (12:13 +0200)]
[version] 1.96
Change-Id: I245b3ee789170f473b94addb7b305144f6d17e9c
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Szymon Jastrzebski [Wed, 16 Aug 2017 09:06:03 +0000 (11:06 +0200)]
Revert "[Utils] Fix privilege bypass, StringCopy function"
This reverts commit
3b71b0bac5e1bb09c50c97168dba1619b3ed40d6.
Change-Id: I2e8c2480e2fa3632853ef35d7a457ffed19ae7ce
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Fri, 11 Aug 2017 11:59:15 +0000 (11:59 +0000)]
Merge "[DataControl] Add addChangeListener and removeChangeListener implementation" into tizen
Lukasz Bardeli [Fri, 11 Aug 2017 11:59:01 +0000 (11:59 +0000)]
Merge "[Application] Implementation for getAppsUsageInfo method" into tizen
Lukasz Bardeli [Fri, 11 Aug 2017 11:45:05 +0000 (13:45 +0200)]
[DataControl] Add addChangeListener and removeChangeListener implementation
[Verification] Code compiles without error
Change-Id: Ifd05e4a4746e64500d4336e1c5598159194c5a6e
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Szymon Jastrzebski [Fri, 11 Aug 2017 11:38:57 +0000 (13:38 +0200)]
[Application] Implementation for getAppsUsageInfo method
[Verification] Code compiles. Manually tested in Web Console.
Change-Id: I743397bf67e6da504c75e96dbda344f6e0103b54
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Tomasz Marciniak [Thu, 10 Aug 2017 11:05:29 +0000 (13:05 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ia5808f481ec1441a324a73a975c49f13cee37020
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Thu, 10 Aug 2017 11:01:13 +0000 (13:01 +0200)]
[version] 1.95
Change-Id: I2da7ee4bcf674c0e740473b0c58d03af1e47e50e
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Tomasz Marciniak [Thu, 10 Aug 2017 08:26:32 +0000 (10:26 +0200)]
[Systeminfo] Get status and mac address if WiFi is off
[Feature] Status and mac address of the WiFi interface
were retrieved only if device was connected to some AP.
Now they are retrieved always.
[Verification] Code compiles. TCT pass rate 100%
Change-Id: Ia16d22f204a71d4084e13ce5ab647b60c7acee60
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Szymon Jastrzebski [Thu, 10 Aug 2017 08:58:27 +0000 (10:58 +0200)]
[Application] Fixing type of returned objects
The method getBatteryUsageInfo should provide objects of type
ApplicationBatteryUsage, not simply Object.
Change-Id: I8371464bf55e3c18fba63bebd050d57521efcd12
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Wed, 9 Aug 2017 09:06:50 +0000 (11:06 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I3ef80b52af4eb63c41db4a46a5e2c413e966e015
Lukasz Bardeli [Wed, 9 Aug 2017 08:47:39 +0000 (10:47 +0200)]
[version] 1.94
Change-Id: I753bfbe604e766f46a55ef671900d178bf47227f
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Lukasz Bardeli [Wed, 9 Aug 2017 08:34:45 +0000 (08:34 +0000)]
Merge "[Sensor] Delay invokation of successCallback in start() method" into tizen_3.0
Lukasz Bardeli [Wed, 9 Aug 2017 07:30:00 +0000 (07:30 +0000)]
Merge "[Application] Refactoring getBatteryUsageInfo method into async method" into tizen
Lukasz Bardeli [Wed, 9 Aug 2017 07:29:31 +0000 (07:29 +0000)]
Merge "[Application] Refactoring GetBatteryUsageInfo method" into tizen
Szymon Jastrzebski [Wed, 2 Aug 2017 07:54:57 +0000 (09:54 +0200)]
[Application] Refactoring getBatteryUsageInfo method into async method
[Verification] Code compiles, manually tested with chromium console
Change-Id: I7b891980977b59c799d302d4799a2cc20144a258
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Szymon Jastrzebski [Wed, 9 Aug 2017 07:21:20 +0000 (09:21 +0200)]
[Application] Refactoring GetBatteryUsageInfo method
The refactoring is needed for future features,
which use Context Native API.
[Verification] Code compiles
Change-Id: Iadae3cbf53ef9f4c338e4dc18edd4c1eb26cb001
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Tomasz Marciniak [Mon, 7 Aug 2017 12:58:54 +0000 (14:58 +0200)]
[Notification] Return UserNotification object from template
[Verification] Code compiles.
Change-Id: Id5c1ac3ad87e12790707c24298f77724f9f3eaa7
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Szymon Jastrzebski [Tue, 8 Aug 2017 11:16:03 +0000 (13:16 +0200)]
[Sensor] Delay invokation of successCallback in start() method
It is not guaranted that after calling successCallback,
user will be able to receive instantly sensor data values
by calling get<sensor>SensorData methods.
Thus, we need to delay invokation of successCallback
to make sure that there will not be timing issues.
Now, successCallback will be called after receiving the first
sensor event. The callback is used once, every time sensor
is started.
[Requester] ethan.jeong@samsung.com
[Verification] TCT Sensor passed 100%.
Change-Id: I5a8ebc9b851d26a35189258b13dacec0ae17149c
Piotr Kosko [Tue, 1 Aug 2017 11:57:01 +0000 (13:57 +0200)]
[Notification] Added validation for JS UserNotification
[Feature] Added validation of members of UserNotification object
Invalid values are replaced with default ones.
[Verification] TCT passrate didn't change.
Checked in chrome console for several invalid values, seems working well.
Change-Id: Id67026153c548a818c6fb35437adb9424b11ad09
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Lukasz Bardeli [Mon, 7 Aug 2017 06:52:53 +0000 (06:52 +0000)]
Merge "[NFC] Implementation for NFC preferred application" into tizen
Szymon Jastrzebski [Thu, 3 Aug 2017 13:31:21 +0000 (15:31 +0200)]
[Sensor] Fixing setChangeListener method
According to the documentation parameter 'batchLatency'
in setChangeListener method should only be optional,
not nullable.
[Verification] TCT passed 100%.
Change-Id: I811dedb1e8779cc6fbb8e21310577d8b9979111c
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Wed, 2 Aug 2017 08:29:53 +0000 (10:29 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I6cb725dc57b234ae1817545c73032de64677cd0f
Lukasz Bardeli [Wed, 2 Aug 2017 07:43:59 +0000 (09:43 +0200)]
[version] 1.93
Change-Id: I82e136107d2f03a2ed163b33d1295d5513f5fc8c
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Szymon Jastrzebski [Wed, 5 Jul 2017 07:36:37 +0000 (09:36 +0200)]
[NFC] Implementation for NFC preferred application
Change-Id: I7322a9f5a40e9b8fd5453a3b39f6dbf1b947ba25
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Mon, 31 Jul 2017 12:21:34 +0000 (12:21 +0000)]
Merge "[Notification] Set*FromJson methods implemented" into tizen
Lukasz Bardeli [Mon, 31 Jul 2017 12:21:19 +0000 (12:21 +0000)]
Merge "[Notification] Add*ToJson methods implemented" into tizen
Lukasz Bardeli [Mon, 31 Jul 2017 12:21:05 +0000 (12:21 +0000)]
Merge "[Notification] skeleton for FromJson and ToJson methods" into tizen
Lukasz Bardeli [Mon, 31 Jul 2017 12:20:50 +0000 (12:20 +0000)]
Merge "[Notification] added C++ stubs for UserNotification" into tizen
Lukasz Bardeli [Mon, 31 Jul 2017 12:20:36 +0000 (12:20 +0000)]
Merge "[Notification] prepared stubs for UserNotification" into tizen
Piotr Kosko [Fri, 28 Jul 2017 12:42:59 +0000 (14:42 +0200)]
[Notification] Set*FromJson methods implemented
[Feature] Implemented body of Set*FromJson methods of UserNotification and
some refactoring of Status notification code.
[Verification] Code compiles without errors.
Passrate didn't change.
Checked in console. User notification interface works correctly when testing manually.
Change-Id: I7ef4b98120899a1b9000f26b97d39493e43dac88
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Fri, 28 Jul 2017 12:42:04 +0000 (14:42 +0200)]
[Notification] Add*ToJson methods implemented
[Feature] Implemented body of ToJson method of UserNotification and
some refactoring of Status notification code.
[Verification] Code compiles without errors.
TCT passrate didn't change.
Change-Id: Ibf7816c41051bb985f41d814b95835309c883469
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Thu, 6 Jul 2017 13:01:50 +0000 (15:01 +0200)]
[Notification] skeleton for FromJson and ToJson methods
[Feature]
- prepared *FromJson and ToJson methods
- extracted common methods to remove code duplication
[Verification] Passrate didn't change
Change-Id: Idf6fa7f28bcd62af4b16c17906c85ee8fd3a4eb6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Wed, 5 Jul 2017 12:42:40 +0000 (14:42 +0200)]
[Notification] added C++ stubs for UserNotification
[Verification] Code compiles without error.
TCT passrate didn't change.
Change-Id: I83deb2c0ce692ee67c86213d3a9552dadceb7bb9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Pawel Wasowski [Wed, 19 Apr 2017 11:56:01 +0000 (13:56 +0200)]
[Sensor] Add uncalibrated gyroscope and geomagnetic sensor types
Change-Id: Ideac79341070ce075fec3d3baa509c88dbd117a2
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Piotr Kosko [Fri, 21 Jul 2017 11:52:29 +0000 (13:52 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Idbc1f99c62d8d9ba2e43b3732142284737b755f3
Piotr Kosko [Fri, 21 Jul 2017 09:43:43 +0000 (11:43 +0200)]
[HAM] fixed SVACE issue
[Verification] HAM tct 100%
Change-Id: Ibba5969d26a0eb95b4320ab1c62c276d7454d68f
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Fri, 21 Jul 2017 06:19:09 +0000 (08:19 +0200)]
[version] 1.92
Change-Id: If809da9009b050536c900907457f633c60c606de
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Fri, 21 Jul 2017 06:27:21 +0000 (08:27 +0200)]
Revert "Merge "[version] 1.92" into tizen"
This reverts commit
8e9d32ce4179a97f00a92244b69c6bdca7c3bfb3, reversing
changes made to
b4ea08a3cd8c5cc6bbba2a6ca6adf8d1b81b5888.
Change-Id: I5921609c2573fff0cd7b82b7cb22752c568d6579
Piotr Kosko [Fri, 21 Jul 2017 06:20:13 +0000 (06:20 +0000)]
Merge "[version] 1.92" into tizen
Piotr Kosko [Fri, 21 Jul 2017 06:19:09 +0000 (08:19 +0200)]
[version] 1.92
Change-Id: I8a2845d28e334b35300df8b82417e8510a228be6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Piotr Kosko [Thu, 20 Jul 2017 14:03:31 +0000 (14:03 +0000)]
Merge "[spec][sensor]Enabling sensor support for TW2 emul" into tizen
Michal Bistyga [Thu, 20 Jul 2017 13:22:41 +0000 (15:22 +0200)]
[spec][sensor]Enabling sensor support for TW2 emul
Change-Id: I0279827bb9294d3efcf3470f019ad84c2b3ddb9e
Signed-off-by: Michal Bistyga <m.bistyga@samsung.com>
Piotr Kosko [Thu, 20 Jul 2017 13:51:22 +0000 (13:51 +0000)]
Merge "[HAM] Adding casting int64_t to float" into tizen_3.0
Piotr Kosko [Thu, 20 Jul 2017 13:50:01 +0000 (13:50 +0000)]
Merge "[SystemInfo] Adding casting int to double + fix InchToMm constant" into tizen_3.0
Piotr Kosko [Thu, 20 Jul 2017 13:49:02 +0000 (13:49 +0000)]
Merge "[Messaging] Adding checking return value of calloc" into tizen_3.0
Tomasz Marciniak [Thu, 13 Jul 2017 13:35:18 +0000 (15:35 +0200)]
[NBS] Add support for ipv6 addresses.
[Verification] Code compiles.
TCT pass rate is 100% (24/24/0/0/0)
Change-Id: Iee84d0ba90acfb78ed33c0f759430ffb05644efb
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Szymon Jastrzebski [Wed, 19 Jul 2017 11:26:34 +0000 (13:26 +0200)]
[HAM] Adding casting int64_t to float
SVACE detected problem with code NO_CAST.INTEGER_DIVISION (25137).
[Verification] Code compiles, TCT HAM passed 100%.
Change-Id: Ie48c2250b70f79c29ea002d2c1e9b89f81e0ac24
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Szymon Jastrzebski [Wed, 19 Jul 2017 10:35:55 +0000 (12:35 +0200)]
[SystemInfo] Adding casting int to double + fix InchToMm constant
SVACE detected problem with code NO_CAST.INTEGER_DIVISION.
[Verification] Code compiles, TCT SystemInfo passed 100%.
Change-Id: Ie6249780860cd61a8c331d77648b6d37b9241c4c
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Szymon Jastrzebski [Wed, 19 Jul 2017 08:26:56 +0000 (10:26 +0200)]
[Messaging] Adding checking return value of calloc
SVACE detected problem with code DEREF_OF_NULL.RET.ALLOC.
[Verification] Code compiles.
Change-Id: Ibf604637e9f9d08e8c486a421afd94bbe6d6bddc
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Lukasz Bardeli [Wed, 19 Jul 2017 07:57:08 +0000 (09:57 +0200)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I5d4245b4f62c0802e9d73397df97d097683d05b9
Lukasz Bardeli [Wed, 19 Jul 2017 07:07:36 +0000 (09:07 +0200)]
[version] 1.91
Change-Id: I253cb2dfb07843f3a46694eba5a69719d6006450
Lukasz Bardeli [Wed, 19 Jul 2017 06:39:23 +0000 (08:39 +0200)]
[SystemInfo] adding support vfpv4
[Verification] Code compiles without error. TCT passrate 100%
Change-Id: Ibdca896ec76ca69b0269285c1eb735e4b10a1064
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
Piotr Kosko [Tue, 18 Jul 2017 12:23:46 +0000 (12:23 +0000)]
Merge "[Systeminfo] Fixed condition, which caused to call successCallback when not needed" into tizen_3.0
Piotr Kosko [Tue, 18 Jul 2017 10:52:28 +0000 (10:52 +0000)]
Merge "[Contact] Fixing bug when adding Contact to AddressBook" into tizen_3.0
Szymon Jastrzebski [Tue, 18 Jul 2017 09:20:35 +0000 (11:20 +0200)]
[Systeminfo] Fixed condition, which caused to call successCallback when not needed
According to documentation, the successCallback is called in
4 different possible situations.
The condition, which fills the requirements is optimized.
[Verification] SystemInfo TCT passed 100%.
Change-Id: Ie6b24853ed233ecb8ac9d5ee28677e84d2b22f2f
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Pawel Wasowski [Fri, 7 Jul 2017 16:02:53 +0000 (18:02 +0200)]
[EXIF] Fix privilege issue
Problem: implementation of getExifInfo() used Web API filesystem
resolve() function to check, if file exists on the device. Use of this
function required declaring http://tizen.org/privilege/filesystem.read.
File existence checking has been implemented in EXIF plugin and does not
require declaring any additional privileges.
[Verification] TCT EXIF: 100% pass rate,
manuall tests with Chrome DevTools did not show any problems
Change-Id: Id9d19965eddb31902f14817eac0bd5ad897f1568
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>