The following plugins were updated today:
- cordova-plugin-battery-status: 0.2.10
- cordova-plugin-camera: 0.3.1
- cordova-plugin-console: 0.2.10
- cordova-plugin-contacts: 0.2.12
- cordova-plugin-device: 0.2.11
- cordova-plugin-device-motion: 0.2.9
- cordova-plugin-device-orientation: 0.3.8
- cordova-plugin-dialogs: 0.2.9
- cordova-plugin-file: 1.3.0
- cordova-plugin-file-transfer: 0.4.5
- cordova-plugin-geolocation: 0.3.9
- cordova-plugin-globalization: 0.3.0
- cordova-plugin-inappbrowser: 0.5.1
- cordova-plugin-media: 0.2.12
- cordova-plugin-media-capture: 0.3.2
- cordova-plugin-network-information: 0.2.11
- cordova-plugin-splashscreen: 0.3.2
- cordova-plugin-statusbar: 0.1.7
- cordova-plugin-vibration: 0.3.10
Notable changes include:
- Most of the plugins docs are now translated into other languages.
- FirefoxOS has updated many of their proxies for plugins
- FirefoxOS support added to device motion plugin
- Many updates to file plugin for BlackBerry10, FirefoxOS and Windows
- BlackBerry10 & FirefoxOS support added to globalization plugin
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
- FirefoxOS update
CameraProxy.js - CB-7187 iOS: Add explicit dependency on
CoreLocation.framework - BlackBerry10 Doc correction -
sourceTypeis supported - CB-7071 Android: Fix callback firing before
CROPintent is sent whenallowEdit=true - CB-6875 Android: Handle exception when SDCard is not mounted
- iOS: Delete
postImage(dead code) - Prevent
NPEonprocessResiultFromGallerywhen intent comesnull - Remove iOS doc reference to non-existing
navigator.fileMgr API - Docs updated with some default values
- Removes File plugin dependency from Windows 8 code.
- Use
WinJSfunctionality to resize image instead of File plugin functionality - CB-6127 Updated translations for docs
org.apache.cordova.console@0.2.10
- CB-6127 Updated translations for docs
org.apache.cordova.contacts@0.2.12
- fixes
.findmethod whenoptionsparam is not passed. Will return all contacts on missingoptionsparam - FirefoxOS update
ContactsProxy.js - CB-6127 Updated translations for docs
- CB-5698 iOS: Check to see if
photoDataexists before using
org.apache.cordova.device@0.2.11
- FirefoxOS update
DeviceProxy.js - CB-6127 Updated translations for docs
- Use Windows system calls to get better info
org.apache.cordova.device-motion@0.2.9
- FirefoxOS update
accelerometer.js - CB-6127 Updated translations for docs
- FirefoxOS added to supported platforms
org.apache.cordova.device-orientation@0.3.8
- FirefoxOS update
compass.js - CB-7187 iOS: Add explicit dependency on
CoreLocation.framework - CB-7187 Delete unused
#importofCDVShared.h
org.apache.cordova.dialogs@0.2.9
- Ubuntu: pass proper arguments to prompt callback
- Ubuntu: use
TextFieldinstead ofTextInput - Ubuntu: proper message escaping before passing to
qml - FirefoxOS update
notification.js - CB-6127 Updated translations for docs
- Android: Explicitly apply default theme to dialogs
- Fix
Beepexception on Android when no argument passed
org.apache.cordova.file@1.3.0
- FirefoxOS Remove unsupported paths from
requestAllPaths - FirefoxOS Support for
resolve URI, request all paths and local app directory. - CB-4263 set ready state to done before onload
- CB-7167 BlackBerry10
copyTo- return wrapped entry rather than native - CB-7167 BlackBerry10 Add directory support to
getFileMetadata - CB-7167 BlackBerry10 Fix tests detection of
blobsupport (window.BlobisBlobConstructorobject) - CB-7161 BlackBerry10 Add file system directory paths
- CB-7093 Create separate
plugin.xmlfor new-style tests - CB-7057 Docs update: elaborate on what directories are for
- CB-7093: Add
JS moduletoplugin.xmlfile for auto-tests - CB-7093 Ported automated file tests
- Windows remove extra function closure, not needed
- Windows remove check for undefined
fail(), it is defined by the proxy and always exists - Windows re-apply
readAsBinaryStringandreadAsArrayBuffer - Windows Moved similar calls to be the same calls, aliased long namespaced functions
- CB-6127 Updated translations for docs.
- CB-6571 Fix
getParentForLocalURLto work correctly with directories with trailing '/' (This closes #58) UTTypeCopyPreferredTagWithClassreturnsnil mimetypefor css when there is no network- updated spec links in docs ( en only )
- CB-6571 add trailing space it is missing in
DirectoryEntyconstructor. - CB-6980 Fixing
filesystem:nullproperty inEntry - Add Windows 8 support for
readAsBinaryStringandreadAsArrayBuffer - FirefoxOS Update
FileProxy.js - CB-6940:
context.getExternalmethods return null if sdcard isn't in mounted state, causing exceptions that prevent startup from reaching readystate - Fix mis-handling of filesystem reference in
Entry.moveTo - CB-6902: Use
File.lastModifiedrather than.lastModifiedDate - CB-6922: Remove unused
getMetadatanative code - CB-6922: Use
getFileMetadataconsistently to get metadata - changed fullPath to
self.rootDocsPath - CB-6890: Fix
pluginManageraccess for 4.0.x branch
org.apache.cordova.file-transfer@0.4.5
- Fixed documentation of parameter order for
FileTransfer.upload - FirefoxOS initial implementation
- CB-6781: Expose
FileTransferError.exceptionto application - CB-6928: Add new error code to documentation
- CB-6928: Handle 304 status code
- CB-6928: Open output stream only if it's necessary.
- BlackBerry10 Minor doc correction
- CB-6127 Updated translations for docs
- Windows 8 upload uses the provided
fileNameor the actualfileName - CB-2420 Windows 8 honor
fileKeyand param options. This closes #15 - CB-6781: add the exception text to the error object
- CB-6890: Fix
pluginManageraccess for 4.0.x branch
org.apache.cordova.geolocation@0.3.9
- FirefoxOS update
GeolocationProxy.js - CB-7187 iOS: Add explicit dependency on
CoreLocation.framework - CB-7187 Delete unused
#importofCDVShared.h - CB-6127 Updated translations for docs
- iOS: Changed
distanceFilterfrom none to 5 meters, prevents it from spamming the callback even though nothing changed.
org.apache.cordova.globalization@0.3.0
- The right Apache License 2.0 added
- Update headers and
NOTICEfile - BlackBerry10 support implemented for Globalization
- Initial implementation for FirefoxOS
- CB-4602 iOS: Use normalized values for
getPreferredLanguage. - CB-6127 Updated translations for docs
- CB-4602
geolocation.getPreferredLanguageandgeolocation.getLocaleNamenow return strings with hypen(-)to stay compliant with current standards
org.apache.cordova.inappbrowser@0.5.1
- Ubuntu: support
qt 5.2 - FirefoxOS update
InAppBrowserProxy.js - FirefoxOS app needs to be
privileged - CB-6127 Updated translations for docs
- CB-6769 iOS: Fix
statusbarcolor reset wasn't working oniOS7+
org.apache.cordova.media@0.2.12
- CB-6127 Updated translations for docs
- iOS: Make it easier to play media and record audio simultaneously
- code
#sforMediaError
org.apache.cordova.media-capture@0.3.2
- Ubuntu: fix compiler warnings
- Ubuntu: support
qt 5.2 - CB-6127 Updated translations for docs
- CB-6978
captureImage()function fails in Android - CB-6890: Fix
pluginManageraccess for 4.0.x branch
org.apache.cordova.network-information@0.2.11
- FirefoxOS update
NetworkProxy.js - CB-6127 Updated translations for docs
- Fixed docs for
online/offlineevent being backwards
org.apache.cordova.splashscreen@0.3.2
- CB-6127 Updated translations for docs
- CB-7041 iOS: Fix image filename logic when setting the
iPadsplash screen - fixes Splashscreen crash on WP8
org.apache.cordova.statusbar@0.1.7
- Add
LICENSEandNOTICE - Update
statusbar.js - Update
backgroundColorByHexStringfunction - iOS: Use a persistent
callbackIdinstead of callingsendJs - CB-6626 iOS: Add a JS event for tapping on
statusbar - iOS: Fix hide to adjust webview's frame only when status bar is not overlaying webview
- CB-6127 Updated translations for docs
- Android: Fix
StatusBar.initialize()not running on UI thread
org.apache.cordova.vibration@0.3.10
- Ubuntu: Implemented
vibrateWithPattern/cancelVibration - FirefoxOS update
VibrationProxy.js - CB-6127 Updated translations for docs
