platform/core/api/webapi-plugins.git
9 years ago[KeyManager] Implementation of verifySignature().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 08:28:35 +0000 (10:28 +0200)]
[KeyManager] Implementation of verifySignature().

[Verification] Code compiles.

Change-Id: If6c0df68a6beff875ab64511fbfdaafcfeb00e84
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] Implementation of createSignature().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 08:19:39 +0000 (10:19 +0200)]
[KeyManager] Implementation of createSignature().

[Verification] Code compiles.

Change-Id: If52e0c146de0d4a2b0686d098b0d7412db9493bb
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] Implementation of getData().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 07:26:35 +0000 (09:26 +0200)]
[KeyManager] Implementation of getData().

Change-Id: I08bd75216e6d4fe9b6d30df65fbabe73b967b41a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] Implementation of getKeyAliasList()
Pawel Andruszkiewicz [Wed, 1 Jul 2015 06:04:43 +0000 (08:04 +0200)]
[KeyManager] Implementation of getKeyAliasList()
                               getCertificatesAliasList()
                               getDataAliasList().

Change-Id: I28b5d454eb6313587ebd6818326090a210b2c142
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] Implementation of getKey() method.
Pawel Andruszkiewicz [Wed, 1 Jul 2015 06:04:35 +0000 (08:04 +0200)]
[KeyManager] Implementation of getKey() method.

Change-Id: Iddd6b513a6ce9ce67b2b8c2cd282ce0a206aa1db
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] Implementation of loadFromPKCS12File() method.
Pawel Andruszkiewicz [Wed, 1 Jul 2015 06:03:51 +0000 (08:03 +0200)]
[KeyManager] Implementation of loadFromPKCS12File() method.

Change-Id: Id2ea30f6f9eb124045217382d0ad855f5895b86d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[KeyManager] remove() implementation.
Tomasz Marciniak [Wed, 1 Jul 2015 10:26:18 +0000 (12:26 +0200)]
[KeyManager] remove() implementation.

[Verification] Code compiles without errors.

Change-Id: Idc3a371603b1c50dd2d0f029378d7e48090bd063
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[KeyManager] save() implementation of Key class.
Tomasz Marciniak [Wed, 1 Jul 2015 09:56:40 +0000 (11:56 +0200)]
[KeyManager] save() implementation of Key class.

[Verification] Code compiles without errors.

Change-Id: Id0928ccc3a2b1e5ea35626e0472a6cc840b7d072
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[KeyManager] allow/denyAccessControl implementation
Tomasz Marciniak [Wed, 1 Jul 2015 08:00:56 +0000 (10:00 +0200)]
[KeyManager] allow/denyAccessControl implementation

[Verification] Code compiles without errors.

Change-Id: I2902a999e9a954e01adbf2a624790cbd65893702
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[KeyManager] Added getCertificate() implementation
Tomasz Marciniak [Wed, 1 Jul 2015 07:29:26 +0000 (09:29 +0200)]
[KeyManager] Added getCertificate() implementation

[Verification] Code compiles without errors.

Change-Id: I3e2f73e4d8e02fd24b2cd074d4e960a9bd0a0fc3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[KeyManager] generateKeyPair() implementation.
Tomasz Marciniak [Wed, 1 Jul 2015 06:27:11 +0000 (08:27 +0200)]
[KeyManager] generateKeyPair() implementation.

[Verification] Code compiles without errors.

Change-Id: Id25f3a5388eb62f4e14aa4bce32e9bf41d678031
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[KeyManager] Removed C++ implementation.
Pawel Andruszkiewicz [Tue, 30 Jun 2015 10:14:01 +0000 (12:14 +0200)]
[KeyManager] Removed C++ implementation.

Change-Id: I8f00f827790a4bc443395056dd5386da43783e25
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[InputDevice] Implementation moved to java script
Lukasz Foniok [Thu, 14 May 2015 12:53:00 +0000 (14:53 +0200)]
[InputDevice] Implementation moved to java script

[Verification]
tizen.inputdevice.getSupportedKeys()
tizen.inputdevice.getKeyName("VolumeUp")
tizen.inputdevice.registerKey("VolumeUp")
tizen.inputdevice.unregisterKey("VolumeUp")

Change-Id: Ic952a24dab39be5fd66f9d101f0c7f0aa47ea243
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[InputDevice] Adding synchronous call for registering and unregistering keys
Lukasz Foniok [Wed, 13 May 2015 14:44:05 +0000 (16:44 +0200)]
[InputDevice] Adding synchronous call for registering and unregistering keys

[Verification]
result = tizen.inputdevice.registerKey(
    "XF86AudioRaiseVolume" // if volume-up key is given,
  );
result = tizen.inputdevice.unregisterKey(
    "XF86AudioRaiseVolume" // if volume-up key is given,
  );

Change-Id: Ia11afc4b0b94e467d7e8bdc956b0df713ed67ae5
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[InputDevice] Renaming InputDevice module.
Lukasz Foniok [Tue, 12 May 2015 13:10:08 +0000 (15:10 +0200)]
[InputDevice] Renaming InputDevice module.

[Verification]
Module input device is now Common module, because of that it is available under tizen.inputdevice

Change-Id: I017c98d10c7414bf57c3254ca7b36b01098c7e62
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[TVWindow] Show and hide methods
Przemyslaw Ciezkowski [Fri, 26 Jun 2015 16:08:39 +0000 (18:08 +0200)]
[TVWindow] Show and hide methods

Change-Id: I806b1785dad0a25c6ef439ac355472c3a82db929
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
(cherry picked from commit d9c639a4658979847952f423e5af434f449e54e7)

9 years ago[TVWindow] Format code, fix logs
Przemyslaw Ciezkowski [Fri, 26 Jun 2015 08:22:06 +0000 (10:22 +0200)]
[TVWindow] Format code, fix logs

Change-Id: Ia8d40b433302718f473ef55dc2eed040f83cdd65
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
(cherry picked from commit e31ed3228f6ddfaaa70dd4fd2c8f6069a034dbba)

9 years ago[TVChannel] Fix logs
Przemyslaw Ciezkowski [Fri, 26 Jun 2015 18:00:33 +0000 (20:00 +0200)]
[TVChannel] Fix logs

Change-Id: Ic913ad3937691746a3b6e09295650893ddd36036
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
(cherry picked from commit 77d6fd76eff964770bcd06c8cc64d187c97a901d)

9 years ago[Systeminfo] Check if telephony is supported on device
Przemyslaw Ciezkowski [Fri, 19 Jun 2015 11:49:12 +0000 (13:49 +0200)]
[Systeminfo] Check if telephony is supported on device

Change-Id: Iee9933d821a6f33d7a152c65d53abac105a213b1
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[Sensor] Added additional check for HRM sensor
Piotr Kosko [Fri, 26 Jun 2015 12:25:14 +0000 (14:25 +0200)]
[Sensor] Added additional check for HRM sensor

[Feature] Added additional 'is supported' check for HRM_RAW sensor.
  Added returning default values when no available HRM sensors.

[Verification] Code compiles without errors.
  TCT passrate 100%.

Change-Id: I77e65de28a97fe8984edb96d42bf4d6396877b2b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[TV][InputDevice] Adding synchronous call for registering and unregistering...
Juwon(Julia) Ahn [Fri, 26 Jun 2015 12:18:03 +0000 (21:18 +0900)]
Merge "[TV][InputDevice] Adding synchronous call for registering and unregistering keys" into tizen_2.4

9 years agoMerge "[Package] Obtain total size and data size on demand." into tizen_2.4
HyunJin Park [Fri, 26 Jun 2015 11:59:22 +0000 (20:59 +0900)]
Merge "[Package] Obtain total size and data size on demand." into tizen_2.4

9 years ago[Package] Obtain total size and data size on demand.
Pawel Andruszkiewicz [Fri, 26 Jun 2015 09:01:50 +0000 (11:01 +0200)]
[Package] Obtain total size and data size on demand.

These are time consuming operations, should not be executed
unless user explicitly asks for this data

Related issue: http://168.219.209.56/jira/browse/TNEF-2498

[Verification] TCT pass rate: 66/66/0/0/0.

Change-Id: I3c45a8f81f1406b36599f0709e91de5c1dcb99a2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Systeminfo] Read frequency for emulator from different file." into tizen_2.4
HyunJin Park [Fri, 26 Jun 2015 10:13:52 +0000 (19:13 +0900)]
Merge "[Systeminfo] Read frequency for emulator from different file." into tizen_2.4

9 years ago[TV][InputDevice] Adding synchronous call for registering and unregistering keys
Piotr Czaja [Wed, 24 Jun 2015 13:14:20 +0000 (15:14 +0200)]
[TV][InputDevice] Adding synchronous call for registering and unregistering keys

Change-Id: Ic330564dab503907ce67850cd6ffbb615e475b05
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[Systeminfo] Read frequency for emulator from different file.
Tomasz Marciniak [Fri, 26 Jun 2015 07:43:37 +0000 (09:43 +0200)]
[Systeminfo] Read frequency for emulator from different file.

[Verification] Code compiles without errors.
TCT pass rate:
Emulator: 100% (258/258/0/0/0)
Target: 100% (289/289/0/0/0)

Change-Id: I6fd6f41acbb9bf8bc63a4e58585f61e8a2b0184a
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[Bluetooth] fix for createBonding" into tizen_2.4
HyunJin Park [Thu, 25 Jun 2015 14:31:13 +0000 (23:31 +0900)]
Merge "[Bluetooth] fix for createBonding" into tizen_2.4

9 years ago[Bluetooth] fix for createBonding
Lukasz Bardeli [Thu, 25 Jun 2015 12:56:41 +0000 (14:56 +0200)]
[Bluetooth] fix for createBonding

Change-Id: Iaaa31cd0cca0232a58bff28130d5ca7106e7b960
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Time] - fixing a bug in the tizen.TZDate.toLocaleTimezone function
Andrzej Popowski [Thu, 25 Jun 2015 09:22:55 +0000 (11:22 +0200)]
[Time] - fixing a bug in the tizen.TZDate.toLocaleTimezone function

TCT results of Alarm, Calendar and Time have not changed.  They are 100%

Change-Id: I448e0c39d27b1795711509947a7cb4e37a756844
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years agoMerge "[alarm] build error fix - no alarm.h error" into tizen_2.4
Hyunjin Park [Thu, 25 Jun 2015 04:38:20 +0000 (13:38 +0900)]
Merge "[alarm] build error fix - no alarm.h error" into tizen_2.4

9 years ago[alarm] build error fix
Hyunjin Park [Thu, 25 Jun 2015 04:37:38 +0000 (13:37 +0900)]
[alarm] build error fix
- no alarm.h error

Change-Id: I2536982d5cbc31b4d1b43baf6797b4efdc9762da

9 years agoMerge "[TVAudio] Add capi-media-sound-manager" into tizen_2.4
Juwon(Julia) Ahn [Thu, 25 Jun 2015 04:33:05 +0000 (13:33 +0900)]
Merge "[TVAudio] Add capi-media-sound-manager" into tizen_2.4

9 years agoMerge "[TVAudio] Fix log message" into tizen_2.4
Juwon(Julia) Ahn [Thu, 25 Jun 2015 04:32:46 +0000 (13:32 +0900)]
Merge "[TVAudio] Fix log message" into tizen_2.4

9 years agoMerge "[Alarm] Extracted&modified the code to schedule reccurring alarm precisely...
HyunJin Park [Wed, 24 Jun 2015 15:14:59 +0000 (00:14 +0900)]
Merge "[Alarm] Extracted&modified the code to schedule reccurring alarm precisely." into tizen_2.4

9 years ago[Mediacontroller] Remove throwing exception when removing listener
Tomasz Marciniak [Wed, 24 Jun 2015 14:26:26 +0000 (16:26 +0200)]
[Mediacontroller] Remove throwing exception when removing listener

[Verification] Code compiles without errors.

Change-Id: I467ef3098104e3f792a317e1cd0e88779d434089
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Alarm] Extracted&modified the code to schedule reccurring alarm precisely.
Pawel Andruszkiewicz [Wed, 24 Jun 2015 14:19:55 +0000 (16:19 +0200)]
[Alarm] Extracted&modified the code to schedule reccurring alarm precisely.

[Verification] TCT pass rate: 100%

Change-Id: I4161f93016f1778930c0321283aaa409d841b4cd
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[TVAudio] Add capi-media-sound-manager
Przemyslaw Ciezkowski [Wed, 24 Jun 2015 13:05:43 +0000 (15:05 +0200)]
[TVAudio] Add capi-media-sound-manager

capi-media-sound-manager library was used
but not listed in gyp file.

Change-Id: I54edab82205bbbc6ee9881a47eb68dee90f7cd2b
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVAudio] Fix log message
Przemyslaw Ciezkowski [Wed, 24 Jun 2015 13:05:21 +0000 (15:05 +0200)]
[TVAudio] Fix log message

Also removed not used variable

Change-Id: I2b3dd44de420ff87c16b83f5482d9f220091b319
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years agoMerge "[Mediacontroller] Fix for commands reply." into tizen_2.4
HyunJin Park [Wed, 24 Jun 2015 11:53:45 +0000 (20:53 +0900)]
Merge "[Mediacontroller] Fix for commands reply." into tizen_2.4

9 years ago[Mediacontroller] Fix for commands reply.
Tomasz Marciniak [Wed, 24 Jun 2015 10:22:12 +0000 (12:22 +0200)]
[Mediacontroller] Fix for commands reply.

[Verification] Code compiles without errors.
TCT pass rate 93.41% (167/156/6/5/0)

Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
Change-Id: Ib254e2b06bc062af2321899a0a5fe7a005d31e35

9 years ago[TVAudio] Retrieve audio output mode
Przemyslaw Ciezkowski [Wed, 24 Jun 2015 10:02:02 +0000 (12:02 +0200)]
[TVAudio] Retrieve audio output mode

Added reference. Added better error handling.

[Verification]
TCT pass:
AudioControlManager_getOutputMode
AudioControlManager_getOutputMode_extra_argument

Change-Id: Ib3590e783fe7b1456cdbf360822b4d03621efa2b
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years agoMerge "[TVAudio] Use LoggerD" into tizen_2.4
Juwon(Julia) Ahn [Wed, 24 Jun 2015 10:30:21 +0000 (19:30 +0900)]
Merge "[TVAudio] Use LoggerD" into tizen_2.4

9 years ago[TVAudio] Use LoggerD
Przemyslaw Ciezkowski [Wed, 24 Jun 2015 09:18:36 +0000 (11:18 +0200)]
[TVAudio] Use LoggerD

Replaced old LOGD with new LoggerD

Change-Id: I1bf71d5d8a88d7bb766a726ca2e7ccaff15f6165
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TV]Displaycontrol] Change extension name to 'tvdisplaycontrol'
Piotr Czaja [Wed, 24 Jun 2015 09:40:55 +0000 (11:40 +0200)]
[TV]Displaycontrol] Change extension name to 'tvdisplaycontrol'

Change-Id: I481692ca85e8d2ff336bb55f65e6a4c89fb1b734
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[BT] add internal.h to fix build err
Hyunjin Park [Wed, 24 Jun 2015 02:35:14 +0000 (11:35 +0900)]
[BT] add internal.h to fix build err

Change-Id: I0d00865e19d974a383909532844bf03c03e7a194

9 years ago[BT] some type moves to internel.h
Hyunjin Park [Wed, 24 Jun 2015 02:03:45 +0000 (11:03 +0900)]
[BT] some type moves to internel.h

Change-Id: I4eefb8c8d2ff6732e9eb593fa504f0bc711399c8

9 years agoMerge "[BluetoothLE] Updated BluetoothLEScanCallback to match changed WIDL." into...
HyunJin Park [Tue, 23 Jun 2015 13:35:35 +0000 (22:35 +0900)]
Merge "[BluetoothLE] Updated BluetoothLEScanCallback to match changed WIDL." into tizen_2.4

9 years agoMerge "[CallHistory] Check if object still exists before calling PostMessage()."...
HyunJin Park [Tue, 23 Jun 2015 13:17:14 +0000 (22:17 +0900)]
Merge "[CallHistory] Check if object still exists before calling PostMessage()." into tizen_2.4

9 years agoadd manifest for new smack
Hyunjin Park [Tue, 23 Jun 2015 12:57:25 +0000 (21:57 +0900)]
add manifest for new smack

Change-Id: Ia582cf2e5df91e8c715e0f08966fff07dd9a7e06

9 years ago[BluetoothLE] Updated BluetoothLEScanCallback to match changed WIDL.
Pawel Andruszkiewicz [Tue, 23 Jun 2015 12:21:09 +0000 (14:21 +0200)]
[BluetoothLE] Updated BluetoothLEScanCallback to match changed WIDL.

Change was specified in: http://168.219.209.56/gerrit/#/c/55030/1

[Verification] Code compiles.

Change-Id: Ib1d337951b1f354996da240ef08c4e841417397f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoUse Object explicitly with "instanceof"
JongHeon Choi [Mon, 22 Jun 2015 07:45:25 +0000 (16:45 +0900)]
Use Object explicitly with "instanceof"

Change-Id: I52b9c5c17355f2c868961fd4313497aa081d3a18

9 years ago[CallHistory] Check if object still exists before calling PostMessage().
Pawel Andruszkiewicz [Tue, 23 Jun 2015 07:35:13 +0000 (09:35 +0200)]
[CallHistory] Check if object still exists before calling PostMessage().

[Verification] TCT pass rate 6 * 100%

Change-Id: I51816ccb4b89769cc0eaf41ea9ea314421805808
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Common] GYP does not seem to support compound conditionals." into tizen_2.4
HyunJin Park [Tue, 23 Jun 2015 07:30:37 +0000 (16:30 +0900)]
Merge "[Common] GYP does not seem to support compound conditionals." into tizen_2.4

9 years agoMerge "[MediaKey] - draft commit with additional logs for calling function media_key_...
HyunJin Park [Tue, 23 Jun 2015 07:28:56 +0000 (16:28 +0900)]
Merge "[MediaKey] - draft commit with additional logs for calling function media_key_reserver" into tizen_2.4

9 years ago[MediaKey] - draft commit with additional logs for calling function media_key_reserver
Andrzej Popowski [Tue, 23 Jun 2015 06:49:46 +0000 (08:49 +0200)]
[MediaKey] - draft commit with additional logs for calling function media_key_reserver

Change-Id: Icda740af7d66d236e51a98576269a7249515c275
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[key manager] disable key manager
Hyunjin Park [Tue, 23 Jun 2015 06:21:48 +0000 (15:21 +0900)]
[key manager] disable key manager

Change-Id: I16af6c4aa4f54ccd26b40f8597bbef01a0131dcc

9 years agoMerge "[Systeminfo] Fix implementation for 'ETHERNET_NETWORK' property" into tizen_2.4
HyunJin Park [Tue, 23 Jun 2015 02:14:04 +0000 (11:14 +0900)]
Merge "[Systeminfo] Fix implementation for 'ETHERNET_NETWORK' property" into tizen_2.4

9 years agoMerge "[Systeminfo] - changing the privilege checking for version 2.4" into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 14:24:21 +0000 (23:24 +0900)]
Merge "[Systeminfo] - changing the privilege checking for version 2.4" into tizen_2.4

9 years agoMerge "[Archive] Close the dir object first, check for error later." into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 12:51:19 +0000 (21:51 +0900)]
Merge "[Archive] Close the dir object first, check for error later." into tizen_2.4

9 years agoMerge "[Mediacontroller] Added function for defined custom commands." into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 12:46:06 +0000 (21:46 +0900)]
Merge "[Mediacontroller] Added function for defined custom commands." into tizen_2.4

9 years ago[Mediacontroller] Added function for defined custom commands.
Tomasz Marciniak [Mon, 22 Jun 2015 06:48:12 +0000 (08:48 +0200)]
[Mediacontroller] Added function for defined custom commands.

[Verification] Code compiles without errors.
TCT pass rate 90.42%(167/151/4/12/0)

Change-Id: Ib008fd709b96df7bd307ecc13447e420d01ef38b
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Archive] Close the dir object first, check for error later.
Pawel Andruszkiewicz [Mon, 22 Jun 2015 11:32:47 +0000 (13:32 +0200)]
[Archive] Close the dir object first, check for error later.

Prevent CID: 451196, 451231

[Verification] TCT pass rate: 100%

Change-Id: Ibc37601fed5147ecf4801e81ec53ef2b797e7b28
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[DataControl] Release resource in case of an error." into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 11:18:51 +0000 (20:18 +0900)]
Merge "[DataControl] Release resource in case of an error." into tizen_2.4

9 years ago[DataControl] Release resource in case of an error.
Pawel Andruszkiewicz [Mon, 22 Jun 2015 11:04:27 +0000 (13:04 +0200)]
[DataControl] Release resource in case of an error.

Prevent CID: 393814.

[Verification] TCT pass rate: 100%

Change-Id: I5219783984357473c53361be543bf646be287b63
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Mediacontroller] Fix for test.
Tomasz Marciniak [Mon, 22 Jun 2015 08:59:39 +0000 (10:59 +0200)]
[Mediacontroller] Fix for test.

[Verification] Code compiles without errors.
MediaControllerServer_updatePlaybackPosition_position_invalid passes.

Change-Id: Ic5cbaa413dac1c2ef9cbc17891356af92ac7269d
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Systeminfo] Fix implementation for 'ETHERNET_NETWORK' property
Piotr Czaja [Thu, 18 Jun 2015 14:56:07 +0000 (16:56 +0200)]
[Systeminfo] Fix implementation for 'ETHERNET_NETWORK' property

Change-Id: Idd59446e6889f5c7bf695ab75da5e1b2f21a3a79
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[Systeminfo] - changing the privilege checking for version 2.4
Andrzej Popowski [Wed, 17 Jun 2015 14:05:37 +0000 (16:05 +0200)]
[Systeminfo] - changing the privilege checking for version 2.4

TCT results have not changed.  They are: 95.85% (289/277/12/0/0)

Change-Id: I3234942b9de3dcdd96fec01442fe78cde898a913
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[version] 0.8
Hyunjin Park [Mon, 22 Jun 2015 02:16:05 +0000 (11:16 +0900)]
[version] 0.8

Change-Id: I32789d21dbf76eee46e6e5b0b1bc53bff6caa9bf

9 years agoMerge "[Filesystem] Allow to resolve storages" into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 02:14:12 +0000 (11:14 +0900)]
Merge "[Filesystem] Allow to resolve storages" into tizen_2.4

9 years agoMerge "Warning fix by using const_cast" into tizen_2.4
HyunJin Park [Mon, 22 Jun 2015 02:04:08 +0000 (11:04 +0900)]
Merge "Warning fix by using const_cast" into tizen_2.4

9 years ago[Filesystem] Allow to resolve storages
Przemyslaw Ciezkowski [Wed, 10 Jun 2015 10:37:18 +0000 (12:37 +0200)]
[Filesystem] Allow to resolve storages

Current implementation doesn't allow to
resolve storages.
Without this commit nothing happens when resolving
storage.

[Verification]
Run this code with sdcard attached:
tizen.resolve("removable1", function(dir) {
  console.log("Resolved, full path: " + dir.fullPath);
}, function(e) {
  console.log("Error: " + e.message);
}, "r");
TCT pass rate doesn't change:
TV: 1 Fail
Mobile: 100%

Change-Id: Id0f6326d6a4fad32e9ce691c3b56fa2ac5396f5e
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years agoWarning fix by using const_cast
Pawel Sikorski [Fri, 19 Jun 2015 14:18:01 +0000 (16:18 +0200)]
Warning fix by using const_cast

"warning: deprecated conversion from string constant to 'char*"

Change-Id: I8c09d4a10493082cfc46cf9f4d5f629d7959eef9

9 years ago[Mediacontroller] Check if watch id exists before removing.
Tomasz Marciniak [Fri, 19 Jun 2015 08:05:25 +0000 (10:05 +0200)]
[Mediacontroller] Check if watch id exists before removing.

[Verification] Code compiles without errors.
Below tests pass:
MediaControllerServerInfo_removeServerStatusChangeListener_watchId_invalid
:MediaControllerServerInfo_removePlaybackInfoChangeListener_watchId_invalid

Change-Id: I74646150669cc5d8e95893e7bd605ca885cd5568
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Exif] Fix for creation rational values (divide by 0 problem)
Piotr Kosko [Thu, 18 Jun 2015 11:48:42 +0000 (13:48 +0200)]
[Exif] Fix for creation rational values (divide by 0 problem)

[Feature] Fixed divide by zero problem in creation of raional number.

[Verification] Code compiles without errors.
  TCT passrate 100% (64/64/0/0/0))

Change-Id: Iea275e081e4fffda9a530502b30839c05e536a0c
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[Content] Additional check for uri conversion" into tizen_2.4
HyunJin Park [Thu, 18 Jun 2015 08:12:01 +0000 (17:12 +0900)]
Merge "[Content] Additional check for uri conversion" into tizen_2.4

9 years ago[Content] Additional check for uri conversion
Piotr Kosko [Thu, 18 Jun 2015 06:57:40 +0000 (08:57 +0200)]
[Content] Additional check for uri conversion

[Verification] Code compiles without errors.
  find() with contentURI filter works fine.
  TCT passrate 100%.

Change-Id: I9994a6b8b8fbfdaaa14bcf07aba5c83bad06abdf
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[version] 0.7
Hyunjin Park [Thu, 18 Jun 2015 01:37:47 +0000 (10:37 +0900)]
[version] 0.7

Change-Id: Ic460ca0a7e9be9c22e20685eff4611f70a723f91

9 years ago[Common] GYP does not seem to support compound conditionals.
Pawel Andruszkiewicz [Tue, 16 Jun 2015 12:44:09 +0000 (14:44 +0200)]
[Common] GYP does not seem to support compound conditionals.

Replaced with series of conditionals for different platforms.

Change-Id: I89fe45266639a7530f6dd0342afe0400a1f6146c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Content] Filter fixed for contentUri" into tizen_2.4
HyunJin Park [Wed, 17 Jun 2015 13:36:25 +0000 (22:36 +0900)]
Merge "[Content] Filter fixed for contentUri" into tizen_2.4

9 years ago[Content] Filter fixed for contentUri
Piotr Kosko [Wed, 17 Jun 2015 13:28:16 +0000 (15:28 +0200)]
[Content] Filter fixed for contentUri

[Verification] Finding content by uri is possible.

Change-Id: I5fba83a17aa1572ada1ba8030c91de2167d31aa6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[Messaging] changed way of getting account info" into tizen_2.4
HyunJin Park [Wed, 17 Jun 2015 12:34:26 +0000 (21:34 +0900)]
Merge "[Messaging] changed way of getting account info" into tizen_2.4

9 years agoMerge "[Sound] Fixed enum SOUND_DEVICE_CAHNGED_INFO_STATE -> SOUND_DEVICE_CHANGED_IN...
HyunJin Park [Wed, 17 Jun 2015 12:11:39 +0000 (21:11 +0900)]
Merge "[Sound] Fixed enum  SOUND_DEVICE_CAHNGED_INFO_STATE -> SOUND_DEVICE_CHANGED_INFO_STATE" into tizen_2.4

9 years ago[MessagePort] Fixed parameter validation in sendMessage().
Pawel Andruszkiewicz [Wed, 17 Jun 2015 11:37:48 +0000 (13:37 +0200)]
[MessagePort] Fixed parameter validation in sendMessage().

[Verification] TCT RemoteMessagePort_sendMessage_empty passes.

Change-Id: I184bc4992a4a9361cf641830dcffb4fc3f10bb05
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] changed way of getting account info
Piotr Kosko [Wed, 17 Jun 2015 11:39:12 +0000 (13:39 +0200)]
[Messaging] changed way of getting account info

[Verification] Code compiles without errors.

Change-Id: I102ca4db698341e2d15609ad2e9974d5fa08cbc8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Sound] Fixed enum
Lukasz Bardeli [Wed, 17 Jun 2015 06:20:21 +0000 (08:20 +0200)]
[Sound] Fixed enum
SOUND_DEVICE_CAHNGED_INFO_STATE -> SOUND_DEVICE_CHANGED_INFO_STATE

Merge after NativeAPI change will be applied to gbs repository

Change-Id: I5689b783458206798eb3bb943c65d18722721493
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years agoMerge "[Package] change onprogress behaviour" into tizen_2.4
HyunJin Park [Wed, 17 Jun 2015 08:49:24 +0000 (17:49 +0900)]
Merge "[Package] change onprogress behaviour" into tizen_2.4

9 years ago[Package] change onprogress behaviour
Piotr Kosko [Wed, 17 Jun 2015 06:40:45 +0000 (08:40 +0200)]
[Package] change onprogress behaviour

[Feature] Changed onprogress callback behaviour when uninstall operation.

[Verification] Code compiles without errors.
  TCT auto 100% pass.
  manual tests: PackageManager_uninstall
  PackageManager_uninstall_without_errorCallback
  PackageProgressCallback_onprogress_uninstall pass.

Change-Id: Ia322a99391bfd9303bc4066e5454b748c8826af6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMerge "[build] include *.gypi and tools in devel package" into tizen_2.4
HyunJin Park [Tue, 16 Jun 2015 14:31:56 +0000 (23:31 +0900)]
Merge "[build] include *.gypi and tools in devel package" into tizen_2.4

9 years ago[build] include *.gypi and tools in devel package
Rafal Galka [Tue, 16 Jun 2015 13:09:46 +0000 (15:09 +0200)]
[build] include *.gypi and tools in devel package

Change-Id: I515a93c77a05cfbe3f8806af4a5b2e56e9cadbcb

9 years agoMerge "[KeyManager] Prevent calling constructor as function" into tizen_2.4
HyunJin Park [Tue, 16 Jun 2015 12:43:22 +0000 (21:43 +0900)]
Merge "[KeyManager] Prevent calling constructor as function" into tizen_2.4

9 years ago[KeyManager] Prevent calling constructor as function
Przemyslaw Ciezkowski [Tue, 16 Jun 2015 10:21:51 +0000 (12:21 +0200)]
[KeyManager] Prevent calling constructor as function

[Verification]
All of these calls should throw exception
"Constructor cannot be called as function"
tizen.Key();
tizen.Data();
tizen.Certificate();
Fixes tct: Key_exist

Change-Id: Id5f2898f405c82e0b1f02f9099edc6de18ad2957
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[Application] move app ID getting on instance
JongHeon Choi [Thu, 11 Jun 2015 04:47:45 +0000 (13:47 +0900)]
[Application] move app ID getting on instance

Change-Id: I204cce87740e1b1a7c8630d16efaee616bd88751

9 years ago[Application] move app ID getting on instance
pius.lee [Wed, 10 Jun 2015 07:49:32 +0000 (16:49 +0900)]
[Application] move app ID getting on instance

web runtime preload webapi before launch application for performance
issue.
so app ID is unknown on extension initializing state.
move getting app ID to instance constructor from extension.

Change-Id: Ic47ec91501c77c9e859c25d8bfd7c7705c23420b

9 years agoMerge "[MediaController] Throw exception when position is lower than zero." into...
HyunJin Park [Mon, 15 Jun 2015 13:50:20 +0000 (22:50 +0900)]
Merge "[MediaController] Throw exception when position is lower than zero." into tizen_2.4

9 years ago[MediaController] Throw exception when position is lower than zero.
Rafal Galka [Mon, 15 Jun 2015 13:39:17 +0000 (15:39 +0200)]
[MediaController] Throw exception when position is lower than zero.

[Info]
http://168.219.209.56/gerrit/#/c/49643/3..4/web/widl/tizen/mediacontroller.widl

Change-Id: I2bc05cd74dcb20cf47a8fb71548a62aa9f8a1521

9 years agoMerge "[Callhistory] - replacing strtok to strtok_r" into tizen_2.4
HyunJin Park [Mon, 15 Jun 2015 12:08:59 +0000 (21:08 +0900)]
Merge "[Callhistory] - replacing strtok to strtok_r" into tizen_2.4

9 years agoMerge "[MessagingEmail] Fixed argument check in stopSync()." into tizen_2.4
HyunJin Park [Mon, 15 Jun 2015 12:07:57 +0000 (21:07 +0900)]
Merge "[MessagingEmail] Fixed argument check in stopSync()." into tizen_2.4

9 years agoMerge "[Contact] - replacing strtok with strtok_r" into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:13:53 +0000 (21:13 +0900)]
Merge "[Contact] - replacing strtok with strtok_r" into tizen_2.4

9 years agoMerge "[Power] Replaced usleep() with nanosleep()." into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:11:23 +0000 (21:11 +0900)]
Merge "[Power] Replaced usleep() with nanosleep()." into tizen_2.4

9 years agoMerge "[Networkbearerselection] Fixes for prevent issues" into tizen_2.4
HyunJin Park [Fri, 12 Jun 2015 12:09:20 +0000 (21:09 +0900)]
Merge "[Networkbearerselection] Fixes for prevent issues" into tizen_2.4