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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
pius lee [Thu, 29 Jan 2015 09:39:06 +0000 (18:39 +0900)]
Merge "[Datacontrol] Enable feature in mobile profile" 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
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
Rafal Galka [Thu, 29 Jan 2015 09:22:46 +0000 (10:22 +0100)]
[Datacontrol] Enable feature in mobile profile
Change-Id: I91b4a46d8dd8bf6f975dde84d584f2db0e7de89a
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
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
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
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
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>
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>
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>
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>
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>
Ryszard Matuszyk [Wed, 28 Jan 2015 11:02:44 +0000 (12:02 +0100)]
[DataSync] Changing function names to generator convention
[Verification] code compiling
Change-Id: I6ba3c3ef92f8cf456c43b0833f32a8c827d5f96f
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
Wojciech Kosowicz [Fri, 23 Jan 2015 09:14:16 +0000 (10:14 +0100)]
[Calendar] Native filters and sorting
[Verification] TCT without changes
Change-Id: Iefe184b0defca75d759d93c628674002f8e2d636
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
Pawel Kaczmarek [Wed, 28 Jan 2015 12:42:18 +0000 (13:42 +0100)]
[Tool][Generator] Add validation to constructor function in JS and remove native call
[Verification]
Each constructor in JS should have validation
Should not generate native call in JS and c++
Change-Id: If4895868b5e61a4c4155edc746a7e7cec8c9208d
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
Jerzy Pabich [Wed, 28 Jan 2015 12:19:28 +0000 (21:19 +0900)]
Merge "[Messaging] - Testing an argument type of the function stopSync" into devel/master
Jerzy Pabich [Wed, 28 Jan 2015 12:19:05 +0000 (21:19 +0900)]
Merge "[system-setting] setProperty() method added" into devel/master
Jerzy Pabich [Wed, 28 Jan 2015 12:18:36 +0000 (21:18 +0900)]
Merge "[system-setting] Framework, getProperty() method" into devel/master
Andrzej Popowski [Wed, 28 Jan 2015 11:25:58 +0000 (12:25 +0100)]
[Messaging] - Testing an argument type of the function stopSync
Change-Id: I1151e78ffac7af8b67daf84a4e788743828bbc0c
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
pius lee [Wed, 28 Jan 2015 10:35:35 +0000 (19:35 +0900)]
Merge "[Tool][Generator] native_function format changing" into devel/master
Beata Stefaniuk [Thu, 18 Dec 2014 15:54:00 +0000 (16:54 +0100)]
[system-setting] setProperty() method added
Change-Id: Ib6730c350a98e35d32e03cf88d75c0200d48a565
Signed-off-by: Beata Stefaniuk <b.stefaniuk@samsung.com>
Signed-off-by: Jakub Siewierski <j.siewierski@samsung.com>
Jakub Siewierski [Fri, 12 Dec 2014 13:11:58 +0000 (14:11 +0100)]
[system-setting] Framework, getProperty() method
Change-Id: Iee3a7d8a6400c2a844ddb10ae90ab907d8c35f38
Signed-off-by: Jakub Siewierski <j.siewierski@samsung.com>