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 9AA7110B2E for ; Wed, 25 Dec 2013 20:29:32 +0000 (UTC) Received: (qmail 75103 invoked by uid 500); 25 Dec 2013 20:29:32 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 75057 invoked by uid 500); 25 Dec 2013 20:29:32 -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 75049 invoked by uid 99); 25 Dec 2013 20:29:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 20:29:32 +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 (nike.apache.org: domain of rgerbasi@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 20:29:26 +0000 Received: by mail-wg0-f47.google.com with SMTP id n12so6698836wgh.26 for ; Wed, 25 Dec 2013 12:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qWGddGl8/zAawWR9K/Z7mLhN3tctrnbSQV42Uej6Ks0=; b=g2ZF3SUbM4vxt44o8/+pwOXIotGi/8Pr50wzetHTe4EwD+WWOkHC+R9VKsgMOG42Wx 58Wc8s+OIygeOIYJLPLLiQIsu7sRVroId8fJnQAuGIluuuJtfyqPo4bNLfNPOj00mg3G mZtLWX6LMvDJhc/GzQXh593zesFW1E0LxO2lkou39MVCA7w/qba7XdZiGEaGO0jmpFy+ YdAvXOmxIN/7NaLElp5ixuKLZnvklfU/UE48biwr9PkCCbF9k21hvOr1bc1DEAD0D7U6 5b14kBP/zYM+xoH9APvv2w0pmxLWISwRemgGjnKeCrGecdIKFpkttX7i/U2sk380O+Q5 B/QQ== MIME-Version: 1.0 X-Received: by 10.194.86.70 with SMTP id n6mr454004wjz.71.1388003345862; Wed, 25 Dec 2013 12:29:05 -0800 (PST) Received: by 10.195.13.101 with HTTP; Wed, 25 Dec 2013 12:29:05 -0800 (PST) In-Reply-To: References: <1387890300.67350.YahooMailAndroidMobile@web163902.mail.gq1.yahoo.com> Date: Wed, 25 Dec 2013 14:29:05 -0600 Message-ID: Subject: Re: Google Glass Support From: Ross Gerbasi To: dev Content-Type: multipart/alternative; boundary=089e0102dfe060985404ee61b685 X-Virus-Checked: Checked by ClamAV on apache.org --089e0102dfe060985404ee61b685 Content-Type: text/plain; charset=ISO-8859-1 Alrighty, more info, swipe_down default has been controlled the same way the back button is for normal android. If you have a backbutton listener it will bind the swipe down and dispatch a backbutton event instead of exiting the app. This should work for users to navigate around :) Now I need to find a way to apply what I have done via my touch plugin instead of modifications to the main activity... so moving along... On Wed, Dec 25, 2013 at 1:39 PM, Ross Gerbasi wrote: > Swipe down actually appears to be more of a key up event. Going down this > road to try to cancel it. > > > On Wed, Dec 25, 2013 at 1:02 PM, Ross Gerbasi wrote: > >> I haven't been able to find a way to prevent the SWIPE_DOWN event from >> closing the app, Joe you happen to dig into this? We really need swipe down >> dispatched on the webview. Any ideas? >> >> >> On Tue, Dec 24, 2013 at 3:36 PM, Ross Gerbasi wrote: >> >>> Thanks Brian will do. >>> >>> For now I only know that of the XML for voice trigger. I will look into >>> coding it into a plugin. Great idea. >>> On Dec 24, 2013 4:04 PM, "Brian LeRoux" wrote: >>> >>>> I could see something like this graduating to 'core' plugin status if it >>>> gets popular enough (and you are into it) Ross. For now, as Joe says, >>>> let >>>> it bake under your personal brand and feel free to enlist our help. :) >>>> On Dec 25, 2013 5:52 AM, "Ross Gerbasi" wrote: >>>> >>>> > Copy that. >>>> > >>>> > Thanks >>>> > On Dec 24, 2013 11:22 AM, "Joe Bowser" wrote: >>>> > >>>> > > 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 < >>>> rgerbasi@gmail.com> >>>> > > 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 < >>>> rgerbasi@gmail.com> >>>> > > 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. >>>> > > >> >>>> > > >> >>>> > > > >>>> > > >>>> > >>>> >>> >> > --089e0102dfe060985404ee61b685--