You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2014/06/05 22:40:01 UTC

[jira] [Commented] (CB-6877) Plugins Release June 5th, 2014

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

Steve Gill commented on CB-6877:
--------------------------------

org.apache.cordova.battery-status@0.2.9
* CB-6794 Add license for CONTRIBUTING.md
* CB-6721 ignore null values if previous value was not null
* CB-6721 Test for batterycritical change before batterylow change
* Updated documentation. Added support for mozBattery.
* CB-5611 firefoxos: battery-status plugin
* CB-4519, CB-4520 low+critical weren't firing when level went from 21->19, and were when level went 19->20
* CB-6491 add CONTRIBUTING.md
* Lisa testing pulling in plugins for plugin: cordova-plugin-battery-status
* Lisa testing pulling in plugins for plugin: cordova-plugin-battery-status

org.apache.cordova.camera@0.3.0
* CB-2083 documented saveToPhotoAlbum quirk on WP8
* CB-5895 documented saveToPhotoAlbum quirk on WP8
* Remove deprecated symbols for iOS < 6
* documentation translation: cordova-plugin-camera
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
* ubuntu: use application directory for images
* CB-6795 Add license
* Little fix in code formatting
* CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality
* CB-6612 camera.getPicture now always returns encoded JPEG image
* Removed invalid note from CB-5398
* CB-6576 - Returns a specific error message when app has no access to library.
* CB-6491 add CONTRIBUTING.md
* CB-6546 android: Fix a couple bugs with allowEdit pull request
* CB-6546 android: Add support for allowEdit Camera option

org.apache.cordova.console@0.2.9
* CB-6848 Add Android quirk, list applicable platforms
* CB-6796 Add license
* CB-6491 add CONTRIBUTING.md

org.apache.cordova.contacts@0.2.11
* CB-6127 Spanish and French Translations added. Github close #25
* Remove deprecated symbols for iOS < 6
* CB-6797 Add license
* [wp8] now pupulates contact photos
* Update license headers format
* Add pickContact functionality to cordova contacts plugin
* CB-5416 - Adding support for auto-managing permissions
* CB-6682 move windows8 command proxy into it's missing platform tag. This closes #30
* Add ContactError codes to index.md doc (closes #28)
* CB-6491 add CONTRIBUTING.md
* Docs typo: navigator.contacts.length -> contacts.length

org.apache.cordova.device@0.2.10
* CB-6127 Spanish and French Translations added. Github close #12
* Changing 1.5 to 2.0
* added firefoxos version - conversion
* added firefoxos version
* CB-6800 Add license
* CB-6491 add CONTRIBUTING.md

org.apache.cordova.device-motion@0.2.8
* CB-6127 Spanish and French Translations added. Github close #10. Github close #12. Github close #11
* ubuntu: don't destroy callback after use
* CB-6798 Add license
* CB-6491 add CONTRIBUTING.md
* FFOS added to supported platforms

org.apache.cordova.device-orientation@0.3.7
* CB-6799 Add license
* windows8. makes getHeading callback spec compliant
* CB-6491 add CONTRIBUTING.md

org.apache.cordova.dialogs@0.2.8
* CB-6801 Add license
* running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
* CB-5945 [Windows8] do not call success callbacks until dialog is dismissed
* CB-4616 Returned index 0 was not documented for notification.prompt
* update docs to state that prompt is supported on windowsphone
* CB-6528 allow scroll on alert message content
* [CB-6628][amazon-fireos]dialogs plugin's confirm and prompt methods dont work confirm() method was missing amazon-fireos platform check. added that. prompt() method had bug. It is executed in a worker thread that does not have a message queue(or Looper object) associated with it and hence "can't create a handler" exception is thrown. To fix this issue, we need to create the EditText widget from within the UI thread. This was fixed sometime ago when we added fireos platform but commit got lost somewhere. So fixing it again now.
* CB-6491 add CONTRIBUTING.md
* Added check for isFinishing() on the parent activity to prevent crashes when trying to display dialogs when activity is in this phase of it's lifecycle
* CB-4966 Dialogs are in window now No need to add anything to manifest or index.html
* Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically

org.apache.cordova.file@1.2.0
* CB-6127 Spanish and French Translations added. Github close #31
* updated this reference to window
* Add missing semicolon (copy & paste error)
* Fix compiler warning about symbol in interface not matching implementation
* Fix sorting order in supported platforms
* ubuntu: increase quota value
* ubuntu: Change FS URL scheme to 'cdvfile'
* ubuntu: Return size with Entry.getMetadata() method
* CB-6803 Add license
* Initial implementation for Firefox OS
* Small wording tweaks
* Fixed toURL() toInternalURL() information in the doku
* ios: Don't fail a write of zero-length payload.
* CB-285 Docs for cordova.file.*Directory properties
* CB-285 Add cordova.file.*Directory properties for iOS & Android
* CB-3440 [BlackBerry10] Proxy based implementation
* Fix typo in docs "app-bundle" -> "bundle"
* CB-6583 ios: Fix failing to create entry when space in parent path
* CB-6571 android: Make DirectoryEntry.toURL() have a trailing /
* CB-6491 add CONTRIBUTING.md
* CB-6525 android, ios: Allow file: URLs in all APIs. Fixes FileTransfer.download not being called.
* fix the Windows 8  implementation of the getFile method
* Update File.js for typo: lastModifiedData --> lastModifiedDate (closes #38)
* Add error codes.
* CB-5980 Updated version and RELEASENOTES.md for release 1.0.0
* Add NOTICE file
* CB-6114 Updated version and RELEASENOTES.md for release 1.0.1
* CB-5980 Updated version and RELEASENOTES.md for release 1.0.0

org.apache.cordova.file-transfer@0.4.4
* CB-6127 Spanish and French Translations added. Github close #21
* ubuntu: support 'cdvfile' URI
* CB-6802 Add license
* Upload progress now works also for second file
* CB-6706: Relax dependency on file plugin
* CB-3440 [BlackBerry10] Update implementation to use modules from file plugin
* CB-6378 Use connection.disconnect() instead of stream.close() for thread-safety
* CB-6491 add CONTRIBUTING.md
* CB-6466 Auto-create directories in download
* CB-6494 android: Fix upload of KitKat content URIs
* Upleveled from android port with following commits: 3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for gzip downloads 8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer) 6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it 651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space before "boundary". 35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin object to get FileEntry to return on download
* CB-5980 Updated version and RELEASENOTES.md for release 0.4.1

org.apache.cordova.geolocation@0.3.8
* CB-6127 Spanish and French Translations added. Github close #14
* CB-6804 Add license
* CB-5416 - Adding support for auto-managing permissions
* CB-6491 add CONTRIBUTING.md
* pass by only coords
* proper implementation for firefoxos
* call FxOS's getCurrentProxy added

org.apache.cordova.globalization@0.2.8
* CB-6127 Spanish and French Translations added. Github close #7
* CB-6805 Add license
* clean up pull request. this closes #11
* CB-4602 Added clarification to docs
* CB-4602 CB-6490 CB-4822 WP Globalization
* getLocale,getLanguage, and docs
* Android should return BCP47 tag, not localized string
* CB-6491 add CONTRIBUTING.md
* CB-5980 Updated version and RELEASENOTES.md for release 0.2.6

org.apache.cordova.inappbrowser@0.5.0
* CB-6127 Spanish and rench Translations added. Github close #23
* Clean up whitespace (mainly due to no newline at eof warning)
* Adding permission info
* CB-6806 Add license
* CB-6491 add CONTRIBUTING.md
* Add necessary capability so the plugin works on its own
* CB-6474 InAppBrowser. Add data urls support to WP8
* CB-6482 InAppBrowser calls incorrect callback on WP8
* Fixed use of iOS 6 deprecated methods
* CB-6360 - improvement: feature detection instead of iOS version detection
* CB-5649 - InAppBrowser overrides App's orientation
* refactoring fixed
* CB-6396 [Firefox OS] Adding basic support

org.apache.cordova.media@0.2.11
* CB-6127 Spanish and French Translations added. Github close #13
* CB-6807 Add license
* CB-6706: Relax dependency on file plugin
* CB-6478: Fix exception when try to record audio file on windows 8
* CB-6477: Add musicLibrary and microphone capabilities to windows 8 platform
* CB-6491 add CONTRIBUTING.md

org.apache.cordova.media-capture@0.3.1
* Added translations to documentation. Github close #14
* Remove deprecated symbols for iOS < 6
* Fixes captureTasks UI URIs
* CB-6808 Add license
* CB-6706: Relax dependency on file plugin
* CB-6491 add CONTRIBUTING.md

org.apache.cordova.network-information@0.2.9
* updated notice file to include missing license
* Cached extra info to better detect changes.
* CB-6809 Add license to CONTRIBUTING.md
* CB-6491 add CONTRIBUTING.md
* CB-6350 - Fix networkStatusForFlags return value type to work with 64-bit iOS (closes #8)
* Initial version of firefox os network information plugin
* there was an error in the object definition

org.apache.cordova.splashscreen@0.3.1
* documentation translation: cordova-plugin-splashscreen
* Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen
* Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen
* Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen
* Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen
* CB-6810 Add license to CONTRIBUTING.md
* [wp8] updated quirk for  and combined iOS,WP8,BB10 quirks as they are all the same
* [wp] implemented OnInit so splash screen can be shown before cordova page is loaded
* [wp] plugin must be autoloaded for AutoHideSplashScreen preference to work
* CB-6483 Use splash screen image from manifest on Windows8
* CB-6491 add CONTRIBUTING.md
* Revert "Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen"

org.apache.cordova.statusbar@0.1.6
* CB-6783 - added StatusBarStyle config preference,  updated docs (closes #9)
* CB-6812 Add license
* CB-6491 add CONTRIBUTING.md
* CB-6264 minor formatting issue
* Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation
* CB-6513 - Statusbar plugin for Android is not compiling

org.apache.cordova.vibration@0.3.9
* updated notice file
* Github close #11
* Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation.
* Implemented vibrateWithPattern (for android) and adapted documentation.
* CB-6811 Add license to CONTRIBUTING.md
* CB-6491 add CONTRIBUTING.md

> Plugins Release June 5th, 2014
> ------------------------------
>
>                 Key: CB-6877
>                 URL: https://issues.apache.org/jira/browse/CB-6877
>             Project: Apache Cordova
>          Issue Type: Task
>            Reporter: 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)