platform/core/api/webapi-plugins.git
9 years ago[Account] Fixed AccountFromResult() function.
Pawel Andruszkiewicz [Thu, 12 Feb 2015 14:36:13 +0000 (15:36 +0100)]
[Account] Fixed AccountFromResult() function.

Change-Id: I303d407825a23a60bcf2ceb0ec0a9e0be120d541

9 years ago[Sensor] Added SensorService class.
Tomasz Marciniak [Wed, 11 Feb 2015 12:52:31 +0000 (13:52 +0100)]
[Sensor] Added SensorService class.

[Verification] Code compiles without errors.

Change-Id: Ie4a1058a1af38c25b8885b349656604dbd1e193c
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Sensor] Initial commit with stubs.
Piotr Kosko [Wed, 11 Feb 2015 10:50:59 +0000 (11:50 +0100)]
[Sensor] Initial commit with stubs.

[Verification] Code compiles without errors.

Change-Id: I842792ca7c06570b06a2c5128b15a145847477a9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Account] Added implementation of getAccount() and getAccounts().
Pawel Andruszkiewicz [Wed, 11 Feb 2015 15:28:08 +0000 (16:28 +0100)]
[Account] Added implementation of getAccount() and getAccounts().

Change-Id: If4b75f84bb00b747df4d3cf222cc5128f38ab50a

9 years ago[Account] - Resolving problems in the JS API module
Andrzej Popowski [Wed, 11 Feb 2015 13:52:49 +0000 (14:52 +0100)]
[Account] - Resolving problems in the JS API module

Change-Id: Ic35b8aa53f1b8cf71598c51d56174ad9cf6101fa
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Account] Initial implementation.
ByungWoo Lee [Fri, 6 Feb 2015 01:10:37 +0000 (10:10 +0900)]
[Account] Initial implementation.

[Verification] Code compiles, TCT pass rate: 57/89.

Change-Id: I1ddb7d67b6cc1b619b5b6a12c31cf907dc17fe9c

9 years ago[Filesystem] Initial implmentation
Pawel Kaczmarek [Wed, 11 Feb 2015 09:52:03 +0000 (10:52 +0100)]
[Filesystem] Initial implmentation

Change-Id: I2afa0803897becb62220b87e23bbd1114fc635cf
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Sound] setVolumeChangeListener JS fix
Pawel Kaczmarek [Wed, 11 Feb 2015 07:38:29 +0000 (08:38 +0100)]
[Sound] setVolumeChangeListener JS fix

[Verification]
Related TCT should pass

Change-Id: Ibe5222620b88f40b122c669b92a0d16924c9c97c
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Sound] VolumeChangeListener
Ryszard Matuszyk [Tue, 10 Feb 2015 13:51:37 +0000 (14:51 +0100)]
[Sound] VolumeChangeListener

[Verification] Related TCT should pass

Change-Id: I07eda968c62e79fdd1bec5d09607fe760cf94217
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Sound] SoundModeChangeListener
Kamil Lysik [Mon, 9 Feb 2015 11:58:27 +0000 (12:58 +0100)]
[Sound] SoundModeChangeListener

[Verification] Build required

Change-Id: I7662d34c1f66a5a6f761e18d9b77187cfdb81067
Signed-off-by: Kamil Lysik <k.lysik@samsung.com>
9 years ago[systemsetting] Small refactoring
Grzegorz Rynkowski [Fri, 6 Feb 2015 14:49:54 +0000 (15:49 +0100)]
[systemsetting] Small refactoring

Description:    Prepared the code to provide returning result status from methods.
Verification:   Build the code.

Change-Id: Ib4128b621c741e666ab597847140ecb5fb6d092c
Signed-off-by: Grzegorz Rynkowski <g.rynkowski@samsung.com>
9 years ago[common] Provided PlatformResult to wrap platform error
Grzegorz Rynkowski [Tue, 10 Feb 2015 10:54:52 +0000 (11:54 +0100)]
[common] Provided PlatformResult to wrap platform error

Description:
- Provided PlatformResult class that wraps an error and
  a optional message
- Changed value of NO_ERROR to 0, as it is in C/C++ convention of
  return value.
- Moved error codes to common scope, to avoid circular referencing
  between tizen and common

Verification:
Build the code.

Change-Id: I0eeef2bcd205cab13c210cc7dc7eb653b5912924
Signed-off-by: Grzegorz Rynkowski <g.rynkowski@samsung.com>
9 years ago[Common] ReportError/ReportSuccess should be always available.
Pawel Andruszkiewicz [Mon, 22 Dec 2014 14:20:23 +0000 (15:20 +0100)]
[Common] ReportError/ReportSuccess should be always available.

Change-Id: I077baf5c93a8b80c5e7a4cf9936adc615c9a318a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Bluetooth] Changed services getter.
Tomasz Marciniak [Tue, 10 Feb 2015 11:30:37 +0000 (12:30 +0100)]
[Bluetooth] Changed services getter.

[Feature] services getter returns copy of the
services array to avoid changing values.

[Verification] Code compiles without errors.

Change-Id: I0999570a52401585143e618960ad9567b6c5402e
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[application] fixed some TCT errors related with AppControlData
Sunggyu Choi [Mon, 9 Feb 2015 09:08:58 +0000 (18:08 +0900)]
[application] fixed some TCT errors related with AppControlData

[verfication] self-test + TCT

Change-Id: I35284d9470ae93be83b479bd036ad268bfcd2332
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years ago[Common] Logger using streams - inspired by chromium's logging.h
Rafal Galka [Wed, 4 Feb 2015 09:15:06 +0000 (10:15 +0100)]
[Common] Logger using streams - inspired by chromium's logging.h

It's C++ alternative to default dlog macro which forces
explicit values conversion to C types.

[Verification]
std::string foo("bar")
LoggerD("%s", foo.c_str());
LOGGER(DEBUG) << foo;

should generate same message format in dlog, eg:
D/WEBAPI_PLUGINS( 2592): file_name.cc: function_name(line_number) > bar

Change-Id: I5069d7acc0763c3d0104091f1c0d9ce6eb7991a9

9 years ago[Datacontrol] fix mistaking package dependency name
pius.lee [Wed, 11 Feb 2015 02:20:12 +0000 (11:20 +0900)]
[Datacontrol] fix mistaking package dependency name

Change-Id: Ia46a593aa26477899a0ea1e337dc827e9344b483
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Sound] getSoundMode
Ryszard Matuszyk [Mon, 9 Feb 2015 10:04:28 +0000 (11:04 +0100)]
[Sound] getSoundMode

[Verification] Build required

Change-Id: I9e467d88ecafd88ab992127522fb7eb2454682f2
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[NBS] NBS Native implementation
Kamil Lysik [Wed, 4 Feb 2015 08:55:25 +0000 (09:55 +0100)]
[NBS] NBS Native implementation

[Verification]
TCT pass: 24/25

Change-Id: I378e81df677ed17863ebb40b8e558c420ab27c9f
Signed-off-by: Kamil Lysik <k.lysik@samsung.com>
9 years ago[Datacontrol] add dependency to capi-base-common
pius.lee [Tue, 10 Feb 2015 15:35:04 +0000 (00:35 +0900)]
[Datacontrol] add dependency to capi-base-common

Change-Id: I13d5c21b723c17be284d434bde1eb164e4cfd4b8
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Common] fix typeutil widl longlong typchecking
pius.lee [Tue, 10 Feb 2015 04:20:07 +0000 (13:20 +0900)]
[Common] fix typeutil widl longlong typchecking

Change-Id: If9e45ce884e97b687e83a2d0f64371e8fd03ca00
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Common] fix scope exit macro enable to use multiple in a scope.
pius.lee [Tue, 10 Feb 2015 03:53:01 +0000 (12:53 +0900)]
[Common] fix scope exit macro enable to use multiple in a scope.

Change-Id: Idd8dd5cb346c485c442211127ee1072b74a60aee
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Common] fix typeutil overflowed very long type
pius.lee [Tue, 10 Feb 2015 03:52:10 +0000 (12:52 +0900)]
[Common] fix typeutil overflowed very long type

Change-Id: Iadeef968d7bd421cc42f7c20117dd70abfcf2c4d
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Bluetooth] Changed uuids getter.
Tomasz Marciniak [Mon, 9 Feb 2015 10:26:12 +0000 (11:26 +0100)]
[Bluetooth] Changed uuids getter.

[Feature] To avoid changing uuids array values
getter returns array copy now.

[Verification] Code compiles without errors.

Change-Id: I6bf7747b8bf26c56698b2bb04d9f8ee7664deb58
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Sound] getVolume
Ryszard Matuszyk [Thu, 5 Feb 2015 13:19:07 +0000 (14:19 +0100)]
[Sound] getVolume

[Verification] SoundManager_getVolume tct test should be pass

Change-Id: Idad3d08915060cff025c5afe8f1633de271cb461
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Sound] setVolume
Ryszard Matuszyk [Thu, 5 Feb 2015 13:19:07 +0000 (14:19 +0100)]
[Sound] setVolume

[Verification] SoundManager_setVolume tct test should be pass

Change-Id: Id9946ed5c471585116bf48343888fb8c20420194
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Sound] Manager stub
Ryszard Matuszyk [Thu, 5 Feb 2015 13:19:07 +0000 (14:19 +0100)]
[Sound] Manager stub

[Verification] Build required

Change-Id: I5da13f20875ee8d15be33b881b3e4283ab441694
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[NBS] Listeners JS part
Pawel Kaczmarek [Thu, 5 Feb 2015 08:56:31 +0000 (09:56 +0100)]
[NBS] Listeners JS part

[Verification] TCT 19/25

Change-Id: I67ea91a64876157492adb1684ff213f7b389568f
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Sound] setVolume - TCT fix
Pawel Kaczmarek [Wed, 4 Feb 2015 13:42:44 +0000 (14:42 +0100)]
[Sound] setVolume - TCT fix

[Verification]
tizen.sound.setVolume("SYSTEM", 3);
should throw invalid value exception
TCT 20/25

Change-Id: I0e6c0f5f59913b43c0ae263e70a3efdd474e148c
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Sound] Change listeners JS part
Pawel Kaczmarek [Wed, 4 Feb 2015 11:53:36 +0000 (12:53 +0100)]
[Sound] Change listeners JS part

[Verification] TCT 19/25

Change-Id: Ia7760da31f619352875057e6b164d338dd7544b8
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Sound] Enabled feature in profiles
Ryszard Matuszyk [Tue, 3 Feb 2015 09:26:38 +0000 (10:26 +0100)]
[Sound] Enabled feature in profiles

Change-Id: I99692b8675afad201285cdaa3c6422684d77d331
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[FMRadio][Feature]Getters,Interrupt,Antenna,Seek
Dominik Rekawek [Sun, 21 Dec 2014 12:52:05 +0000 (13:52 +0100)]
[FMRadio][Feature]Getters,Interrupt,Antenna,Seek

[Validation]
Getters:
All working and tested

JS:
seekUp - tested with documentation code, works
seekDown  -tested with documentation code, works

[FMRadio][Feature]Mute,Interrupted,Antenna

[Feature]
JS and Cpp mute implementation.

[Verification]
Verified basing on tizen.fmradio.mute and console logs.

[Feature]
FMRadio Interrupted Listener

[Validated]
Validated manualy by hardcoding callbacks

[Feature]
Antenna listener

[Verification]
 function antennaCallback(isAntennaConnected) {
    console.log("Antenna status has been changed. It is now " + (isAntennaConnected ? "connected" : "disconnected"));
 }
 tizen.fmradio.setAntennaChangeListener(antennaCallback);

Change-Id: Ie14bfad76b2b9ab52bed209212c159ae2ef1e405
Signed-off-by: Dominik Rekawek <d.rekawek@samsung.com>
9 years ago[Bluetooth] Ported old bluetooth code.
Pawel Andruszkiewicz [Mon, 2 Feb 2015 17:21:33 +0000 (18:21 +0100)]
[Bluetooth] Ported old bluetooth code.

Change-Id: I63a940295b3d80dffcadac60ef70e0cead3ffbdc
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Removed old implementation.
Tomasz Marciniak [Wed, 4 Feb 2015 08:02:18 +0000 (09:02 +0100)]
[Messaging] Removed old implementation.

[Verification] Code compiles without errors.

Change-Id: Ie6fad19a569b1a42b08057658b4e4af306f17536
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Messaging] Show file path if attachment is loaded.
Tomasz Marciniak [Wed, 4 Feb 2015 07:38:24 +0000 (08:38 +0100)]
[Messaging] Show file path if attachment is loaded.

[Verification] Code compiles without errors.

Change-Id: Iac52889c500de47e1fb6067492f2ddf11b9177e9
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[TVWindow] Stubs
Piotr Czaja [Fri, 12 Dec 2014 13:49:53 +0000 (14:49 +0100)]
[TVWindow] Stubs

Change-Id: I729f6d26fdb493d757a04a797e20db51c3317e00
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[TVInputDevice] Stub
Mariusz Polasinski [Mon, 29 Dec 2014 12:29:38 +0000 (13:29 +0100)]
[TVInputDevice] Stub

[Verification]
Code complies without error
Methods are visible in node (and returns hardcoded values)

Change-Id: Id5bd9cb20141cf4f63f69ba5eebe69b801a6b4b8
Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
9 years ago[building][spec] Changes to enable building for TVInputDevice
Mariusz Polasinski [Mon, 29 Dec 2014 12:53:21 +0000 (13:53 +0100)]
[building][spec] Changes to enable building for TVInputDevice

[Verification]
Code complied without errors

Change-Id: I6f7ac451c079ff534d93fe7492c9808c66dc4862
Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
9 years ago[Messaging] Fix for mms message id.
Tomasz Marciniak [Tue, 3 Feb 2015 10:57:26 +0000 (11:57 +0100)]
[Messaging] Fix for mms message id.

[Verification] Code compiles without errors.

Change-Id: I63fac423f2bc6b5a64c8212aa29dc0a231865f77
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Archive] - Not found error resolved
Andrzej Popowski [Tue, 3 Feb 2015 13:46:49 +0000 (14:46 +0100)]
[Archive] - Not found error resolved

Change-Id: Ib7a3c0a14c16f49c7a2efd88f1a883c0082cba17
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[NFC] Fixes for Messages and Records
Piotr Kosko [Tue, 3 Feb 2015 13:02:26 +0000 (14:02 +0100)]
[NFC] Fixes for Messages and Records

Change-Id: Ibc3be0fc8ae11d0266610eb756fb8bf882f681a8
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Bookmark] Method name changes
Wojciech Kosowicz [Tue, 3 Feb 2015 10:09:16 +0000 (11:09 +0100)]
[Bookmark] Method name changes

[Verification]  TCT without changes

Change-Id: Iaafb7098ae93cd370ae6eede9b1bb5cd322d455a
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
9 years ago[Websetting] Changing plugin to generator convention
Ryszard Matuszyk [Mon, 2 Feb 2015 13:20:15 +0000 (14:20 +0100)]
[Websetting] Changing plugin to generator convention

[Verification] TCT without change

Change-Id: Ibfee920b7c41900a2ac80829a8fb1db84a9a8390
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[NetworkBearerSelection] Initial implementation
Pawel Kaczmarek [Mon, 2 Feb 2015 15:56:19 +0000 (16:56 +0100)]
[NetworkBearerSelection] Initial implementation

[Verification]
console.log(typeof tizen.networkbearerselection);
should return object

Change-Id: I33110f8ebc94d8990d0a1fad713679080d22eac2
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Common] Logger TIZEN_DEBUG_ENABLE moved to GYP
Rafal Galka [Mon, 2 Feb 2015 13:16:17 +0000 (14:16 +0100)]
[Common] Logger TIZEN_DEBUG_ENABLE moved to GYP

extension_build_type == "Debug" is set by default in spec

Change-Id: I06e34c1cee50932163d3ae5e7cd6ff3bec19c8c9

9 years agoMerge "[application] removed lint errors of .js/.h/.cc files" into devel/master
Jinwoo Jeong [Tue, 3 Feb 2015 04:07:57 +0000 (13:07 +0900)]
Merge "[application] removed lint errors of .js/.h/.cc files" into devel/master

9 years ago[NFC] Fixed constuctor calls and undefined symbol
Piotr Kosko [Mon, 2 Feb 2015 13:22:31 +0000 (14:22 +0100)]
[NFC] Fixed constuctor calls and undefined symbol

Change-Id: I8cb9be150968acbb742f5d8bceee92c745efbe4c
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[TV Display] Implementation of async function
Marcin Wasowski [Tue, 30 Dec 2014 13:40:22 +0000 (14:40 +0100)]
[TV Display] Implementation of async function

Change-Id: I27fb9e9e7ffc7bbf3d5364a4ce939ebb069b7b71
Signed-off-by: Marcin Wasowski <m.wasowski2@samsung.com>
9 years ago[TV Display] Fixes for js api
Marcin Wasowski [Fri, 19 Dec 2014 18:36:01 +0000 (19:36 +0100)]
[TV Display] Fixes for js api

- NativeManager helper used
- is3DModeEnabled() returns enum now
- js implementation of getSupported3DEffectModeList()

Change-Id: I0ce69c399f384ea53ec3ed7a13741f48599f84a7
Signed-off-by: Marcin Wasowski <m.wasowski2@samsung.com>
9 years ago[SystemInfo] - Resolving problem with the datacontrol capability
Andrzej Popowski [Mon, 2 Feb 2015 12:55:02 +0000 (13:55 +0100)]
[SystemInfo] - Resolving problem with the datacontrol capability

Change-Id: Ib00fb3cc57780232e3a9aaa61d48d674b93c2392
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Sound] Initial implementation of Sound module
Pawel Kaczmarek [Mon, 2 Feb 2015 12:18:00 +0000 (13:18 +0100)]
[Sound] Initial implementation of Sound module

[Verification]
console.log(typeof tizen.sound);
should return object

Change-Id: Icf72d5644238b76e3e4d1316a9c2524865aaf84a
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[TV][Channel] Modification for different TV standards.
Lukasz Foniok [Thu, 29 Jan 2015 13:16:36 +0000 (14:16 +0100)]
[TV][Channel] Modification for different TV standards.

[Verification] Tune feature should work regardles of which tv standard is used.

Change-Id: Ia142ab700ae98af12b74205c15d82ab3a54b4410
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[TV][Channel] tuneUp, tuneDown implementation
Lukasz Foniok [Tue, 23 Dec 2014 09:03:42 +0000 (10:03 +0100)]
[TV][Channel] tuneUp, tuneDown implementation

[Verification]
Following code should witch one channel up/down at a time
tizen.tvchannel.tuneUp( function(){console.log("success")} )
tizen.tvchannel.tuneDown( function(){console.log("success")} )

Change-Id: Ic5ba6d40f17004da7cec038bccf358b9e7cb6c6c
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[Calendar] Renaming methods to match google style
Pawel Kaczmarek [Mon, 2 Feb 2015 11:59:37 +0000 (12:59 +0100)]
[Calendar] Renaming methods to match google style

[Verification]
Code compile
TCT without change

Change-Id: I958f846781790a79a6fef9b027aed3a0972edcf6
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Tool][Generator] fix async
Pawel Kaczmarek [Mon, 2 Feb 2015 11:36:57 +0000 (12:36 +0100)]
[Tool][Generator] fix async

[Verification]
Should generate callNativeWithCallback in JS for async methods

Change-Id: Id1a3b20a09e427546726de8f89c06ad1e10828c5
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years agoRevert "[Calendar] Renaming methods to match google style"
Rafal Galka [Mon, 2 Feb 2015 11:22:07 +0000 (20:22 +0900)]
Revert "[Calendar] Renaming methods to match google style"

This reverts commit 58c87b0d3800a147401fb6f1e778beb656b0cace.

Change-Id: I57b536007570b1d97d925cdc9e01a6d7783bb460

9 years ago[TVChannel] getProgramList body
Przemyslaw Ciezkowski [Thu, 18 Dec 2014 14:30:04 +0000 (15:30 +0100)]
[TVChannel] getProgramList body

[Verification]
tizen.tvchannel.getProgramList(tizen.tvchannel.getCurrentChannel("MAIN"),
    tizen.time.getCurrentDateTime(),
    function(){console.log("succ", arguments);},
    function(e){console.log("err", e);});

Change-Id: I7f97bf8ef2661a757f4f93f53a5b27f1bad07334
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] getChannelList body
Przemyslaw Ciezkowski [Thu, 18 Dec 2014 11:13:25 +0000 (12:13 +0100)]
[TVChannel] getChannelList body

[Verification]
tizen.tvchannel.getChannelList(function(){console.log("success", arguments);},
   function(e){console.log("err", e);}, "ALL", 0, 10);

Change-Id: I1e90486047c2248e2fd884eadcf3e43ebeebdb26
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] findChannel body
Przemyslaw Ciezkowski [Wed, 17 Dec 2014 17:12:10 +0000 (18:12 +0100)]
[TVChannel] findChannel body

[Verification]
tizen.tvchannel.findChannel(5, 65535, function(){console.log(arguments);});

Change-Id: Idb3989e7ae3af515fab6098620ffec6aaa6a6d3c
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[application] removed lint errors of .js/.h/.cc files
Sunggyu Choi [Mon, 2 Feb 2015 11:06:32 +0000 (20:06 +0900)]
[application] removed lint errors of .js/.h/.cc files

- applied newly generated style from skeleton generator

[verfication] without TCT, did self-test

Change-Id: I9864265f48191dbe17695d790eddb9f07476aa63
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years ago[TV][Channel] tune implementation
Lukasz Foniok [Wed, 17 Dec 2014 17:02:25 +0000 (18:02 +0100)]
[TV][Channel] tune implementation

[Verification]
tizen.tvchannel.tune( {major:someChannleNo }, function(){} ) should work.

Change-Id: If845fe810847af11941fceb354584a7fdeca56b6
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[TVChannel] Listeners cpp implementation
Przemyslaw Ciezkowski [Wed, 17 Dec 2014 12:51:00 +0000 (13:51 +0100)]
[TVChannel] Listeners cpp implementation

Change-Id: I3e624ca03ddf0ecd1c2929737664344fd16581d7
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] GetCurrentProgram body
Przemyslaw Ciezkowski [Tue, 16 Dec 2014 15:23:44 +0000 (16:23 +0100)]
[TVChannel] GetCurrentProgram body

Change-Id: Ieab662a16b5ddcfd6e3750a48673dd6be00a7417
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] GetProgramList
Przemyslaw Ciezkowski [Tue, 16 Dec 2014 10:25:51 +0000 (11:25 +0100)]
[TVChannel] GetProgramList

Added ChannelInfo and ProgramInfo classes.

Change-Id: I1c22867c878ce6897355f16079749d05f657fdb7
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] FindChannel and getChannelList implementation
Przemyslaw Ciezkowski [Tue, 16 Dec 2014 09:46:40 +0000 (10:46 +0100)]
[TVChannel] FindChannel and getChannelList implementation

Change-Id: I39e641061b18cea574644f6f2b3e83a7219d158c
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] Tunning implementation
Przemyslaw Ciezkowski [Mon, 15 Dec 2014 15:00:05 +0000 (16:00 +0100)]
[TVChannel] Tunning implementation

Change-Id: Iafe56b287f39098bd314dea3dfe752fc0895fd51
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TV][Channel] Implementation of getCurrentChannel
Lukasz Foniok [Tue, 16 Dec 2014 10:41:08 +0000 (11:41 +0100)]
[TV][Channel] Implementation of getCurrentChannel

[Verification]
tizen.tvchannel.getCurrentChannel("MAIN") should work.

Change-Id: Ifc01026782084381c4018782a84a6439e08ba461
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
9 years ago[TVChannel] Implement channel listener
Przemyslaw Ciezkowski [Mon, 15 Dec 2014 10:42:21 +0000 (11:42 +0100)]
[TVChannel] Implement channel listener

Change-Id: Ifdfa529f475d8b07bc380def645c71a53d7ab0ca
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[TVChannel] Implement sync methods
Przemyslaw Ciezkowski [Fri, 12 Dec 2014 16:09:21 +0000 (17:09 +0100)]
[TVChannel] Implement sync methods

Change-Id: I63bebc14b90d31ab5f4ddc598010faf588aa0e85
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
9 years ago[Calendar] Renaming methods to match google style
Pawel Kaczmarek [Fri, 30 Jan 2015 14:44:35 +0000 (15:44 +0100)]
[Calendar] Renaming methods to match google style

[Verification] TCT without change

Change-Id: I88d3ea57f0940321f39ec3617ddad560dd41ec7e
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Time] Renaming methods to match google style
Pawel Kaczmarek [Fri, 30 Jan 2015 14:17:52 +0000 (15:17 +0100)]
[Time] Renaming methods to match google style

[Verification] TCT without change

Change-Id: I9dd14a57a6fce75b760262954aa0a4898c90f217
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Contact] Renaming methods to match google style
Pawel Kaczmarek [Fri, 30 Jan 2015 14:02:47 +0000 (15:02 +0100)]
[Contact] Renaming methods to match google style

[Verification]
TCT without change

Change-Id: I378a009c1f995981c7a177aed286fde9efb484d9
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Exif] Changing plugin to generator convention
Ryszard Matuszyk [Fri, 30 Jan 2015 12:59:24 +0000 (13:59 +0100)]
[Exif] Changing plugin to generator convention

[Verification] TCT without change

Change-Id: I2eaf0d23be99cc17af59d933d4b5d084b858142f
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Archive] add InvalidAccessError exception
Witold Choinkowski [Fri, 2 Jan 2015 14:41:28 +0000 (15:41 +0100)]
[Archive] add InvalidAccessError exception

Change-Id: Ia0bdaccfbafdde7f06986ef9f9162254be3c6549
Signed-off-by: Witold Choinkowski <w.choinkowsk@samsung.com>
9 years ago[Archive] add InvalidStateError exception
Witold Choinkowski [Fri, 2 Jan 2015 13:21:05 +0000 (14:21 +0100)]
[Archive] add InvalidStateError exception

Change-Id: I869fd3ab236d966e9da35dad7cd776e23102c215
Signed-off-by: Witold Choinkowski <w.choinkowsk@samsung.com>
9 years ago[Messaging] Throw when email message is not found.
Pawel Andruszkiewicz [Fri, 30 Jan 2015 08:46:07 +0000 (09:46 +0100)]
[Messaging] Throw when email message is not found.

Change-Id: I8ed00c756bb0bcf1216b4bce66712b8b2d19885f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Badge] Changing plugin to generator convention
Ryszard Matuszyk [Fri, 30 Jan 2015 09:59:00 +0000 (10:59 +0100)]
[Badge] Changing plugin to generator convention

[Verification] TCT without change

Change-Id: Idea87c5506bccd8dd77ef67daf1bfb71b8b4db98
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Messaging] Fixed update of messageId
Piotr Kosko [Fri, 30 Jan 2015 08:44:15 +0000 (09:44 +0100)]
[Messaging] Fixed update of messageId

[Bug] Updating messageId for messages with attachment not succeed.

[Verification] Code compiles without errors.
  TCT MessageStorage_email_updateMessages pass.

Change-Id: I406e673d303f2b5ff39f3c0a8f65778395d80cf2
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Messaging] Some fixes for update tests
Piotr Kosko [Thu, 29 Jan 2015 14:31:09 +0000 (15:31 +0100)]
[Messaging] Some fixes for update tests

Change-Id: I4573754be527bbd9eceb91f2bd2015a2ed98d43f
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Messaging] Move virtual path conversion to C++.
Pawel Andruszkiewicz [Thu, 29 Jan 2015 11:38:55 +0000 (12:38 +0100)]
[Messaging] Move virtual path conversion to C++.

[Verification] MMS pass rate 122/122.

Change-Id: Id1a82c3d2a32a3b8f52697aa90d185374c8c8c95
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Fixes for attachment: MIME and IDs.
Pawel Andruszkiewicz [Thu, 29 Jan 2015 08:06:15 +0000 (09:06 +0100)]
[Messaging] Fixes for attachment: MIME and IDs.

Change-Id: I8bf5f96719f9f0dbab59d2d9aa9259b624532c8a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Tool][Generator] don't check constructor used only in internally
pius.lee [Thu, 29 Jan 2015 14:28:54 +0000 (23:28 +0900)]
[Tool][Generator] don't check constructor used only in internally

Change-Id: I128eb446fca7356dd93e7e1e332688e858fc8472
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years agoMerge "[utils] modified _toPlatformObject() to handle array input type" into devel...
pius lee [Thu, 29 Jan 2015 14:18:35 +0000 (23:18 +0900)]
Merge "[utils] modified _toPlatformObject() to handle array input type" into devel/master

9 years ago[Messaging] Handling inline attachments
Andrzej Popowski [Thu, 29 Jan 2015 11:27:20 +0000 (12:27 +0100)]
[Messaging] Handling inline attachments

Change-Id: I6bd67abbc7dbe601f4b058fe448cb2a166ab8f81
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Messaging] fix for filters in messging
Piotr Kosko [Thu, 29 Jan 2015 11:28:47 +0000 (12:28 +0100)]
[Messaging] fix for filters in messging

[Verification] TCT: MessageStorage_addConversationsChangeListener_with_filter pass

Change-Id: Iab17e320ccc452a359bddd49defa5c88490d061e
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[utils] modified _toPlatformObject() to handle array input type
Sunggyu Choi [Thu, 29 Jan 2015 08:03:09 +0000 (17:03 +0900)]
[utils] modified _toPlatformObject() to handle array input type

- replyResult() has a optional parameter as array type.
  previous _toPlatformObject() can't handle this case.

- removed lint error

[verification] self test

Change-Id: I970a47447bc7571ba8cee7741d69e7d247682ccb
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years ago[Calendar] Remove console.logd
Pawel Kaczmarek [Mon, 26 Jan 2015 10:28:13 +0000 (11:28 +0100)]
[Calendar] Remove console.logd

[Verification]
TCT without change

Change-Id: I81f28d05cf45eadfef17bd3bcfeb7121fcc1555c
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years agoMerge "[Datacontrol] Enable feature in mobile profile" into devel/master
pius lee [Thu, 29 Jan 2015 09:39:06 +0000 (18:39 +0900)]
Merge "[Datacontrol] Enable feature in mobile profile" into devel/master

9 years agoMerge "[Tool][Generator] fix to missing raises keyword name" into devel/master
pius lee [Thu, 29 Jan 2015 09:37:36 +0000 (18:37 +0900)]
Merge "[Tool][Generator] fix to missing raises keyword name" into devel/master

9 years agoMerge "[Tool][Generator] Add validation to constructor function in JS and remove...
pius lee [Thu, 29 Jan 2015 09:35:48 +0000 (18:35 +0900)]
Merge "[Tool][Generator] Add validation to constructor function in JS and remove native call" into devel/master

9 years ago[Datacontrol] Enable feature in mobile profile
Rafal Galka [Thu, 29 Jan 2015 09:22:46 +0000 (10:22 +0100)]
[Datacontrol] Enable feature in mobile profile

Change-Id: I91b4a46d8dd8bf6f975dde84d584f2db0e7de89a

9 years ago[spec] Conditionally apply library capi-data-control
Mariusz Polasinski [Tue, 27 Jan 2015 10:36:58 +0000 (11:36 +0100)]
[spec] Conditionally apply library capi-data-control

[Problem]
Nothing provides capi-data-control on TV (so I can't compile this code) and this library is not needed

[Solution]
Conditionally apply library capi-data-control - implemented in spec

[Verification]
Code complies without error

Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
Change-Id: I86b6652d250dc7490debb584cbe2abed625ef415

9 years ago[Time] Explicit call picosjon::value constructor + missing header <unistd.h>
Mariusz Polasinski [Tue, 27 Jan 2015 10:00:22 +0000 (11:00 +0100)]
[Time] Explicit call picosjon::value constructor + missing header <unistd.h>

[Problems]
1. 'readlink' was not declared
2. On TV I can't call 'std::map<std::basic_string<char>, picojson::value>::insert(std::pair<const char*, [other type]>)
I must use explicit conversion.
This error occurs probably because there is different version of gcc for mobile and TV

[Solution]
1. #include <unistd.h>
2. I used explicit picosjon::value constructor

[Verification]
Code complies without errors

Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
Change-Id: I9a402c7692e1ef90bb4e99992a2ad985f41aa6ce

9 years ago[Exif] Explicit call picosjon::value constructor
Mariusz Polasinski [Tue, 27 Jan 2015 09:45:35 +0000 (10:45 +0100)]
[Exif] Explicit call picosjon::value constructor

[Problem]
On TV I can't call 'std::map<std::basic_string<char>, picojson::value>::insert(std::pair<const char*, [other type]>)
I must use explicit conversion.
This error occurs probably because there is different version of gcc for mobile and TV

[Solution]
I used explicit picosjon::value constructor

[Verification]
Code complies without errors

Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
Change-Id: I336b948dfea70c3b856d3122aa377064f375e088

9 years ago[Websetting] Explicit call picosjon::value constructor
Mariusz Polasinski [Tue, 27 Jan 2015 07:43:45 +0000 (08:43 +0100)]
[Websetting] Explicit call picosjon::value constructor

[Problem]
On TV I can't call 'std::map<std::basic_string<char>, picojson::value>::insert(std::pair<const char*, [other type]>)
I must use explicit conversion.
This error occurs probably because there is different version of gcc for mobile and TV

[Solution]
I used explicit picosjon::value constructor

[Verification]
Code complies without errors

Signed-off-by: Mariusz Polasinski <m.polasinski@samsung.com>
Change-Id: I06aaf19636839e0d851f0ba05a0ae6b4a254b357

9 years ago[Tool][Generator] fix to missing raises keyword name
Ryszard Matuszyk [Thu, 29 Jan 2015 08:21:05 +0000 (09:21 +0100)]
[Tool][Generator] fix to missing raises keyword name

[Verification] generate application plugin

Change-Id: I94b2616ae05819934e26a0f94e81b3fa1ebcf9d7
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Messaging] fixed synchronizable member
Piotr Kosko [Thu, 29 Jan 2015 07:13:33 +0000 (08:13 +0100)]
[Messaging] fixed synchronizable member

Change-Id: I159aa99e209fb38bc774b5322cdc1508a3d196fd
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Notification] Implement very first post api only with title, content text
pius.lee [Wed, 28 Jan 2015 13:14:50 +0000 (22:14 +0900)]
[Notification] Implement very first post api only with title, content text

[Verification] Test with custom web app.

Change-Id: Ifd5a9c958fe0493bdb770b1df3d927c13bdeeae4
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Notification] remove unused build dependency
pius.lee [Wed, 28 Jan 2015 13:09:13 +0000 (22:09 +0900)]
[Notification] remove unused build dependency

Change-Id: If0360d2a13e7fa2bc2a28e1b798f89976f4ea041
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Contact] JS code refactoring
Pawel Kaczmarek [Wed, 28 Jan 2015 11:18:55 +0000 (12:18 +0100)]
[Contact] JS code refactoring

[Verification]
TCT without change

Change-Id: I7fb911d4ae44ea744d9a10df4019fae6afba2c29
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>