[spec] Fix for vd_fork build
[platform/core/api/cordova-plugins.git] / src /
2015-11-20 Pawel Andruszkiewicz[FileTransfer] Fixes for upload.
2015-11-20 Andrzej Popowski[Filetransfer] - Fixing implementation of download
2015-11-20 HyunJin ParkMerge "[Media] Added setRate() implementation."
2015-11-20 HyunJin ParkMerge "[File] Resolve external storage only if label...
2015-11-20 Tomasz Marciniak[Media] Added setRate() implementation.
2015-11-20 Tomasz Marciniak[Media] Fix for seekTo.
2015-11-19 Tomasz Marciniak[File] Resolve external storage only if label is defined.
2015-11-19 Lukasz Foniok[Media] Fix media test case
2015-11-17 Tomasz Marciniak[File] Added using encoding to url paths.
2015-11-13 Pawel Andruszkiewicz[File] Reworked internal represenation of URLs, added...
2015-11-13 Pawel Andruszkiewicz[File] Improved check for copy/move operation onto...
2015-11-13 Pawel Andruszkiewicz[Globalization] Corrected default parameters of methods.
2015-11-13 HyunJin ParkMerge "[Media] startRecord, stopRecord implementation"
2015-11-12 Lukasz Foniok[Media] startRecord, stopRecord implementation
2015-11-12 Pawel Andruszkiewicz[File] Allow to read 0 bytes.
2015-11-12 Pawel Andruszkiewicz[File] Added support for '..' to getFile() and getDirec...
2015-11-12 HyunJin ParkMerge "[File] FileWriter implementation updated to...
2015-11-12 HyunJin ParkMerge "[File] Added additional checks for copyTo/moveTo...
2015-11-12 HyunJin ParkMerge "[Dialogs] - handling Back button in dialogs"
2015-11-10 Andrzej Popowski[Dialogs] - handling Back button in dialogs
2015-11-10 Pawel Andruszkiewicz[File] FileWriter implementation updated to handle...
2015-11-10 Pawel Andruszkiewicz[File] Added additional checks for copyTo/moveTo operat...
2015-11-10 HyunJin ParkMerge "[File] Added verification of file name."
2015-11-10 HyunJin ParkMerge "[File] getParent() on a root should return that...
2015-11-10 HyunJin ParkMerge "[File] Improved error handling."
2015-11-10 HyunJin ParkMerge "[File] Improved error reporting for DirectoryEntry."
2015-11-10 HyunJin ParkMerge "[File] 'file' scheme is required when resolving...
2015-11-10 HyunJin ParkMerge "[File] Strip parameters before resolving file...
2015-11-10 HyunJin ParkMerge "[File] Check requested size in requestFileSystem()."
2015-11-10 HyunJin ParkMerge "[File] Unified handling of name/fullPath/nativeURL."
2015-11-10 Pawel Andruszkiewicz[File] Added verification of file name.
2015-11-10 Pawel Andruszkiewicz[File] getParent() on a root should return that root.
2015-11-10 HyunJin ParkMerge "[Media] seekTo, setVolume, release implementation"
2015-11-09 Pawel Andruszkiewicz[File] Improved error handling.
2015-11-09 Lukasz Foniok[Media] seekTo, setVolume, release implementation
2015-11-09 Pawel Andruszkiewicz[File] Improved error reporting for DirectoryEntry.
2015-11-09 Pawel Andruszkiewicz[File] 'file' scheme is required when resolving an...
2015-11-09 Pawel Andruszkiewicz[File] Strip parameters before resolving file URI.
2015-11-09 Pawel Andruszkiewicz[File] Check requested size in requestFileSystem().
2015-11-09 Pawel Andruszkiewicz[File] Unified handling of name/fullPath/nativeURL.
2015-11-09 HyunJin ParkMerge "Reworked mechanism of loading tizen-specific...
2015-11-06 Pawel Andruszkiewicz[File] Fix for readEntries method.
2015-11-06 Lukasz Bardeli[File]implementation directoryReader.readEntries
2015-11-06 Piotr Kosko[Cordova][File] Entry implementation added
2015-11-06 Pawel AndruszkiewiczMerge "[Cordova][File] DirectoryEntry implemented"
2015-11-06 Piotr Kosko[Cordova][File] DirectoryEntry implemented
2015-11-06 Pawel Andruszkiewicz[File] Always return information about available system...
2015-11-06 HyunJin ParkMerge "[File] Added FileWriter implementation."
2015-11-06 HyunJin ParkMerge "[File] Added filesystems methods implementation."
2015-11-05 Tomasz Marciniak[File] Added FileWriter implementation.
2015-11-05 Tomasz Marciniak[File] Added filesystems methods implementation.
2015-11-05 Pawel AndruszkiewiczReworked mechanism of loading tizen-specific code of...
2015-11-04 Lukasz Foniok[Media] stop, pause, getCurrentPosition implementation
2015-11-04 Piotr Czaja[Media] create and startPlayingAudio methods implemented
2015-11-04 Piotr Czaja[Media] Stubs for media adapted to cordova plugin model.
2015-11-04 HyunJin ParkMerge "[Device] Updated the implementation to latest...
2015-11-04 HyunJin ParkMerge "[Filesystem] - common errors and findFilesystem...
2015-11-03 Pawel Andruszkiewicz[Device] Updated the implementation to latest version...
2015-11-03 Andrzej Popowski[Filesystem] - common errors and findFilesystem function
2015-11-03 Pawel Andruszkiewicz[File] Implementation of FileReader.
2015-11-03 Piotr Kosko[Cordova][Globalization] Changed architecture for cordo...
2015-11-03 Piotr Kosko[Cordova][Globalization] Added C++ layer for missing...
2015-11-03 Piotr Kosko[Cordova] Globalization implementation JS part added
2015-11-03 Pawel Andruszkiewicz[lib] Added console plugin (doesn't require native...
2015-11-03 Pawel Andruszkiewicz[NetworkInformation] Adapted to cordova plugin model.
2015-11-03 Pawel Andruszkiewicz[FileTransfer] Adapted to cordova plugin model.
2015-11-03 Pawel Andruszkiewicz[File] Added stubs for all methods that need to be...
2015-11-03 Pawel Andruszkiewicz[Dialog] Dialogs adapted to cordova plugin model.
2015-11-03 Pawel Andruszkiewicz[Device] Device adapted to cordova plugin model.
2015-11-02 Pawel AndruszkiewiczCordova code ported from browser implementation.
2015-10-22 HyunJin ParkMerge "[Cordova] - Filesystem Metadata implemetation"
2015-10-22 HyunJin ParkMerge "[Cordova] Media plugin, create and play method...
2015-10-22 Andrzej Popowski[Cordova] - Filesystem Metadata implemetation
2015-10-22 HyunJin ParkMerge "[Media] Media plugin stubs"
2015-10-22 HyunJin ParkMerge "[Cordova] Adding utils"
2015-10-22 HyunJin ParkMerge "[Dialog] Implementation of Dialog plugin."
2015-10-22 Andrzej Popowski[Cordova] FileTransfer plugin implementation
2015-10-22 HyunJin ParkMerge "[Cordova] NetworkInformation plugin implemented."
2015-10-22 Pawel Andruszkiewicz[Dialog] Implementation of Dialog plugin.
2015-10-22 Pawel Andruszkiewicz[Device] Device plugin implemented.
2015-10-21 Lukasz Foniok[Cordova] Media plugin, create and play method implemen...
2015-10-21 Piotr Czaja[Media] Media plugin stubs
2015-10-21 Lukasz Foniok[Cordova] Adding utils
2015-10-21 Lukasz Bardeli[Cordova] NetworkInformation plugin implemented.
2015-10-21 Pawel AndruszkiewiczInitial stub for cordova plugins.