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 25FF020049C for ; Fri, 11 Aug 2017 16:38:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 245F516D50D; Fri, 11 Aug 2017 14:38: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 91DEC16D507 for ; Fri, 11 Aug 2017 16:38:14 +0200 (CEST) Received: (qmail 31120 invoked by uid 500); 11 Aug 2017 14:38:12 -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 31110 invoked by uid 99); 11 Aug 2017 14:38:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2017 14:38:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0EF2381274; Fri, 11 Aug 2017 14:38:10 +0000 (UTC) Date: Fri, 11 Aug 2017 14:38:10 +0000 To: , "' commits@cordova.apache.org" , '@gitbox.apache.org, Subject: [cordova-android] branch master updated (2b53c98 -> 14816c7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150246229053.26407.10310619703534735945@gitbox.apache.org> From: macdonst@apache.org Reply-To: "commits@cordova.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-android X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2b53c98cf585a2f82f9d94f9acc210f362c48f97 X-Git-Newrev: 14816c7c816764fe3a422cd594c68050382e2072 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 11 Aug 2017 14:38:15 -0000 This is an automated email from the ASF dual-hosted git repository. macdonst pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git. from 2b53c98 CB-12453: Remove unnecessary double quotes from .bat files which are the causes of crash if project path contains spaces add d364f46 CB-12730: Compat - INTEGRATE new 14816c7 Merge pull request #399 from macdonst/CB-12730 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: framework/src/org/apache/cordova/BuildHelper.java | 70 +++++++++++++++++ .../src/org/apache/cordova/PermissionHelper.java | 87 ++++++++++++++++++++++ 2 files changed, 157 insertions(+) create mode 100644 framework/src/org/apache/cordova/BuildHelper.java create mode 100644 framework/src/org/apache/cordova/PermissionHelper.java -- To stop receiving notification emails like this one, please contact ['"commits@cordova.apache.org" ']. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org