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 F2E05106B4 for ; Tue, 24 Dec 2013 17:06:27 +0000 (UTC) Received: (qmail 53308 invoked by uid 500); 24 Dec 2013 17:05:33 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 53103 invoked by uid 500); 24 Dec 2013 17:05:20 -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 52888 invoked by uid 99); 24 Dec 2013 17:02:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 17:02:48 +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 bowserj@gmail.com designates 209.85.223.178 as permitted sender) Received: from [209.85.223.178] (HELO mail-ie0-f178.google.com) (209.85.223.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 17:02:41 +0000 Received: by mail-ie0-f178.google.com with SMTP id lx4so6988139iec.23 for ; Tue, 24 Dec 2013 09:02:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=wi7MW9MyCKQHb/0f0MREC+fPbvEa6duHzwylns5vKnY=; b=JrwKs4+JdB2Rx9emw3MDG6kWdXmDR6pGZS43gDl4ksETTK+Q8tzgLKajzV7zZEI8ch dDLPVVzfx2I++GnSpPqpff+YzdH0DZ3Wb9veCTEOV0utJ++Y1AdxD0yn3QDtqNnlBYu+ BSrjnpluAkYkMmbANgNz6eozOcWAzzSZ8D/1ZMvL+h9JnydXMu0DyW29FjhEk256Trvo q450KZhb5AYU0ZdvajcHAL81rRP1uk/EkkN1PI3OYMBL+F8/0md7HILBdk3MHe+xyFdG 0SoTYzJbJAmCLtzaahIjhdk1IUcPeOsPSgIGzoHseLr4Y4E7u99Zto/Nba5ay8AxaHFE hFWw== MIME-Version: 1.0 X-Received: by 10.50.87.36 with SMTP id u4mr27294699igz.40.1387904540639; Tue, 24 Dec 2013 09:02:20 -0800 (PST) Received: by 10.50.114.132 with HTTP; Tue, 24 Dec 2013 09:02:20 -0800 (PST) Reply-To: bowserj@apache.org In-Reply-To: References: <1387890300.67350.YahooMailAndroidMobile@web163902.mail.gq1.yahoo.com> Date: Tue, 24 Dec 2013 09:02:20 -0800 Message-ID: Subject: Re: Google Glass Support From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 24, 2013 at 6:22 AM, Ross Gerbasi wrote: > > Finally if I do go through with the plugin setup what do you all think > about names for these plugins. Should it be something like > cordova-glass-core which then opens the potential to have > cordova-glass-voice, cordova-glass-camera, etc? > The Camera and the Voice Recognition in Google Glass use the exact same intents and code as Android. I don't see why you would want to make them glass specific.