platform/core/api/webapi-plugins.git
8 years ago[2.4 TV]
Juwon(Julia) Ahn [Fri, 3 Jul 2015 02:07:40 +0000 (11:07 +0900)]
[2.4 TV]
  Account, Badge, Notification, Sound, SystemSetting, TV Window APIs
  are not supported in 2.4 TV profile.

Change-Id: I4411110012a57bbe932b465f0a4aee2d22401871

8 years ago[KeyManager] Fixed implementation of generateKeyPair().
Pawel Andruszkiewicz [Thu, 2 Jul 2015 12:58:38 +0000 (14:58 +0200)]
[KeyManager] Fixed implementation of generateKeyPair().

[Verification] Code compiles.

Change-Id: I4d6ca988d79e8e0e20f7bed95706bc3e16385a8e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Account] fix for getAccounts without applicationId" into tizen_2.4
HyunJin Park [Thu, 2 Jul 2015 13:20:14 +0000 (22:20 +0900)]
Merge "[Account] fix for getAccounts without applicationId" into tizen_2.4

8 years ago[Account] fix for getAccounts without applicationId
Lukasz Bardeli [Thu, 2 Jul 2015 13:09:42 +0000 (15:09 +0200)]
[Account] fix for getAccounts without applicationId

[Verification] Passrate 100%

Change-Id: I51b88c12009ca488b242163b93de714f7febe3d7
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[KeyManager] Return empty array in case of error.
Tomasz Marciniak [Thu, 2 Jul 2015 12:12:53 +0000 (14:12 +0200)]
[KeyManager] Return empty array in case of error.

[Verification] Code compiles.

Change-Id: I71800a29a90490ae7eea1278230b741f2d6375b0
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[KeyManger] Update certificate after calls to save() and loadFromFile().
Pawel Andruszkiewicz [Thu, 2 Jul 2015 11:04:08 +0000 (13:04 +0200)]
[KeyManger] Update certificate after calls to save() and loadFromFile().

[Verification] Code compiles.

Change-Id: I24aa915d2c0130f2fd9993e0cf948b147a702d32
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[KeyManager] Check if data name and package id exists.
Tomasz Marciniak [Thu, 2 Jul 2015 11:16:50 +0000 (13:16 +0200)]
[KeyManager] Check if data name and package id exists.

[Feature] Before allowing access data name and package id
has to be checked if they are correct.

[Verification] Code compiles. Related tests pass.

Change-Id: Iffd26ebec36ae26bff713652e6d8394334f3e31c
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[KeyManager] Fixed obtaining list of aliases.
Pawel Andruszkiewicz [Thu, 2 Jul 2015 08:14:51 +0000 (10:14 +0200)]
[KeyManager] Fixed obtaining list of aliases.

[Verification] Code compiles.

Change-Id: I4f313da774dda6480e8fb8f766f807aac29a9003
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Filesystem] In case of error invoke callback instead of throwing an exception.
Pawel Andruszkiewicz [Thu, 2 Jul 2015 08:01:03 +0000 (10:01 +0200)]
[Filesystem] In case of error invoke callback instead of throwing an exception.

[Verification] TCT pass rate: 100%

Change-Id: I4b3986bd249ad1ebc1459eb50525ddd7d1a0f5bd
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Application] Changes to avoid compilation warnings
Piotr Kosko [Wed, 1 Jul 2015 10:49:42 +0000 (12:49 +0200)]
[Application] Changes to avoid compilation warnings

[Verification] Code compiles without errors and warnings.

Change-Id: I97e2be3bf3e08f841fd1688142311ed7af4a390b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Package] - removing warnings after adding the compilation option -Wall
Andrzej Popowski [Wed, 1 Jul 2015 12:47:34 +0000 (14:47 +0200)]
[Package] - removing warnings after adding the compilation option -Wall

[Verification] - the code compiles without any error and without a warning in Package module

Change-Id: I899d62ed54a2002080d983f24f78690fdbb7e1f3
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Bluetooth] Changes to remove warning
Lukasz Bardeli [Wed, 1 Jul 2015 12:45:26 +0000 (14:45 +0200)]
[Bluetooth] Changes to remove warning

[Verification] Code compiles without error

Change-Id: I08e57c69463d442e075450b2ba341e4dd0cba402
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Contact] - removing warnings after adding the compilation option -Wall
Andrzej Popowski [Wed, 1 Jul 2015 12:29:03 +0000 (14:29 +0200)]
[Contact] - removing warnings after adding the compilation option -Wall

[Verification] - the code compiles without any error and without warnings in Contact module

Change-Id: I52e2a0b123a0bf10cac7c11f06ec0c94319284d2
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Sound] - removing warnings after adding the compilation option -Wall
Andrzej Popowski [Wed, 1 Jul 2015 11:57:34 +0000 (13:57 +0200)]
[Sound] - removing warnings after adding the compilation option -Wall

[Verification] - the code compiles without errors and warnings in sound module

Change-Id: I6214fe317638be4d4efb892b461fcd4b03063026
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Sensor] removed unused variables
Piotr Kosko [Wed, 1 Jul 2015 11:41:55 +0000 (13:41 +0200)]
[Sensor] removed unused variables

[Verification] Code compiles without errors and warinings.

Change-Id: Ib7d20112ad3bcbfd6cca55c741b2d1cb22438f57
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[datacontrol] - removing warnings after adding the compilation option -Wall
Andrzej Popowski [Wed, 1 Jul 2015 10:48:50 +0000 (12:48 +0200)]
[datacontrol] - removing warnings after adding the compilation option -Wall

[verification] - code compiles without any error and warning in datacontrol module

Change-Id: Ia29fb6633e8145dda9c06ea9259ec968d1e577a2
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[KeyManager] Implementation of Data.save().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 10:47:12 +0000 (12:47 +0200)]
[KeyManager] Implementation of Data.save().

[Verification] Code compiles.

Change-Id: I93c9bf9f98ef288240f82139af32a67d6cc21e86
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[KeyManager] Implementation of Certificate.loadFromFile().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 09:56:22 +0000 (11:56 +0200)]
[KeyManager] Implementation of Certificate.loadFromFile().

[Verification] Code compiles.

Change-Id: I06c541a265055a7ae8f20874e313ec71e8393313
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[KeyManager] Implementation of Certificate.save().
Pawel Andruszkiewicz [Wed, 1 Jul 2015 09:26:17 +0000 (11:26 +0200)]
[KeyManager] Implementation of Certificate.save().

[Verification] Code compiles.

Change-Id: I6aab253e960d8242b0e6bca36e4b807290c924cc
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 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>
8 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>
8 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>
8 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>
8 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>
8 years ago[NBS] Removed unused code
Piotr Kosko [Wed, 1 Jul 2015 11:11:39 +0000 (13:11 +0200)]
[NBS] Removed unused code

[Verification] Code compiles without errors and warnings.

Change-Id: I3a9341db672c586ac470f309a73b4c3cbaacf907
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 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>
8 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>
8 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>
8 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>
8 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>
8 years ago[Power] Deleted unused code
Piotr Kosko [Wed, 1 Jul 2015 11:04:13 +0000 (13:04 +0200)]
[Power] Deleted unused code

[Verification] Code compiles without errors and warnings.

Change-Id: I47754558b8313b8d2729f8afb2eed27e100d37a4
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 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>
8 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>
8 years ago[SystemInfo] Changes to remove warning
Lukasz Bardeli [Wed, 1 Jul 2015 10:43:55 +0000 (12:43 +0200)]
[SystemInfo] Changes to remove warning

[Verification] Code compiles without error

Change-Id: I809660bd2b5798cba7e0fdfa45c87bd25910ae0b
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Exif] Added code to avoid compilation warnings
Piotr Kosko [Wed, 1 Jul 2015 10:23:28 +0000 (12:23 +0200)]
[Exif] Added code to avoid compilation warnings

[Verification] Code compiles without errors and warnings.

Change-Id: Ia9ce39ee93856880c48eb02802d843f9469044e2
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Common] - Removing warning after adding the compilation option -Wall
Andrzej Popowski [Wed, 1 Jul 2015 10:27:47 +0000 (12:27 +0200)]
[Common] - Removing warning after adding the compilation option -Wall

[Verification] - compiling without errors

Change-Id: Idaf8cfe5392f54f8bf50ea171e90c9469bbc478e
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge branch 'tizen_2.4' into tizen_3.0
Rafal Galka [Tue, 30 Jun 2015 07:40:25 +0000 (09:40 +0200)]
Merge branch 'tizen_2.4' into tizen_3.0

Change-Id: I0d6bd8d574e27473e84d8fe407b112957c18bf2f

8 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>
8 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>
8 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>
8 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)

8 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)

8 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)

8 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>
8 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>
8 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

8 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

8 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>
8 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

8 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>
8 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>
8 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

8 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>
8 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>
8 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

8 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

8 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

8 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

8 years agoMerge remote-tracking branch 'spin/tizen_3.0' into tizen accepted/tizen/mobile/20150625.024503 accepted/tizen/tv/20150625.024556 accepted/tizen/wearable/20150625.024545 submit/tizen/20150625.022313
WonYoung Choi [Thu, 25 Jun 2015 02:21:58 +0000 (11:21 +0900)]
Merge remote-tracking branch 'spin/tizen_3.0' into tizen

8 years ago[Build] Fix for aarch64
WonYoung Choi [Thu, 25 Jun 2015 01:32:13 +0000 (10:32 +0900)]
[Build] Fix for aarch64

Change-Id: I61d04c04eee2d69a0e9fa7e418b527043127359e

8 years ago[Build] Fix build errors in notification
WonYoung Choi [Thu, 25 Jun 2015 01:06:37 +0000 (10:06 +0900)]
[Build] Fix build errors in notification

Change-Id: If77b3ce9647d59806471f891fb0d7fec8d152c24

8 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

8 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>
8 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>
8 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>
8 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>
8 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

8 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

8 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>
8 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

8 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>
8 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>
8 years ago[Common] Add javascript code minifier.
Kamil Lysik [Tue, 31 Mar 2015 10:31:34 +0000 (12:31 +0200)]
[Common] Add javascript code minifier.

With external JS minifier, we can reduce JavaScript code size
at build time.

Slimit: http://slimit.readthedocs.org/en/latest/
PLY: http://www.dabeaz.com/ply/

Signed-off-by: Kamil Lysik <k.lysik@samsung.com>
Change-Id: Iecfedcf1db6771bd12bb2febb0dffa04d87e0d4d

8 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

8 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

8 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

8 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

8 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

8 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>
8 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

8 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>
8 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

8 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

8 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>
8 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

8 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

8 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

8 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

8 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

8 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>
8 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>
8 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

8 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>
8 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>
8 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>
8 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>
8 years ago[version] 0.8
Hyunjin Park [Mon, 22 Jun 2015 02:16:05 +0000 (11:16 +0900)]
[version] 0.8

Change-Id: I32789d21dbf76eee46e6e5b0b1bc53bff6caa9bf

8 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

8 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

8 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>