platform/core/api/webapi-plugins.git
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>
9 years ago[DataSync] Changing function names to generator convention
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>
9 years ago[Calendar] Native filters and sorting
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>
9 years ago[Tool][Generator] Add validation to constructor function in JS and remove native...
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>
9 years agoMerge "[Messaging] - Testing an argument type of the function stopSync" into devel...
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

9 years agoMerge "[system-setting] setProperty() method added" 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

9 years agoMerge "[system-setting] Framework, getProperty() method" 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

9 years ago[Messaging] - Testing an argument type of the function stopSync
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>
9 years agoMerge "[Tool][Generator] native_function format changing" into devel/master
pius lee [Wed, 28 Jan 2015 10:35:35 +0000 (19:35 +0900)]
Merge "[Tool][Generator] native_function format changing" into devel/master

9 years ago[system-setting] setProperty() method added
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>
9 years ago[system-setting] Framework, getProperty() method
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>
9 years ago[Messaging] Fixed merge error.
Pawel Andruszkiewicz [Wed, 28 Jan 2015 08:11:46 +0000 (09:11 +0100)]
[Messaging] Fixed merge error.

Change-Id: Id0339677660fe871326840a7a64c15f57336b098
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Fixing the problem with the prefix file:// in attachments
Andrzej Popowski [Tue, 27 Jan 2015 08:39:59 +0000 (09:39 +0100)]
[Messaging] Fixing the problem with the prefix file:// in attachments

Change-Id: I3520a686c3db93b43af3b554474f80dce3313668
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years agoMerge "[Messaging] MessageAttachment constructor change" into devel/master
Jerzy Pabich [Wed, 28 Jan 2015 08:02:57 +0000 (17:02 +0900)]
Merge "[Messaging] MessageAttachment constructor change" into devel/master

9 years ago[Messaging] MessageAttachment constructor change
Piotr Kosko [Tue, 27 Jan 2015 08:34:11 +0000 (09:34 +0100)]
[Messaging] MessageAttachment constructor change

[Feature] Changed implementation of MessageAttachment constructor to
  allow internal object modifications, but readonly for user.

[Verification] Code compiles without errors.
  Readonly of object members checked in console.
  more MessageAttachments* tct tests pass.

Change-Id: I6ff2a5a56fe9de392aba65df903f7cb4d7f22cdf
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Common] add utility function for Web IDL type checking in c++
pius.lee [Wed, 28 Jan 2015 06:42:02 +0000 (15:42 +0900)]
[Common] add utility function for Web IDL type checking in c++

[Validation] tested with TC main in header.
TC build :
g++ -x c++ -std=c++11 -static typeutil.h -o typeutil_tc -I ../ -D TEST_TYPEUTIL

Change-Id: Ibd7a53fbc77f9b9b9ec52a955a40dd8de33a1725
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Notification] initiailize notification implementation from skeleton generator.
pius.lee [Tue, 27 Jan 2015 13:23:27 +0000 (22:23 +0900)]
[Notification] initiailize notification implementation from skeleton generator.

[Verification] build test and check on custom web app.

Change-Id: I03e60b2feca4823f9ddeac3649874f42b2c8f913
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Tool][Generator] native_function format changing
Ryszard Matuszyk [Mon, 26 Jan 2015 12:03:11 +0000 (13:03 +0100)]
[Tool][Generator] native_function format changing

[Verification] generate datasync api

Change-Id: I796b783edeb66112f0bd06442b76622411d0884d
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Time] Code refactoring
Pawel Kaczmarek [Fri, 23 Jan 2015 15:48:23 +0000 (16:48 +0100)]
[Time] Code refactoring

[Verification]
TCT without change

Change-Id: I677c21bdca4f070d92c853a2e2320dd4eeec9069
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Package] Remove callback when request failed
ByungWoo Lee [Tue, 27 Jan 2015 07:53:24 +0000 (16:53 +0900)]
[Package] Remove callback when request failed

Change-Id: Ib9af724038bbbf155d2802f1fc3f0eafb0772f8e

9 years ago[Datacontrol] fix build error on datacontrol_instance.
pius.lee [Tue, 27 Jan 2015 02:02:43 +0000 (11:02 +0900)]
[Datacontrol] fix build error on datacontrol_instance.

[Verification] Test with simple custom app.

Change-Id: Ia6f7fd2b013edaf57fe7332d01d4bd2deb0d9a9a
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years agoMerge "[application] added new apis related with app-control" into devel/master
Jinwoo Jeong [Tue, 27 Jan 2015 00:00:52 +0000 (09:00 +0900)]
Merge "[application] added new apis related with app-control" into devel/master

9 years agoMerge "[Datacontrol] reference to pointer in internal function for cpplint" into...
Jinwoo Jeong [Mon, 26 Jan 2015 23:43:26 +0000 (08:43 +0900)]
Merge "[Datacontrol] reference to pointer in internal function for cpplint" into devel/master

9 years ago[application] added new apis related with app-control
Sunggyu Choi [Mon, 26 Jan 2015 10:44:56 +0000 (19:44 +0900)]
[application] added new apis related with app-control

[Verification] Not Available TC. every method verified with self made app

Change-Id: I44a85b4f666bbfc38a012c8e22d842ed0ce6e22d
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years agoMerge "[Messaging] Fix attachment updates (JS)." into devel/master
Jerzy Pabich [Mon, 26 Jan 2015 09:02:35 +0000 (18:02 +0900)]
Merge "[Messaging] Fix attachment updates (JS)." into devel/master

9 years agoMerge "[Messaging][SMS] Added support for CompositeFilter." into devel/master
Jerzy Pabich [Mon, 26 Jan 2015 08:06:49 +0000 (17:06 +0900)]
Merge "[Messaging][SMS] Added support for CompositeFilter." into devel/master

9 years ago[Messaging] Fix attachment updates (JS).
Pawel Andruszkiewicz [Mon, 26 Jan 2015 08:00:49 +0000 (09:00 +0100)]
[Messaging] Fix attachment updates (JS).

Change-Id: Ib02769a60abb4ca8d410de71cc8d6e0782acda14
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Properly convert timestamp to JS Date.
Pawel Andruszkiewicz [Fri, 23 Jan 2015 14:16:47 +0000 (15:16 +0100)]
[Messaging] Properly convert timestamp to JS Date.

[Validation] TCT MessageStorage_findMessages_filter_timestamp_valid passes.
             TCT MessageStorage_mms_findConversations_filter_timestamp passes.

Change-Id: Id97d8dfbe4ff7caef7d26c0098085f3596fa0d3a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Check type on Any, before returning the value.
Pawel Andruszkiewicz [Fri, 23 Jan 2015 11:41:51 +0000 (12:41 +0100)]
[Messaging] Check type on Any, before returning the value.

Change-Id: I947bf876813920d7f2414de217606b461d27400d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging][SMS] Added support for CompositeFilter.
Pawel Andruszkiewicz [Thu, 22 Jan 2015 14:09:29 +0000 (15:09 +0100)]
[Messaging][SMS] Added support for CompositeFilter.

[Verification] TCT MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback should pass.
               TCT pass rate for SMS: 182/182.

Change-Id: I26064c4e17ee807a448f2d21b92a1d071c6c3279
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Package] Modify coding style by cpplint and gjslint." into devel/master
Jinwoo Jeong [Fri, 23 Jan 2015 02:14:43 +0000 (11:14 +0900)]
Merge "[Package] Modify coding style by cpplint and gjslint." into devel/master

9 years ago[Package] Modify coding style by cpplint and gjslint.
ByungWoo Lee [Fri, 23 Jan 2015 01:48:31 +0000 (10:48 +0900)]
[Package] Modify coding style by cpplint and gjslint.

Change-Id: I6b1ada76407eb66e298bb5cc45f923c90ce70e2c

9 years ago[MessagePort] Add initial version of message port implementation
Jin-Woo Jeong [Thu, 22 Jan 2015 23:21:20 +0000 (08:21 +0900)]
[MessagePort] Add initial version of message port implementation

[Verification] Tested with SDK sample application.

Change-Id: I2373803c70edab07a7e50f182236ecaa436d79a1

9 years ago[Tool][Generator] fix NameError: global name 'm' is not defined
Pawel Kaczmarek [Thu, 22 Jan 2015 09:41:19 +0000 (10:41 +0100)]
[Tool][Generator] fix NameError: global name 'm' is not defined

[Verification] Calendar module generate without errors
python WAPIOven.py -d tmp/calendar/ widls/calendar.widl widls/tizen.widl widls/time.widl

Change-Id: I751bbf35021a2d065eaab983007c72c0fbefd3ea
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Calendar] Change common variables names to match other modules
Pawel Kaczmarek [Thu, 22 Jan 2015 11:47:08 +0000 (12:47 +0100)]
[Calendar] Change common variables names to match other modules

[Verification] TCT without change

Change-Id: I8eb70a24e39c1c59d03ba23de11621639fb10403
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[DataSync] Fix c++ code style and removed no more need file
Ryszard Matuszyk [Wed, 21 Jan 2015 14:56:41 +0000 (15:56 +0100)]
[DataSync] Fix c++ code style and removed no more need file

Verification: not available. Platform function sync_agent_ds_init not working

Change-Id: If16560ba6817c039a5bb216b95ca775f55b901f3
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Messaging] Fixes for emails part 2
Robert Karolak [Tue, 20 Jan 2015 14:59:38 +0000 (15:59 +0100)]
[Messaging] Fixes for emails part 2

[Verification] More test passes

Change-Id: Ie00dedeb7b71c6ad85d04fc2dc8526708aa4ac0e
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
9 years agoMerge "[Messaging] tct fixes for sms part 4" into devel/master
Jerzy Pabich [Thu, 22 Jan 2015 12:30:35 +0000 (21:30 +0900)]
Merge "[Messaging] tct fixes for sms part 4" into devel/master

9 years ago[Messaging] tct fixes for sms part 4
Maciek Blim [Mon, 19 Jan 2015 08:30:25 +0000 (09:30 +0100)]
[Messaging] tct fixes for sms part 4

Added Queue to delay listeners callbacks
to satisfate tests.

tct:
    pass: 181
    fail: 0
    timeout 1

pass rate: ~99.5%

The only timeouted test is MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback
Above test is using Composite Filter which is not implemented

Change-Id: I60685a0fd5c2b1ea238c34d04678d5ce17a02798
Signed-off-by: Maciek Blim <m.blim@samsung.com>
9 years ago[Datacontrol] reference to pointer in internal function for cpplint
pius.lee [Thu, 22 Jan 2015 06:39:31 +0000 (15:39 +0900)]
[Datacontrol] reference to pointer in internal function for cpplint

Change-Id: Ib400ddbc55b07d56c00ee7e45c8514b17b2c53c2
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years agoMerge "[Tizen] removed lint errors of tizen" into devel/master
ByungWoo Lee [Wed, 21 Jan 2015 23:07:24 +0000 (08:07 +0900)]
Merge "[Tizen] removed lint errors of tizen" into devel/master

9 years ago[DataSync] stopSync
Ryszard Matuszyk [Wed, 21 Jan 2015 13:41:54 +0000 (14:41 +0100)]
[DataSync] stopSync

Verification: not available. Platform function sync_agent_ds_init not working

Change-Id: I900cdbbc6945a615356f613539087cb4febd8158
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[DataSync] startSync
Ryszard Matuszyk [Wed, 21 Jan 2015 10:57:22 +0000 (11:57 +0100)]
[DataSync] startSync

Verification: not available. Platform function sync_agent_ds_init not working

Change-Id: Idbaa3da125bfbe541ee24a9bb8f3ee5b274a1fc9
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Exif] Implement getExifInfo().
Rafal Lelusz [Tue, 20 Jan 2015 13:25:27 +0000 (14:25 +0100)]
[Exif] Implement getExifInfo().

[Verification] Code compiles without errors. TCT pass rate 29/63.

Change-Id: If33a3907a28dbcd9a68a81d1c9f2b21279d4119f
Signed-off-by: Rafal Lelusz <r.lelusz@samsung.com>
9 years agoMerge "[Datacontrol] delete callback function after use it in JS" into devel/master
ByungWoo Lee [Wed, 21 Jan 2015 05:23:58 +0000 (14:23 +0900)]
Merge "[Datacontrol] delete callback function after use it in JS" into devel/master

9 years agoMerge "[Datacontrol] fix c++ code style from cpplint" into devel/master
ByungWoo Lee [Wed, 21 Jan 2015 05:23:41 +0000 (14:23 +0900)]
Merge "[Datacontrol] fix c++ code style from cpplint" into devel/master

9 years agoMerge "[Datacontrol] fix code style, move from using-directives to using-declarations...
ByungWoo Lee [Wed, 21 Jan 2015 05:23:33 +0000 (14:23 +0900)]
Merge "[Datacontrol] fix code style, move from using-directives to using-declarations." into devel/master

9 years agoMerge "[Common] fix compiler warning for compiler" into devel/master
ByungWoo Lee [Wed, 21 Jan 2015 05:23:23 +0000 (14:23 +0900)]
Merge "[Common] fix compiler warning for compiler" into devel/master

9 years agoMerge "[Common] fix compiler warning about lacking namespace qualification" into...
ByungWoo Lee [Wed, 21 Jan 2015 05:23:07 +0000 (14:23 +0900)]
Merge "[Common] fix compiler warning about lacking namespace qualification" into devel/master

9 years ago[Datacontrol] delete callback function after use it in JS
pius.lee [Wed, 21 Jan 2015 03:00:31 +0000 (12:00 +0900)]
[Datacontrol] delete callback function after use it in JS

Change-Id: Ide1e73e827572c4ed53f0696fc53948192e0510f
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Tizen] removed lint errors of tizen
Sunggyu Choi [Wed, 21 Jan 2015 01:10:36 +0000 (10:10 +0900)]
[Tizen] removed lint errors of tizen

Change-Id: I64eeff06b56acfa81698c50b5742dcf16cb52543
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years agoMerge "[Application] Implemented several APIs of tizen.application" into devel/master
ByungWoo Lee [Wed, 21 Jan 2015 00:42:28 +0000 (09:42 +0900)]
Merge "[Application] Implemented several APIs of tizen.application" into devel/master

9 years ago[Application] Implemented several APIs of tizen.application
Sunggyu Choi [Tue, 20 Jan 2015 08:45:46 +0000 (17:45 +0900)]
[Application] Implemented several APIs of tizen.application

- kill() / launch() / launchAppControl() / findAppControl() /
  getAppsContext() / getAppContext() / getAppsInfo() /
  getAppCerts() / getAppMetaData() / add,removeAppInfoEventListener()

- fixed lint issues

[Verification] Not Available TC. every method verified with self made app

Change-Id: I432056fe248862e41c5a80cae580681d1cf1c66c
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
9 years ago[Datacontrol] fix c++ code style from cpplint
pius.lee [Tue, 20 Jan 2015 14:15:11 +0000 (23:15 +0900)]
[Datacontrol] fix c++ code style from cpplint

[Verification] python cpplint.py *

Change-Id: I991ef366597ce519db55694a92416a9a1da02e7e
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Datacontrol] fix code style, move from using-directives to using-declarations.
pius.lee [Tue, 20 Jan 2015 13:16:26 +0000 (22:16 +0900)]
[Datacontrol] fix code style, move from using-directives to using-declarations.

According to the google c++ guideline,
use using-declarations instead of using-directives.

Change-Id: Idd96ea4d304d9c1772c8b34228bdcdc4db391970
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Common] fix compiler warning for compiler
pius.lee [Tue, 20 Jan 2015 13:13:06 +0000 (22:13 +0900)]
[Common] fix compiler warning for compiler

compiler does not find one of primitive type in parameter on overload
operator. so move type to empty struct from integer.

Change-Id: I3e7f86b2ec8cb9a0215d3699966f726177885e76
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Common] fix compiler warning about lacking namespace qualification
pius.lee [Tue, 20 Jan 2015 13:05:34 +0000 (22:05 +0900)]
[Common] fix compiler warning about lacking namespace qualification

global function declaration was lacking a namespace qualification.
so add parentheses to the friend declaration.

Change-Id: I3941c9b7f063a71c510deba479d8ad71f3cd527b
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[DataSync] Refactoring
Ryszard Matuszyk [Mon, 19 Jan 2015 10:44:36 +0000 (11:44 +0100)]
[DataSync] Refactoring

Change-Id: I38f8e1451d95f9750782e5b0f2753e4e73b38ae7
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Time] Time format fix
Pawel Kaczmarek [Mon, 19 Jan 2015 13:01:20 +0000 (14:01 +0100)]
[Time] Time format fix

[Verification]
Below TCT should pass:
TZDate_toLocaleString_for_specific_date
TimeUtil_getTimeFormat

Change-Id: I55e42f3093d6c029d14cde7d0fd7d6ccf05d7e64
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[SecureElement] - Session and Channel interfaces created.
Andrzej Popowski [Wed, 7 Jan 2015 10:41:37 +0000 (11:41 +0100)]
[SecureElement] - Session and Channel interfaces created.

Change-Id: I43c5c2a07b758000c4cb7893d9830da8c858b278
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[SecureElement] Fix for build break
Jerzy Pabich [Mon, 19 Jan 2015 13:15:49 +0000 (14:15 +0100)]
[SecureElement] Fix for build break

Change-Id: I10879811b301b24c50317cbf2fec313ec3ad0ace
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
9 years ago[SecureElement] Initial commit for Reader.
Rafał Szczekutek [Mon, 12 Jan 2015 13:11:18 +0000 (14:11 +0100)]
[SecureElement] Initial commit for Reader.

[Verification] Code compiles without errors.

Change-Id: I225c3f888370da80ef2428e2281a8ec30d320fe6
Signed-off-by: Rafał Szczekutek <r.szczekutek@samsung.com>
9 years agoMerge "[SecureElement] - SEService class added" into devel/master
Jerzy Pabich [Mon, 19 Jan 2015 11:51:02 +0000 (20:51 +0900)]
Merge "[SecureElement] - SEService class added" into devel/master

9 years agoMerge "[SecureElement] Initial commit with stubs." into devel/master
Jerzy Pabich [Mon, 19 Jan 2015 11:50:39 +0000 (20:50 +0900)]
Merge "[SecureElement] Initial commit with stubs." into devel/master

9 years ago[Badge] Add checkPermisionForCreatingBadge method
Adam Banasiak [Fri, 16 Jan 2015 10:18:15 +0000 (11:18 +0100)]
[Badge] Add checkPermisionForCreatingBadge method

Change-Id: Icbc6eba70eeabf610fd026f4515ea3cdec1e32c1
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
9 years ago[Websetting] Added throwing exception when runtime
Konrad Zdunczyk [Thu, 15 Jan 2015 15:11:01 +0000 (16:11 +0100)]
[Websetting] Added throwing exception when runtime
is wrt-service

Change-Id: Iff7474d9a03d2c0506c36c6ec59bbe3a24b8ae23
Signed-off-by: Konrad Zdunczyk <k.zdunczyk@samsung.com>
9 years ago[DataSync] getAll
Ryszard Matuszyk [Mon, 19 Jan 2015 08:32:54 +0000 (09:32 +0100)]
[DataSync] getAll

Verification: not available. Platform function sync_agent_ds_init not work

Change-Id: I3bb4488c932c00bdd8efeb6ca9a70a27b94e389d
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[DataSync] get
Ryszard Matuszyk [Fri, 16 Jan 2015 11:31:58 +0000 (12:31 +0100)]
[DataSync] get

Verification: not available. Platform function sync_agent_ds_init not work

Change-Id: Ib90ed20340828df55821d952f46a48f22ba39b84
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
9 years ago[Badge] Fix tests for Badge
Adam Banasiak [Wed, 14 Jan 2015 10:06:48 +0000 (11:06 +0100)]
[Badge] Fix tests for Badge

[Verification] 1. Install api1badge0.WebAPITizenBadgeTests
               2. Run tct the result should be 22/25 pass

Change-Id: I77b55017c929f87c39a8f73166afeef9f16dee7f
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
9 years ago[DataSync] Fix checking extra arguments
Pawel Czajkowski [Fri, 16 Jan 2015 10:36:36 +0000 (11:36 +0100)]
[DataSync] Fix checking extra arguments

[Verification] TCT result: 67/92 passed.

Change-Id: Ie7a3e45a4047435338ebd294a02008e495d28e6a
Signed-off-by: Pawel Czajkowski <p.czajkowski@samsung.com>
9 years agoMerge changes I37fca437,If013a0d9,Ica02a90f into devel/master
Jerzy Pabich [Mon, 19 Jan 2015 09:26:19 +0000 (18:26 +0900)]
Merge changes I37fca437,If013a0d9,Ica02a90f into devel/master

* changes:
  [Messaging] Fixing tests in emails
  [Messaging] tct fixes for sms part 3
  [Messaging] tct fixes for sms part 2

9 years agoMerge "[Messaging] tct fixes for sms part 1 tct: pass: 150 fail: 18 timeo...
Jerzy Pabich [Mon, 19 Jan 2015 09:26:04 +0000 (18:26 +0900)]
Merge "[Messaging] tct fixes for sms part 1 tct:     pass: 150     fail: 18     timeout: 14" into devel/master

9 years agoMerge "[Messaging] Add support for MMS messages, changes LOG to LOGGER in" into devel...
Jerzy Pabich [Mon, 19 Jan 2015 09:25:35 +0000 (18:25 +0900)]
Merge "[Messaging] Add support for MMS messages, changes LOG to LOGGER in" into devel/master

9 years agoMerge changes I3e5486af,I7e71e23e,Id38eeacd into devel/master
Jerzy Pabich [Mon, 19 Jan 2015 09:21:11 +0000 (18:21 +0900)]
Merge changes I3e5486af,I7e71e23e,Id38eeacd into devel/master

* changes:
  [Messaging] MMS message service support
  [Messaging] listeners for sms
  [Messaging] add support for  AttributeRange filter

9 years agoMerge changes If3f6a6ab,I540ccc27,I4d2c4547,I0a981d4e,Ic74697e3, ... into devel/master
Jerzy Pabich [Mon, 19 Jan 2015 09:04:11 +0000 (18:04 +0900)]
Merge changes If3f6a6ab,I540ccc27,I4d2c4547,I0a981d4e,Ic74697e3, ... into devel/master

* changes:
  [Messaging] findFolders for sms
  [Messaging] removeConversations for sms
  [Messaging] findConversations for sms
  [Messaging] findMessages for sms
  [Messaging] updateMessages for sms
  [Messaging] removeMesssages for sms
  [Messaging] sendMessage SMS
  [Messaging] loadMessageBody for sms
  [Messaging] SMS addDraftMessage

9 years ago[Tool][Generator] add missing optional, nullable checking at argument validating
pius.lee [Mon, 19 Jan 2015 05:30:56 +0000 (14:30 +0900)]
[Tool][Generator] add missing optional, nullable checking at argument validating

Change-Id: I841deb66d200e8563eaaeab054052a509ee8a7e8
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Tool][Generator] fix mismatched type of typedef arguments
pius.lee [Sun, 18 Jan 2015 05:39:30 +0000 (14:39 +0900)]
[Tool][Generator] fix mismatched type of typedef arguments

Change-Id: Ie9752ed98878546c8ca3651ba35d27c224b5a1e5
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Tool][Generator] define native parameter on async,sync native call
pius.lee [Sun, 18 Jan 2015 00:56:06 +0000 (09:56 +0900)]
[Tool][Generator] define native parameter on async,sync native call

Change-Id: Ief0c4c8750c33533af06719aed9e5d98282d8983
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years agoMerge "[Datacontrol] fix instance.cc style" into devel/master
pius.lee [Fri, 16 Jan 2015 14:47:17 +0000 (23:47 +0900)]
Merge "[Datacontrol] fix instance.cc style" into devel/master

9 years ago[Datacontrol] fix instance.cc style
pius.lee [Fri, 16 Jan 2015 14:45:25 +0000 (23:45 +0900)]
[Datacontrol] fix instance.cc style

Change-Id: Idd0094ca377a06f6231ef93bcd8dba005ca1b39d
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years agoMerge "[Datacontrol] add datacontrol api" into devel/master
pius.lee [Fri, 16 Jan 2015 14:00:46 +0000 (23:00 +0900)]
Merge "[Datacontrol] add datacontrol api" into devel/master

9 years ago[Datacontrol] add datacontrol api
pius.lee [Fri, 16 Jan 2015 05:32:23 +0000 (14:32 +0900)]
[Datacontrol] add datacontrol api

[Verification] Not Available TC. every method verified with self made app

Change-Id: I97307b1610b6b481933f189033f842e145f52061
Signed-off-by: pius.lee <pius.lee@samsung.com>
9 years ago[Messaging] Fixing tests in emails
Robert Karolak [Fri, 16 Jan 2015 07:58:02 +0000 (08:58 +0100)]
[Messaging] Fixing tests in emails

[Verification] More tests passes 253/309

Change-Id: I37fca437e316f3225095784d521bfbc09b4d32c8
Signed-off-by: Robert Karolak <r.karolak@samsung.com>