platform/core/api/cordova-plugins.git
8 years ago[NetworkInformation] Adapted to cordova plugin model.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 14:42:02 +0000 (15:42 +0100)]
[NetworkInformation] Adapted to cordova plugin model.

[Verification] All tests pass.

Change-Id: I07a1d51e585cc4808c1225d22c707e4892a19b91
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[FileTransfer] Adapted to cordova plugin model.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 14:13:30 +0000 (15:13 +0100)]
[FileTransfer] Adapted to cordova plugin model.

[Verification] Plugin loads fine, not tested as tests require file system.

Change-Id: I6694eeb5908d3f17bd48da88a72cc19a089f1034
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[File] Added stubs for all methods that need to be implemented.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 10:50:26 +0000 (11:50 +0100)]
[File] Added stubs for all methods that need to be implemented.

Change-Id: Iff1871157e30502011fb876227a913cee6eb3f3e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Dialog] Dialogs adapted to cordova plugin model.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 09:18:40 +0000 (10:18 +0100)]
[Dialog] Dialogs adapted to cordova plugin model.

[Verification] All tests pass.

Change-Id: Id724726f37a6c1ec4c3b76df08dde93e6482e6d4
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Device] Device adapted to cordova plugin model.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 08:35:57 +0000 (09:35 +0100)]
[Device] Device adapted to cordova plugin model.

[Verification] All tests pass.

Change-Id: Ia903ce46fad08eeb46ec94d59395c81dc96220ad
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoCordova code ported from browser implementation.
Pawel Andruszkiewicz [Fri, 30 Oct 2015 08:13:30 +0000 (09:13 +0100)]
Cordova code ported from browser implementation.

The 'src/lib' folder provides the cordova implementation for Tizen.
'src/lib/plugins' contains common code of plugins, downloaded from cordova repositories, was not altered.
'src/lib/cordova-5.1.1.js' was adapted from cordova.js file generated for browser.
'src/lib/cordova_plugins.js' contains list of files for plugins (currently only cordova-plugin-file).

Tizen-specific code follows plugin-style implementation of cordova (see 'src/file/cordova_file_api.js').

Change-Id: I6ade657781acd8e9595f5179364ceb940088458e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Cordova] - Filesystem Metadata implemetation"
HyunJin Park [Thu, 22 Oct 2015 09:54:00 +0000 (18:54 +0900)]
Merge "[Cordova] - Filesystem Metadata implemetation"

8 years agoMerge "[Cordova] Media plugin, create and play method implementation"
HyunJin Park [Thu, 22 Oct 2015 09:24:37 +0000 (18:24 +0900)]
Merge "[Cordova] Media plugin, create and play method implementation"

8 years ago[Cordova] - Filesystem Metadata implemetation
Andrzej Popowski [Thu, 22 Oct 2015 09:17:08 +0000 (11:17 +0200)]
[Cordova] - Filesystem Metadata implemetation

Change-Id: I39d420850bd9ce20721707a76905e09a87247b66
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge "[Media] Media plugin stubs"
HyunJin Park [Thu, 22 Oct 2015 09:05:22 +0000 (18:05 +0900)]
Merge "[Media] Media plugin stubs"

8 years agoMerge "[Cordova] Adding utils"
HyunJin Park [Thu, 22 Oct 2015 09:04:19 +0000 (18:04 +0900)]
Merge "[Cordova] Adding utils"

8 years agoMerge "[Dialog] Implementation of Dialog plugin."
HyunJin Park [Thu, 22 Oct 2015 07:57:52 +0000 (16:57 +0900)]
Merge "[Dialog] Implementation of Dialog plugin."

8 years ago[Cordova] FileTransfer plugin implementation
Andrzej Popowski [Wed, 21 Oct 2015 10:57:57 +0000 (12:57 +0200)]
[Cordova] FileTransfer plugin implementation

Change-Id: I97aacc919a57784cd15bd8028e3faec36fe354f3
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge "[Cordova] NetworkInformation plugin implemented."
HyunJin Park [Thu, 22 Oct 2015 01:38:51 +0000 (10:38 +0900)]
Merge "[Cordova] NetworkInformation plugin implemented."

8 years ago[Dialog] Implementation of Dialog plugin.
Pawel Andruszkiewicz [Wed, 21 Oct 2015 07:50:06 +0000 (09:50 +0200)]
[Dialog] Implementation of Dialog plugin.

[Verification] All automatic and manual tests pass.

Change-Id: I522f9533c1cc7cd047ecee595df0e0ab221cba76
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Device] Device plugin implemented.
Pawel Andruszkiewicz [Wed, 21 Oct 2015 07:38:20 +0000 (09:38 +0200)]
[Device] Device plugin implemented.

[Verification] Test pass rate: 100% (9/9/0/0/0)

Change-Id: I1999cd1c4e8b9be37fb2b20bf560f5825b3616e5
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Cordova] Media plugin, create and play method implementation
Lukasz Foniok [Tue, 20 Oct 2015 16:54:34 +0000 (18:54 +0200)]
[Cordova] Media plugin, create and play method implementation

Change-Id: Ibe9426f4655dbd546c6961879169efe5a61b9a70
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years ago[Media] Media plugin stubs
Piotr Czaja [Mon, 19 Oct 2015 12:42:10 +0000 (14:42 +0200)]
[Media] Media plugin stubs

Change-Id: I4ca652b3d2bb9e194b2f1e46a52641e58af3190a
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years ago[Cordova] Adding utils
Lukasz Foniok [Wed, 21 Oct 2015 14:56:19 +0000 (16:56 +0200)]
[Cordova] Adding utils

Change-Id: I2124849116e0464eee8bf956a4bd468490f0eb66
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years ago[Cordova] NetworkInformation plugin implemented.
Lukasz Bardeli [Wed, 21 Oct 2015 11:06:39 +0000 (13:06 +0200)]
[Cordova] NetworkInformation plugin implemented.

[Verification] Test pass rate: 100% (4/4/0/0/0)

Change-Id: Ic566c97fa34f299b8b91d9309089867601cd6aac
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years agoInitial stub for cordova plugins.
Pawel Andruszkiewicz [Wed, 21 Oct 2015 07:35:10 +0000 (09:35 +0200)]
Initial stub for cordova plugins.

Change-Id: Iee4b4f0428073fa5dac5bdbec3fc487db5e4f40b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoInitial empty repository
KyungMi Lee [Wed, 21 Oct 2015 04:45:46 +0000 (13:45 +0900)]
Initial empty repository