platform/core/api/cordova-plugins.git
8 years ago[File]implementation directoryReader.readEntries
Lukasz Bardeli [Fri, 6 Nov 2015 09:02:07 +0000 (10:02 +0100)]
[File]implementation directoryReader.readEntries

Change-Id: I4fc9d7a232aaa796d1f6a4c4f7340518f4555ebd
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Cordova][File] Entry implementation added
Piotr Kosko [Wed, 4 Nov 2015 09:36:22 +0000 (10:36 +0100)]
[Cordova][File] Entry implementation added

[Verification] Code compiles.
  Functionalities checked in chrome console.

Change-Id: Ia55aee0f5cc2c42cc9a26f4ed61ea69d97b63203
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years agoMerge "[Cordova][File] DirectoryEntry implemented"
Pawel Andruszkiewicz [Fri, 6 Nov 2015 08:54:15 +0000 (17:54 +0900)]
Merge "[Cordova][File] DirectoryEntry implemented"

8 years ago[Cordova][File] DirectoryEntry implemented
Piotr Kosko [Tue, 3 Nov 2015 13:59:58 +0000 (14:59 +0100)]
[Cordova][File] DirectoryEntry implemented

[Feature] Added implementation of:
  getDirectory, removeRecursively, getFile

[Verification] Code compiles without errors.
  Functionalities work, checked in console.

Change-Id: I7c3d683d4c1b233f9e3c8f0aa6ff5a3a25a971e7
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[File] Always return information about available system paths.
Pawel Andruszkiewicz [Fri, 6 Nov 2015 07:47:11 +0000 (08:47 +0100)]
[File] Always return information about available system paths.

[Verification] Code compiles.

Change-Id: Id99dd7df58df1081b25582892ceeb57390d4ad6e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[File] Added FileWriter implementation."
HyunJin Park [Fri, 6 Nov 2015 02:53:31 +0000 (11:53 +0900)]
Merge "[File] Added FileWriter implementation."

8 years agoMerge "[File] Added filesystems methods implementation."
HyunJin Park [Fri, 6 Nov 2015 02:52:38 +0000 (11:52 +0900)]
Merge "[File] Added filesystems methods implementation."

8 years ago[File] Added FileWriter implementation.
Tomasz Marciniak [Tue, 3 Nov 2015 13:26:29 +0000 (14:26 +0100)]
[File] Added FileWriter implementation.

[Verification] Code compiles without errors.

Change-Id: I9e5f11b4e0a32ff045e2aa0e7384ae80a83d1e55
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[File] Added filesystems methods implementation.
Tomasz Marciniak [Mon, 2 Nov 2015 09:12:41 +0000 (10:12 +0100)]
[File] Added filesystems methods implementation.

[Verification] Code compiles without errors.

Change-Id: I579c66de4328e41c643e139f52a4d3ad9471beab
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Media] stop, pause, getCurrentPosition implementation
Lukasz Foniok [Tue, 3 Nov 2015 13:13:28 +0000 (14:13 +0100)]
[Media] stop, pause, getCurrentPosition implementation

Change-Id: I983df986de84bd1677411a76624d0c3824dc88db
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years ago[Media] create and startPlayingAudio methods implemented
Piotr Czaja [Tue, 3 Nov 2015 10:07:00 +0000 (11:07 +0100)]
[Media] create and startPlayingAudio methods implemented

Change-Id: I92245be6fa616addd76e873f2aff2b24f7a647c8
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
8 years ago[Media] Stubs for media adapted to cordova plugin model.
Piotr Czaja [Mon, 2 Nov 2015 09:44:31 +0000 (10:44 +0100)]
[Media] Stubs for media adapted to cordova plugin model.

Change-Id: I6101a021ecee61ab76685b6d199f7019b01d7cc8
Signed-off-by: root <p.czaja@samsung.com>
8 years agoMerge "[Device] Updated the implementation to latest version of API."
HyunJin Park [Wed, 4 Nov 2015 04:41:21 +0000 (13:41 +0900)]
Merge "[Device] Updated the implementation to latest version of API."

8 years agoMerge "[Filesystem] - common errors and findFilesystem function"
HyunJin Park [Wed, 4 Nov 2015 04:39:59 +0000 (13:39 +0900)]
Merge "[Filesystem] - common errors and findFilesystem function"

8 years ago[Device] Updated the implementation to latest version of API.
Pawel Andruszkiewicz [Tue, 3 Nov 2015 14:11:46 +0000 (15:11 +0100)]
[Device] Updated the implementation to latest version of API.

[Verification] All unit tests pass.

Change-Id: I2d0408821e6a40093911cfdd151fd1f841d74ed1
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Filesystem] - common errors and findFilesystem function
Andrzej Popowski [Mon, 2 Nov 2015 12:04:15 +0000 (13:04 +0100)]
[Filesystem] - common errors and findFilesystem function

Change-Id: Id5f732a8d78b656f6f0bdb17b651575cc3d48265
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[File] Implementation of FileReader.
Pawel Andruszkiewicz [Tue, 3 Nov 2015 12:35:57 +0000 (13:35 +0100)]
[File] Implementation of FileReader.

[Verification] Manually tested, unit tests require the rest of the implementation to be finished.

Change-Id: I748147045e18d12b0dd6740972a4e6fe85c89497
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Globalization] Added missing dependencies.
Tomasz Marciniak [Tue, 3 Nov 2015 07:25:06 +0000 (08:25 +0100)]
[Globalization] Added missing dependencies.

[Verification] Code compiles.

Change-Id: Ia3d2579c0f9068a74bbd794d202b4777e267a9b5
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Cordova][Globalization] Changed architecture for cordova-style
Piotr Kosko [Fri, 30 Oct 2015 14:12:50 +0000 (15:12 +0100)]
[Cordova][Globalization] Changed architecture for cordova-style

[Verification] 100% passrate.

Change-Id: Ib50b35709938e18134557315ded8603a50632fb7
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Cordova][Globalization] Added C++ layer for missing functionalities.
Piotr Kosko [Tue, 27 Oct 2015 10:05:17 +0000 (11:05 +0100)]
[Cordova][Globalization] Added C++ layer for missing functionalities.

[Verification] All globalization tests pass

Change-Id: Iaeade03161404f6e8510dd100b792c136d96bfa4
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Cordova] Globalization implementation JS part added
Piotr Kosko [Thu, 22 Oct 2015 09:39:55 +0000 (11:39 +0200)]
[Cordova] Globalization implementation JS part added

[Verification] Tests results are 46 specs, 11 failures.

Change-Id: Icab3fd00fe97c2df2020c87a110dbadb9c4d1e63
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[lib] Added console plugin (doesn't require native implementation).
Pawel Andruszkiewicz [Fri, 30 Oct 2015 14:57:23 +0000 (15:57 +0100)]
[lib] Added console plugin (doesn't require native implementation).

Change-Id: Ide496225d80f7fd00f3bc832eef2beb9cecc1653
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
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