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 7F99118548 for ; Sat, 27 Jun 2015 00:31:38 +0000 (UTC) Received: (qmail 51250 invoked by uid 500); 27 Jun 2015 00:31:38 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 51209 invoked by uid 500); 27 Jun 2015 00:31:38 -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 51196 invoked by uid 99); 27 Jun 2015 00:31:37 -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; Sat, 27 Jun 2015 00:31:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C30FDE01E2; Sat, 27 Jun 2015 00:31:37 +0000 (UTC) From: darkyen To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-contacts pull request: Do not return absolute path ... Content-Type: text/plain Date: Sat, 27 Jun 2015 00:31:37 +0000 (UTC) GitHub user darkyen opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/65 Do not return absolute path for contact images. If an absolute url is returned the developer must use the file system api to get a reference to the image, instead returning a blob url makes more sense, and it seems more logical. You can merge this pull request into a Git repository by running: $ git pull https://github.com/darkyen/cordova-plugin-contacts patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-contacts/pull/65.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 #65 ---- commit 16942ffdcd725be763acb76d40dce91b518de7df Author: Abhishek Hingnikar Date: 2015-06-27T00:29:41Z Do not return absolute path for contact images. ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org