platform/core/api/webapi-plugins.git
10 years ago[Messaging] Adding attachments to email
Robert Karolak [Wed, 17 Dec 2014 14:28:18 +0000 (15:28 +0100)]
[Messaging] Adding attachments to email

[Verification] Code compiles without errors,
with disabled smack security attachments was added
properly to draft.

Change-Id: I253bb983c5e547adc440ce0b0c53b0584f98a9b1
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years agoMerge "[Messaging] Added stopSync() method" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 18:44:39 +0000 (03:44 +0900)]
Merge "[Messaging] Added stopSync() method" into devel/master

10 years ago[Messaging] Added stopSync() method
Jerzy Pabich [Thu, 18 Dec 2014 16:52:41 +0000 (17:52 +0100)]
[Messaging] Added stopSync() method

[Verification] The code below works fine:

var email_serv;

// Defines the success callback.
function serviceSynced() {
console.log("New messages are fetched!");
}

// Defines the success callback.
function servicesListSuccessCB(services) {
console.log("services");
email_serv = services[0];
//services[0].sync(serviceSynced, null, 30);
// Subscribes to MessageStorage notification
}

tizen.messaging.getMessageServices("messaging.email", servicesListSuccessCB);

var op_id = email_serv.sync(function(){console.log("hura")}, function(e){console.log("name: " + e.name); console.log("message: " + e.message);});
email_serv.stopSync(op_id);

Change-Id: I7cabadf3825c8f9670d30196f5f0f9ea1e9a09ac
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years agoMerge "[Archive] JS implementation" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 17:50:48 +0000 (02:50 +0900)]
Merge "[Archive] JS implementation" into devel/master

10 years ago[Messaging] Added errorCallback to sync() method
Jerzy Pabich [Wed, 17 Dec 2014 11:31:45 +0000 (12:31 +0100)]
[Messaging] Added errorCallback to sync() method

[Verification] The code below works fine:

var email_serv;

// Defines the success callback.
function serviceSynced() {
console.log("New messages are fetched!");
}

// Defines the success callback.
function servicesListSuccessCB(services) {
console.log("services");
email_serv = services[0];
//services[0].sync(serviceSynced, null, 30);
// Subscribes to MessageStorage notification
}

tizen.messaging.getMessageServices("messaging.email", servicesListSuccessCB);

var op_id = email_serv.sync(function(){console.log("hura")}, function(e){console.log("name: " + e.name); console.log("message: " + e.message);});

Change-Id: I00ea7015cebf79f6d4fd9d3a4877000bdf8e9679
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[Contact] AddressBook.getGroups() fix
Rafal Galka [Wed, 17 Dec 2014 15:53:17 +0000 (16:53 +0100)]
[Contact] AddressBook.getGroups() fix

[Verification]
var book = tizen.contact.getDefaultAddressBook();
var groups = book.getGroups();
console.log('groups found: ' + groups.length);

Should be more than zero groups.

Change-Id: Ided1e83cdf97305bd95f4fe61114dca2a76f2c26

10 years agoMerge "[NFC] setPowered implementation" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 09:13:43 +0000 (18:13 +0900)]
Merge "[NFC] setPowered implementation" into devel/master

10 years agoMerge "[Systeminfo] added methods from 2.3" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 08:30:12 +0000 (17:30 +0900)]
Merge "[Systeminfo] added methods from 2.3" into devel/master

10 years ago[DataSync] Fix for correct loading DataSync module
Pawel Czajkowski [Wed, 17 Dec 2014 09:30:37 +0000 (10:30 +0100)]
[DataSync] Fix for correct loading DataSync module

[Verification]
    1. Load tizen module in node.
    2. Type tizen.datasync. It should be presented as object {}

Change-Id: Icbaaebae925089a90026c94de77523b8e02e621c
Signed-off-by: Pawel Czajkowski <p.czajkowski@samsung.com>
10 years ago[DataSync] Refactoring: Logger
Ryszard Matuszyk [Wed, 17 Dec 2014 10:52:23 +0000 (11:52 +0100)]
[DataSync] Refactoring: Logger

Change-Id: Iae6d79130e22794445f55010a048541fadd88eaf
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
10 years agoMerge "[Systeminfo] ported implementation based on Node.js" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 08:16:27 +0000 (17:16 +0900)]
Merge "[Systeminfo] ported implementation based on Node.js" into devel/master

10 years ago[Archive] JS implementation
Krzysztof Lachacz [Thu, 18 Dec 2014 07:52:21 +0000 (08:52 +0100)]
[Archive] JS implementation

[Verification] Code compiles without errors.

Change-Id: I5b439d5de63bcc0f5374a66ccd0275778956103d
Signed-off-by: Krzysztof Lachacz <k.lachacz@samsung.com>
10 years agoMerge "[Tizen] Fix for optional error code param" into devel/master
Jerzy Pabich [Thu, 18 Dec 2014 06:26:49 +0000 (15:26 +0900)]
Merge "[Tizen] Fix for optional error code param" into devel/master

10 years agoChange LOG_TAG of webapi-plugins to WEBAPI_PLUGINS from WEBAPI-PLUGINS
WonYoung Choi [Thu, 18 Dec 2014 01:43:48 +0000 (10:43 +0900)]
Change LOG_TAG of webapi-plugins to WEBAPI_PLUGINS from WEBAPI-PLUGINS

Change-Id: I319b761a746c1d32a7c636efb94ed7ecde772e64

10 years ago[Tizen] Fix for optional error code param
Jerzy Pabich [Wed, 17 Dec 2014 11:34:55 +0000 (12:34 +0100)]
[Tizen] Fix for optional error code param

Change-Id: I4dcc281e85fc3bf2ea74396e947696ca998f0d6c
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[NFC] setPowered implementation
Lukasz Bardeli [Wed, 17 Dec 2014 11:09:07 +0000 (12:09 +0100)]
[NFC] setPowered implementation

[Verification] Code compiles without error;

Change-Id: Ide0644d97f6b735dfe5804c46c6c0a104975a748
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
10 years ago[Calendar] JavaScript files refactoring
Pawel Kaczmarek [Wed, 17 Dec 2014 08:11:36 +0000 (09:11 +0100)]
[Calendar] JavaScript files refactoring

Change-Id: I5a7a930956ba5f0c3a316c27cdf20995df984a79
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[contact] JS layer refactoring - part 2
Rafal Galka [Wed, 17 Dec 2014 07:54:43 +0000 (08:54 +0100)]
[contact] JS layer refactoring - part 2

[Verification]
Calendar API should be loaded and sync methods should work, eg:

var book = tizen.contact.getDefaultAddressBook();
console.log(book.name); // should log 'http://tizen.org/addressbook/phone'

Change-Id: I8d23d3f710c37ca4e0510632da58d7e71880dd9a

10 years agoMerge "[NFC] NFCManager::setExclusiveMode added" into devel/master
Jerzy Pabich [Wed, 17 Dec 2014 09:54:00 +0000 (18:54 +0900)]
Merge "[NFC] NFCManager::setExclusiveMode added" into devel/master

10 years agoMerge "[Messaging] converting JSON to MessageBody" into devel/master
Jerzy Pabich [Wed, 17 Dec 2014 09:18:41 +0000 (18:18 +0900)]
Merge "[Messaging] converting JSON to MessageBody" into devel/master

10 years agoMerge "[Messaging] addDraftMessage - working for email" into devel/master
Jerzy Pabich [Wed, 17 Dec 2014 09:18:15 +0000 (18:18 +0900)]
Merge "[Messaging] addDraftMessage - working for email" into devel/master

10 years ago[Messaging] addDraftMessage - working for email
Robert Karolak [Tue, 16 Dec 2014 15:34:58 +0000 (16:34 +0100)]
[Messaging] addDraftMessage - working for email

[Verification] Code compiles and working well

[Feature] It is possible to add draft email message from
nodejs console

Change-Id: Ib9818785e3fdc47493805b80615bcf3e8e8c28c5
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years ago[building] Changes to enable bulding for TV profile
Marcin Wasowski [Tue, 16 Dec 2014 11:47:07 +0000 (12:47 +0100)]
[building] Changes to enable bulding for TV profile

Switch profile to tv change profile by changing the first
line of .spec

- TV profile moved outside of mobile/wearable in .spec
- stub directories created for channel, audio and display

Change-Id: Ib3419d3c147d91b63769180161c41d452713d3f7
Signed-off-by: Marcin Wasowski <m.wasowski2@samsung.com>
10 years ago[NFC] NFCManager::setExclusiveMode added
Marcin Kaminski [Mon, 15 Dec 2014 18:25:44 +0000 (19:25 +0100)]
[NFC] NFCManager::setExclusiveMode added

Modified API export directives.

Change-Id: I1bded3c9bb3418230c89dd651a0de5ef59542370
Signed-off-by: Marcin Kaminski <marcin.ka@samsung.com>
10 years agoMerge "[Messaging] Added return value to sync() method" into devel/master
Jerzy Pabich [Wed, 17 Dec 2014 07:55:13 +0000 (16:55 +0900)]
Merge "[Messaging] Added return value to sync() method" into devel/master

10 years agoMerge "[Utils] publication listener in NativeBridge" into devel/master
Jerzy Pabich [Wed, 17 Dec 2014 07:47:49 +0000 (16:47 +0900)]
Merge "[Utils] publication listener in NativeBridge" into devel/master

10 years ago[DataSync] GetMaxProfilesNum
Ryszard Matuszyk [Tue, 16 Dec 2014 11:35:13 +0000 (12:35 +0100)]
[DataSync] GetMaxProfilesNum

Change-Id: I0c0d130f6f5ffa935b70548867e19f5a6ab4036d
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
10 years ago[Messaging] converting JSON to MessageBody
Maciek Blim [Tue, 16 Dec 2014 12:11:58 +0000 (13:11 +0100)]
[Messaging] converting JSON to MessageBody

Change-Id: I77f7a2a5217b919c06babe80dce24a0c8fe95826
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Messaging] Added return value to sync() method
Jerzy Pabich [Tue, 16 Dec 2014 17:02:46 +0000 (18:02 +0100)]
[Messaging] Added return value to sync() method

Change-Id: I6f8e2bba789c771af9ad4d1189aff57ea9dfc4cb
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[Systeminfo] added methods from 2.3
Piotr Kosko [Mon, 15 Dec 2014 07:36:18 +0000 (08:36 +0100)]
[Systeminfo] added methods from 2.3

[Feature] Implementation of getTotalMemory, getAvailableMemory and getCount
  was added.

[Verification] Code compiles without errors.
  Mentioned methods work correctly.

Change-Id: Ie842d55172fc30bb85aafd2f44940371a8c77de5
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Systeminfo] ported implementation based on Node.js
Piotr Kosko [Sat, 13 Dec 2014 11:20:12 +0000 (12:20 +0100)]
[Systeminfo] ported implementation based on Node.js

[Feature] Added implementation of listeners.
  tizen.systeminfo.addPropertyValueChangeListener and
  tizen.systeminfo.removePropertyValueChangeListener work correctly.

[Vefification] Code compiles.
tizen.systeminfo.addPropertyValueChangeListener("CPU", function(v){console.log(v)} , function(e) {console.log(e.message)});
//listener triggers
tizen.systeminfo.removePropertyValueChangeListener(1);
//listener removed

Change-Id: I395ec521521236d52457c62c1810860ace1ebf43
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Utils] publication listener in NativeBridge
Maciek Blim [Tue, 16 Dec 2014 15:05:43 +0000 (16:05 +0100)]
[Utils] publication listener in NativeBridge

Change-Id: I3483f7a09e89df662a003dcc7914f93d6fa831a3
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years agoMerge "[Messaging] sync() callback is being invoked" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 14:59:52 +0000 (23:59 +0900)]
Merge "[Messaging] sync() callback is being invoked" into devel/master

10 years ago[Messaging] sync() callback is being invoked
Jerzy Pabich [Tue, 16 Dec 2014 13:52:47 +0000 (14:52 +0100)]
[Messaging] sync() callback is being invoked

Change-Id: I61ecac178d2b1b569cf3eef7b0611ecee8582718
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[Utils] NativeManager.prototype.callIfPossible
Pawel Kaczmarek [Tue, 16 Dec 2014 09:00:44 +0000 (10:00 +0100)]
[Utils] NativeManager.prototype.callIfPossible

Change-Id: I040b44f2ede0e82f8f4f2021b4a95cb066fd9f45
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[Contact] Refactor JS layer - part 1
Rafal Galka [Tue, 16 Dec 2014 12:48:39 +0000 (13:48 +0100)]
[Contact] Refactor JS layer - part 1

[Message]
It's only basic refactoring:
- removed closures and related indentation
- changed copyright
- code reformat

Change-Id: I5bc2fe51230ec42cbc00c131bcfabc180408e690
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years agoMerge "[Systeminfo] Created initial implementation based on Node.js" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 12:36:00 +0000 (21:36 +0900)]
Merge "[Systeminfo] Created initial implementation based on Node.js" into devel/master

10 years agoMerge "[Messaging] Added DBus signal handling" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 12:27:55 +0000 (21:27 +0900)]
Merge "[Messaging] Added DBus signal handling" into devel/master

10 years agoMerge "[Messaging] Bound core function to sync() method" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 12:27:36 +0000 (21:27 +0900)]
Merge "[Messaging] Bound core function to sync() method" into devel/master

10 years agoMerge "[Messaging] converting JSON object to Message" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 12:27:03 +0000 (21:27 +0900)]
Merge "[Messaging] converting JSON object to Message" into devel/master

10 years ago[Systeminfo] Created initial implementation based on Node.js
Piotr Kosko [Fri, 12 Dec 2014 11:08:15 +0000 (12:08 +0100)]
[Systeminfo] Created initial implementation based on Node.js

[Feature] systeminfo_api.js was based on Node.js version (Common object was adjusted)
  systeminfo-utils* moved from Node.js

  Implemented methods - getCapabilities, getCapability, getPropertyValue

[Verification] Tested in node console.

Change-Id: I1e0a9728210c333896d6887fd572ac2c1142f06e
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years ago[Messaging] Added DBus signal handling
Jerzy Pabich [Tue, 16 Dec 2014 09:24:19 +0000 (10:24 +0100)]
[Messaging] Added DBus signal handling

Change-Id: I9241b4b3f11fd50b8d4bd0c4131da99f597529f7
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[Messaging] Bound core function to sync() method
Jerzy Pabich [Tue, 16 Dec 2014 07:24:15 +0000 (08:24 +0100)]
[Messaging] Bound core function to sync() method

Synchronization of email service works; DBus response to be added.

Change-Id: I20725d43d35d03a18565577be61b31917ec137ca
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[DataSync] Modify code to use xwalk.utils.NativeManager
Pawel Czajkowski [Mon, 15 Dec 2014 13:35:10 +0000 (14:35 +0100)]
[DataSync] Modify code to use xwalk.utils.NativeManager

Change-Id: I7a354170ded6a4624ed89cbc71e70d5b1e4ef3cc
Signed-off-by: Pawel Czajkowski <p.czajkowski@samsung.com>
10 years ago[All API][Calendar] Merging JavaScript files
Pawel Kaczmarek [Fri, 12 Dec 2014 12:59:08 +0000 (13:59 +0100)]
[All API][Calendar] Merging JavaScript files

[Message]
This patch enable using more than one JavaScript file in each module.
Scrip mergejs.py merge all require files
listed in "*_api.js" file from "js" directory
Looking for //= require('file_name.js')
If there is no required files than uses source from "*_api.js" file

Change-Id: I57910d282de187a925a946eea065b18ad1e215f5
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[Messaging] converting JSON object to Message
Maciek Blim [Mon, 15 Dec 2014 15:22:00 +0000 (16:22 +0100)]
[Messaging] converting JSON object to Message

Change-Id: I8ee54c53c1191199c9bb966e0c2e94eb3697515b
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Bookmark] - Initialize and deinitialize tizen CAPI.
Rafal Lelusz [Mon, 15 Dec 2014 11:04:29 +0000 (12:04 +0100)]
[Bookmark] - Initialize and deinitialize tizen CAPI.

Change-Id: I06353cd165bbe36d5b44a2136c9c9e54d29616f9
Signed-off-by: Rafal Lelusz <r.lelusz@samsung.com>
10 years ago[Exif] Initial commit for Exif API
Konrad Zdunczyk [Tue, 9 Dec 2014 14:37:04 +0000 (15:37 +0100)]
[Exif] Initial commit for Exif API

Change-Id: I1ef9e812ff0559387aa8c51965074ba0a87cd04a
Signed-off-by: Konrad Zdunczyk <k.zdunczyk@samsung.com>
10 years agoMerge "[Messaging] Attach methods from javascript to corresponding" into devel/master
Jerzy Pabich [Tue, 16 Dec 2014 08:36:43 +0000 (17:36 +0900)]
Merge "[Messaging] Attach methods from javascript to corresponding" into devel/master

10 years ago[tizen] Fixed comments and coding style
Sunggyu Choi [Tue, 16 Dec 2014 07:15:57 +0000 (16:15 +0900)]
[tizen] Fixed comments and coding style

Change-Id: I60dfc6f4bbf87be7a13763941ab4a84b1ae7d399
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
10 years ago[Messaging] Attach methods from javascript to corresponding
Robert Karolak [Mon, 15 Dec 2014 15:26:55 +0000 (16:26 +0100)]
[Messaging] Attach methods from javascript to corresponding

methods from C++

[Verification] Code compiles without error

Change-Id: I9d5cd4a4f8761f09be6051ba1f891e15ef3eef6b
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years agoMerge "[Messaging] Added callbacks (sync() part 2)" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 15:57:16 +0000 (00:57 +0900)]
Merge "[Messaging] Added callbacks (sync() part 2)" into devel/master

10 years ago[Messaging] Added callbacks (sync() part 2)
Jerzy Pabich [Mon, 15 Dec 2014 14:45:05 +0000 (15:45 +0100)]
[Messaging] Added callbacks (sync() part 2)

Change-Id: I28a1a3b5c26382094d343bf76504928772a13fc2
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[NFC] Fix build break on emulator
Rafal Galka [Mon, 15 Dec 2014 15:02:34 +0000 (16:02 +0100)]
[NFC] Fix build break on emulator

Change-Id: I0533df087e5fcfe29d225b95c92e2b102180cd09

10 years ago[NFC] getDefaultAdapter and powered attribute in NFCAdapter
Lukasz Bardeli [Mon, 15 Dec 2014 14:22:31 +0000 (15:22 +0100)]
[NFC] getDefaultAdapter and powered attribute in NFCAdapter

[Verification] Code compiles without error

Change-Id: I369f551bdee13a3424b9f64702f5ad3b44c6b31c
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
10 years ago[NFC] Initial commit to NFC module
Lukasz Bardeli [Mon, 15 Dec 2014 13:54:11 +0000 (14:54 +0100)]
[NFC] Initial commit to NFC module

[Verification] Code compiles without errors.

Change-Id: I1cfbe765d7e544b0b26cc43e325a4d050fdb2243
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
10 years ago[DataSync] Interface functions to JS and adding extension namespace
Ryszard Matuszyk [Mon, 15 Dec 2014 13:14:40 +0000 (14:14 +0100)]
[DataSync] Interface functions to JS and adding extension namespace

Change-Id: Ie60dd20eb37a157baae7670b85f25b3e64e78541
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
10 years ago[Common] Handle "args" in native dispatcher.
Rafal Galka [Mon, 15 Dec 2014 12:07:34 +0000 (13:07 +0100)]
[Common] Handle "args" in native dispatcher.

Change-Id: Id07f11fd85b9b8a224f76b5fac3bd7a265a1986b

10 years agoMerge "[Messaging] Move MessageAttachment and MessageBody classes from previous imple...
Jerzy Pabich [Mon, 15 Dec 2014 12:48:42 +0000 (21:48 +0900)]
Merge "[Messaging] Move MessageAttachment and MessageBody classes from previous implementation" into devel/master

10 years agoMerge "[Messaging] Move MessageEmail class from previous implementation" into devel...
Jerzy Pabich [Mon, 15 Dec 2014 12:48:27 +0000 (21:48 +0900)]
Merge "[Messaging] Move MessageEmail class from previous implementation" into devel/master

10 years agoMerge "[Messaging] Move Message class from previous implementation" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 12:48:12 +0000 (21:48 +0900)]
Merge "[Messaging] Move Message class from previous implementation" into devel/master

10 years agoMerge "[Messaging] merge JS layer with CPP layer" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 12:47:58 +0000 (21:47 +0900)]
Merge "[Messaging] merge JS layer with CPP layer" into devel/master

10 years agoMerge "[Messaging] add stubs for message storage for email" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 12:47:48 +0000 (21:47 +0900)]
Merge "[Messaging] add stubs for message storage for email" into devel/master

10 years agoMerge "[Messaging] Changed data patter using in comunication JS - CPP" into devel...
Jerzy Pabich [Mon, 15 Dec 2014 11:54:58 +0000 (20:54 +0900)]
Merge "[Messaging] Changed data patter using in comunication JS - CPP" into devel/master

10 years agoMerge "[Utils] Helper for comunnication between JS and CPP" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 11:48:00 +0000 (20:48 +0900)]
Merge "[Utils] Helper for comunnication between JS and CPP" into devel/master

10 years ago[Messaging] Move MessageAttachment and MessageBody classes from previous implementation
Robert Karolak [Mon, 15 Dec 2014 11:27:24 +0000 (12:27 +0100)]
[Messaging] Move MessageAttachment and MessageBody classes from previous implementation

[Verification] Code compiles, messaging plugin is visible in node console

Change-Id: Ib27840e0039a8cb44daea6dc17e4826aafb3d0c8
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years ago[Messaging] Changed data patter using in comunication JS - CPP
Maciek Blim [Mon, 15 Dec 2014 10:43:16 +0000 (11:43 +0100)]
[Messaging] Changed data patter using in comunication JS - CPP

Change-Id: I40b82da6e2a344f85d90270f0c22bf314e40a340
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Utils] Helper for comunnication between JS and CPP
Maciek Blim [Mon, 15 Dec 2014 09:17:14 +0000 (10:17 +0100)]
[Utils] Helper for comunnication between JS and CPP

Change-Id: Ib7ec9c783c2242c0ecc6871f49dd63265972c86d
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years agoSpec file and main changes in order to create build dependency
Wojciech Kosowicz [Fri, 12 Dec 2014 14:25:57 +0000 (15:25 +0100)]
Spec file and main changes in order to create build dependency

Spec now is giving variable to gyp file that stores information
about currently building profile. Gyp file distinguishes variable
and builts proper files according to profile

[Verification] Set profile mobile and try build with wearable
gbs repo. It should not built. Change profile to gbs profile
to mobile and the repo should built

Change-Id: Id8fc09924a01e599c67ead4aac8d0ab409f6f57e
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
10 years agoMerge "[Callhistory] Initial commit." into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 09:50:32 +0000 (18:50 +0900)]
Merge "[Callhistory] Initial commit." into devel/master

10 years ago[Calendar] Rename files
Pawel Kaczmarek [Mon, 15 Dec 2014 09:20:20 +0000 (10:20 +0100)]
[Calendar] Rename files

Change-Id: I6304946b2d4bc19b49bf2d303d3c84121395bf97
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[Callhistory] Initial commit.
Tomasz Marciniak [Sat, 13 Dec 2014 14:24:29 +0000 (15:24 +0100)]
[Callhistory] Initial commit.

[Verification] Code compiles without errors.
tizen.callhistory is visible.

Change-Id: I15dd2a5c48d90c77a607aa1a0453be4ac26e59a3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
10 years ago[Calendar] Fix coding style
Pawel Kaczmarek [Mon, 15 Dec 2014 07:58:41 +0000 (08:58 +0100)]
[Calendar] Fix coding style

Change-Id: I9cfa27da776776d2ccc1e68dd6f563f9c763c5e5
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[Contact] Unify functions signatures
Adam Banasiak [Mon, 15 Dec 2014 06:35:00 +0000 (07:35 +0100)]
[Contact] Unify functions signatures

Change-Id: I4b7e4f608cdc816a0fe22c212261219b9028a10f
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years ago[Contact] Add Contact Extension
Adam Banasiak [Fri, 12 Dec 2014 11:53:21 +0000 (12:53 +0100)]
[Contact] Add Contact Extension

Change-Id: Id3695da7fbabc09574750c41258fc6f6b7f1a1d4
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years ago[Contact] Fix build breakes in ContactAPI
Adam Banasiak [Fri, 12 Dec 2014 08:14:04 +0000 (09:14 +0100)]
[Contact] Fix build breakes in ContactAPI

Change-Id: Ibeb5f037ae9c473a2627b65692075529956ba6aa
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years ago[Contact] Add contact_instance
Adam Banasiak [Thu, 11 Dec 2014 13:47:36 +0000 (14:47 +0100)]
[Contact] Add contact_instance

Change-Id: Ia92b606c24d640807d6427380d99da291ed7e705
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years agoMerge "[Archive] Initial commit" into devel/master
Jerzy Pabich [Mon, 15 Dec 2014 08:28:29 +0000 (17:28 +0900)]
Merge "[Archive] Initial commit" into devel/master

10 years ago[Power] Update plugin to use xwalk.utils.NativeManager
Rafal Galka [Fri, 12 Dec 2014 11:07:18 +0000 (12:07 +0100)]
[Power] Update plugin to use xwalk.utils.NativeManager

Change-Id: Iad36fa74548d9b9cf126f878e99e4b082d6359f0

10 years ago[Archive] Initial commit
Krzysztof Lachacz [Mon, 15 Dec 2014 08:19:19 +0000 (09:19 +0100)]
[Archive] Initial commit

[Veryfication] Code compile without errors,
Archive object is available through tizen object.

Change-Id: I91bbe9109b561b509f896651d28f8aef79b49cd1
Signed-off-by: Krzysztof Lachacz <k.lachacz@samsung.com>
10 years ago[Utils] Interface for JavaScript <-> native communication.
Rafal Galka [Fri, 12 Dec 2014 10:58:07 +0000 (11:58 +0100)]
[Utils] Interface for JavaScript <-> native communication.

[Message]
xwalk.utils.native prototype:
- callSync(cmd, args)
- call(cmd, args, callback)
- addListener(name, callback)
- removeListener(name)
and helpers to check/handle native response:
- isSuccess(result)
- isFailure(result)
- getResultObject(result)
- getErrorObject(result)

[Example]
var native_ = new xwalk.utils.NativeManager(extension);

SomeExtension.prototype.someAsyncMethod = function(id, onsuccess, onerror) {
  native_.call('SomeExtension.getElement', {
    id: id
  }, function(result) {
    if (native_.isFailure(result)) {
      onerror(native_.getErrorObject(result));
    } else {
      var data = native_.getResultObject();
      // conversion to appropriate API type
      var item = new tizen.SomeExtensionItem(data);
      onsuccess(item);
    }
  });
};

Change-Id: I867816be8ec78e5791c36dac0e6cced9f7567474

10 years ago[Contact] Fix contacts (replace old-style json, prepare for new architecture)
Adam Banasiak [Thu, 11 Dec 2014 13:45:47 +0000 (14:45 +0100)]
[Contact] Fix contacts (replace old-style json, prepare for new architecture)

Change-Id: I2b5faafc042d4fd57a5d3f335d319479dcc831eb
Signed-off-by: Adam Banasiak <a.banasiak@samsung.com>
10 years ago[Messaging] Move MessageEmail class from previous implementation
Robert Karolak [Sun, 14 Dec 2014 17:36:00 +0000 (18:36 +0100)]
[Messaging] Move MessageEmail class from previous implementation

[Verification] Code compiles, messaging plugin is visible in node
console

Change-Id: I51c594a57708a53c3681f3d2e7b4ce523e7e8f36
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years ago[Messaging] Move Message class from previous implementation
Robert Karolak [Sun, 14 Dec 2014 17:05:17 +0000 (18:05 +0100)]
[Messaging] Move Message class from previous implementation

[Verification] Code compiles, messaging plugin is visible in node
console

Change-Id: I4ef665493c5fa56a63c3325efc3f1ed7a9c769d6
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years ago[Messaging] merge JS layer with CPP layer
Maciek Blim [Sun, 14 Dec 2014 13:50:23 +0000 (14:50 +0100)]
[Messaging] merge JS layer with CPP layer

Change-Id: Ic8c16b32e70e9a953e55276312a34a8622a33e0b
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Messaging] add stubs for message storage for email
Robert Karolak [Sun, 14 Dec 2014 12:36:30 +0000 (13:36 +0100)]
[Messaging] add stubs for message storage for email

[Verification] Code compiles without errors

Change-Id: I854df7dc1e8dc13bd4643f5f0ad18e90263aa2b1
Signed-off-by: Robert Karolak <r.karolak@samsung.com>
10 years ago[Messaging] MessageService::sync() initial impl.
Jerzy Pabich [Sun, 14 Dec 2014 12:53:54 +0000 (13:53 +0100)]
[Messaging] MessageService::sync() initial impl.

Change-Id: I824e5c39ae28e0c5fcbcafb71dfaa2242ca35233
Signed-off-by: Jerzy Pabich <j.pabich@samsung.com>
10 years ago[Messaging] getMessageServices initial C++ implementation
Robert Karolak [Fri, 12 Dec 2014 08:47:56 +0000 (09:47 +0100)]
[Messaging] getMessageServices initial C++  implementation

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

10 years ago[Messaging] JS MessageStorage implementation
Maciek Blim [Sun, 14 Dec 2014 11:46:05 +0000 (12:46 +0100)]
[Messaging] JS MessageStorage implementation

Change-Id: I596facfdfcfe4249db86a11d308f6223b28f50d6
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Messaging] Message's getters and setters, propertyFactory_ modified, fixes, named...
Piotr Dabrowski [Sun, 14 Dec 2014 11:51:59 +0000 (12:51 +0100)]
[Messaging] Message's getters and setters, propertyFactory_ modified, fixes, named eval

Change-Id: I13f2188f097452af8de705fcfcbfb360f4d18dad
Signed-off-by: Piotr Dabrowski <p.dabrowski2@samsung.com>
10 years ago[Messaging] JS implementation of MessageAttachment
Maciek Blim [Sat, 13 Dec 2014 14:48:40 +0000 (15:48 +0100)]
[Messaging] JS implementation of MessageAttachment

Change-Id: I935bf3aa20b5f9c59a9f417bbfed5315dd4e5d74
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Messaging] Messaging structure and stubs for methods, Message constructor, additiona...
Piotr Dabrowski [Sat, 13 Dec 2014 14:22:31 +0000 (15:22 +0100)]
[Messaging] Messaging structure and stubs for methods, Message constructor, additional entry points

Change-Id: Iad9797283f547a7976cc31efcb19db80a699dd9e
Signed-off-by: Piotr Dabrowski <p.dabrowski2@samsung.com>
10 years ago[Messaging] MessageService JS implementation
Maciek Blim [Wed, 10 Dec 2014 15:10:36 +0000 (16:10 +0100)]
[Messaging] MessageService JS implementation

[Verification] Code compile without errors

[Feature] Example implementation of
callback manager inside node js

Change-Id: I05b463d88df6adfeebe2422942ff80efc856957b
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Messaging] Initial commit
Maciek Blim [Wed, 10 Dec 2014 10:45:26 +0000 (11:45 +0100)]
[Messaging] Initial commit

[Veryfication] Code compile without errors,
Messaging object is available through tizen object

Change-Id: I9501b70cdf9585a59fc40ea64535c592cb3122de
Signed-off-by: Maciek Blim <m.blim@samsung.com>
10 years ago[Common] Added task queue for execution in another thread
Piotr Kosko [Fri, 12 Dec 2014 11:05:38 +0000 (12:05 +0100)]
[Common] Added task queue for execution in another thread

[Feature] Task queue mechanism from Node.js was adjusted for XWalk usage.

Change-Id: If734134bfd73652127d11c3ee1a01045b72f1bba
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
10 years agoMerge "[Calendar] Adjustment of JavaScript files for merging into one file" into...
Rafal Galka [Fri, 12 Dec 2014 14:57:02 +0000 (23:57 +0900)]
Merge "[Calendar] Adjustment of JavaScript files for merging into one file" into devel/master

10 years agoMerge "Revert "[Exif] Files only moved from SLP-INFO"" into devel/master
Rafal Galka [Fri, 12 Dec 2014 14:20:45 +0000 (23:20 +0900)]
Merge "Revert "[Exif] Files only moved from SLP-INFO"" into devel/master

10 years ago[Calendar] Adjustment of JavaScript files for merging into one file
Pawel Kaczmarek [Fri, 12 Dec 2014 14:07:16 +0000 (15:07 +0100)]
[Calendar] Adjustment of JavaScript files for merging into one file

[Message]
*.js - adjustment for merging
mergejs.py - script for merging JavaScript files

Change-Id: Ibbc6ec6297580dcf965da46e964fdfbb3999205a
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
10 years ago[Exif] exif folder moved to src/exif
Konrad Zdunczyk [Fri, 12 Dec 2014 14:04:48 +0000 (15:04 +0100)]
[Exif] exif folder moved to src/exif

Change-Id: Ia355ede715e9703bb323af4e9d0e00e574811078
Signed-off-by: Konrad Zdunczyk <k.zdunczyk@samsung.com>
10 years agoRevert "[Exif] Files only moved from SLP-INFO"
Rafal Galka [Fri, 12 Dec 2014 13:58:54 +0000 (22:58 +0900)]
Revert "[Exif] Files only moved from SLP-INFO"

This reverts commit 94ca09690a9479b8b1d4163a4537d44122b10eab.

Change-Id: I7b35b079adac200b939714ac3aea669305109746