Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79209D6A8 for ; Thu, 12 Jul 2012 11:43:28 +0000 (UTC) Received: (qmail 44240 invoked by uid 500); 12 Jul 2012 11:43:28 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 44211 invoked by uid 500); 12 Jul 2012 11:43:28 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 44193 invoked by uid 99); 12 Jul 2012 11:43:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 11:43:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 95AD113473; Thu, 12 Jul 2012 11:43:27 +0000 (UTC) From: Git at Apache To: callback-dev@incubator.apache.org Subject: incubator-cordova-ios pull request: Patches cdvcontacts Content-Type: text/plain Message-Id: <20120712114327.95AD113473@tyr.zones.apache.org> Date: Thu, 12 Jul 2012 11:43:27 +0000 (UTC) GitHub user mgcrea opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/33 Patches cdvcontacts Some work/cleaning for CDVContacts : * New source option to be either "default" / "all" for now (defaults to "all" so not API break). * Better error reporting when a save fails * Cleaning the files (trailing whitespaces) You can merge this pull request into a Git repository by running: $ git pull https://github.com/mgcrea/incubator-cordova-ios patches-cdvcontacts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/33.patch ---- commit 11de8a02d985c18aaaf8644909028caf1ceb6dde Author: Olivier Louvignes Date: 2012-07-11T01:08:14-07:00 Improved error reporting of CDVContact, CDVContacts & CDVDebug util. Additional changes: * Added a new ContactFindOptions useDefaultSource that only read to the default ABRecordRef source. commit 4ef9c52f49e32e69f5f7acf57b894dd0314910a1 Author: Olivier Louvignes Date: 2012-07-12T04:29:44-07:00 Updated CDVContact to use a new "source" option instead of "useDefaultSource" boolean. Additional changes: * Removed trailing whitespaces ----