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 A24319106 for ; Fri, 9 Mar 2012 21:59:07 +0000 (UTC) Received: (qmail 39498 invoked by uid 500); 9 Mar 2012 21:59:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 39404 invoked by uid 500); 9 Mar 2012 21:59:07 -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 39395 invoked by uid 99); 9 Mar 2012 21:59:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 21:59:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gibson.becky@gmail.com designates 209.85.160.175 as permitted sender) Received: from [209.85.160.175] (HELO mail-gy0-f175.google.com) (209.85.160.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 21:59:01 +0000 Received: by ghbz2 with SMTP id z2so1220074ghb.6 for ; Fri, 09 Mar 2012 13:58:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tvwYWhWTjk0gdfO0lUURaDB+BdSqsK/xl8trYWyLvms=; b=ddutWjNA7I0JLQo2eiYAY/a22GYOZYfsuwt3tE5A949MC8/GeESlSDZi3VocZ9rJCB Zq6eIjhMkuz37I6bhrFshqb8bT1f/J0y3RGQ7Sv3GuenHiHr7LYDtQqGm9Rj0K9F1x3i iEBJa9TA/LGVebjhnam3+5SHuauN6ytQuWPLmpfNmkSxzqT6T1C6tZoMS9BCz6yr8HQI ciXKPR9MFOFUBbbtHC0NWdjEZOxQOGDD52POXisLrma9V+ncC/YWBL3lvEw0HVe0yr/7 mmCui7+6w/cFqSGgVZpgLq8cPcqmOcc4MeW2t9A9SMuxU9UW6Hfk6VpdW8iQdjrffkyU 47wA== MIME-Version: 1.0 Received: by 10.236.200.197 with SMTP id z45mr4463099yhn.99.1331330320546; Fri, 09 Mar 2012 13:58:40 -0800 (PST) Received: by 10.146.60.2 with HTTP; Fri, 9 Mar 2012 13:58:40 -0800 (PST) Date: Fri, 9 Mar 2012 16:58:40 -0500 Message-ID: Subject: Handling Device side api name changes From: Becky Gibson To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf30564321d5bc6604bad67e02 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30564321d5bc6604bad67e02 Content-Type: text/plain; charset=ISO-8859-1 Some of the device apis have different names in the unified JS code from the names currently used in iOS. I have been leaving the old apis with a Deprecated message and having them call the new apis. Is this what we want? How long will we deprecate these for? -becky --20cf30564321d5bc6604bad67e02--