[ 
https://issues.apache.org/jira/browse/CB-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088647#comment-14088647
 ] 

Steve Gill commented on CB-7244:
--------------------------------

org.apache.cordova.battery-status@0.2.10
* CB-6957 Ported Battery-status manual & automated
* CB-6127 Updated translations for docs

org.apache.cordova.camera@0.3.1
* **FFOS** update CameraProxy.js
* CB-7187 ios: Add explicit dependency on CoreLocation.framework
* [BlackBerry10] Doc correction - sourceType is supported
* CB-7071 android: Fix callback firing before CROP intent is sent when 
allowEdit=true
* CB-6875 android: Handle exception when SDCard is not mounted
* ios: Delete postImage (dead code)
* Prevent NPE on processResiultFromGallery when intent comes null
* Remove iOS doc reference to non-existing navigator.fileMgr API
* Docs updated with some default values
* Removes File plugin dependency from windows8 code.
* Use WinJS functionality 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 .find method when 'options' param is not passed. Will return all 
contacts on missing 'options' param
* [FFOS] update ContactsProxy.js
* Removing a stray unicode character
* CB-6127 Updated translations for docs
* CB-5698 ios: Check to see if photoData exists before using

org.apache.cordova.device@0.2.11
* [FFOS] 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
* [FFOS] update accelerometer.js
* CB-6127 Updated translations for docs
* FFOS added to supported platforms


org.apache.cordova.device-orientation@0.3.8
* **FFOS** update compass.js
* CB-7187 ios: Add explicit dependency on CoreLocation.framework
* CB-7187 Delete unused #import of CDVShared.h

org.apache.cordova.dialogs@0.2.9
* ubuntu: pass proper arguments to prompt callback
* ubuntu: use TextField instead of TextInput
* ubuntu: proper message escaping before passing to qml
* **FFOS** update notification.js
* CB-6127 Updated translations for docs
* android: Explicitly apply default theme to dialogs
* Fix Beep exception on Android when no argument passed

org.apache.cordova.file@1.3.0
* **FFOS** Remove unsupported paths from requestAllPaths
* **FFOS** 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 blob support (window.Blob is 
BlobConstructor object)
* CB-7161 [BlackBerry10] Add file system directory paths
* CB-7093 Create separate plugin.xml for new-style tests
* CB-7057 Docs update: elaborate on what directories are for
* CB-7093: Undo the effects of an old bad S&R command
* CB-7093: Remove a bunch of unneeded log messages
* CB-7093: Add JS module to plugin.xml file 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 readAsBinaryString and readAsArrayBuffer
* **WINDOWS** Moved similar calls to be the same calls, aliased long namespaced 
functions
* CB-6127 Updated translations for docs.
* CB-6571 Fix getParentForLocalURL to work correctly with directories with 
trailing '/' (This closes #58)
* UTTypeCopyPreferredTagWithClass returns nil mimetype for css when there is no 
network
* updated spec links in docs ( en only )
* CB-6571 add trailing space it is missing in DirectoryEnty constructor.
* CB-6980 Fixing filesystem:null property in Entry
* Add win8 support for readAsBinaryString and readAsArrayBuffer
* [FFOS] Update FileProxy.js
* CB-6940: Fixing up commit from dzeims
* CB-6940: Android: cleanup try/catch exception handling
* CB-6940: context.getExternal* methods 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 ('this' used in 
closure).
* CB-6902: Use File.lastModified rather than .lastModifiedDate
* CB-6922: Remove unused getMetadata native code
* CB-6922: Use getFileMetadata consistently to get metadata
* changed fullPath to self.rootDocsPath
* CB-6890: Fix pluginManager access for 4.0.x branch

org.apache.cordova.file-transfer@0.4.5
* Upload parameters out of order
* **FirefoxOS** initial implementation
* CB-6781: Expose FileTransferError.exception to 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
* [Windows8] upload uses the provided fileName or the actual fileName
* CB-2420 [Windows8] honor fileKey and param options. This closes #15
* CB-6781: Update new docs to match AlexNennker's changes in PR30
* CB-6781: Continue previous commit with one new instance (This closes #30)
* CB-6781: add the exception text to the error object
* CB-6890: Fix pluginManager access for 4.0.x branch

org.apache.cordova.geolocation@0.3.9
* **FFOS** update GeolocationProxy.js
* CB-7187 ios: Add explicit dependency on CoreLocation.framework
* CB-7187 Delete unused #import of CDVShared.h
* CB-6127 Updated translations for docs
* ios: Changed distanceFilter from 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 NOTICE file
* [BlackBerry10] Implement Globalization for BB10
* Initial implementation for **FirefoxOS**
* CB-4602 ios: Use normalized values for getPreferredLanguage.
* CB-6127 Updated translations for docs
* CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now 
return strings with hypen (-) to stay compliant with current standards

org.apache.cordova.inappbrowser@0.5.1
* ubuntu: support qt 5.2
* **FFOS** update InAppBrowserProxy.js
* **FFOS** app needs to be privileged
* CB-6127 Updated translations for docs
* CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+

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 #s for MediaError

org.apache.cordova.media-capture@0.3.2
* ubuntu: fix compler warnings
* ubuntu: support qt 5.2
* CB-6127 Updated translations for docs
* CB-6978 captureImage() function fails in Android
* CB-6890: Fix pluginManager access for 4.0.x branch

org.apache.cordova.network-information@0.2.11
* **FFOS** update NetworkProxy.js
* CB-6127 Updated translations for docs
* CB-7019 Updated version and RELEASENOTES.md for release 0.2.10
* Fixed docs for online/offline event 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 iPad splash screen
* fixes Splashscreen crash on WP8
* Remove outdated doc

org.apache.cordova.statusbar@0.1.7
* Add LICENSE and NOTICE
* Update statusbar.js
* Update backgroundColorByHexString function
* ios: Use a persistent callbackId instead of calling sendJs
* 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
* **FFOS** update VibrationProxy.js
* CB-6127 Updated translations for docs

> Plugins Release July 31st, 2014
> -------------------------------
>
>                 Key: CB-7244
>                 URL: https://issues.apache.org/jira/browse/CB-7244
>             Project: Apache Cordova
>          Issue Type: Task
>            Reporter: Steve Gill
>            Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to