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 E37AD10754 for ; Tue, 24 Dec 2013 17:23:16 +0000 (UTC) Received: (qmail 76064 invoked by uid 500); 24 Dec 2013 17:23:16 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 75960 invoked by uid 500); 24 Dec 2013 17:23:12 -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 75952 invoked by uid 99); 24 Dec 2013 17:23:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 17:23:11 +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 (athena.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:23:06 +0000 Received: by mail-ie0-f178.google.com with SMTP id lx4so7004835iec.23 for ; Tue, 24 Dec 2013 09:22:45 -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:cc:content-type; bh=vgt6S/WE6wsMUk2b37jCWgUYdKxbV8ZhYmplrG4jE1c=; b=yrUaxpiam567GPZf3JrL2aixFOdnkT81wGJE6nstShnkAJT8xv/sqsPMP4KIDNOpa5 d5bHcDHU1TuOEm/SBm+yEfAa9SUxdtBFoXIlrVBNPqxh2WSZol1A6r872uBViq0dkoob r/PdJ/xH1lsLztpJYrhrmxqlEaTiV3BlsAeSsyYcnXmOh09W6lemv6DTUATebTs6/u6y 3PKAmLgEW6FnuBCVwA7atbNrLafvCx460dGcQ5rwMwLXLmLLKc2fGD5qqKBBvGML+YrX 1nMutfTnlOglY0g+kckWt5QpNE01A1NqATSX8EGkdIk/YVvBmjE9pqrKOBikJ2M3LPs8 3jBA== MIME-Version: 1.0 X-Received: by 10.50.87.36 with SMTP id u4mr27375765igz.40.1387905765596; Tue, 24 Dec 2013 09:22:45 -0800 (PST) Received: by 10.50.114.132 with HTTP; Tue, 24 Dec 2013 09:22:45 -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:22:45 -0800 Message-ID: Subject: Re: Google Glass Support From: Joe Bowser To: Ross Gerbasi Cc: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They should go into your own package. I really shouldn't have used org.apache.cordova.glass. On Tue, Dec 24, 2013 at 9:20 AM, Ross Gerbasi wrote: > Also should I put these into my own package like > com.rossgerbasi.cordova.glass or should they go into > org.apache.cordova.glass ? > > thanks! > > > On Tue, Dec 24, 2013 at 11:13 AM, Ross Gerbasi wrote: >> >> Well hot damn, maybe i won't need to then. thanks for the heads up. >> >> >> On Tue, Dec 24, 2013 at 11:02 AM, Joe Bowser wrote: >>> >>> 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. >> >> >