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 C74BDD61D for ; Mon, 22 Oct 2012 07:59:03 +0000 (UTC) Received: (qmail 81378 invoked by uid 500); 22 Oct 2012 07:59:03 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 81351 invoked by uid 500); 22 Oct 2012 07:59:03 -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 81319 invoked by uid 99); 22 Oct 2012 07:59:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 07:59:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shazron@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 07:58:55 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so2537679vcq.6 for ; Mon, 22 Oct 2012 00:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=TgXV5J5pYQTmJAHYi4auTOwPJzjr5JVZasSTVAywu58=; b=jDQU3qAGLCC7DQK0K42Sq3Iz77tA/DwUB+wcFSRzpinD1KpBE3Xf5GXqTso+BrgRWE esTEQRUjSJRST3dzmmenpDLsl25IPjCRPqvEsoabgaQlyYVYbZW4xGTC92AT/owDH37g MQ1UVuKdzIzBcLsb/Tv1GXMxWaagI6bzXJCCnlwlyntev53+L+4hbTwetkdTB3mzkQ8a rGpvf6Kk+D3w5wFZgRqT7ziLpuqK9xHPOjkyhLntCgg7mCOu/kDMTAoPfRvgIA740wif qru3uYVXjwD1nXDzp5WKWaFRXhcMXSKqXOAhKVMP2JpixMXlk8P/uDHZafbM16wJ2GWC CzXw== Received: by 10.220.149.210 with SMTP id u18mr13287174vcv.49.1350892715023; Mon, 22 Oct 2012 00:58:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.211.232 with HTTP; Mon, 22 Oct 2012 00:57:54 -0700 (PDT) From: Shazron Date: Mon, 22 Oct 2012 00:57:54 -0700 Message-ID: Subject: iOS changes in 2.2.0 To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I'm preparing a blog post. Here is the outline of what I have so far: 1. CordovaLib multiple architecture support (across all versions of iOS) 2. Added Capture API microphone image for iPhone 5 dimensions and orientation fix 3. Adde dFileTransfer API progress events, abort function 4. Cordova.plist - added two new iOS 6 properties (SuppressesIncrementalRendering, KeyboardDisplayRequiresUserAction) 5. Added Globalization Core Plugin 6. Fixed iOS 6 orientation issues 7. Added iOS 6 LocalStorage changes (backup flag) 8. bin/create changes for shared and CordovaLib copying 9. uncrustify hook for committers 10. onReset() override for plugins Link: https://github.com/apache/incubator-cordova-ios/blob/b74752f42da53532150d17aab80c0c6ae36a1a69/RELEASENOTES.md