Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D404F11560 for ; Mon, 1 Sep 2014 08:18:32 +0000 (UTC) Received: (qmail 50914 invoked by uid 500); 1 Sep 2014 08:18:32 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 50880 invoked by uid 500); 1 Sep 2014 08:18:32 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 50855 invoked by uid 99); 1 Sep 2014 08:18:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2014 08:18:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CC8FC8C2F02; Mon, 1 Sep 2014 08:18:31 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-media-capture pull request: CB-7429, CB-7440 Media-... Content-Type: text/plain Date: Mon, 1 Sep 2014 08:18:31 +0000 (UTC) GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/25 CB-7429, CB-7440 Media-capture plugin is not working on WP8.1 since native API change This fixes https://issues.apache.org/jira/browse/CB-7429 and https://issues.apache.org/jira/browse/CB-7440 * Adds custom UI for WP8.1 * capture* methods now resolved with proper MediaFile object * files are captured to Appdata/local folder You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-media-capture CB-7429 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-media-capture/pull/25.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #25 ---- commit f20e297e785df493de73de83af239d86a0b18e4a Author: Vladimir Kotikov Date: 2014-09-01T07:00:33Z CB-7429 Adds media capture support for windows * Custom UI for WP8.1 * capture* methods now resolved with proper MediaFile object * files are captured to Appdata/local folder commit 1adb73ae11b9f85cf9a7f44ffbe62793526c88ce Author: Vladimir Kotikov Date: 2014-09-01T07:27:46Z CB-7429 Move windows8 and windows Proxies into one file * Adds missing capabilities to windows8 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---