[GitHub] cordova-medic pull request: CB-6909 shellCmd and shellRunParam in ...

2014-06-10 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-medic/pull/11

CB-6909 shellCmd and shellRunParam in master.cfg use values for master, 
fails on Windows slaves if OS X master

shellCmd and shellRunCmd defined in master.cfg depends on the OS of the 
master, so if you have a OS X master and Windows client (or vice versa) a lot 
of steps will fail.
For some steps, like in wp8 and windows8 sections, we know they'll always 
run on Windows so we could always use 'cmd'. But in common sections or for a 
platform like android, it needs to work on both.

Fix for [CB-6909](https://issues.apache.org/jira/browse/CB-6909)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-medic CB-6909

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-medic/pull/11.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #11


commit 8e843e92fee168986859cc34c3adc2302b62e72e
Author: Vladimir Kotikov 
Date:   2014-06-09T13:35:12Z

Removes platform-dependent shellCmd and shellRunParam from master.cfg




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-mobile-spec pull request: CB-6570 FFOS privileged apps com...

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-mobile-spec/pull/64


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Hangout

2014-06-10 Thread tommy-carlos williams
Sadly, it’s actually 6am at this time of year, but I’ll be there ;)

On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:

Sounds great, thanks for the agenda.  

Note, there are already some beefy items on the list and we always run  
short on time -- so before adding more please triple consider if items are  
important and cannot just be discussed on the lists.  

-Michal  


On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard  wrote:  

> Assuming we will be doing the Hangout tomorrow, I created a draft agenda  
> and notes placeholder as a Google Doc, and it is linked from the wiki:  
> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes  
>  
> Is the previously-scheduled time of 4pm EDT good? I think that maps to 8am  
> for Tommy.  



Re: Tizen update

2014-06-10 Thread Schulhof, Gabriel
Hey!

Awesome! Thanks for letting me know!



Gabriel


Re: [VOTE] Plugins Release (attempt 2)

2014-06-10 Thread Piotr Zalewa

+1 I've installed plugins and checked these which exist on Firefox OS

Dnia Mon Jun  9 22:43:41 2014 Marcel Kinard pisze:

I also verified the contents of the zip files against my local repos at that 
hash (diff -r). All looks good.

On Jun 9, 2014, at 3:33 PM, Marcel Kinard  wrote:


+1

- Ran coho audit-license-headers, all looks good.
- Ran coho verify-tags, all looks good.
- Ran mobile-spec using Android Cordova platform 3.5.0 on Android 4.4.3. 
Ignoring the fails in Battery and Contacts, I see 2 other failing tests in 
Geolocation which I am tempted to ignore because this plugin is empty for 
Android since it falls back to the webview implementation for geolocation.

On Jun 9, 2014, at 1:48 PM, Steven Gill  wrote:


   cordova-plugin-camera: 0.3.0 (4fa934e06f)
cordova-plugin-console: 0.2.9 (f3764d8318)
cordova-plugin-device: 0.2.10 (159d55eb1d)
cordova-plugin-device-motion: 0.2.8 (51d58d6d29)

cordova-plugin-device-orientation: 0.3.7 (d66777a007)
cordova-plugin-dialogs: 0.2.8 (057d6cc4e9)
cordova-plugin-file: 1.2.0 (e02d3d0f8e)
cordova-plugin-file-transfer: 0.4.4 (db9eca0aa8)
cordova-plugin-geolocation: 0.3.8 (a403b4abb6)

cordova-plugin-globalization: 0.2.8 (9a4e8c81e5)
cordova-plugin-inappbrowser: 0.5.0 (992306bbc5)
cordova-plugin-media: 0.2.11 (ee68987d3b)
cordova-plugin-media-capture: 0.3.1 (70cd9a0ee3)
cordova-plugin-network-information: 0.2.9 (be5875f9d9)

cordova-plugin-splashscreen: 0.3.1 (b3b7a561ab)
cordova-plugin-statusbar: 0.1.6 (11195658af)
cordova-plugin-vibration: 0.3.9 (b2fdbc1c92)







--
Piotr Zalewa
Mozilla


Re: [cordova-docs] Vagrant Support to Simplify Doc Generation

2014-06-10 Thread Marcel Kinard
Bravo!

On Jun 9, 2014, at 7:30 PM, Michael Brooks  wrote:

> Hey all,
> 
> I know a lot of us have trouble generating the documentation. Juggling Ruby
> environments and the dependencies can be a sensitive matter.
> 
> To make our lives easier, I've added Vagrant support to our documentation
> generator [1]. It's easy to setup and works on all the major operating
> systems. After you've installed Vagrant and VirtualBox, you only need to
> run one command to download and provision a light-weight virtual machine
> (approx 200MB):
> 
>$ vagrant up
>C:\> vagrant up
> 
> Once the virtual machine has been provisioned, you can connect to it
> through a SSH tunnel and access your cordova-docs repository, which is
> shared between the virtual and local machines:
> 
>$ vagrant ssh
>$ cd /vagrant
>$ ls
># contents of cordova-docs repo
> 
> From here, you can run any cordova-docs command, such as:
> 
>$ ./bin/generate
> 
> You'll see the files appear on both your local and virtual machine.
> 
> You can read the full details in the README.md [2]
> 
> I hope this helps to make doc generation a little easier.
> 
> Cheers,
> Michael
> 
> [1]
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=e1030bb90fe478f11078c11485161e4abb1cdb4d
> [2]
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=blob;f=README.md;h=5e65910b54425cc82c798546d74bb94f6ee2058e;hb=HEAD#l80



Re: [VOTE] Plugins Release (attempt 2)

2014-06-10 Thread Bryan Higgins
+1

- coho audit-license-headers
- coho verify-tags
- mobile-spec on cordova-blackberry@3.5.0

One failure for FT upload abort which I'll look into, but it's definitely
not a show stopper considering the improvements in this release.



On Tue, Jun 10, 2014 at 7:21 AM, Piotr Zalewa  wrote:

> +1 I've installed plugins and checked these which exist on Firefox OS
>
> Dnia Mon Jun  9 22:43:41 2014 Marcel Kinard pisze:
>
>  I also verified the contents of the zip files against my local repos at
>> that hash (diff -r). All looks good.
>>
>> On Jun 9, 2014, at 3:33 PM, Marcel Kinard  wrote:
>>
>>  +1
>>>
>>> - Ran coho audit-license-headers, all looks good.
>>> - Ran coho verify-tags, all looks good.
>>> - Ran mobile-spec using Android Cordova platform 3.5.0 on Android 4.4.3.
>>> Ignoring the fails in Battery and Contacts, I see 2 other failing tests in
>>> Geolocation which I am tempted to ignore because this plugin is empty for
>>> Android since it falls back to the webview implementation for geolocation.
>>>
>>> On Jun 9, 2014, at 1:48 PM, Steven Gill  wrote:
>>>
>>> cordova-plugin-camera: 0.3.0 (4fa934e06f)
 cordova-plugin-console: 0.2.9 (f3764d8318)
 cordova-plugin-device: 0.2.10 (159d55eb1d)
 cordova-plugin-device-motion: 0.2.8 (51d58d6d29)

 cordova-plugin-device-orientation: 0.3.7 (d66777a007)
 cordova-plugin-dialogs: 0.2.8 (057d6cc4e9)
 cordova-plugin-file: 1.2.0 (e02d3d0f8e)
 cordova-plugin-file-transfer: 0.4.4 (db9eca0aa8)
 cordova-plugin-geolocation: 0.3.8 (a403b4abb6)

 cordova-plugin-globalization: 0.2.8 (9a4e8c81e5)
 cordova-plugin-inappbrowser: 0.5.0 (992306bbc5)
 cordova-plugin-media: 0.2.11 (ee68987d3b)
 cordova-plugin-media-capture: 0.3.1 (70cd9a0ee3)
 cordova-plugin-network-information: 0.2.9 (be5875f9d9)

 cordova-plugin-splashscreen: 0.3.1 (b3b7a561ab)
 cordova-plugin-statusbar: 0.1.6 (11195658af)
 cordova-plugin-vibration: 0.3.9 (b2fdbc1c92)

>>>
>>>
>>
>>
> --
> Piotr Zalewa
> Mozilla
>


RE: Cordova strategy for Hosted Apps

2014-06-10 Thread Jeff Burtoft
My hesitation with integrating with Cordova for the pure hosted app solution is 
that it seems like there are a lot of work-arounds (and not supported on some 
platforms like windows 8) to make it happen.  My fear is that as Cordova 
continues to mature, the hosted app solution may get even less support.  That's 
why I'm wondering if it is officially part of the strategy.  What are your 
thoughts on this?

-Original Message-
From: Marcel Kinard [mailto:cmarc...@gmail.com] 
Sent: Monday, June 9, 2014 3:05 PM
To: dev@cordova.apache.org
Subject: Re: Cordova strategy for Hosted Apps

To elaborate a bit more on #1, I've seen issues where the cordova.js in the 
hosted content gets out-of-sync with the native Cordova runtime installed on 
the device. Weird behavior can ensue when there are changes across Cordova 
versions in the js-native interactions. One brute-force way to deal with this 
would be to locally inspect the version of the native Cordova runtime, and ask 
the remote server to serve up the matching version of cordova.js.  The folks 
writing hosted apps like this don't see this design wrinkle until they are 
debugging weird behavior.

On Jun 6, 2014, at 4:24 PM, Jesse  wrote:

> Hi Jeff,
> 
> 1. Currently (out of the box) you can load the start page from the 
> network or the device file system.  However, you need to be aware of 
> both CORS issues as well as App store policies which may make this 
> approach un-submittable [1] . You can achieve this either by setting 
> the  in your config.xml file, or by redirecting from 
> the index.html that is packaged with your app.  The latter approach 
> allows you to respond to no-network issues, which you must do in 
> mobile anyway.  cordova.js will need to live with your server pages, 
> and any plugins, and cordova_plugins.js and all plugin files must 
> match the versions of the native implementation that is compiled in the app.
> 
> 2. Yes, it is a great way of testing, as you can skip the whole build, 
> and just reload. If the app should function with/without the feature, 
> then yes, it should detect it.
> 
> 3. Similar to what you describe in  #2, for targeting browsers generically.
> 
> [1]
> 2.12 Apps that are not very useful, unique, are simply web sites 
> bundled as Apps, or do not provide any lasting entertainment value may be 
> rejected.
> https://developer.apple.com/appstore/resources/approval/guidelines.htm
> l
> 
> Cheers,
>  Jesse
> 
> 
> @purplecabbage
> risingj.com
> 
> 
> On Fri, Jun 6, 2014 at 1:02 PM, Jeff Burtoft  wrote:
> 
>> I have a tool that allows developers to take their web apps and build 
>> them into hosted store apps on Windows 8.1 and Windows Phone (8 and 
>> 8.1) called the Web App Template.  Some of 
>> the developers who are using the tool would like to see it go cross 
>> platform to Android and iOS, so that the same config file could be 
>> used to build hosted apps for the play store and App store just as it is on 
>> Windows.
>> I love the idea of going cross platform, and when I think cross 
>> platform, I think Cordova, but after looking through some of the 
>> documentation, I'm not sure if it's a good fit.  I'm looking for some 
>> direction on these
>> questions:
>> 
>> 1.   Does Cordova have "hosted apps" (where the content lives on the
>> server as opposed to being packaged with the app) in its roadmap?  I 
>> realize you can do this today on most platforms with a redirect, but 
>> it seems to be more of a work around rather than a strategy.
>> 
>> 2.   Does it make sense to make Cordova device APIs available to
>> hosted apps?  In general these apps also must function in a browser , 
>> so the features would have to be implemented in a progressive 
>> enhancement model.
>> 
>> 3.   I see a build for Browser<
>> https://github.com/apache/cordova-browser> on the Cordova website.  
>> What are the plans for this build?
>> 
>> 
>> Can anyone help clarify some of this?
>> 
>> Thanks,
>> Jeff Burtoft
>> 
>> HTML5 Evangelist \\ Web Technologies
>> \\ Microsoft
>> 
>> 
>> 



Re: Cordova strategy for Hosted Apps

2014-06-10 Thread Brian LeRoux
Well, here's what we know. Most developers use Chrome Devtools, Webkit
Inspector, IE Developer Tools, and, increasingly, Firefox Devtools to build
their apps. They treat Cordova less as an authoring env and more as a
publishing step to test/qa. This is an important distinction to
acknowledge.

Anything we can do as a project to reduce friction in the authoring
experience is good for our developer community and Cordova. The team I'm
with is on board with this mission and we are working towards it.

So why aren't we working on it? Well, we are. But not directly. We ran into
architectural issues with the generated cordova.js code that needed
attention first. (Its too big and not really friendly to good web
publishing practices.) We're close to addressing that but it will require a
great deal of testing. With cordova.js cleaned up we'll be revisiting our
tooling to abstract out common functionality. Creating a project, for
example, requires the entire cordova-lib so we need to refactor that stuff
out, so we can ultimately create the smallest, most isolated, discreet, and
intelligent builds for the browser possible.

The project that started Cordova had a stated goal to enable web
development. I view the 'browser as a platform' as work towards that
original goal. I can't speak to Cordova project strategy overall, no one
can, but I can advocate a direction where we make publishing to the web a
seamless and supported part of the Cordova workflow. If you want an idea to
succeed in open source ultimately you'll have to sponsor some sort of
development so hopefully Microsoft agrees. =)




On Tue, Jun 10, 2014 at 8:38 AM, Jeff Burtoft 
wrote:

> My hesitation with integrating with Cordova for the pure hosted app
> solution is that it seems like there are a lot of work-arounds (and not
> supported on some platforms like windows 8) to make it happen.  My fear is
> that as Cordova continues to mature, the hosted app solution may get even
> less support.  That's why I'm wondering if it is officially part of the
> strategy.  What are your thoughts on this?
>
> -Original Message-
> From: Marcel Kinard [mailto:cmarc...@gmail.com]
> Sent: Monday, June 9, 2014 3:05 PM
> To: dev@cordova.apache.org
> Subject: Re: Cordova strategy for Hosted Apps
>
> To elaborate a bit more on #1, I've seen issues where the cordova.js in
> the hosted content gets out-of-sync with the native Cordova runtime
> installed on the device. Weird behavior can ensue when there are changes
> across Cordova versions in the js-native interactions. One brute-force way
> to deal with this would be to locally inspect the version of the native
> Cordova runtime, and ask the remote server to serve up the matching version
> of cordova.js.  The folks writing hosted apps like this don't see this
> design wrinkle until they are debugging weird behavior.
>
> On Jun 6, 2014, at 4:24 PM, Jesse  wrote:
>
> > Hi Jeff,
> >
> > 1. Currently (out of the box) you can load the start page from the
> > network or the device file system.  However, you need to be aware of
> > both CORS issues as well as App store policies which may make this
> > approach un-submittable [1] . You can achieve this either by setting
> > the  in your config.xml file, or by redirecting from
> > the index.html that is packaged with your app.  The latter approach
> > allows you to respond to no-network issues, which you must do in
> > mobile anyway.  cordova.js will need to live with your server pages,
> > and any plugins, and cordova_plugins.js and all plugin files must
> > match the versions of the native implementation that is compiled in the
> app.
> >
> > 2. Yes, it is a great way of testing, as you can skip the whole build,
> > and just reload. If the app should function with/without the feature,
> > then yes, it should detect it.
> >
> > 3. Similar to what you describe in  #2, for targeting browsers
> generically.
> >
> > [1]
> > 2.12 Apps that are not very useful, unique, are simply web sites
> > bundled as Apps, or do not provide any lasting entertainment value may
> be rejected.
> > https://developer.apple.com/appstore/resources/approval/guidelines.htm
> > l
> >
> > Cheers,
> >  Jesse
> >
> >
> > @purplecabbage
> > risingj.com
> >
> >
> > On Fri, Jun 6, 2014 at 1:02 PM, Jeff Burtoft 
> wrote:
> >
> >> I have a tool that allows developers to take their web apps and build
> >> them into hosted store apps on Windows 8.1 and Windows Phone (8 and
> >> 8.1) called the Web App Template.  Some of
> >> the developers who are using the tool would like to see it go cross
> >> platform to Android and iOS, so that the same config file could be
> >> used to build hosted apps for the play store and App store just as it
> is on Windows.
> >> I love the idea of going cross platform, and when I think cross
> >> platform, I think Cordova, but after looking through some of the
> >> documentation, I'm not sure if it's a good fit.  I'm looking for some
> >> direction on these
> >

[GitHub] cordova-firefoxos pull request: add icons

2014-06-10 Thread rodms10
Github user rodms10 commented on a diff in the pull request:

https://github.com/apache/cordova-firefoxos/pull/13#discussion_r13606326
  
--- Diff: bin/lib/create.js ---
@@ -63,7 +63,11 @@ exports.createProject = 
function(project_path,package_name,project_name){
 shjs.cp( path.join(ROOT, 'bin', 'lib', 'check_reqs.js'), 
path.join(project_path,'cordova', 'lib'));
 
 //copy cordova directory
-shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 
'cordova'), project_path); 
+shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 
'cordova'), project_path);
+
+// project folder
--- End diff --

I think it would be clearer if the comment was:
// copy platform_www to project folder


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-firefoxos pull request: add icons

2014-06-10 Thread rodms10
Github user rodms10 commented on the pull request:

https://github.com/apache/cordova-firefoxos/pull/13#issuecomment-45644096
  
Nice work @marti1125! Thanks again for working on this. The `cp: no such 
file or directory` error comes from 
[firefoxos_parser.js](https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/metadata/firefoxos_parser.js)
 which lives in another repo. I'm working on it today and will fix this error 
message when the file already exists.

If you can address that little nit on the comments, it's good to go!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [cordova-docs] Vagrant Support to Simplify Doc Generation

2014-06-10 Thread Michael Brooks
Thanks Marcel for the README.md clarifications!


On Tue, Jun 10, 2014 at 5:29 AM, Marcel Kinard  wrote:

> Bravo!
>
> On Jun 9, 2014, at 7:30 PM, Michael Brooks 
> wrote:
>
> > Hey all,
> >
> > I know a lot of us have trouble generating the documentation. Juggling
> Ruby
> > environments and the dependencies can be a sensitive matter.
> >
> > To make our lives easier, I've added Vagrant support to our documentation
> > generator [1]. It's easy to setup and works on all the major operating
> > systems. After you've installed Vagrant and VirtualBox, you only need to
> > run one command to download and provision a light-weight virtual machine
> > (approx 200MB):
> >
> >$ vagrant up
> >C:\> vagrant up
> >
> > Once the virtual machine has been provisioned, you can connect to it
> > through a SSH tunnel and access your cordova-docs repository, which is
> > shared between the virtual and local machines:
> >
> >$ vagrant ssh
> >$ cd /vagrant
> >$ ls
> ># contents of cordova-docs repo
> >
> > From here, you can run any cordova-docs command, such as:
> >
> >$ ./bin/generate
> >
> > You'll see the files appear on both your local and virtual machine.
> >
> > You can read the full details in the README.md [2]
> >
> > I hope this helps to make doc generation a little easier.
> >
> > Cheers,
> > Michael
> >
> > [1]
> >
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=e1030bb90fe478f11078c11485161e4abb1cdb4d
> > [2]
> >
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=blob;f=README.md;h=5e65910b54425cc82c798546d74bb94f6ee2058e;hb=HEAD#l80
>
>


[GitHub] cordova-firefoxos pull request: add icons

2014-06-10 Thread rodms10
Github user rodms10 commented on the pull request:

https://github.com/apache/cordova-firefoxos/pull/13#issuecomment-45661222
  
Thanks for updating the comment, r+. @zalun, can you please merge? This 
fixes CB-5692.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-firefoxos pull request: CB-5956 firefoxos: Fixed minor typ...

2014-06-10 Thread rodms10
Github user rodms10 commented on the pull request:

https://github.com/apache/cordova-firefoxos/pull/5#issuecomment-45662171
  
The "meeet" misspelling is still there, but the line with "Creating Firefox 
OS project" was removed. @rixrix can you rebase this change?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-firefoxos pull request: some cleanup and linting

2014-06-10 Thread rodms10
Github user rodms10 commented on the pull request:

https://github.com/apache/cordova-firefoxos/pull/2#issuecomment-45662595
  
Changes to `cordova.js` should be made in [cordova-js 
repo](https://github.com/apache/cordova-js/blob/master/src/cordova.js)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Hangout

2014-06-10 Thread Shazron
Please post the hangout link when you have it set up.

On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams
 wrote:
> Sadly, it’s actually 6am at this time of year, but I’ll be there ;)
>
> On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
>
> Sounds great, thanks for the agenda.
>
> Note, there are already some beefy items on the list and we always run
> short on time -- so before adding more please triple consider if items are
> important and cannot just be discussed on the lists.
>
> -Michal
>
>
> On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard  wrote:
>
>> Assuming we will be doing the Hangout tomorrow, I created a draft agenda
>> and notes placeholder as a Google Doc, and it is linked from the wiki:
>> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
>>
>> Is the previously-scheduled time of 4pm EDT good? I think that maps to 8am
>> for Tommy.
>


Re: Hangout

2014-06-10 Thread Steven Gill
Link?


On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams 
wrote:

> Sadly, it's actually 6am at this time of year, but I'll be there ;)
>
> On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
>
> Sounds great, thanks for the agenda.
>
> Note, there are already some beefy items on the list and we always run
> short on time -- so before adding more please triple consider if items are
> important and cannot just be discussed on the lists.
>
> -Michal
>
>
> On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard  wrote:
>
> > Assuming we will be doing the Hangout tomorrow, I created a draft agenda
> > and notes placeholder as a Google Doc, and it is linked from the wiki:
> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> >
> > Is the previously-scheduled time of 4pm EDT good? I think that maps to
> 8am
> > for Tommy.
>
>


Re: Hangout

2014-06-10 Thread Ian Clelland
Link incoming


On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill  wrote:

> Link?
>
>
> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams  >
> wrote:
>
> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
> >
> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
> >
> > Sounds great, thanks for the agenda.
> >
> > Note, there are already some beefy items on the list and we always run
> > short on time -- so before adding more please triple consider if items
> are
> > important and cannot just be discussed on the lists.
> >
> > -Michal
> >
> >
> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard 
> wrote:
> >
> > > Assuming we will be doing the Hangout tomorrow, I created a draft
> agenda
> > > and notes placeholder as a Google Doc, and it is linked from the wiki:
> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > >
> > > Is the previously-scheduled time of 4pm EDT good? I think that maps to
> > 8am
> > > for Tommy.
> >
> >
>


Re: Hangout

2014-06-10 Thread Ian Clelland
Try this one:

https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg



On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland 
wrote:

> Link incoming
>
>
> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill 
> wrote:
>
>> Link?
>>
>>
>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
>> to...@devgeeks.org>
>> wrote:
>>
>> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
>> >
>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
>> >
>> > Sounds great, thanks for the agenda.
>> >
>> > Note, there are already some beefy items on the list and we always run
>> > short on time -- so before adding more please triple consider if items
>> are
>> > important and cannot just be discussed on the lists.
>> >
>> > -Michal
>> >
>> >
>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard 
>> wrote:
>> >
>> > > Assuming we will be doing the Hangout tomorrow, I created a draft
>> agenda
>> > > and notes placeholder as a Google Doc, and it is linked from the wiki:
>> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
>> > >
>> > > Is the previously-scheduled time of 4pm EDT good? I think that maps to
>> > 8am
>> > > for Tommy.
>> >
>> >
>>
>
>


Re: Hangout

2014-06-10 Thread Joe Bowser
Isn't that just for watching?


On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland  wrote:
> Try this one:
>
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
>
>
>
> On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland 
> wrote:
>
>> Link incoming
>>
>>
>> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill 
>> wrote:
>>
>>> Link?
>>>
>>>
>>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
>>> to...@devgeeks.org>
>>> wrote:
>>>
>>> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
>>> >
>>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
>>> >
>>> > Sounds great, thanks for the agenda.
>>> >
>>> > Note, there are already some beefy items on the list and we always run
>>> > short on time -- so before adding more please triple consider if items
>>> are
>>> > important and cannot just be discussed on the lists.
>>> >
>>> > -Michal
>>> >
>>> >
>>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard 
>>> wrote:
>>> >
>>> > > Assuming we will be doing the Hangout tomorrow, I created a draft
>>> agenda
>>> > > and notes placeholder as a Google Doc, and it is linked from the wiki:
>>> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
>>> > >
>>> > > Is the previously-scheduled time of 4pm EDT good? I think that maps to
>>> > 8am
>>> > > for Tommy.
>>> >
>>> >
>>>
>>
>>


Re: Hangout

2014-06-10 Thread Ian Clelland
Turns out it is. Andrew has the *real* link now.


On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser  wrote:

> Isn't that just for watching?
>
>
> On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland 
> wrote:
> > Try this one:
> >
> >
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
> >
> >
> >
> > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland 
> > wrote:
> >
> >> Link incoming
> >>
> >>
> >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill 
> >> wrote:
> >>
> >>> Link?
> >>>
> >>>
> >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> >>> to...@devgeeks.org>
> >>> wrote:
> >>>
> >>> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
> >>> >
> >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org)
> wrote:
> >>> >
> >>> > Sounds great, thanks for the agenda.
> >>> >
> >>> > Note, there are already some beefy items on the list and we always
> run
> >>> > short on time -- so before adding more please triple consider if
> items
> >>> are
> >>> > important and cannot just be discussed on the lists.
> >>> >
> >>> > -Michal
> >>> >
> >>> >
> >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard 
> >>> wrote:
> >>> >
> >>> > > Assuming we will be doing the Hangout tomorrow, I created a draft
> >>> agenda
> >>> > > and notes placeholder as a Google Doc, and it is linked from the
> wiki:
> >>> > >
> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> >>> > >
> >>> > > Is the previously-scheduled time of 4pm EDT good? I think that
> maps to
> >>> > 8am
> >>> > > for Tommy.
> >>> >
> >>> >
> >>>
> >>
> >>
>


Re: Hangout

2014-06-10 Thread Michal Mocny
Link for joining coming in 1 sec.  We'll figure this out one day, promise.


On Tue, Jun 10, 2014 at 4:04 PM, Ian Clelland 
wrote:

> Try this one:
>
>
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
>
>
>
> On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland 
> wrote:
>
> > Link incoming
> >
> >
> > On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill 
> > wrote:
> >
> >> Link?
> >>
> >>
> >> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> >> to...@devgeeks.org>
> >> wrote:
> >>
> >> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
> >> >
> >> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:
> >> >
> >> > Sounds great, thanks for the agenda.
> >> >
> >> > Note, there are already some beefy items on the list and we always run
> >> > short on time -- so before adding more please triple consider if items
> >> are
> >> > important and cannot just be discussed on the lists.
> >> >
> >> > -Michal
> >> >
> >> >
> >> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard 
> >> wrote:
> >> >
> >> > > Assuming we will be doing the Hangout tomorrow, I created a draft
> >> agenda
> >> > > and notes placeholder as a Google Doc, and it is linked from the
> wiki:
> >> > >
> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> >> > >
> >> > > Is the previously-scheduled time of 4pm EDT good? I think that maps
> to
> >> > 8am
> >> > > for Tommy.
> >> >
> >> >
> >>
> >
> >
>


Re: Hangout

2014-06-10 Thread tommy-carlos williams
Yeah, that’s whatI am seeing as well

On 11 June 2014 at 6:06:19, Joe Bowser (bows...@gmail.com) wrote:

Isn't that just for watching?  


On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland  wrote:  
> Try this one:  
>  
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
>   
>  
>  
>  
> On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland   
> wrote:  
>  
>> Link incoming  
>>  
>>  
>> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill   
>> wrote:  
>>  
>>> Link?  
>>>  
>>>  
>>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <  
>>> to...@devgeeks.org>  
>>> wrote:  
>>>  
>>> > Sadly, it's actually 6am at this time of year, but I'll be there ;)  
>>> >  
>>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org) wrote:  
>>> >  
>>> > Sounds great, thanks for the agenda.  
>>> >  
>>> > Note, there are already some beefy items on the list and we always run  
>>> > short on time -- so before adding more please triple consider if items  
>>> are  
>>> > important and cannot just be discussed on the lists.  
>>> >  
>>> > -Michal  
>>> >  
>>> >  
>>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard   
>>> wrote:  
>>> >  
>>> > > Assuming we will be doing the Hangout tomorrow, I created a draft  
>>> agenda  
>>> > > and notes placeholder as a Google Doc, and it is linked from the wiki:  
>>> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes  
>>> > >  
>>> > > Is the previously-scheduled time of 4pm EDT good? I think that maps to  
>>> > 8am  
>>> > > for Tommy.  
>>> >  
>>> >  
>>>  
>>  
>>  



Re: Hangout

2014-06-10 Thread Andrew Grieve
https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7TPvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en


On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve  wrote:

> And it is...
>
>
> On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> wrote:
>
>> Turns out it is. Andrew has the *real* link now.
>>
>>
>> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser  wrote:
>>
>> > Isn't that just for watching?
>> >
>> >
>> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland 
>> > wrote:
>> > > Try this one:
>> > >
>> > >
>> >
>> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
>> > >
>> > >
>> > >
>> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland > >
>> > > wrote:
>> > >
>> > >> Link incoming
>> > >>
>> > >>
>> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill > >
>> > >> wrote:
>> > >>
>> > >>> Link?
>> > >>>
>> > >>>
>> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
>> > >>> to...@devgeeks.org>
>> > >>> wrote:
>> > >>>
>> > >>> > Sadly, it's actually 6am at this time of year, but I'll be there
>> ;)
>> > >>> >
>> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org)
>> > wrote:
>> > >>> >
>> > >>> > Sounds great, thanks for the agenda.
>> > >>> >
>> > >>> > Note, there are already some beefy items on the list and we always
>> > run
>> > >>> > short on time -- so before adding more please triple consider if
>> > items
>> > >>> are
>> > >>> > important and cannot just be discussed on the lists.
>> > >>> >
>> > >>> > -Michal
>> > >>> >
>> > >>> >
>> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
>> cmarc...@gmail.com>
>> > >>> wrote:
>> > >>> >
>> > >>> > > Assuming we will be doing the Hangout tomorrow, I created a
>> draft
>> > >>> agenda
>> > >>> > > and notes placeholder as a Google Doc, and it is linked from the
>> > wiki:
>> > >>> > >
>> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
>> > >>> > >
>> > >>> > > Is the previously-scheduled time of 4pm EDT good? I think that
>> > maps to
>> > >>> > 8am
>> > >>> > > for Tommy.
>> > >>> >
>> > >>> >
>> > >>>
>> > >>
>> > >>
>> >
>>
>
>


Re: Hangout

2014-06-10 Thread Andrew Grieve
And it is...


On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
wrote:

> Turns out it is. Andrew has the *real* link now.
>
>
> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser  wrote:
>
> > Isn't that just for watching?
> >
> >
> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland 
> > wrote:
> > > Try this one:
> > >
> > >
> >
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
> > >
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland 
> > > wrote:
> > >
> > >> Link incoming
> > >>
> > >>
> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill 
> > >> wrote:
> > >>
> > >>> Link?
> > >>>
> > >>>
> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> > >>> to...@devgeeks.org>
> > >>> wrote:
> > >>>
> > >>> > Sadly, it's actually 6am at this time of year, but I'll be there ;)
> > >>> >
> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org)
> > wrote:
> > >>> >
> > >>> > Sounds great, thanks for the agenda.
> > >>> >
> > >>> > Note, there are already some beefy items on the list and we always
> > run
> > >>> > short on time -- so before adding more please triple consider if
> > items
> > >>> are
> > >>> > important and cannot just be discussed on the lists.
> > >>> >
> > >>> > -Michal
> > >>> >
> > >>> >
> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard  >
> > >>> wrote:
> > >>> >
> > >>> > > Assuming we will be doing the Hangout tomorrow, I created a draft
> > >>> agenda
> > >>> > > and notes placeholder as a Google Doc, and it is linked from the
> > wiki:
> > >>> > >
> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > >>> > >
> > >>> > > Is the previously-scheduled time of 4pm EDT good? I think that
> > maps to
> > >>> > 8am
> > >>> > > for Tommy.
> > >>> >
> > >>> >
> > >>>
> > >>
> > >>
> >
>


Re: Hangout

2014-06-10 Thread Carlos Santana
...



On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve  wrote:

> And it is...
>
>
> On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> wrote:
>
> > Turns out it is. Andrew has the *real* link now.
> >
> >
> > On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser  wrote:
> >
> > > Isn't that just for watching?
> > >
> > >
> > > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland 
> > > wrote:
> > > > Try this one:
> > > >
> > > >
> > >
> >
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
> > > >
> > > >
> > > >
> > > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> iclell...@chromium.org>
> > > > wrote:
> > > >
> > > >> Link incoming
> > > >>
> > > >>
> > > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> stevengil...@gmail.com>
> > > >> wrote:
> > > >>
> > > >>> Link?
> > > >>>
> > > >>>
> > > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> > > >>> to...@devgeeks.org>
> > > >>> wrote:
> > > >>>
> > > >>> > Sadly, it's actually 6am at this time of year, but I'll be there
> ;)
> > > >>> >
> > > >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org)
> > > wrote:
> > > >>> >
> > > >>> > Sounds great, thanks for the agenda.
> > > >>> >
> > > >>> > Note, there are already some beefy items on the list and we
> always
> > > run
> > > >>> > short on time -- so before adding more please triple consider if
> > > items
> > > >>> are
> > > >>> > important and cannot just be discussed on the lists.
> > > >>> >
> > > >>> > -Michal
> > > >>> >
> > > >>> >
> > > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> cmarc...@gmail.com
> > >
> > > >>> wrote:
> > > >>> >
> > > >>> > > Assuming we will be doing the Hangout tomorrow, I created a
> draft
> > > >>> agenda
> > > >>> > > and notes placeholder as a Google Doc, and it is linked from
> the
> > > wiki:
> > > >>> > >
> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > > >>> > >
> > > >>> > > Is the previously-scheduled time of 4pm EDT good? I think that
> > > maps to
> > > >>> > 8am
> > > >>> > > for Tommy.
> > > >>> >
> > > >>> >
> > > >>>
> > > >>
> > > >>
> > >
> >
>



-- 
Carlos Santana



Re: Hangout

2014-06-10 Thread Carlos Santana
ding ding ding !


On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve  wrote:

>
> https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7TPvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
>
>
> On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve 
> wrote:
>
> > And it is...
> >
> >
> > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> > wrote:
> >
> >> Turns out it is. Andrew has the *real* link now.
> >>
> >>
> >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser  wrote:
> >>
> >> > Isn't that just for watching?
> >> >
> >> >
> >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland  >
> >> > wrote:
> >> > > Try this one:
> >> > >
> >> > >
> >> >
> >>
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> iclell...@chromium.org
> >> >
> >> > > wrote:
> >> > >
> >> > >> Link incoming
> >> > >>
> >> > >>
> >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> stevengil...@gmail.com
> >> >
> >> > >> wrote:
> >> > >>
> >> > >>> Link?
> >> > >>>
> >> > >>>
> >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> >> > >>> to...@devgeeks.org>
> >> > >>> wrote:
> >> > >>>
> >> > >>> > Sadly, it's actually 6am at this time of year, but I'll be there
> >> ;)
> >> > >>> >
> >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org)
> >> > wrote:
> >> > >>> >
> >> > >>> > Sounds great, thanks for the agenda.
> >> > >>> >
> >> > >>> > Note, there are already some beefy items on the list and we
> always
> >> > run
> >> > >>> > short on time -- so before adding more please triple consider if
> >> > items
> >> > >>> are
> >> > >>> > important and cannot just be discussed on the lists.
> >> > >>> >
> >> > >>> > -Michal
> >> > >>> >
> >> > >>> >
> >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> >> cmarc...@gmail.com>
> >> > >>> wrote:
> >> > >>> >
> >> > >>> > > Assuming we will be doing the Hangout tomorrow, I created a
> >> draft
> >> > >>> agenda
> >> > >>> > > and notes placeholder as a Google Doc, and it is linked from
> the
> >> > wiki:
> >> > >>> > >
> >> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> >> > >>> > >
> >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I think that
> >> > maps to
> >> > >>> > 8am
> >> > >>> > > for Tommy.
> >> > >>> >
> >> > >>> >
> >> > >>>
> >> > >>
> >> > >>
> >> >
> >>
> >
> >
>



-- 
Carlos Santana



Re: Hangout

2014-06-10 Thread Michal Mocny
Agenda:
https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgdcFVMd6UPg/edit

lets take notes there.


On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
wrote:

> ding ding ding !
>
>
> On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve 
> wrote:
>
> >
> >
> https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7TPvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> >
> >
> > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve 
> > wrote:
> >
> > > And it is...
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> > > wrote:
> > >
> > >> Turns out it is. Andrew has the *real* link now.
> > >>
> > >>
> > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> wrote:
> > >>
> > >> > Isn't that just for watching?
> > >> >
> > >> >
> > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> iclell...@chromium.org
> > >
> > >> > wrote:
> > >> > > Try this one:
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey=CMKg9sO3_fbaPg
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > iclell...@chromium.org
> > >> >
> > >> > > wrote:
> > >> > >
> > >> > >> Link incoming
> > >> > >>
> > >> > >>
> > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > stevengil...@gmail.com
> > >> >
> > >> > >> wrote:
> > >> > >>
> > >> > >>> Link?
> > >> > >>>
> > >> > >>>
> > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> > >> > >>> to...@devgeeks.org>
> > >> > >>> wrote:
> > >> > >>>
> > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll be
> there
> > >> ;)
> > >> > >>> >
> > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny (mmo...@chromium.org
> )
> > >> > wrote:
> > >> > >>> >
> > >> > >>> > Sounds great, thanks for the agenda.
> > >> > >>> >
> > >> > >>> > Note, there are already some beefy items on the list and we
> > always
> > >> > run
> > >> > >>> > short on time -- so before adding more please triple consider
> if
> > >> > items
> > >> > >>> are
> > >> > >>> > important and cannot just be discussed on the lists.
> > >> > >>> >
> > >> > >>> > -Michal
> > >> > >>> >
> > >> > >>> >
> > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > >> cmarc...@gmail.com>
> > >> > >>> wrote:
> > >> > >>> >
> > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I created a
> > >> draft
> > >> > >>> agenda
> > >> > >>> > > and notes placeholder as a Google Doc, and it is linked from
> > the
> > >> > wiki:
> > >> > >>> > >
> > >> >
> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > >> > >>> > >
> > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I think
> that
> > >> > maps to
> > >> > >>> > 8am
> > >> > >>> > > for Tommy.
> > >> > >>> >
> > >> > >>> >
> > >> > >>>
> > >> > >>
> > >> > >>
> > >> >
> > >>
> > >
> > >
> >
>
>
>
> --
> Carlos Santana
> 
>


RE: Hangout

2014-06-10 Thread Josh Soref
The video call is full

-Original Message-
From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny
Sent: Tuesday, June 10, 2014 4:13 PM
To: dev
Subject: Re: Hangout

Agenda:
https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgdcFVMd6UPg/edit

lets take notes there.


On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
wrote:

> ding ding ding !
>
>
> On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve 
> wrote:
>
> >
> >
> https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7T
> PvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> >
> >
> > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve 
> > 
> > wrote:
> >
> > > And it is...
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> > > 
> > > wrote:
> > >
> > >> Turns out it is. Andrew has the *real* link now.
> > >>
> > >>
> > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> wrote:
> > >>
> > >> > Isn't that just for watching?
> > >> >
> > >> >
> > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> iclell...@chromium.org
> > >
> > >> > wrote:
> > >> > > Try this one:
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey
> =CMKg9sO3_fbaPg
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > iclell...@chromium.org
> > >> >
> > >> > > wrote:
> > >> > >
> > >> > >> Link incoming
> > >> > >>
> > >> > >>
> > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > stevengil...@gmail.com
> > >> >
> > >> > >> wrote:
> > >> > >>
> > >> > >>> Link?
> > >> > >>>
> > >> > >>>
> > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams < 
> > >> > >>> to...@devgeeks.org>
> > >> > >>> wrote:
> > >> > >>>
> > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll 
> > >> > >>> > be
> there
> > >> ;)
> > >> > >>> >
> > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny 
> > >> > >>> > (mmo...@chromium.org
> )
> > >> > wrote:
> > >> > >>> >
> > >> > >>> > Sounds great, thanks for the agenda.
> > >> > >>> >
> > >> > >>> > Note, there are already some beefy items on the list and 
> > >> > >>> > we
> > always
> > >> > run
> > >> > >>> > short on time -- so before adding more please triple 
> > >> > >>> > consider
> if
> > >> > items
> > >> > >>> are
> > >> > >>> > important and cannot just be discussed on the lists.
> > >> > >>> >
> > >> > >>> > -Michal
> > >> > >>> >
> > >> > >>> >
> > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > >> cmarc...@gmail.com>
> > >> > >>> wrote:
> > >> > >>> >
> > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I 
> > >> > >>> > > created a
> > >> draft
> > >> > >>> agenda
> > >> > >>> > > and notes placeholder as a Google Doc, and it is linked 
> > >> > >>> > > from
> > the
> > >> > wiki:
> > >> > >>> > >
> > >> >
> https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > >> > >>> > >
> > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I 
> > >> > >>> > > think
> that
> > >> > maps to
> > >> > >>> > 8am
> > >> > >>> > > for Tommy.
> > >> > >>> >
> > >> > >>> >
> > >> > >>>
> > >> > >>
> > >> > >>
> > >> >
> > >>
> > >
> > >
> >
>
>
>
> --
> Carlos Santana
> 
>


Re: Hangout

2014-06-10 Thread Michal Mocny
Josh, we'll get a few people off the call for you, but andrew wants to
present something first.  Keep trying.


On Tue, Jun 10, 2014 at 4:19 PM, Josh Soref  wrote:

> The video call is full
>
> -Original Message-
> From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal
> Mocny
> Sent: Tuesday, June 10, 2014 4:13 PM
> To: dev
> Subject: Re: Hangout
>
> Agenda:
>
> https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgdcFVMd6UPg/edit
>
> lets take notes there.
>
>
> On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
> wrote:
>
> > ding ding ding !
> >
> >
> > On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve 
> > wrote:
> >
> > >
> > >
> > https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7T
> > PvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve
> > > 
> > > wrote:
> > >
> > > > And it is...
> > > >
> > > >
> > > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland
> > > > 
> > > > wrote:
> > > >
> > > >> Turns out it is. Andrew has the *real* link now.
> > > >>
> > > >>
> > > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> > wrote:
> > > >>
> > > >> > Isn't that just for watching?
> > > >> >
> > > >> >
> > > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> > iclell...@chromium.org
> > > >
> > > >> > wrote:
> > > >> > > Try this one:
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> > https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authkey
> > =CMKg9sO3_fbaPg
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > > iclell...@chromium.org
> > > >> >
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Link incoming
> > > >> > >>
> > > >> > >>
> > > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > > stevengil...@gmail.com
> > > >> >
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >>> Link?
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> > > >> > >>> to...@devgeeks.org>
> > > >> > >>> wrote:
> > > >> > >>>
> > > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll
> > > >> > >>> > be
> > there
> > > >> ;)
> > > >> > >>> >
> > > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny
> > > >> > >>> > (mmo...@chromium.org
> > )
> > > >> > wrote:
> > > >> > >>> >
> > > >> > >>> > Sounds great, thanks for the agenda.
> > > >> > >>> >
> > > >> > >>> > Note, there are already some beefy items on the list and
> > > >> > >>> > we
> > > always
> > > >> > run
> > > >> > >>> > short on time -- so before adding more please triple
> > > >> > >>> > consider
> > if
> > > >> > items
> > > >> > >>> are
> > > >> > >>> > important and cannot just be discussed on the lists.
> > > >> > >>> >
> > > >> > >>> > -Michal
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > > >> cmarc...@gmail.com>
> > > >> > >>> wrote:
> > > >> > >>> >
> > > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I
> > > >> > >>> > > created a
> > > >> draft
> > > >> > >>> agenda
> > > >> > >>> > > and notes placeholder as a Google Doc, and it is linked
> > > >> > >>> > > from
> > > the
> > > >> > wiki:
> > > >> > >>> > >
> > > >> >
> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes
> > > >> > >>> > >
> > > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I
> > > >> > >>> > > think
> > that
> > > >> > maps to
> > > >> > >>> > 8am
> > > >> > >>> > > for Tommy.
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>>
> > > >> > >>
> > > >> > >>
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Carlos Santana
> > 
> >
>


RE: Hangout

2014-06-10 Thread Parashuram Narasimhan (MS OPEN TECH)
I am also not able to get onto the hangout. 

-Original Message-
From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny
Sent: Tuesday, June 10, 2014 1:22 PM
To: dev
Subject: Re: Hangout

Josh, we'll get a few people off the call for you, but andrew wants to present 
something first.  Keep trying.


On Tue, Jun 10, 2014 at 4:19 PM, Josh Soref  wrote:

> The video call is full
>
> -Original Message-
> From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal 
> Mocny
> Sent: Tuesday, June 10, 2014 4:13 PM
> To: dev
> Subject: Re: Hangout
>
> Agenda:
>
> https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgd
> cFVMd6UPg/edit
>
> lets take notes there.
>
>
> On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
> wrote:
>
> > ding ding ding !
> >
> >
> > On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve 
> > 
> > wrote:
> >
> > >
> > >
> > https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW
> > 7T PvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve 
> > > 
> > > wrote:
> > >
> > > > And it is...
> > > >
> > > >
> > > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> > > > 
> > > > wrote:
> > > >
> > > >> Turns out it is. Andrew has the *real* link now.
> > > >>
> > > >>
> > > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> > wrote:
> > > >>
> > > >> > Isn't that just for watching?
> > > >> >
> > > >> >
> > > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> > iclell...@chromium.org
> > > >
> > > >> > wrote:
> > > >> > > Try this one:
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> > https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authk
> > ey
> > =CMKg9sO3_fbaPg
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > > iclell...@chromium.org
> > > >> >
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Link incoming
> > > >> > >>
> > > >> > >>
> > > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > > stevengil...@gmail.com
> > > >> >
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >>> Link?
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams < 
> > > >> > >>> to...@devgeeks.org>
> > > >> > >>> wrote:
> > > >> > >>>
> > > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll 
> > > >> > >>> > be
> > there
> > > >> ;)
> > > >> > >>> >
> > > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny 
> > > >> > >>> > (mmo...@chromium.org
> > )
> > > >> > wrote:
> > > >> > >>> >
> > > >> > >>> > Sounds great, thanks for the agenda.
> > > >> > >>> >
> > > >> > >>> > Note, there are already some beefy items on the list 
> > > >> > >>> > and we
> > > always
> > > >> > run
> > > >> > >>> > short on time -- so before adding more please triple 
> > > >> > >>> > consider
> > if
> > > >> > items
> > > >> > >>> are
> > > >> > >>> > important and cannot just be discussed on the lists.
> > > >> > >>> >
> > > >> > >>> > -Michal
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > > >> cmarc...@gmail.com>
> > > >> > >>> wrote:
> > > >> > >>> >
> > > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I 
> > > >> > >>> > > created a
> > > >> draft
> > > >> > >>> agenda
> > > >> > >>> > > and notes placeholder as a Google Doc, and it is 
> > > >> > >>> > > linked from
> > > the
> > > >> > wiki:
> > > >> > >>> > >
> > > >> >
> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Note
> > s
> > > >> > >>> > >
> > > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I 
> > > >> > >>> > > think
> > that
> > > >> > maps to
> > > >> > >>> > 8am
> > > >> > >>> > > for Tommy.
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>>
> > > >> > >>
> > > >> > >>
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Carlos Santana
> > 
> >
>


RE: Hangout

2014-06-10 Thread Parashuram Narasimhan (MS OPEN TECH)
Is there a video link for the hangouts? 

-Original Message-
From: Parashuram Narasimhan (MS OPEN TECH) 
Sent: Tuesday, June 10, 2014 1:27 PM
To: dev
Subject: RE: Hangout

I am also not able to get onto the hangout. 

-Original Message-
From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny
Sent: Tuesday, June 10, 2014 1:22 PM
To: dev
Subject: Re: Hangout

Josh, we'll get a few people off the call for you, but andrew wants to present 
something first.  Keep trying.


On Tue, Jun 10, 2014 at 4:19 PM, Josh Soref  wrote:

> The video call is full
>
> -Original Message-
> From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal 
> Mocny
> Sent: Tuesday, June 10, 2014 4:13 PM
> To: dev
> Subject: Re: Hangout
>
> Agenda:
>
> https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgd
> cFVMd6UPg/edit
>
> lets take notes there.
>
>
> On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
> wrote:
>
> > ding ding ding !
> >
> >
> > On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve 
> > 
> > wrote:
> >
> > >
> > >
> > https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW
> > 7T PvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve 
> > > 
> > > wrote:
> > >
> > > > And it is...
> > > >
> > > >
> > > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland 
> > > > 
> > > > wrote:
> > > >
> > > >> Turns out it is. Andrew has the *real* link now.
> > > >>
> > > >>
> > > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> > wrote:
> > > >>
> > > >> > Isn't that just for watching?
> > > >> >
> > > >> >
> > > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> > iclell...@chromium.org
> > > >
> > > >> > wrote:
> > > >> > > Try this one:
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> > https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authk
> > ey
> > =CMKg9sO3_fbaPg
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > > iclell...@chromium.org
> > > >> >
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Link incoming
> > > >> > >>
> > > >> > >>
> > > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > > stevengil...@gmail.com
> > > >> >
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >>> Link?
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams < 
> > > >> > >>> to...@devgeeks.org>
> > > >> > >>> wrote:
> > > >> > >>>
> > > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll 
> > > >> > >>> > be
> > there
> > > >> ;)
> > > >> > >>> >
> > > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny 
> > > >> > >>> > (mmo...@chromium.org
> > )
> > > >> > wrote:
> > > >> > >>> >
> > > >> > >>> > Sounds great, thanks for the agenda.
> > > >> > >>> >
> > > >> > >>> > Note, there are already some beefy items on the list 
> > > >> > >>> > and we
> > > always
> > > >> > run
> > > >> > >>> > short on time -- so before adding more please triple 
> > > >> > >>> > consider
> > if
> > > >> > items
> > > >> > >>> are
> > > >> > >>> > important and cannot just be discussed on the lists.
> > > >> > >>> >
> > > >> > >>> > -Michal
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > > >> cmarc...@gmail.com>
> > > >> > >>> wrote:
> > > >> > >>> >
> > > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I 
> > > >> > >>> > > created a
> > > >> draft
> > > >> > >>> agenda
> > > >> > >>> > > and notes placeholder as a Google Doc, and it is 
> > > >> > >>> > > linked from
> > > the
> > > >> > wiki:
> > > >> > >>> > >
> > > >> >
> > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Note
> > s
> > > >> > >>> > >
> > > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I 
> > > >> > >>> > > think
> > that
> > > >> > maps to
> > > >> > >>> > 8am
> > > >> > >>> > > for Tommy.
> > > >> > >>> >
> > > >> > >>> >
> > > >> > >>>
> > > >> > >>
> > > >> > >>
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Carlos Santana
> > 
> >
>


Re: Hangout

2014-06-10 Thread Andrew Grieve
Parashuram - I just dropped out. You can join via:
https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW7TPvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en


On Tue, Jun 10, 2014 at 4:28 PM, Parashuram Narasimhan (MS OPEN TECH) <
panar...@microsoft.com> wrote:

> Is there a video link for the hangouts?
>
> -Original Message-
> From: Parashuram Narasimhan (MS OPEN TECH)
> Sent: Tuesday, June 10, 2014 1:27 PM
> To: dev
> Subject: RE: Hangout
>
> I am also not able to get onto the hangout.
>
> -Original Message-
> From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal
> Mocny
> Sent: Tuesday, June 10, 2014 1:22 PM
> To: dev
> Subject: Re: Hangout
>
> Josh, we'll get a few people off the call for you, but andrew wants to
> present something first.  Keep trying.
>
>
> On Tue, Jun 10, 2014 at 4:19 PM, Josh Soref  wrote:
>
> > The video call is full
> >
> > -Original Message-
> > From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal
> > Mocny
> > Sent: Tuesday, June 10, 2014 4:13 PM
> > To: dev
> > Subject: Re: Hangout
> >
> > Agenda:
> >
> > https://docs.google.com/document/d/1EBsLaULePH_A-lN4iqnsYAGXf-vHhkykgd
> > cFVMd6UPg/edit
> >
> > lets take notes there.
> >
> >
> > On Tue, Jun 10, 2014 at 4:10 PM, Carlos Santana 
> > wrote:
> >
> > > ding ding ding !
> > >
> > >
> > > On Tue, Jun 10, 2014 at 4:09 PM, Andrew Grieve
> > > 
> > > wrote:
> > >
> > > >
> > > >
> > > https://plus.google.com/hangouts/_/hoaevent/AP36tYejLubDhewihYuAduHW
> > > 7T PvpaFthvff21pfFYUZ550eoSNqJg?authuser=0&hl=en
> > > >
> > > >
> > > > On Tue, Jun 10, 2014 at 4:08 PM, Andrew Grieve
> > > > 
> > > > wrote:
> > > >
> > > > > And it is...
> > > > >
> > > > >
> > > > > On Tue, Jun 10, 2014 at 4:07 PM, Ian Clelland
> > > > > 
> > > > > wrote:
> > > > >
> > > > >> Turns out it is. Andrew has the *real* link now.
> > > > >>
> > > > >>
> > > > >> On Tue, Jun 10, 2014 at 4:05 PM, Joe Bowser 
> > > wrote:
> > > > >>
> > > > >> > Isn't that just for watching?
> > > > >> >
> > > > >> >
> > > > >> > On Tue, Jun 10, 2014 at 1:04 PM, Ian Clelland <
> > > iclell...@chromium.org
> > > > >
> > > > >> > wrote:
> > > > >> > > Try this one:
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > > https://plus.google.com/u/0/events/cbu7q79m7a0abspj2dljtkloass?authk
> > > ey
> > > =CMKg9sO3_fbaPg
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > > On Tue, Jun 10, 2014 at 4:02 PM, Ian Clelland <
> > > > iclell...@chromium.org
> > > > >> >
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Link incoming
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> On Tue, Jun 10, 2014 at 3:59 PM, Steven Gill <
> > > > stevengil...@gmail.com
> > > > >> >
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >>> Link?
> > > > >> > >>>
> > > > >> > >>>
> > > > >> > >>> On Tue, Jun 10, 2014 at 3:20 AM, tommy-carlos williams <
> > > > >> > >>> to...@devgeeks.org>
> > > > >> > >>> wrote:
> > > > >> > >>>
> > > > >> > >>> > Sadly, it's actually 6am at this time of year, but I'll
> > > > >> > >>> > be
> > > there
> > > > >> ;)
> > > > >> > >>> >
> > > > >> > >>> > On 10 June 2014 at 2:03:41, Michal Mocny
> > > > >> > >>> > (mmo...@chromium.org
> > > )
> > > > >> > wrote:
> > > > >> > >>> >
> > > > >> > >>> > Sounds great, thanks for the agenda.
> > > > >> > >>> >
> > > > >> > >>> > Note, there are already some beefy items on the list
> > > > >> > >>> > and we
> > > > always
> > > > >> > run
> > > > >> > >>> > short on time -- so before adding more please triple
> > > > >> > >>> > consider
> > > if
> > > > >> > items
> > > > >> > >>> are
> > > > >> > >>> > important and cannot just be discussed on the lists.
> > > > >> > >>> >
> > > > >> > >>> > -Michal
> > > > >> > >>> >
> > > > >> > >>> >
> > > > >> > >>> > On Mon, Jun 9, 2014 at 10:55 AM, Marcel Kinard <
> > > > >> cmarc...@gmail.com>
> > > > >> > >>> wrote:
> > > > >> > >>> >
> > > > >> > >>> > > Assuming we will be doing the Hangout tomorrow, I
> > > > >> > >>> > > created a
> > > > >> draft
> > > > >> > >>> agenda
> > > > >> > >>> > > and notes placeholder as a Google Doc, and it is
> > > > >> > >>> > > linked from
> > > > the
> > > > >> > wiki:
> > > > >> > >>> > >
> > > > >> >
> > > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Note
> > > s
> > > > >> > >>> > >
> > > > >> > >>> > > Is the previously-scheduled time of 4pm EDT good? I
> > > > >> > >>> > > think
> > > that
> > > > >> > maps to
> > > > >> > >>> > 8am
> > > > >> > >>> > > for Tommy.
> > > > >> > >>> >
> > > > >> > >>> >
> > > > >> > >>>
> > > > >> > >>
> > > > >> > >>
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Carlos Santana
> > > 
> > >
> >
>


Quarterly Apache Board Report for June 2014

2014-06-10 Thread Shazron
Draft here: 
https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md

If any of you have any comments, please add to this thread or comment
on Github directly -- if not I will send it out tonight (deadline is
June 11, tomorrow).

The current plugins release being voted on will not make the report
since the voting period is ongoing.


RE: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Josh Soref
Shazron wrote:
> Draft here: 
> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md

LGTM


[Android] Battery Plugin API drains battery..What now???

2014-06-10 Thread Joe Bowser
Hey

After the battery tests, I looked at the battery plugin, and we need
to shelve the battery plugin until we get a new API.  Worse yet, the
W3C API proposed is terrible and should never be implemented on
Android.

So, as we currently implement it, we set the battery to listen to the
batteryChange event, which is used to return the battery level, which
isn't actually a percent but some number that isn't consistent across
Android devices.  This bug has been filed.

However, a more serious bug is the fact that every time this is
triggered, it takes about 1% of battery power.  I've played with this
event in the past on a side project, and it's killed batteries on my
devices in less than an hour.

So, the proper way you monitor for battery events is by monitoring for
certain events by adding an events receiver in the AndroidManifest.xml
file, and letting that fire an event depending on whether there's a
callbackContext assigned to it.  The problem is that we should only
monitor certain manifests, and get the values when those events
happen.  We can support getting the value of the battery on demand,
but we should discourage our users from doing this.

This brings us to the W3C Battery API:
http://www.w3.org/TR/battery-status/

To me, this is unimplementable without killing the battery, since this
appears to work similarly to our device API in that we'd have to
populate this on an interval, and that interval on Android is how fast
you want your battery to die.  So, how do we want to approach this? I
have no idea why the W3C wrote a specification that is near impossible
to implement.

Thoughts?

Joe


Re: [cordova-docs] Vagrant Support to Simplify Doc Generation

2014-06-10 Thread Carlos Santana
I used vagrant recently and is very very useful
Great work Michael


On Tue, Jun 10, 2014 at 2:04 PM, Michael Brooks 
wrote:

> Thanks Marcel for the README.md clarifications!
>
>
> On Tue, Jun 10, 2014 at 5:29 AM, Marcel Kinard  wrote:
>
> > Bravo!
> >
> > On Jun 9, 2014, at 7:30 PM, Michael Brooks 
> > wrote:
> >
> > > Hey all,
> > >
> > > I know a lot of us have trouble generating the documentation. Juggling
> > Ruby
> > > environments and the dependencies can be a sensitive matter.
> > >
> > > To make our lives easier, I've added Vagrant support to our
> documentation
> > > generator [1]. It's easy to setup and works on all the major operating
> > > systems. After you've installed Vagrant and VirtualBox, you only need
> to
> > > run one command to download and provision a light-weight virtual
> machine
> > > (approx 200MB):
> > >
> > >$ vagrant up
> > >C:\> vagrant up
> > >
> > > Once the virtual machine has been provisioned, you can connect to it
> > > through a SSH tunnel and access your cordova-docs repository, which is
> > > shared between the virtual and local machines:
> > >
> > >$ vagrant ssh
> > >$ cd /vagrant
> > >$ ls
> > ># contents of cordova-docs repo
> > >
> > > From here, you can run any cordova-docs command, such as:
> > >
> > >$ ./bin/generate
> > >
> > > You'll see the files appear on both your local and virtual machine.
> > >
> > > You can read the full details in the README.md [2]
> > >
> > > I hope this helps to make doc generation a little easier.
> > >
> > > Cheers,
> > > Michael
> > >
> > > [1]
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=e1030bb90fe478f11078c11485161e4abb1cdb4d
> > > [2]
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=blob;f=README.md;h=5e65910b54425cc82c798546d74bb94f6ee2058e;hb=HEAD#l80
> >
> >
>



-- 
Carlos Santana



ApacheCon CFP closes June 25

2014-06-10 Thread Shazron
Dear Apache Cordova enthusiast,

As you may be aware, ApacheCon will be held this year in Budapest, on
November 17-23. (See http://apachecon.eu for more info.)

The Call For Papers for that conference is still open, but will be
closing soon. We need you talk proposals, to represent [PROJECT] at
ApacheCon. We need all kinds of talks - deep technical talks, hands-on
tutorials, introductions for beginners, or case studies about the
awesome stuff you're doing with Apache Cordova.

Please consider submitting a proposal, at
http://events.linuxfoundation.org//events/apachecon-europe/program/cfp

Thanks!


Re: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Carlos Santana
Shaz what you mean there are no Board issues?  just kidding :-)

Looks good to me.

Side question:
Who can update this page to reflect latest release number?
http://projects.apache.org/projects/cordova.html



On Tue, Jun 10, 2014 at 6:30 PM, Josh Soref  wrote:

> Shazron wrote:
> > Draft here:
> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md
>
> LGTM
>



-- 
Carlos Santana



Re: ApacheCon CFP closes June 25

2014-06-10 Thread Shazron
s/[PROJECT]/Apache Cordova/

On Tue, Jun 10, 2014 at 3:39 PM, Shazron  wrote:
> Dear Apache Cordova enthusiast,
>
> As you may be aware, ApacheCon will be held this year in Budapest, on
> November 17-23. (See http://apachecon.eu for more info.)
>
> The Call For Papers for that conference is still open, but will be
> closing soon. We need you talk proposals, to represent [PROJECT] at
> ApacheCon. We need all kinds of talks - deep technical talks, hands-on
> tutorials, introductions for beginners, or case studies about the
> awesome stuff you're doing with Apache Cordova.
>
> Please consider submitting a proposal, at
> http://events.linuxfoundation.org//events/apachecon-europe/program/cfp
>
> Thanks!


RE: Hangout

2014-06-10 Thread Josh Soref
Perhaps someone can set up a webex (audio) bridge for the future. I understand 
that video resources are expensive, but realistically, I don't want people have 
see me, I do want people to be heard. 



Re: [Android] Battery Plugin API drains battery..What now???

2014-06-10 Thread Brian LeRoux
shelve!


On Tue, Jun 10, 2014 at 3:35 PM, Joe Bowser  wrote:

> Hey
>
> After the battery tests, I looked at the battery plugin, and we need
> to shelve the battery plugin until we get a new API.  Worse yet, the
> W3C API proposed is terrible and should never be implemented on
> Android.
>
> So, as we currently implement it, we set the battery to listen to the
> batteryChange event, which is used to return the battery level, which
> isn't actually a percent but some number that isn't consistent across
> Android devices.  This bug has been filed.
>
> However, a more serious bug is the fact that every time this is
> triggered, it takes about 1% of battery power.  I've played with this
> event in the past on a side project, and it's killed batteries on my
> devices in less than an hour.
>
> So, the proper way you monitor for battery events is by monitoring for
> certain events by adding an events receiver in the AndroidManifest.xml
> file, and letting that fire an event depending on whether there's a
> callbackContext assigned to it.  The problem is that we should only
> monitor certain manifests, and get the values when those events
> happen.  We can support getting the value of the battery on demand,
> but we should discourage our users from doing this.
>
> This brings us to the W3C Battery API:
> http://www.w3.org/TR/battery-status/
>
> To me, this is unimplementable without killing the battery, since this
> appears to work similarly to our device API in that we'd have to
> populate this on an interval, and that interval on Android is how fast
> you want your battery to die.  So, how do we want to approach this? I
> have no idea why the W3C wrote a specification that is near impossible
> to implement.
>
> Thoughts?
>
> Joe
>


Re: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Brian LeRoux
I see the releases as a tidy bit of revisionism but it certainly paints a
better story than contrasting what we did before.


On Tue, Jun 10, 2014 at 3:41 PM, Carlos Santana 
wrote:

> Shaz what you mean there are no Board issues?  just kidding :-)
>
> Looks good to me.
>
> Side question:
> Who can update this page to reflect latest release number?
> http://projects.apache.org/projects/cordova.html
>
>
>
> On Tue, Jun 10, 2014 at 6:30 PM, Josh Soref  wrote:
>
> > Shazron wrote:
> > > Draft here:
> >
> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md
> >
> > LGTM
> >
>
>
>
> --
> Carlos Santana
> 
>


Re: Hangout

2014-06-10 Thread Marvin Humphrey
On Tue, Jun 10, 2014 at 1:07 PM, Michal Mocny  wrote:
> Link for joining coming in 1 sec.  We'll figure this out one day, promise.

It's possible to set up a permanent Google hangout so that the link never
changes.  The essential technique is to create a Google+ event whose location
is a hangout and whose date is far in the future.  The details are fiddly; try
a web search for "google hangout permalink" for various recipes.

Marvin Humphrey


[GitHub] cordova-lib pull request: CB-6895 Add more config properties into ...

2014-06-10 Thread rodms10
GitHub user rodms10 opened a pull request:

https://github.com/apache/cordova-lib/pull/26

CB-6895 Add more config properties into manifest

Added `fullscreen`, `orientation` and `launch_path` to the manifest. Plus 
clean up and indentation. @zalun, can you take a look?

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rodms10/cordova-lib CB-6895

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/26.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #26


commit 6cd02291983dd180412b93c62f7ca7476d8436d0
Author: Rodrigo Silveira 
Date:   2014-06-10T22:29:49Z

CB-6895 Add more config properties into manifest




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Shazron
All committers can update that page -- you update the DOAP file in SVN:
http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf

On Tue, Jun 10, 2014 at 3:41 PM, Carlos Santana  wrote:
> Shaz what you mean there are no Board issues?  just kidding :-)
>
> Looks good to me.
>
> Side question:
> Who can update this page to reflect latest release number?
> http://projects.apache.org/projects/cordova.html
>
>
>
> On Tue, Jun 10, 2014 at 6:30 PM, Josh Soref  wrote:
>
>> Shazron wrote:
>> > Draft here:
>> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md
>>
>> LGTM
>>
>
>
>
> --
> Carlos Santana
> 


RE: [Android] Battery Plugin API drains battery..What now???

2014-06-10 Thread Josh Soref
Joe wrote:
> After the battery tests, I looked at the battery plugin, and we need to 
> shelve the battery plugin until we get a new API. 

Sounds good to me.

> Worse yet, the W3C API proposed is terrible and should never be implemented 
> on Android.

I was involved, but agree.

> So, as we currently implement it, we set the battery to listen to the 
> batteryChange event,
> which is used to return the battery level,
> which isn't actually a percent but some number that isn't consistent across 
> Android devices. 
> This bug has been filed.

Awesome.

> However, a more serious bug is the fact that every time this is triggered, it 
> takes about 1% of battery power.

This is more or less what I expected (feared, warned about)

>  I've played with this event in the past on a side project, and it's killed 
> batteries on my devices in less than an hour.

I wish you had been able to send this feedback when I was working on this 
stuff...

> So, the proper way you monitor for battery events is by monitoring for 
> certain events
> by adding an events receiver in the AndroidManifest.xml file, and letting 
> that fire an
> event depending on whether there's a callbackContext assigned to it. 

> The problem is that we should only monitor certain manifests,
> and get the values when those events happen.

>  We can support getting the value of the battery on demand,


> but we should discourage our users from doing this.

This was my main point. Roughly I saw:
* You can't do anything remotely useful w/ the battery information. You don't 
know how much time you have before:
1. Your device loses network connectivity
2. Your user drops your device and the battery flies out / the device falls 
into a body of water
3. Your device panics
4. Your application crashes
5. Your device decides to terminate your application because it needs memory

* I expected it to be expensive (and a heisenbug, in that the act of observing 
[monitoring] it changes it)
* The only practical use I've seen for this is to create a battery widget, 
which was not a good UC in my mind

> This brings us to the W3C Battery API:
> http://www.w3.org/TR/battery-status/

> To me, this is unimplementable without killing the battery,
> since this appears to work similarly to our device API in that we'd have to 
> populate this on an interval,
> and that interval on Android is how fast you want your battery to die. 
> So, how do we want to approach this?
> I have no idea why the W3C wrote a specification that is near impossible to 
> implement.

It was written because "app authors" demanded it.

> Thoughts?

http://www.w3.org/2005/10/Process-20051014/tr.html#q74

7.1.2 Maturity Levels of the Recommendation Track
Candidate Recommendation (CR)
A Candidate Recommendation is a document that W3C believes has been widely 
reviewed and satisfies the Working Group's technical requirements. W3C 
publishes a Candidate Recommendation to gather implementation experience.
Proposed Recommendation (PR)
A Proposed Recommendation is a mature technical report that, after wide 
review for technical soundness and implementability, W3C has sent to the W3C 
Advisory Committee for final endorsement.
W3C Recommendation (REC)
A W3C Recommendation is a specification or set of guidelines that, after 
extensive consensus-building, has received the endorsement of W3C Members and 
the Director. W3C recommends the wide deployment of its Recommendations. Note: 
W3C Recommendations are similar to the standards published by other 
organizations.

7.1.3 Maturity Level When Ending Work on a Technical Report
Working Group Note
A Working Group Note is published by a chartered Working Group to indicate 
that work has ended on a particular topic. A Working Group MAY publish a 
Working Group Note with or without its prior publication as a Working Draft.

CR is the stage where implementers are supposed to be giving feedback. Put on 
an implementer hat (Cordova) and send feedback explaining your concerns. 
Ideally this feedback is precisely what is needed to get this proposal to die 
as a CR (dead proposals are republished as NOTES with an explanation that 
people should not use/implement them).

I'll be glad to offer support in this area (not wearing my corporate hat).


Re: Hangout

2014-06-10 Thread Michal Mocny
Hah, thats brilliant.  I'll play with that for next time.

Curious to test if you can have multiple "owners" of the event to hit the
broadcast button that way, and if the final youtube videos are labeled in a
way that makes sense.

-Michal


On Tue, Jun 10, 2014 at 6:57 PM, Marvin Humphrey 
wrote:

> On Tue, Jun 10, 2014 at 1:07 PM, Michal Mocny  wrote:
> > Link for joining coming in 1 sec.  We'll figure this out one day,
> promise.
>
> It's possible to set up a permanent Google hangout so that the link never
> changes.  The essential technique is to create a Google+ event whose
> location
> is a hangout and whose date is far in the future.  The details are fiddly;
> try
> a web search for "google hangout permalink" for various recipes.
>
> Marvin Humphrey
>


Re: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Michal Mocny
LGTM.  Those numbers are pretty staggering!

Under "Releases" should we add a bullet to point out that the releases at
the root are historical and new releases are in subdirectories by type?
 Its not really important.


On Tue, Jun 10, 2014 at 7:18 PM, Shazron  wrote:

> All committers can update that page -- you update the DOAP file in SVN:
> http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf
>
> On Tue, Jun 10, 2014 at 3:41 PM, Carlos Santana 
> wrote:
> > Shaz what you mean there are no Board issues?  just kidding :-)
> >
> > Looks good to me.
> >
> > Side question:
> > Who can update this page to reflect latest release number?
> > http://projects.apache.org/projects/cordova.html
> >
> >
> >
> > On Tue, Jun 10, 2014 at 6:30 PM, Josh Soref 
> wrote:
> >
> >> Shazron wrote:
> >> > Draft here:
> >>
> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md
> >>
> >> LGTM
> >>
> >
> >
> >
> > --
> > Carlos Santana
> > 
>


developing on cordova-cli

2014-06-10 Thread Puneet Kaur
Hey,

I wish to develop on cordova-cli.We wish to work on making commands
"cordova platform add sugar" and "cordova build sugar" work.

So for that I have git cloned the repo from
https://github.com/apache/cordova-cli and
https://github.com/apache/cordova-lib

and followed steps mentioned here :
https://github.com/apache/cordova-lib#setup


*but how what do I need to do so that whatever changes I make in my local
copy(in the directory where I have git cloned the repository) are reflected
when I issue these commands in my terminal ?*


list of valid platforms for cordova platform add command

2014-06-10 Thread Puneet Kaur
 from where does "cordova platform add " command fetch the
platform's list ?

is it from
https://github.com/puneetgkaur/cordova-lib/blob/master/cordova-lib/src/cordova/platforms.js
 ?


Re: developing on cordova-cli

2014-06-10 Thread Puneet Kaur
when developing on cordova-cli .. do you install it again and again when
you make changes to the code or there's some better method of testing our
code for cordova-cli ??


On Wed, Jun 11, 2014 at 9:00 AM, Puneet Kaur  wrote:

> Hey,
>
> I wish to develop on cordova-cli.We wish to work on making commands
> "cordova platform add sugar" and "cordova build sugar" work.
>
> So for that I have git cloned the repo from
> https://github.com/apache/cordova-cli and
> https://github.com/apache/cordova-lib
>
> and followed steps mentioned here :
> https://github.com/apache/cordova-lib#setup
>
>
> *but how what do I need to do so that whatever changes I make in my local
> copy(in the directory where I have git cloned the repository) are reflected
> when I issue these commands in my terminal ?*
>


Re: Hangout

2014-06-10 Thread Marvin Humphrey
On Tue, Jun 10, 2014 at 7:13 PM, Michal Mocny  wrote:
> Curious to test if you can have multiple "owners" of the event to hit the
> broadcast button that way, and if the final youtube videos are labeled in a
> way that makes sense.

Good points -- I don't know the answers to either of those questions.  I've
used that technique to create a permanent channel, but we don't broadcast or
save archives.

Marvin Humphrey


Re: developing on cordova-cli

2014-06-10 Thread Jesse
This is well covered in the readme here:
https://github.com/apache/cordova-lib/tree/master/cordova-lib


   - Clone this repository onto your local machine. git clone
   https://git-wip-us.apache.org/repos/asf/cordova-lib.git
   - In terminal, navigate to the inner cordova-lib directory. cd
   cordova-lib/cordova-lib
   - Install dependencies and npm-link npm install && npm link
   - Navigate to CLI and Plugman directories and link cordova-lib cd
   ../../cordova-cli && npm link cordova-lib && npm installcd
   ../../cordova-plugman && npm link cordova-lib && npm install


@purplecabbage
risingj.com


On Tue, Jun 10, 2014 at 9:30 PM, Puneet Kaur  wrote:

> when developing on cordova-cli .. do you install it again and again when
> you make changes to the code or there's some better method of testing our
> code for cordova-cli ??
>
>
> On Wed, Jun 11, 2014 at 9:00 AM, Puneet Kaur 
> wrote:
>
> > Hey,
> >
> > I wish to develop on cordova-cli.We wish to work on making commands
> > "cordova platform add sugar" and "cordova build sugar" work.
> >
> > So for that I have git cloned the repo from
> > https://github.com/apache/cordova-cli and
> > https://github.com/apache/cordova-lib
> >
> > and followed steps mentioned here :
> > https://github.com/apache/cordova-lib#setup
> >
> >
> > *but how what do I need to do so that whatever changes I make in my local
> > copy(in the directory where I have git cloned the repository) are
> reflected
> > when I issue these commands in my terminal ?*
> >
>


[GitHub] cordova-plugin-splashscreen pull request: Fix logic when setting t...

2014-06-10 Thread hoisie
GitHub user hoisie opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/19

Fix logic when setting the iPad splash screen

When running Cordova apps without orientation lock on iPads, the
Splash Screen plugin didn't work properly. It would skip the iPad-
specific splash screen logic, and just select the image named
@"Default.png" (without adding the orientation suffix), and print
the following messages in the console:

WARNING: The splashscreen image named Default was not found

Now, for iPads, the splash screen image is set by first looking
at the position of the orientation lock, and if that is not set, it
uses the calculated view orientation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/hoisie/cordova-plugin-splashscreen master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-splashscreen/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19


commit 14d2ba84b541b46c418dc27fe1ac84c05a7d3226
Author: Michael Hoisie 
Date:   2014-06-11T05:40:11Z

Fix logic when setting the iPad splash screen

When running Cordova apps without orientation lock on iPads, the
Splash Screen plugin didn't work properly. It would skip the iPad-
specific splash screen logic, and just select the image named
@"Default.png" (without adding the orientation suffix), and print
the following messages in the console:

WARNING: The splashscreen image named Default was not found

Now, for iPads, the splash screen image is set by first looking
at the position of the orientation lock, and if that is not set, it
uses the calculated view orientation.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Quarterly Apache Board Report for June 2014

2014-06-10 Thread Shazron
Good point - I'll add the distinction.

On Tuesday, June 10, 2014, Michal Mocny  wrote:

> LGTM.  Those numbers are pretty staggering!
>
> Under "Releases" should we add a bullet to point out that the releases at
> the root are historical and new releases are in subdirectories by type?
>  Its not really important.
>
>
> On Tue, Jun 10, 2014 at 7:18 PM, Shazron >
> wrote:
>
> > All committers can update that page -- you update the DOAP file in SVN:
> > http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf
> >
> > On Tue, Jun 10, 2014 at 3:41 PM, Carlos Santana  >
> > wrote:
> > > Shaz what you mean there are no Board issues?  just kidding :-)
> > >
> > > Looks good to me.
> > >
> > > Side question:
> > > Who can update this page to reflect latest release number?
> > > http://projects.apache.org/projects/cordova.html
> > >
> > >
> > >
> > > On Tue, Jun 10, 2014 at 6:30 PM, Josh Soref  >
> > wrote:
> > >
> > >> Shazron wrote:
> > >> > Draft here:
> > >>
> >
> https://github.com/cordova/apache-board-reports/blob/master/2014/2014-06.md
> > >>
> > >> LGTM
> > >>
> > >
> > >
> > >
> > > --
> > > Carlos Santana
> > > >
> >
>


[GitHub] cordova-firefoxos pull request: add icons

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-firefoxos/pull/13


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-lib pull request: CB-6895 Add more config properties into ...

2014-06-10 Thread zalun
Github user zalun commented on the pull request:

https://github.com/apache/cordova-lib/pull/26#issuecomment-45706042
  
r+ after answering the question of priority of the icons set


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---