platform/core/api/webapi-plugins.git
9 years ago[Bluetooth[ - Removing TODO from the module
Andrzej Popowski [Fri, 2 Oct 2015 09:28:42 +0000 (11:28 +0200)]
[Bluetooth[ - Removing TODO from the module

Change-Id: I60f8af1301791e2eedc6ac0d44a65c65b442cef6
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Archive] Archive methods should support FileReference type.
Pawel Andruszkiewicz [Thu, 1 Oct 2015 07:11:43 +0000 (09:11 +0200)]
[Archive] Archive methods should support FileReference type.

Fixes: TNEF-6165

[Verification] TCT pass rate (r47): 100% (106/106/0/0/0)

Change-Id: I0153a13ac7e6db7ba3875ea294e31df105d1e312
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.55
Hyunjin Park [Wed, 30 Sep 2015 10:58:17 +0000 (19:58 +0900)]
[version] 0.55

Change-Id: I853bf66f07f27f60f2245a50b668df5b49b6bc5a

9 years agoFixed JSF-149 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:52:53 +0000 (15:52 +0200)]
Fixed JSF-149 errors detected by C++Test.

Octal values replaced by constants.

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

Change-Id: If3ec7230b28500e2220cffee279aed50c11c041d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoFixed OOP-22 error detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:35:44 +0000 (15:35 +0200)]
Fixed OOP-22 error detected by C++Test.

Added missing virtual destructor.

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

Change-Id: Id96fee45fc43bbe91b0b2945304437891d0ec6ad
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoFixed INIT-06 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:29:44 +0000 (15:29 +0200)]
Fixed INIT-06 errors detected by C++Test.

Unitialized member variables have been initialized.

[Verification] Code compiles, TCT pass rate of affected modules did not change.

Change-Id: Ie42169f2649909f155b226ecdc8c32200b920c04
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoFixed MRM-01 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 12:16:13 +0000 (14:16 +0200)]
Fixed MRM-01 errors detected by C++Test.

Compiler may reorder the code in a such way that memory is allocated by the operator new, but not yet owned by shared_ptr. If at this time
an exception is thrown, memory will leak. In order to avoid this problem memory should be allocated in a separate line.

[Validation] Code compiles, logic was not affected.

Change-Id: I741530315a08cfb0389f276223cee1b71865bb56
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.54
Hyunjin Park [Sat, 26 Sep 2015 02:16:52 +0000 (11:16 +0900)]
[version] 0.54

Change-Id: If83cb198e3d8516e963c615f6439b6e3afb551c7

9 years agoMerge "[Contact] - fixing a bug in the function getAddressBooks()" into tizen_2.4
HyunJin Park [Sat, 26 Sep 2015 02:03:25 +0000 (11:03 +0900)]
Merge "[Contact] - fixing a bug in the function getAddressBooks()" into tizen_2.4

9 years ago[version] 0.53
Hyunjin Park [Sat, 26 Sep 2015 01:37:00 +0000 (10:37 +0900)]
[version] 0.53

Change-Id: Id948332783377e00fda3b4df54c060a3deabfc13

9 years ago[Time] Fix for getDate() and getUTCDate().
Tomasz Marciniak [Fri, 25 Sep 2015 13:03:43 +0000 (15:03 +0200)]
[Time] Fix for getDate() and getUTCDate().

[Verification] TCT pass rate for Alarm, Calendar and Exif is 100%
TCT pass rate for Time is 99.79%. One faild test is not related
to this change.

Change-Id: I6ffba155fd8d9d21a9970868111191a420ac0002
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Contact] - fixing a bug in the function getAddressBooks()
Andrzej Popowski [Fri, 25 Sep 2015 12:02:26 +0000 (14:02 +0200)]
[Contact] - fixing a bug in the function getAddressBooks()

Change-Id: Iafcce93bd6e1a27e98a309c3baac8e6fadf13f89
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[version] 0.52
Hyunjin Park [Thu, 24 Sep 2015 01:08:57 +0000 (10:08 +0900)]
[version] 0.52

Change-Id: I6f19fc1f11ac790c9b5abb903d10c46ff82ede99

9 years ago[BLE] Incorrectly used closure
Przemyslaw Ciezkowski [Wed, 23 Sep 2015 14:07:34 +0000 (16:07 +0200)]
[BLE] Incorrectly used closure

closures can't be used with prototype.
All instances of BluetoothGATTCharacteristic had the
same _handle variable (last created).

Change-Id: Ia89987637733596345a7bdbc3d2e99c092986fd1
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[version] 0.51
Hyunjin Park [Wed, 23 Sep 2015 11:04:17 +0000 (20:04 +0900)]
[version] 0.51

Change-Id: I369ae0ac3e6f21a5f576db7309d25125caef2ef3

9 years agoMerge "[Callhistory] Removed lock related to instances." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 11:03:42 +0000 (20:03 +0900)]
Merge "[Callhistory] Removed lock related to instances." into tizen_2.4

9 years agoMerge "[Common] Removed unnecessary lock from Instance class." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 10:52:50 +0000 (19:52 +0900)]
Merge "[Common] Removed unnecessary lock from Instance class." into tizen_2.4

9 years ago[Callhistory] Removed lock related to instances.
Tomasz Marciniak [Wed, 23 Sep 2015 10:43:47 +0000 (12:43 +0200)]
[Callhistory] Removed lock related to instances.

[Verification] Code compiles. TCT Auto 100%
TCT Manual 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I696a198f976bf808232b81d0405af2de7722933a
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[Time] Check if instance is not null." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 08:35:10 +0000 (17:35 +0900)]
Merge "[Time] Check if instance is not null." into tizen_2.4

9 years ago[Common] Removed unnecessary lock from Instance class.
Tomasz Marciniak [Wed, 23 Sep 2015 08:07:07 +0000 (10:07 +0200)]
[Common] Removed unnecessary lock from Instance class.

[Verification] Code compiles.
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I37920fbdb25ee847729092aff3f37b453ec0b0dd
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Time] Check if instance is not null.
Tomasz Marciniak [Wed, 23 Sep 2015 07:33:48 +0000 (09:33 +0200)]
[Time] Check if instance is not null.

[Verification] Code compiles. TCT pass rate 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I731501a47cc7d0477a05b685591d836545b29afd
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Contact] Check instance if it is not null.
Tomasz Marciniak [Wed, 23 Sep 2015 07:21:30 +0000 (09:21 +0200)]
[Contact] Check instance if it is not null.

[Verification] Code compiles. TCT pass rate 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I205033624ca6353385aa8b1a7ec8421f007217be
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[version] 0.50" into tizen_2.4
Hyunjin Park [Tue, 22 Sep 2015 12:39:18 +0000 (21:39 +0900)]
Merge "[version] 0.50" into tizen_2.4

9 years ago[version] 0.50
Hyunjin Park [Tue, 22 Sep 2015 12:38:48 +0000 (21:38 +0900)]
[version] 0.50

Change-Id: Icadb6969449375b983211ccf43147e183cbbf594

9 years agoMerge "[Calendar] Fix for reccurrence rule." into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 12:31:31 +0000 (21:31 +0900)]
Merge "[Calendar] Fix for reccurrence rule." into tizen_2.4

9 years ago[Calendar] Fix for reccurrence rule.
Tomasz Marciniak [Tue, 22 Sep 2015 12:01:26 +0000 (14:01 +0200)]
[Calendar] Fix for reccurrence rule.

[Verification] Code compiles. TCT pass rate 100%
Events notifications are visible now.
Application Child Vacine Reminder works (http://168.219.209.56/jira/browse/TNEF-4461)

Change-Id: Ibae285f7b569e639c3cbe8769daa32261dac39e8
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[BluetoothLE] LEDevice should only have uuids from scan result." into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 11:31:12 +0000 (20:31 +0900)]
Merge "[BluetoothLE] LEDevice should only have uuids from scan result." into tizen_2.4

9 years ago[Package] Listener should be called asynchronously
Piotr Kosko [Tue, 22 Sep 2015 10:06:37 +0000 (12:06 +0200)]
[Package] Listener should be called asynchronously

Change-Id: Iadb290a5782951dba055fd443a27bbafb95d9ca6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[Datacontrol] Callback should be called asynchronously" into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 09:51:49 +0000 (18:51 +0900)]
Merge "[Datacontrol] Callback should be called asynchronously" into tizen_2.4

9 years agoMerge "[Download] Callback should be called asynchronously" into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 09:50:04 +0000 (18:50 +0900)]
Merge "[Download] Callback should be called asynchronously" into tizen_2.4

9 years agoMerge "[Package] Callback should be called asynchronously" into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 09:47:30 +0000 (18:47 +0900)]
Merge "[Package] Callback should be called asynchronously" into tizen_2.4

9 years agoMerge "[Messageport] Callback should be called asynchronously" into tizen_2.4
HyunJin Park [Tue, 22 Sep 2015 09:43:57 +0000 (18:43 +0900)]
Merge "[Messageport] Callback should be called asynchronously" into tizen_2.4

9 years ago[Package] Callback should be called asynchronously
Piotr Kosko [Tue, 22 Sep 2015 09:23:08 +0000 (11:23 +0200)]
[Package] Callback should be called asynchronously

Change-Id: I1bcaf10bbf99bcf28297129a55692143d8227454
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Messageport] Callback should be called asynchronously
Piotr Kosko [Tue, 22 Sep 2015 09:17:48 +0000 (11:17 +0200)]
[Messageport] Callback should be called asynchronously

Change-Id: Ifd6a3145812101ab26d3b583e55fa0672299096b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Datacontrol] Callback should be called asynchronously
Piotr Kosko [Tue, 22 Sep 2015 09:15:42 +0000 (11:15 +0200)]
[Datacontrol] Callback should be called asynchronously

Change-Id: I232c37d312e536a92b27b7c19fda6fff6214a085
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Download] Callback should be called asynchronously
Piotr Kosko [Tue, 22 Sep 2015 09:11:55 +0000 (11:11 +0200)]
[Download] Callback should be called asynchronously

[Verification] Code compiles, application WallpapersHD work fine.

Change-Id: I8b1c0206fa11bab5b8f667e449e2079963eacca1
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[BluetoothLE] LEDevice should only have uuids from scan result.
Pawel Andruszkiewicz [Tue, 22 Sep 2015 08:21:52 +0000 (10:21 +0200)]
[BluetoothLE] LEDevice should only have uuids from scan result.

[Verification] Code compiles.

Change-Id: I38a2111792bb8fa7ba18f852dd35e0d4bfcf632d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.49
Hyunjin Park [Mon, 21 Sep 2015 03:02:20 +0000 (12:02 +0900)]
[version] 0.49

Change-Id: I8f55b284b3e6024ae3930ab82bdbd68b804c9f90

9 years ago[Bluetooth] Fix the flag related with auto_connect
sangrae.kim [Mon, 21 Sep 2015 01:04:54 +0000 (10:04 +0900)]
[Bluetooth] Fix the flag related with auto_connect

Change-Id: I2e68b966a34181217665c5872c32f07869244956
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
9 years ago[Content] additional check for registering listeners
Piotr Kosko [Fri, 18 Sep 2015 10:46:51 +0000 (12:46 +0200)]
[Content] additional check for registering listeners

[Feature] Additional check prevents multiple registering listener in native code.

[Verification] Code compiles without errors.
  Checked in chrome console.
  TCT passrate with corrected ContentChangeCallback_oncontentdirupdated test is 100%.

Change-Id: I78eb3526ae7a14e6f8f6bee57ffce677e600724e
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[version] 0.48
Hyunjin Park [Fri, 18 Sep 2015 08:27:27 +0000 (17:27 +0900)]
[version] 0.48

Change-Id: I2e69f51b9927bf754cf77d792e0a5cd35ab49d83

9 years agoMerge "[Content] Divided listener for files and directories" into tizen_2.4
HyunJin Park [Fri, 18 Sep 2015 08:25:39 +0000 (17:25 +0900)]
Merge "[Content] Divided listener for files and directories" into tizen_2.4

9 years agoMerge "[Filesystem] - Fixing a bug in the tizen.file.readAsText function" into tizen_2.4
HyunJin Park [Fri, 18 Sep 2015 06:27:43 +0000 (15:27 +0900)]
Merge "[Filesystem] - Fixing a bug in the tizen.file.readAsText function" into tizen_2.4

9 years ago[version] 0.47
Hyunjin Park [Thu, 17 Sep 2015 13:54:05 +0000 (22:54 +0900)]
[version] 0.47

Change-Id: Iad1755f4c157dd9d0013c68476e452391dad1e62

9 years ago[Filesystem] - Fixing a bug in the tizen.file.readAsText function
Andrzej Popowski [Thu, 17 Sep 2015 12:29:47 +0000 (14:29 +0200)]
[Filesystem] - Fixing a bug in the tizen.file.readAsText function

Change-Id: I3aef0ac9f0c709ba25ccd841458d96d27b9a89c6
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Filesystem] URI without prefix 'file://' are handled now.
Tomasz Marciniak [Thu, 17 Sep 2015 11:26:18 +0000 (13:26 +0200)]
[Filesystem] URI without prefix 'file://' are handled now.

[Verification] Code compiles. One TCT test is failed.
FileSystemManager_resolve_error_invoked is incorrect.

Change-Id: I204814828962d6e1f5b015f2fd5b4fd7f02ca55f
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Content] Divided listener for files and directories
Piotr Kosko [Thu, 17 Sep 2015 06:42:00 +0000 (08:42 +0200)]
[Content] Divided listener for files and directories

[Feature] Divided listeners for files and directories in c++ layer.

[Verification] Code compiles without errors.
  Listener calls checked for add, update, remove of files and dirs.
  TCT passrate didn't change.

Change-Id: If9e5d8962358f532276f46d910b5cc89836262d2
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Content] Prevent crash for null-uuid listener native call
Piotr Kosko [Wed, 16 Sep 2015 12:14:06 +0000 (14:14 +0200)]
[Content] Prevent crash for null-uuid listener native call

[Feature] Added check for not-null-uuid. If null listener native call is ignored.
  Changed way of holding listener data to properly free alocated memory.

[Verification] Code compiles without errors.
  Checked listener  calls when creating new directory via MTP.
  TCT passrate is didn't change.

Change-Id: I3860f731cf84f11ae4e7a6ad2098f94f88662b63
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[version] 0.46
Hyunjin Park [Tue, 15 Sep 2015 07:01:11 +0000 (16:01 +0900)]
[version] 0.46

Change-Id: I2686951c48b824a0b3f004c4d40936352eea1b4d

9 years ago[Sound] Update the NO_DATA case of getActivatedDeviceList
sangrae.kim [Tue, 15 Sep 2015 06:08:15 +0000 (15:08 +0900)]
[Sound] Update the NO_DATA case of getActivatedDeviceList

Change-Id: I5dbae48b30025081ce074850b3ac4d92e032a46f
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
9 years agoMerge "[Content] Fix for playlist's thumbnailURI attribute." into tizen_2.4
HyunJin Park [Tue, 15 Sep 2015 00:41:11 +0000 (09:41 +0900)]
Merge "[Content] Fix for playlist's thumbnailURI attribute." into tizen_2.4

9 years ago[Content] Fix for playlist's thumbnailURI attribute.
Tomasz Marciniak [Mon, 14 Sep 2015 13:20:22 +0000 (15:20 +0200)]
[Content] Fix for playlist's thumbnailURI attribute.

[Verification] Code compiles. TCT pass rate is not changed.

Change-Id: I56cc3b66fb79f71962109b4eb4cd0dfdf19a2c2b
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[SystemInfo] Added validation of setBrightness value" into tizen_2.4
HyunJin Park [Mon, 14 Sep 2015 12:33:16 +0000 (21:33 +0900)]
Merge "[SystemInfo] Added validation of setBrightness value" into tizen_2.4

9 years ago[SystemInfo] Added validation of setBrightness value
Wojciech Kosowicz [Mon, 14 Sep 2015 12:14:23 +0000 (14:14 +0200)]
[SystemInfo] Added validation of setBrightness value

Change-Id: I8cd6135f7ec4abc5d2a1c6bc0847204715ae5b8f
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
9 years agoMerge "[Content] - fixing problem with added/removed directory callbacks" into tizen_2.4
HyunJin Park [Mon, 14 Sep 2015 11:33:29 +0000 (20:33 +0900)]
Merge "[Content] - fixing problem with added/removed directory callbacks" into tizen_2.4

9 years ago[Content] - fixing problem with added/removed directory callbacks
Andrzej Popowski [Fri, 11 Sep 2015 10:09:35 +0000 (12:09 +0200)]
[Content] - fixing problem with added/removed directory callbacks

Change-Id: Ib4266ead72a58788455df5918f8628301ce9399b
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[version] 0.45
Hyunjin Park [Mon, 14 Sep 2015 10:04:29 +0000 (19:04 +0900)]
[version] 0.45

Change-Id: I3693b3481b8bb78908370093587184ac1ca5fd5d

9 years agoMerge "Revert "Revert "[Filesystem] Fixed for copying, deleting and moving files...
HyunJin Park [Mon, 14 Sep 2015 10:00:58 +0000 (19:00 +0900)]
Merge "Revert "Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs.""" into tizen_2.4

9 years agoRevert "Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs.""
HyunJin Park [Mon, 14 Sep 2015 09:50:25 +0000 (18:50 +0900)]
Revert "Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs.""

This reverts commit 0825e63d1a74670485f2b7881882d66a186782ad.

Change-Id: I469f3c785ed412f179ca2836abc332d0975807f5

9 years agoMerge "[Systeminfo] Thread safety provided" into tizen_2.4
HyunJin Park [Mon, 14 Sep 2015 08:21:29 +0000 (17:21 +0900)]
Merge "[Systeminfo] Thread safety provided" into tizen_2.4

9 years ago[Systeminfo] Thread safety provided
Piotr Kosko [Mon, 14 Sep 2015 08:03:58 +0000 (10:03 +0200)]
[Systeminfo] Thread safety provided

[Feature] Initialization of platform handles is now protected with lock_guards.
  Added logs in systeminfo_properties_manager.cc

[Verification] Code compiles without errors.
  Test application from task: http://168.219.209.56/jira/browse/XWALK-781 works fine.
  TCT passrate on web-tct_2.4_r41 is 100%.

Change-Id: I399ea47af417d845934b1f55c9852d482875ecf4
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[Account] Fix for adding account." into tizen_2.4
HyunJin Park [Mon, 14 Sep 2015 05:48:45 +0000 (14:48 +0900)]
Merge "[Account] Fix for adding account." into tizen_2.4

9 years agoMerge "[Systeminfo] Added filtering of cellular network listeners calls" into tizen_2.4
HyunJin Park [Mon, 14 Sep 2015 02:33:15 +0000 (11:33 +0900)]
Merge "[Systeminfo] Added filtering of cellular network listeners calls" into tizen_2.4

9 years ago[Account] Fix for adding account.
Tomasz Marciniak [Fri, 11 Sep 2015 14:19:31 +0000 (16:19 +0200)]
[Account] Fix for adding account.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: If2fd1d3296e71240b16d5e1b1530a59a722222b7
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Systeminfo] Added filtering of cellular network listeners calls
Piotr Kosko [Fri, 11 Sep 2015 13:02:24 +0000 (15:02 +0200)]
[Systeminfo] Added filtering of cellular network listeners calls

[Feature] When only single-property cellular network listener is registered,
  it should only react to changes of default (first) SIM card. Changes of others should be ignored.

[Verification] Code compiles without errors.
  Feature was checked in chrome console and changes of second sim are ignored.
  TCT passrate on web-tct_2.4_r41 is 100%.

Change-Id: I6134f84615986724488cba0ba13fc7fec84d1be9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[sensor] add code to set sensor option
Hyunjin Park [Fri, 11 Sep 2015 07:15:31 +0000 (16:15 +0900)]
[sensor] add code to set sensor option
- to fix Web TCT fail
- TCT result : 100% passed

Change-Id: Icd33486d1651213e4888c494e1e577f67a6fd5ac

9 years ago[InputDevice] Implementation of (un)registerKeyBatch().
Pawel Andruszkiewicz [Fri, 4 Sep 2015 11:08:42 +0000 (13:08 +0200)]
[InputDevice] Implementation of (un)registerKeyBatch().

[Verification] Manually tested:
tizen.inputdevice.registerKeyBatch(['VolumeUp', 'VolumeDown'], function () {console.log('OK');}, function (e) {console.log('error: ' + e);})
tizen.inputdevice.unregisterKeyBatch(['VolumeUp', 'VolumeDown'], function () {console.log('OK');}, function (e) {console.log('error: ' + e);})

Change-Id: Iff64ff419274ee94f5f8e4b9a4559691dca2d3ef
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Systeminfo] vconf calls related to SIM replaced with tapi calls" into tizen_2.4
HyunJin Park [Thu, 10 Sep 2015 14:03:39 +0000 (23:03 +0900)]
Merge "[Systeminfo] vconf calls related to SIM replaced with tapi calls" into tizen_2.4

9 years agoMerge "[notification] fix prevent CID 23603, 24335 - SCOPE_EXIT position is after...
Hyunjin Park [Thu, 10 Sep 2015 13:42:16 +0000 (22:42 +0900)]
Merge "[notification] fix prevent CID 23603, 24335 - SCOPE_EXIT position is after return statement. - move it before return statement. - TCT result : 100% passed" into tizen_2.4

9 years agoMerge "[SystemSetting] Fixed using virtual paths." into tizen_2.4
HyunJin Park [Thu, 10 Sep 2015 12:07:21 +0000 (21:07 +0900)]
Merge "[SystemSetting] Fixed using virtual paths." into tizen_2.4

9 years ago[notification] fix prevent CID 23603, 24335
Hyunjin Park [Thu, 10 Sep 2015 11:18:35 +0000 (20:18 +0900)]
[notification] fix prevent CID 23603, 24335
- SCOPE_EXIT position is after return statement.
- move it before return statement.
- TCT result : 100% passed

Change-Id: I17ce78347220872d6062b4ec1f440cf0293d6f11

9 years ago[Systeminfo] vconf calls related to SIM replaced with tapi calls
Piotr Kosko [Thu, 10 Sep 2015 11:12:22 +0000 (13:12 +0200)]
[Systeminfo] vconf calls related to SIM replaced with tapi calls

[Feature] fetching sim-related fields with vconf was replaced with proper
  calls of TAPI (in case of getters and change listeners)

[Verification] Code compiles without errors.
  TCT passrate is 100% on web-tct_2.4_r40.

Change-Id: I7f6ee8b23c301bb15b1d473b44b26bdc46267d0d
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[SystemSetting] Fixed using virtual paths.
Tomasz Marciniak [Thu, 10 Sep 2015 10:26:01 +0000 (12:26 +0200)]
[SystemSetting] Fixed using virtual paths.

[Verification] Code compiles. TCT pass rate 100%
Properties can be set with virtual paths.

Change-Id: I95316e15bc8f77ab1e852bb91d75e6174c4794c5
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[version] 0.43
Hyunjin Park [Thu, 10 Sep 2015 10:16:04 +0000 (19:16 +0900)]
[version] 0.43

Change-Id: I1e5d8c5ac2d9a23eae6e634d43bf173fbc7fd018

9 years agoMerge "Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs.""...
HyunJin Park [Thu, 10 Sep 2015 10:13:37 +0000 (19:13 +0900)]
Merge "Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs."" into tizen_2.4

9 years agoRevert "[Filesystem] Fixed for copying, deleting and moving files/dirs."
HyunJin Park [Thu, 10 Sep 2015 09:50:20 +0000 (18:50 +0900)]
Revert "[Filesystem] Fixed for copying, deleting and moving files/dirs."

This reverts commit 904977b3c574276de2187e3302cc3cc6a08e99e6.

Change-Id: I25eb704a920a132f6d8b6dee14c3f566cc8888c2

9 years agoMerge "[Filesystem] Fixed for copying, deleting and moving files/dirs." into tizen_2.4
HyunJin Park [Thu, 10 Sep 2015 08:35:43 +0000 (17:35 +0900)]
Merge "[Filesystem] Fixed for copying, deleting and moving files/dirs." into tizen_2.4

9 years ago[Filesystem] Fixed for copying, deleting and moving files/dirs.
Tomasz Marciniak [Thu, 10 Sep 2015 07:56:52 +0000 (09:56 +0200)]
[Filesystem] Fixed for copying, deleting and moving files/dirs.

[Verification] Code compiles. TCT pass rate 100%
Now current directory cannot be removed, copied or moved.

Change-Id: Iffa948435859b7479dc88c7a36b1ad0b6269bf02
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[messaging] fix prevent CID 24110
Hyunjin Park [Wed, 9 Sep 2015 03:37:00 +0000 (12:37 +0900)]
[messaging] fix prevent CID 24110

- add free() to prevent resource leak
- TCT result : 100% passed

Change-Id: I1d687e03df8f049694edf0609be423c99308f85b

9 years ago[content] fix prevent CID 24610
Hyunjin Park [Wed, 9 Sep 2015 11:32:00 +0000 (20:32 +0900)]
[content] fix prevent CID 24610
- add free () to prevent resource leak
- TCT result isn't changed.

Change-Id: I286821fb08d905575a547697005135ff5a19d122

9 years agoMerge "[SystemSetting] move setProperty to main thread" into tizen_2.4
HyunJin Park [Wed, 9 Sep 2015 09:35:52 +0000 (18:35 +0900)]
Merge "[SystemSetting] move setProperty to main thread" into tizen_2.4

9 years ago[version] 0.42
Hyunjin Park [Wed, 9 Sep 2015 09:15:55 +0000 (18:15 +0900)]
[version] 0.42

Change-Id: I6e0134f34941cb1f9ecec2a690b07ace2bdf8313

9 years agoMerge "[Power] isScreenOn() adjusted to the documentation." into tizen_2.4
HyunJin Park [Wed, 9 Sep 2015 09:15:20 +0000 (18:15 +0900)]
Merge "[Power] isScreenOn() adjusted to the documentation." into tizen_2.4

9 years ago[SystemSetting] move setProperty to main thread
Lukasz Bardeli [Wed, 9 Sep 2015 09:12:42 +0000 (11:12 +0200)]
[SystemSetting] move setProperty to main thread

[Verification] Passrate 100% (33/33/0/0/0)

Change-Id: I9c45d5325b93e97fac03a1e1aa640f8cc2a2698f
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[exif/messaging] fix prevent CID 23206, 23450
Hyunjin Park [Wed, 9 Sep 2015 02:52:19 +0000 (11:52 +0900)]
[exif/messaging] fix prevent CID 23206, 23450
- remove dead default in switch
- TCT result : 100% passed

Change-Id: I7cd80afdf2edd623421f882b1d24850df4388c2e

9 years ago[Power] isScreenOn() adjusted to the documentation.
Tomasz Marciniak [Wed, 9 Sep 2015 06:54:18 +0000 (08:54 +0200)]
[Power] isScreenOn() adjusted to the documentation.

[Verification] Code compiles. TCT did not changed.

Change-Id: I65b7d6ac0a40213b050bb7b0160938b790b937ec
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[notification] fix prevent CID 24596
Hyunjin Park [Wed, 9 Sep 2015 05:09:52 +0000 (14:09 +0900)]
[notification] fix prevent CID 24596
- add SCOPE_EXIT to prevent resource leak
- TCT result : 100% passed

Change-Id: Ibac5e2c719c092d56804921a0876f5597dd8cbb6

9 years agoMerge "[Systeminfo] Fixed getting ip for Ethernet and Cellular" into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 12:39:00 +0000 (21:39 +0900)]
Merge "[Systeminfo] Fixed getting ip for Ethernet and Cellular" into tizen_2.4

9 years agoMerge "[Systeminfo] Fixes in CPU and STORAGE listeners, wifi additional check" into...
HyunJin Park [Tue, 8 Sep 2015 12:35:35 +0000 (21:35 +0900)]
Merge "[Systeminfo] Fixes in CPU and STORAGE listeners, wifi additional check" into tizen_2.4

9 years ago[Systeminfo] Fixed getting ip for Ethernet and Cellular
Piotr Kosko [Tue, 8 Sep 2015 12:28:33 +0000 (14:28 +0200)]
[Systeminfo] Fixed getting ip for Ethernet and Cellular

[Verification] Code compiles without errors.
  TCT passrate on web-tct_2.4_r40 is 100% (with SIM card inserted)

Change-Id: I0182c4e7afee881c3cbc8a1dc685840a3a6ed1fa
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[Systeminfo] New implementation of listeners was added" into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 12:08:19 +0000 (21:08 +0900)]
Merge "[Systeminfo] New implementation of listeners was added" into tizen_2.4

9 years agoMerge "[Systeminfo] Module reorganization, next part" into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 12:02:15 +0000 (21:02 +0900)]
Merge "[Systeminfo] Module reorganization, next part" into tizen_2.4

9 years agoMerge "[Systeminfo] Changed implementation of getPropertyValue method" into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 11:59:06 +0000 (20:59 +0900)]
Merge "[Systeminfo] Changed implementation of getPropertyValue method" into tizen_2.4

9 years agoMerge "[Systeminfo] Module reorganized" into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 11:55:55 +0000 (20:55 +0900)]
Merge "[Systeminfo] Module reorganized" into tizen_2.4

9 years ago[Systeminfo] Fixes in CPU and STORAGE listeners, wifi additional check
Piotr Kosko [Tue, 8 Sep 2015 08:00:34 +0000 (10:00 +0200)]
[Systeminfo] Fixes in CPU and STORAGE listeners, wifi additional check

[Feature] Fixes for not triggering listeners continously, added control if something really changed.

[Verification] Code compiles without errors.
  TCT passrate didn't change.
  Listeners checked in console.

Change-Id: I33a72f5986c5271ed9d6ea0ef3ade3a2c3dd4a2f
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[version] 0.41
Hyunjin Park [Tue, 8 Sep 2015 11:02:42 +0000 (20:02 +0900)]
[version] 0.41

Change-Id: Ibabcc6547205e57248a4d53ecc4ac08ee077fca4

9 years agoMerge "[Notification] Fixed saving notification attributes paths." into tizen_2.4
HyunJin Park [Tue, 8 Sep 2015 10:44:19 +0000 (19:44 +0900)]
Merge "[Notification] Fixed saving notification attributes paths." into tizen_2.4

9 years ago[Notification] Fixed saving notification attributes paths.
Tomasz Marciniak [Tue, 8 Sep 2015 10:23:57 +0000 (12:23 +0200)]
[Notification] Fixed saving notification attributes paths.

[Verification] Code compiles. TCT pass rate 100%
Icon paths are visible in notification bar

Change-Id: I3af76ead29bb7f9e9eb738bbe2453dfe76553fc5
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Systeminfo] New implementation of listeners was added
Piotr Kosko [Mon, 7 Sep 2015 06:48:52 +0000 (08:48 +0200)]
[Systeminfo] New implementation of listeners was added

[Feature] Implementation of listeners was changed to use SysteminfoManager.
  Old implementation of listeners was removed.

[Verification] Checked in chrome console.
  TCT r39 passrate is 99.66% (known issue).

Change-Id: I345e32c9be6aff416bcece53a1fafdf4b5c72a93
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Systeminfo] Module reorganization, next part
Piotr Kosko [Thu, 27 Aug 2015 14:45:51 +0000 (16:45 +0200)]
[Systeminfo] Module reorganization, next part

[Feature] Implementation of getters was changed to use specialized classes.
  Listeners implementation was temporarly disabled.

[Verification] Code compiles without errors.
  Getters checked in chrome console and work fine.

Change-Id: I63cc9c21d0be1057375f349edf44b24b6cc4024a
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>