Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8E202200BE3 for ; Thu, 8 Dec 2016 01:55:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8CAD2160B26; Thu, 8 Dec 2016 00:55:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5DAE9160B0C for ; Thu, 8 Dec 2016 01:55:14 +0100 (CET) Received: (qmail 57565 invoked by uid 500); 8 Dec 2016 00:55:13 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 57555 invoked by uid 99); 8 Dec 2016 00:55:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 00:55:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 743D0DFF56; Thu, 8 Dec 2016 00:55:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 08 Dec 2016 00:55:13 -0000 Message-Id: <47bcaa92061b4a76a66c3f981c6e3d17@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cordova-plugin-media-capture git commit: CB-12224 Updated version and RELEASENOTES.md for release 1.4.1 archived-at: Thu, 08 Dec 2016 00:55:15 -0000 Repository: cordova-plugin-media-capture Updated Branches: refs/heads/master 7e28e9cb1 -> 31086f113 CB-12224 Updated version and RELEASENOTES.md for release 1.4.1 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/b09b24d7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/b09b24d7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/b09b24d7 Branch: refs/heads/master Commit: b09b24d71b53937db0351f0e041be18751699a20 Parents: 7e28e9c Author: Shazron Abdullah Authored: Wed Dec 7 16:39:46 2016 -0800 Committer: Shazron Abdullah Committed: Wed Dec 7 16:39:46 2016 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 195 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/b09b24d7/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 824f431..b2abddd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,198 @@ --> # Release Notes +### 1.4.1 (Dec 07, 2016) +* [CB-10701](https://issues.apache.org/jira/browse/CB-10701) [CB-7117](https://issues.apache.org/jira/browse/CB-7117) android: Add manual test to check getting metadata +* [CB-10489](https://issues.apache.org/jira/browse/CB-10489) Fix for MediaFile.getFormatData / audio recording support +* [CB-10488](https://issues.apache.org/jira/browse/CB-10488) Fix for MediaFile.getFormatData +* [CB-11996](https://issues.apache.org/jira/browse/CB-11996) Added a new manual test to capture multiple images +* [CB-11995](https://issues.apache.org/jira/browse/CB-11995) (android) Do not pass a file URI to the camera +* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…" +* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version. +* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Updated version and RELEASENOTES.md for release 1.4.0 +* Add mandatory iOS 10 privacy description for microphone +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies +* [CB-11821](https://issues.apache.org/jira/browse/CB-11821) (ios) Add mandatory iOS 10 privacy description +* Plugin uses Android Log class and not Cordova LOG class +* Add badges for paramedic builds on Jenkins +* [CB-11396](https://issues.apache.org/jira/browse/CB-11396) - Audio Media Capture Crashes if app stores file on external storage +* Add pull request template. +* [CB-11212](https://issues.apache.org/jira/browse/CB-11212) iOS: Explicitly set the bundle for images +* [CB-10554](https://issues.apache.org/jira/browse/CB-10554) Implementing plugin save/restore API for Android +* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md +* [CB-11091](https://issues.apache.org/jira/browse/CB-11091) Incremented plugin version. +* Updated version and RELEASENOTES.md for release 1.3.0 +* Replace PermissionHelper.java with cordova-plugin-compat +* CB-10670, [CB-10994](https://issues.apache.org/jira/browse/CB-10994) android: Marshmallow permissions +* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins +* add JIRA issue tracker link +* [CB-10690](https://issues.apache.org/jira/browse/CB-10690) windows: fix crash when user cancels/closes photo app +* chore: edit package.json license to match SPDX id +* [CB-10368](https://issues.apache.org/jira/browse/CB-10368) Incremented plugin version. +* [CB-10368](https://issues.apache.org/jira/browse/CB-10368) Updated version and RELEASENOTES.md for release 1.2.0 +* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version. +* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) Fix block usage of self +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) linked issues in RELEASENOTES.md +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated version and RELEASENOTES.md for release 1.1.0 +* removed r prefix from tags +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated RELEASENOTES to be newest to oldest +* Actually fixing the contribute link. +* Fixing contribute link. +* [CB-9249](https://issues.apache.org/jira/browse/CB-9249) Fix iOS warnings in Media Capture plugin Part 2 +* [CB-9249](https://issues.apache.org/jira/browse/CB-9249) Fix iOS warnings in Media Capture plugin +* Document the quality property in Android quirks +* Add CaptureVideoOption for quality +* Remove TravisCI integration +* [CB-9192](https://issues.apache.org/jira/browse/CB-9192) Incremented plugin version. +* [CB-9202](https://issues.apache.org/jira/browse/CB-9202) updated repo url to github mirror in package.json +* [CB-9192](https://issues.apache.org/jira/browse/CB-9192) Updated version and RELEASENOTES.md for release 1.0.1 +* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture +* fix npm md issue +* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Incremented plugin version. +* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Updated version in package.json for release 1.0.0 +* Revert "CB-8858 Incremented plugin version." +* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Incremented plugin version. +* [CB-8858](https://issues.apache.org/jira/browse/CB-8858) Updated version and RELEASENOTES.md for release 1.0.0 +* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) bumped version of file dependency +* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump +* [CB-8747](https://issues.apache.org/jira/browse/CB-8747) updated dependency, added peer dependency +* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* docs: added Windows to supported platforms +* [CB-8687](https://issues.apache.org/jira/browse/CB-8687) consolidate manifest targets +* [CB-7963](https://issues.apache.org/jira/browse/CB-7963) Adds support for browser platform +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme +* [CB-8659](https://issues.apache.org/jira/browse/CB-8659) ios: 4.0.x Compatibility: Remove use of initWebView method +* [CB-8571](https://issues.apache.org/jira/browse/CB-8571) Integrate TravisCI +* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture +* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file +* [CB-8429](https://issues.apache.org/jira/browse/CB-8429) Incremented plugin version. +* [CB-8429](https://issues.apache.org/jira/browse/CB-8429) Updated version and RELEASENOTES.md for release 0.3.6 +* ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5 +* [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using (newly) deprecated CDVJSON.h +* [CB-8351](https://issues.apache.org/jira/browse/CB-8351) Use argumentForIndex rather than NSArray extension +* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention deviceready in plugin docs +* [CB-8110](https://issues.apache.org/jira/browse/CB-8110) Incremented plugin version. +* [CB-8110](https://issues.apache.org/jira/browse/CB-8110) Updated version and RELEASENOTES.md for release 0.3.5 +* [CB-7597](https://issues.apache.org/jira/browse/CB-7597) - Localizable.strings for Media Capture are in the default template, it should be in the plugin +* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture +* Incremented plugin version. +* Updated version and RELEASENOTES.md for release 0.3.4 +* [CB-7453](https://issues.apache.org/jira/browse/CB-7453) Adds fallback to m4a audio format when mp3 recording fails. +* [CB-7429](https://issues.apache.org/jira/browse/CB-7429) Fixes image capture manual tests on windows +* [CB-7429](https://issues.apache.org/jira/browse/CB-7429) Move windows8 and windows Proxies into one file +* [CB-7429](https://issues.apache.org/jira/browse/CB-7429) Adds media capture support for windows +* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin +* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Incremented plugin version. +* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Updated version and RELEASENOTES.md for release 0.3.3 +* Renamed test dir, added nested plugin.xml +* [CB-7244](https://issues.apache.org/jira/browse/CB-7244) Incremented plugin version. +* [CB-7244](https://issues.apache.org/jira/browse/CB-7244) Updated version and RELEASENOTES.md for release 0.3.2 +* ubuntu: fix compler warnings +* ubuntu: support qt 5.2 +* added documentation for manual tests +* [CB-6959](https://issues.apache.org/jira/browse/CB-6959) Added manual tests +* CB-6127lisa7cordova-plugin-consolecordova-plugin-media-capture documentation translation: cordova-plugin-media-capture +* [CB-6978](https://issues.apache.org/jira/browse/CB-6978) captureImage() function fails in Android +* documentation translation: cordova-plugin-media-capture +* Lisa testing pulling in plugins for plugin: cordova-plugin-media-capture +* Lisa testing pulling in plugins for plugin: cordova-plugin-media-capture +* Lisa testing pulling in plugins for plugin: cordova-plugin-media-capture +* Lisa testing pulling in plugins for plugin: cordova-plugin-media-capture +* [CB-6959](https://issues.apache.org/jira/browse/CB-6959) Port capture tests to plugin-test-framework +* [CB-6890](https://issues.apache.org/jira/browse/CB-6890) Fix pluginManager access for 4.0.x branch +* [CB-6877](https://issues.apache.org/jira/browse/CB-6877) Incremented plugin version. +* [CB-6877](https://issues.apache.org/jira/browse/CB-6877) Updated version and RELEASENOTES.md for release 0.3.1 +* Added translations to documentation. Github close #14 +* Remove deprecated symbols for iOS < 6 +* Fixes captureTasks UI URIs +* [CB-6808](https://issues.apache.org/jira/browse/CB-6808) Add license +* [CB-6706](https://issues.apache.org/jira/browse/CB-6706) Relax dependency on file plugin +* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md +* [CB-6452](https://issues.apache.org/jira/browse/CB-6452) Incremented plugin version on dev branch. +* [CB-6452](https://issues.apache.org/jira/browse/CB-6452) Updated version and RELEASENOTES.md for release 0.3.0 +* [CB-6460](https://issues.apache.org/jira/browse/CB-6460) Update license headers +* [CB-6152](https://issues.apache.org/jira/browse/CB-6152) Make mediafile compatible with file plugin +* [CB-6385](https://issues.apache.org/jira/browse/CB-6385) Specify file plugin dependency version +* [CB-6212](https://issues.apache.org/jira/browse/CB-6212) iOS: fix warnings compiled under arm64 64-bit +* [CB-6016](https://issues.apache.org/jira/browse/CB-6016) [BlackBerry10] Add audio capture capability +* [CB-6212](https://issues.apache.org/jira/browse/CB-6212) iOS: fix warnings compiled under arm64 64-bit +* Add rim xml namespaces declaration +* Add NOTICE file +* fixed cordova cli add capture plugin not work wp +* fixed cordova cli add capture plugin not work wp +* [CB-6114](https://issues.apache.org/jira/browse/CB-6114) Updated version and RELEASENOTES.md for release 0.2.8 +* Add NOTICE file +* [CB-6114](https://issues.apache.org/jira/browse/CB-6114) Incremented plugin version on dev branch. +* [CB-6114](https://issues.apache.org/jira/browse/CB-6114) Updated version and RELEASENOTES.md for release 0.2.8 +* [CB-5202](https://issues.apache.org/jira/browse/CB-5202) fix from lubogospod +* [CB-5980](https://issues.apache.org/jira/browse/CB-5980) Incremented plugin version on dev branch. +* [CB-5980](https://issues.apache.org/jira/browse/CB-5980) Updated version and RELEASENOTES.md for release 0.2.7 +* [ubuntu] request audio/camera/microphone permission +* [ubuntu] add missing file +* Delete stale test/ directory +* [CB-6422](https://issues.apache.org/jira/browse/CB-6422) [windows8] use cordova/exec/proxy +* fixed cordova cli add capture plugin not work wp +* fixed cordova cli add capture plugin not work wp +* [CB-5685](https://issues.apache.org/jira/browse/CB-5685) [BlackBerry10] Add access_shared permission +* [CB-5719](https://issues.apache.org/jira/browse/CB-5719) Incremented plugin version on dev branch. +* [CB-5719](https://issues.apache.org/jira/browse/CB-5719) Updated version and RELEASENOTES.md for release 0.2.6 +* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Update license comment formatting of doc/index.md +* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc.index.md for Media Capture plugin +* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Delete stale snapshot of plugin docs +* [CB-5569](https://issues.apache.org/jira/browse/CB-5569) Windows8. MediaFile constructor does not exist +* [CB-5517](https://issues.apache.org/jira/browse/CB-5517) Fix the audio capture IO exception by putting it in a runnable +* [CB-5565](https://issues.apache.org/jira/browse/CB-5565) Incremented plugin version on dev branch. +* [CB-5565](https://issues.apache.org/jira/browse/CB-5565) Updated version and RELEASENOTES.md for release 0.2.5 +* add ubuntu platform +* Added amazon-fireos platform. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos' +* [CB-5291](https://issues.apache.org/jira/browse/CB-5291) - ios - Media Capture Audio - status bar issues under iOS 7 +* [CB-5275](https://issues.apache.org/jira/browse/CB-5275) CaptureImage and CaptureVideo have runnables and CaptureVideo works on 4.2. Still doesn't work for 4.3 +* [CB-5188](https://issues.apache.org/jira/browse/CB-5188) +* [CB-5188](https://issues.apache.org/jira/browse/CB-5188) Updated version and RELEASENOTES.md for release 0.2.4 +* [CB-5199](https://issues.apache.org/jira/browse/CB-5199) - ios - Media Capture - UI issues under iOS 7 +* [CB-5128](https://issues.apache.org/jira/browse/CB-5128) added repo + issue tag to plugin.xml for media capture plugin +* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Incremented plugin version on dev branch. +* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Updated version and RELEASENOTES.md for release 0.2.3 +* [CB-4720](https://issues.apache.org/jira/browse/CB-4720) fixed incorrect feature tag in plugin.xml for wp +* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch. +* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Updated version and RELEASENOTES.md for release 0.2.2 +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version +* [windows8] commandProxy was moved +* [windows8] commandProxy was moved +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.media-capture to org.apache.cordova.media-capture and updating dependency +* Rename CHANGELOG.md -> RELEASENOTES.md +* [CB-4847](https://issues.apache.org/jira/browse/CB-4847) iOS 7 microphone access requires user permission - if denied, CDVCapture, CDVSound does not handle it properly +* [CB-4826](https://issues.apache.org/jira/browse/CB-4826) Fix warning using UITextAlignmentCenter +* [CB-4826](https://issues.apache.org/jira/browse/CB-4826) Fix XCode 5 capture plugin warnings +* [CB-4488](https://issues.apache.org/jira/browse/CB-4488) - added manual capture test +* [CB-4764](https://issues.apache.org/jira/browse/CB-4764) Remove reference to DirectoryManager from Capture.java +* [CB-4763](https://issues.apache.org/jira/browse/CB-4763) Use own version of FileHelper. +* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch. +* Revert "[CB-4848] Fix Xcode 5 semantic issues for Media Capture plugin" +* Revert "[CB-4847] iOS 7 microphone access requires user permission - if denied, CDVCapture, CDVSound does not handle it properly" +* [CB-4847](https://issues.apache.org/jira/browse/CB-4847) iOS 7 microphone access requires user permission - if denied, CDVCapture, CDVSound does not handle it properly +* [CB-4848](https://issues.apache.org/jira/browse/CB-4848) Fix Xcode 5 semantic issues for Media Capture plugin +* Add empty CHANGELOG.md +* [CB-4595](https://issues.apache.org/jira/browse/CB-4595) updated version +* [CB-4417](https://issues.apache.org/jira/browse/CB-4417) Move cordova-plugin-media-capture to its own Java package. +* updated readme, namespace and name tag +* [plugin.xml] adding android namespace +* [plugin.xml] standardizing license + meta +* [license] adding apache license file +* [CB-4471](https://issues.apache.org/jira/browse/CB-4471) Mitigating Android 4.3 errors where it's not passing the data for video. Strange behaviour introduced with 4.3 +* [CB-4392](https://issues.apache.org/jira/browse/CB-4392) Remove bad subdirectory reference from plugin.xml +* [Windows8][CB-4447] Added Windows8 support +* updating plugin.xml with registry data +* [CB-4366](https://issues.apache.org/jira/browse/CB-4366) Explicit MobileCoreServices.framework dependency should be specified for some core plugins +* [CB-4368](https://issues.apache.org/jira/browse/CB-4368) Explicit CoreGraphics.framework dependency should be specified for some core plugins + ### 1.4.0 (Sep 08, 2016) * Add mandatory **iOS 10** privacy description for microphone * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/b09b24d7/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3fc28c8..9558409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media-capture", - "version": "1.4.1-dev", + "version": "1.4.1", "description": "Cordova Media Capture Plugin", "cordova": { "id": "cordova-plugin-media-capture", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/b09b24d7/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 11bb6a9..c0c62c6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-media-capture" - version="1.4.1-dev"> + version="1.4.1"> Capture Cordova Media Capture Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/b09b24d7/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index c9c2d46..3f591c7 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-media-capture-tests" - version="1.4.1-dev"> + version="1.4.1"> Cordova Media Capture Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org