layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Plugins Release: August 11, 2014" categories: news
The following plugins were updated today:
Notable changes include:
The plugins have been updated on our registry at plugins.cordova.io.
You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:
cordova plugin rm org.apache.cordova.file
cordova plugin add org.apache.cordova.file
Other changes include: org.apache.cordova.battery-status@0.2.10
org.apache.cordova.camera@0.3.1
CameraProxy.js
CoreLocation.framework
sourceType
is supportedCROP
intent is sent when allowEdit=true
postImage
(dead code)NPE
on processResiultFromGallery
when intent comes null
navigator.fileMgr API
WinJS
functionality to resize image instead of File plugin functionalityorg.apache.cordova.console@0.2.10
org.apache.cordova.contacts@0.2.12
.find
method when options
param is not passed. Will return all contacts on missing options
paramContactsProxy.js
photoData
exists before usingorg.apache.cordova.device@0.2.11
DeviceProxy.js
org.apache.cordova.device-motion@0.2.9
accelerometer.js
org.apache.cordova.device-orientation@0.3.8
compass.js
CoreLocation.framework
#import
of CDVShared.h
org.apache.cordova.dialogs@0.2.9
TextField
instead of TextInput
qml
notification.js
Beep
exception on Android when no argument passedorg.apache.cordova.file@1.3.0
requestAllPaths
resolve URI
, request all paths and local app directory.copyTo
- return wrapped entry rather than nativegetFileMetadata
blob
support (window.Blob
is BlobConstructor
object)plugin.xml
for new-style testsJS module
to plugin.xml
file for auto-testsfail()
, it is defined by the proxy and always existsreadAsBinaryString
and readAsArrayBuffer
getParentForLocalURL
to work correctly with directories with trailing '/' (This closes #58)UTTypeCopyPreferredTagWithClass
returns nil mimetype
for css when there is no networkDirectoryEnty
constructor.filesystem:null
property in Entry
readAsBinaryString
and readAsArrayBuffer
FileProxy.js
context.getExternal
methods return null if sdcard isn't in mounted state, causing exceptions that prevent startup from reaching readystateEntry.moveTo
File.lastModified
rather than .lastModifiedDate
getMetadata
native codegetFileMetadata
consistently to get metadataself.rootDocsPath
pluginManager
access for 4.0.x branchorg.apache.cordova.file-transfer@0.4.5
FileTransfer.upload
FileTransferError.exception
to applicationfileName
or the actual fileName
fileKey
and param options. This closes #15pluginManager
access for 4.0.x branchorg.apache.cordova.geolocation@0.3.9
GeolocationProxy.js
CoreLocation.framework
#import
of CDVShared.h
distanceFilter
from none to 5 meters, prevents it from spamming the callback even though nothing changed.org.apache.cordova.globalization@0.3.0
NOTICE
filegetPreferredLanguage
.geolocation.getPreferredLanguage
and geolocation.getLocaleName
now return strings with hypen (-)
to stay compliant with current standardsorg.apache.cordova.inappbrowser@0.5.1
qt 5.2
InAppBrowserProxy.js
privileged
statusbar
color reset wasn't working on iOS7+
org.apache.cordova.media@0.2.12
#s
for MediaError
org.apache.cordova.media-capture@0.3.2
qt 5.2
captureImage()
function fails in AndroidpluginManager
access for 4.0.x branchorg.apache.cordova.network-information@0.2.11
NetworkProxy.js
online/offline
event being backwardsorg.apache.cordova.splashscreen@0.3.2
iPad
splash screenorg.apache.cordova.statusbar@0.1.7
LICENSE
and NOTICE
statusbar.js
backgroundColorByHexString
functioncallbackId
instead of calling sendJs
statusbar
StatusBar.initialize()
not running on UI threadorg.apache.cordova.vibration@0.3.10
vibrateWithPattern/cancelVibration
VibrationProxy.js