RE: Ignoring SSL Errors for InAppBrowser

2013-07-24 Thread Singh, Ramandeep
Hi Many enterprise apps require functionality to access self-signed URLs so this option is really missing in the InAppBrowser. In the main PhoneGap web view, one can overwrite a public function (onReceivedSslError()) to allow self-signed URLs so something similar should be possible in the

Re: Cordova binaries

2013-07-24 Thread Alessandro Aprile
Don't know, but normally i download phonegap instead of cordova for binaries. I suppose that cordova is intended as source-only model implementation ad phonegap and other distributors as binary (also) real life implementation. May be i'm wrong. 2013/7/24 Ally Ogilvie aogil...@wizcorp.jp Call

RE: Cordova binaries

2013-07-24 Thread Ally Ogilvie
iOS does not ship with .framework AFAIK (.a lib with headers can be built though) Android comes with a .jar, at least in the PhoneGap release. Ally Sent from my Windows Phone From: Alessandro Aprile Sent: 24/07/2013 16:30 To: dev@cordova.apache.org Subject: Re: Cordova binaries Don't know, but

Re: Ignoring SSL Errors for InAppBrowser

2013-07-24 Thread Andrew Grieve
Raman, Do you know why this is the case for enterprise apps? Are they just insecure, or are they providing security in some other fashion? Perhaps we should be adding the ability to install known valid certificates at build time for their use-case? On Wed, Jul 24, 2013 at 1:29 AM, Singh,

cordova-cli - run command

2013-07-24 Thread David Kemp
The run command in cli is documented (in help) as 'deploys an app'. The code in fact does a prepare, then deploy. This seems a little odd, since the normal cycle would be prepare,compile,deploy. Is this behavior intentional, or was this changed in error in CB-3460?

Re: cordova-cli - run command

2013-07-24 Thread Ian Clelland
I think what I'd like to see is this: cordova run platform: prepare, compile, deploy cordova deploy platform: deploy only (existing compiled app) Then we can make the published preferred workflow just edit your code in www; cordova run platform to test, while still exposing the low-level

Re: cordova-cli - run command

2013-07-24 Thread Tommy Williams
Yeah, seems odd that prepare,compile is nearly impossible to avoid. On 24 Jul 2013 07:03, Ian Clelland iclell...@chromium.org wrote: I think what I'd like to see is this: cordova run platform: prepare, compile, deploy cordova deploy platform: deploy only (existing compiled app) Then we can

Hi

2013-07-24 Thread Mahmoud Habib
Hi My name is Mahmoud Habib and i am a java developer I am new to the open source community and i hope i can contribute :)

Consistent lazy Load problems

2013-07-24 Thread Wargo, John
For weeks now I've been working with the CLI as it goes from version to version and a few weeks back a problem arose where the lazy load of the default www project fails or the lazy load of the Android or iOS project. I've documented this repeatedly, my most recent JIRA ticket is here:

Re: About that plugin discovery thing....

2013-07-24 Thread Braden Shepherdson
Looks good! I'm wondering about the naming convention - does that mean we'll have to change all our plugins from java.style.reverse.domains to singlewords? Braden On Tue, Jul 23, 2013 at 6:04 PM, Andrew Grieve agri...@chromium.org wrote: Will definitely try this out tomorrow! Super awesome!

Re: Consistent lazy Load problems

2013-07-24 Thread Carlos Santana
Maybe putting proxy information some where ~/.cordova/config.json or npmrc or enviroment variable `http_proxy` what about handling proxy authentication? proxy = http://domain\\username:password@ip:port or proxy = http://username:password@ip:port reference:

Re: Example docs cause problems for Android

2013-07-24 Thread Braden Shepherdson
That last parameter, on Android, is the main classname. It could remove spaces and -s and so on, but I think requiring no spaces there is acceptable in general, and could become an explicit requirement of the script on all platforms. The docs definitely need fixing. Braden On Tue, Jul 23, 2013

Re: About that plugin discovery thing....

2013-07-24 Thread Mike Billau
(Still no word from ASF on the Apache VM: https://issues.apache.org/jira/browse/INFRA-6422) On Wed, Jul 24, 2013 at 11:50 AM, Braden Shepherdson bra...@chromium.orgwrote: Looks good! I'm wondering about the naming convention - does that mean we'll have to change all our plugins from

Re: Example docs cause problems for Android

2013-07-24 Thread Andrew Grieve
Don brought this up on Monday. It's a bug: https://issues.apache.org/jira/browse/CB-4198 On Wed, Jul 24, 2013 at 11:57 AM, Braden Shepherdson bra...@chromium.orgwrote: That last parameter, on Android, is the main classname. It could remove spaces and -s and so on, but I think requiring no

Re: About that plugin discovery thing....

2013-07-24 Thread Steven Gill
I created this issue [1] for fixing the name tag for the plugins. I think this is what Anis meant. I am creating dev branches for plugins right now and going to make this change + [2] and [3]. [1] https://issues.apache.org/jira/browse/CB-4370 [2] https://issues.apache.org/jira/browse/CB-4338 [3]

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
Thanks for bringing this up John. It's filed as CB-4322 and I will get to it as soon as I can. On 7/24/13 8:56 AM, Carlos Santana csantan...@gmail.com wrote: Maybe putting proxy information some where ~/.cordova/config.json or npmrc or enviroment variable `http_proxy` what about handling

Re: Hi

2013-07-24 Thread Filip Maj
Welcome Mahmoud! Check out our issue tracker (issues.cordova.io) - anything that is not set as In Progress is up for grabs! We've got almost all issues tagged with particular Components (Android, iOS, BlackBerry, specific plugins, cordova-cli, tooling, JS, etc. etc etc). If you are lost or would

Re: cordova-cli - run command

2013-07-24 Thread Filip Maj
Yep I think this is a fine addition. Can one of you fine gents file an issue? I am just catching up on CLI issues - lots of work to do! If anyone wants to lend a hand feel free to dive into the CLI-tagged issues. Anything not set to In Progress is up for grabs. On 7/24/13 7:38 AM, David Kemp

Re: Cordova binaries

2013-07-24 Thread Shazron
No, we abandoned .framework a long time ago for various reasons. On Tue, Jul 23, 2013 at 7:38 PM, Ally Ogilvie aogil...@wizcorp.jp wrote: Call me old fashioned but I like pre compiled binaries :) Is Cordova still shipping .framework .jar binaries etc. along with source? Ally. Sent from

Google Cast!

2013-07-24 Thread Filip Maj
So I was stoked about that thing being announced today. $35 HDMI dongle that integrates with .. Stuff. Apparently android and chrome apps will be shipping with built-in APIs for this. https://developers.google.com/cast/devprev SO my question is (mostly to our google friends on this list), with

Re: Google Cast!

2013-07-24 Thread Joe Bowser
I know that Google hates my Credit Card. I tried buying it, but apparently it's not available in the US if you have a Canadian Credit Card. On Wed, Jul 24, 2013 at 12:02 PM, Filip Maj f...@adobe.com wrote: So I was stoked about that thing being announced today. $35 HDMI dongle that integrates

Re: Google Cast!

2013-07-24 Thread Lucas Holmquist
supposedly its also going to be sold on amazon later today, i'm still waiting though On Jul 24, 2013, at 3:04 PM, Joe Bowser bows...@gmail.com wrote: I know that Google hates my Credit Card. I tried buying it, but apparently it's not available in the US if you have a Canadian Credit Card.

Re: NPM stats on ripple

2013-07-24 Thread Filip Maj
The stats are a bit wonky but yes, cordova cli seems to be powering those numbers. My plan is to put much more love into Ripple in the coming weeks/months! Hoping you can help me out with that too Gord ;) On 7/22/13 12:36 PM, Andrew Grieve agri...@chromium.org wrote: CLI depends on Ripple,

Re: Google Cast!

2013-07-24 Thread Simon MacDonald
Yeah, we need our SF friends to open up the pipeline to us poor backwater Canadians. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 3:04 PM, Joe Bowser bows...@gmail.com wrote: I know that Google hates my Credit Card. I tried buying it, but apparently it's not available

Re: Google Cast!

2013-07-24 Thread Joe Bowser
On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, we need our SF friends to open up the pipeline to us poor backwater Canadians. I just get my stuff shipped to Hagen's in Blaine. Peace Arch Border Crossing is a wondrous place where I can get SIM cards and

Re: Google Cast!

2013-07-24 Thread Steven Gill
I just bought one! On Wed, Jul 24, 2013 at 12:09 PM, Joe Bowser bows...@gmail.com wrote: On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, we need our SF friends to open up the pipeline to us poor backwater Canadians. I just get my stuff shipped to

Re: Google Cast!

2013-07-24 Thread Shazron
RIP Nexus Q https://play.google.com/store/devices/details/Nexus_Q On Wed, Jul 24, 2013 at 12:12 PM, Steven Gill stevengil...@gmail.comwrote: I just bought one! On Wed, Jul 24, 2013 at 12:09 PM, Joe Bowser bows...@gmail.com wrote: On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald

Re: Google Cast!

2013-07-24 Thread Simon MacDonald
Ogdensburg, NY for me. Only a 50 minute drive. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 3:09 PM, Joe Bowser bows...@gmail.com wrote: On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, we need our SF friends to open up the

Re: Google Cast!

2013-07-24 Thread Anis KADRI
I ordered one too. Whatever it does, it's only thirty five dollars xD! On Wed, Jul 24, 2013 at 12:17 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Ogdensburg, NY for me. Only a 50 minute drive. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 3:09 PM, Joe

Re: Google Cast!

2013-07-24 Thread Carlos Santana
I order one also ! I was about buy one of this http://www.engel.com/mx3 thankful that I waited to make up my mind, I like the name ChromeCast On Wed, Jul 24, 2013 at 3:24 PM, Anis KADRI anis.ka...@gmail.com wrote: I ordered one too. Whatever it does, it's only thirty five dollars xD! On

Re: cordova-cli - run command

2013-07-24 Thread Tommy Williams
Fil, I'll have a look and see if there's anything I might be able to knock out... On 24 Jul 2013 11:34, Filip Maj f...@adobe.com wrote: Yep I think this is a fine addition. Can one of you fine gents file an issue? I am just catching up on CLI issues - lots of work to do! If anyone wants to

Re: Questions regrading Contribution to the Project

2013-07-24 Thread Lorin Beer
Absolutely. On Tue, Jul 23, 2013 at 6:05 PM, Andrew Grieve agri...@chromium.org wrote: Makes sense. On Tue, Jul 23, 2013 at 8:26 PM, Filip Maj f...@adobe.com wrote: Maybe we should consider adding language about assigned JIRA issues, In Progress, etc, to the contribution docs? On

Re: Google Cast!

2013-07-24 Thread Michal Mocny
I am not sure what form the chromecast SDK will have for browser (this was not leaked internally). I suspect it is very likely to use some chrome-specific extensions hence it was listed as a Chome-Api and no Web/Js Api. Net/net, unlikely that you will see a PG plugin for this any time soon -- we

Re: About that plugin discovery thing....

2013-07-24 Thread Anis KADRI
Just catching up... To answer various questions: I am not sure about the Apache VM but irishcouch [1] is graciously offering us a free CouchDB instance. What's cool about couch is that it's really easy to replicate data across multiple instances. I am using a proxy on EC2 to handle URL rewrites

Re: Google Cast!

2013-07-24 Thread Filip Maj
Max claims theres a JS api for it :o https://twitter.com/firt/status/360089720656633857 On 7/24/13 12:46 PM, Michal Mocny mmo...@chromium.org wrote: I am not sure what form the chromecast SDK will have for browser (this was not leaked internally). I suspect it is very likely to use some

Re: Google Cast!

2013-07-24 Thread Michal Mocny
I take that back, possibly we can build a plugin with the ios/android sdk. I'm not sure what it would mean to stream media using this API and am not all too hopeful that it will support web content from ios/android webview :( On Wed, Jul 24, 2013 at 3:46 PM, Michal Mocny mmo...@chromium.org

Re: Google Cast!

2013-07-24 Thread Michal Mocny
Fil: I would bet this is using webrtc tab capture chrome extension: http://www.chromium.org/developers/design-documents/extensions/proposed-changes/apis-under-development/webrtc-tab-content-capture http://updates.html5rocks.com/2012/12/Screensharing-with-WebRTC

RE: Consistent lazy Load problems

2013-07-24 Thread Wargo, John
I'm not sure we need a separate environment variable when git and npm both already have their own proxy settings. A colleague of mine threw together some code for using the existing settings, seems to me that this is the best way to go. I posted his code to

RE: Google Cast!

2013-07-24 Thread Wargo, John
I already ordered mine. Can't wait to check it out. John M. Wargo SAP | Charlotte, NC | USA Office: +1 704.321.0265 | Mobile: +1 704.249.7476 Email: john.wa...@sap.com Twitter: @johnwargo -Original Message- From: Filip Maj [mailto:f...@adobe.com] Sent: Wednesday, July 24, 2013 3:02 PM

Plugman Integration Tests

2013-07-24 Thread Jeffrey Heifetz
I recently added some end to end testing into the plugman tests run via npm test and on some machines these can take a while to run (Fil is saying 10s timeouts are being hit). While I know mocking these things can speed up the tests, I personally feel like they are more valuable as integration

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
It's mind-boggling that this is only an issue for your circle of friends, John :) Anyways, the patch looks good, and I commented as much on JIRA but will mention it here too: I will integrate that patch as soon as I can get a CLA from your colleague who wrote it up. Appreciate your patience and

Re: Plugman Integration Tests

2013-07-24 Thread Filip Maj
I think separating these end-to-end / integration tests into a separate suite that can be run on their own would be helpful. The stock `npm test` run should just run unit tests and my expectation is that these have file system / remote http / git / shell calls all stubbed out. Cordova-cli has all

RE: Consistent lazy Load problems

2013-07-24 Thread Wargo, John
Well, not my friends as much as my colleagues, but many, many of us are experiencing this. There was someone who wasn't a colleague of mine, Jason I think was his name, who complained about this a week or so ago as well. He logged a ticket on it as well. John M. Wargo SAP | Charlotte, NC | USA

Re: cordova-playbook 'deprecation'

2013-07-24 Thread Kerri Shotts
Not as untenable a thought as you suggest; there are a great many devs out there considering iOS 7 as the base level of support for the next version of their apps after iOS 7 is released. Leaving the iPhone 5 out of it (it's not exactly Cordova's fault that BB hasn't made more phones on BB10),

Re: Is there any method to let Cordova for Windows run independently without IE.

2013-07-24 Thread Kerri Shotts
Cordova relies on the system browser, and therefore would require IE 9 or higher be installed. On Sunday, July 21, 2013, 赵荣 zhao_r...@live.com wrote: Hi Dears,I have a question about Cordova for Windows. I am making a web site, which needs customer pay online, however, because

Re: Consistent lazy Load problems

2013-07-24 Thread Carlos Santana
+1 on re-using already existing settings from npm and git. I would say we need to document this for folks that are behind proxy Not much just punt to git and npm docs about proxy setup. We have today: 1. Download and install Node.js http://nodejs.org/. Following installation, you

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
Fair enough, I will implement something similar based on random inspiration I got today ;) +1 to doc'ing. This will need to apply to both plugman and the cli. On 7/24/13 2:19 PM, Carlos Santana csantan...@gmail.com wrote: +1 on re-using already existing settings from npm and git. I would say

Plugin versioning

2013-07-24 Thread Shazron
So when cordova adding plugins it does an engine check, yes? I've got this situation where I want to add a new method to CDVCommandDelegate (see my last comment in the issue below): https://issues.apache.org/jira/browse/CB-4355 Basically I want to do this with minimal hassle to devs... (I

Re: Plugin / Platform mismatch problems

2013-07-24 Thread Steven Gill
So I just added a dev branch for all of the plugins and finished the issues [1] [2] [3]. All three of these were minor fixes and I don't believe require retesting all of the plugins on every platform. What should my next steps be? I know if I merge into master, I should bump the version for all of

Re: Plugin versioning

2013-07-24 Thread Tim Kim
Ya, it does an engine/version check but only for cordova js - it currently does nothing about the os/sdk versions of the platform you're deving for. I was thinking about handling the check for os/sdk within the engine tag or the platform tag in plugin.xml, but I think that the platform tag is the

Re: Plugin versioning

2013-07-24 Thread Filip Maj
What about this as a rule of thumb for plugins: If the engine requirements within a plugin's XML if bumped up, we MUST bump the plugin's MAJOR version Since we're versioning plugins on their own it should be fine, ya? Kind of like how the tooling is versioned on its own pretty much. On 7/24/13

Re: Plugin versioning

2013-07-24 Thread Shazron
I like it existing in the platform tag as Tim suggested. Fil - that makes sense, we should doc all these rules On Wed, Jul 24, 2013 at 3:14 PM, Filip Maj f...@adobe.com wrote: What about this as a rule of thumb for plugins: If the engine requirements within a plugin's XML if bumped up, we

Re: Plugin / Platform mismatch problems

2013-07-24 Thread Shazron
plugin.xml changes only correct? IMO bump the version and run the steps here to test plugin add: http://wiki.apache.org/cordova/WorkingWithThree On Wed, Jul 24, 2013 at 3:03 PM, Steven Gill stevengil...@gmail.com wrote: So I just added a dev branch for all of the plugins and finished the

Re: Plugin versioning

2013-07-24 Thread Shazron
In any case I'm taking the easy way out for now and just fixing the code and not adding that new selector to the commanddelegate :P On Wed, Jul 24, 2013 at 3:18 PM, Shazron shaz...@gmail.com wrote: I like it existing in the platform tag as Tim suggested. Fil - that makes sense, we should doc

Re: Plugin versioning

2013-07-24 Thread Filip Maj
Let's kick up a new section in the Release wiki document to cover how to handle plugins. We can discuss in more details when we schedule our post-3.0 committer meeting. On 7/24/13 3:27 PM, Shazron shaz...@gmail.com wrote: In any case I'm taking the easy way out for now and just fixing the code

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
Fixed and pushed to npm as 3.0.1. On 7/24/13 2:19 PM, Carlos Santana csantan...@gmail.com wrote: +1 on re-using already existing settings from npm and git. I would say we need to document this for folks that are behind proxy Not much just punt to git and npm docs about proxy setup. We have

Re: cordova plugin add and variables

2013-07-24 Thread Filip Maj
FYI I've resolved that issue and merged into https://issues.apache.org/jira/browse/CB-4273 as a bigger pass all flags to lower-level scripts/modules issue. On 7/22/13 12:49 PM, Shazron shaz...@gmail.com wrote: Thanks Fil, Filed https://issues.apache.org/jira/browse/CB-4352 On Mon, Jul 22, 2013

Re: Website work

2013-07-24 Thread Filip Maj
Anyone want to take a stab at solving this? Marcel/Andrew/Brian you guys seem to be the resident SVN'ers ;) On 7/18/13 4:41 PM, Brian M Dube bd...@apache.org wrote: When updating the site, please consider CB-3560 as it pertains to ASF policy. https://issues.apache.org/jira/browse/CB-3560

Re: cordova plugin add and variables

2013-07-24 Thread Shazron
Awesome, thx! On Wed, Jul 24, 2013 at 3:59 PM, Filip Maj f...@adobe.com wrote: FYI I've resolved that issue and merged into https://issues.apache.org/jira/browse/CB-4273 as a bigger pass all flags to lower-level scripts/modules issue. On 7/22/13 12:49 PM, Shazron shaz...@gmail.com wrote:

Re: About that plugin discovery thing....

2013-07-24 Thread Andrew Grieve
On Wed, Jul 24, 2013 at 3:47 PM, Anis KADRI anis.ka...@gmail.com wrote: Just catching up... To answer various questions: I am not sure about the Apache VM but irishcouch [1] is graciously offering us a free CouchDB instance. What's cool about couch is that it's really easy to replicate

Re: About that plugin discovery thing....

2013-07-24 Thread Anis KADRI
Just `curl http://registry.cordova.io/camera` (or any plugin name) or enter it in your browser to see what's stored. Basically: not a hell of a lot xD. I've created a review request for Andrew and Braden, both plugman and cli and if you guys agree I can merge it this week. I was hoping today but

RE: Consistent lazy Load problems

2013-07-24 Thread Wargo, John
Woohoo! I'll test tomorrow. John M. Wargo SAP | Charlotte, NC | USA Office: +1 704.321.0265 | Mobile: +1 704.249.7476 Email: john.wa...@sap.com Twitter: @johnwargo -Original Message- From: Filip Maj [mailto:f...@adobe.com] Sent: Wednesday, July 24, 2013 6:56 PM To:

RE: Consistent lazy Load problems

2013-07-24 Thread Wargo, John
LOL! John M. Wargo SAP | Charlotte, NC | USA Office: +1 704.321.0265 | Mobile: +1 704.249.7476 Email: john.wa...@sap.com Twitter: @johnwargo -Original Message- From: Filip Maj [mailto:f...@adobe.com] Sent: Wednesday, July 24, 2013 5:36 PM To: dev@cordova.apache.org Subject: Re:

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
If there are still issues feel free to reopen CB-4322, that notifies me directly and I can take a look On 7/24/13 4:34 PM, Wargo, John john.wa...@sap.com wrote: Woohoo! I'll test tomorrow. John M. Wargo SAP | Charlotte, NC | USA Office: +1 704.321.0265 | Mobile: +1 704.249.7476 Email:

RE: Consistent lazy Load problems

2013-07-24 Thread Wargo, John
Thanks. So you implemented the proxy fix, right? Have you given any thought to how the CLI fails when this doesn't work? I suggested in my JIRA ticket that we need more information when the download/extraction of the www project and the platform project files fails. Right now you can't tell

Re: Consistent lazy Load problems

2013-07-24 Thread Filip Maj
Yes, it is actually filed as a separate issue: https://issues.apache.org/jira/browse/CB-4325 I'm going to go through that code and make sure to clean (I.e. rm -rf) the relevant folders / .tgz files if shit hits the fan On 7/24/13 4:39 PM, Wargo, John john.wa...@sap.com wrote: Thanks. So you

Re: cordova plugin add and variables

2013-07-24 Thread Brian LeRoux
Hugely useful thx Fil On Jul 24, 2013 7:21 PM, Shazron shaz...@gmail.com wrote: Awesome, thx! On Wed, Jul 24, 2013 at 3:59 PM, Filip Maj f...@adobe.com wrote: FYI I've resolved that issue and merged into https://issues.apache.org/jira/browse/CB-4273 as a bigger pass all flags to

Re: About that plugin discovery thing....

2013-07-24 Thread Andrew Grieve
Neat! I like this one: _from:/Users/anis/Projects/cordova/cordova-coho/cordova-plugin-camera/ So long as we're generating the package.json, we can commandeer fields that we know get stored for our own purposes :). E.g. stuff the engine info in the _from field. On Wed, Jul 24, 2013 at 7:23

Re: Questions regrading Contribution to the Project

2013-07-24 Thread Sharif Ahmed
Yes, this will really helpful to devs like me who are new to the project. If you guys give me the permission then, I can add them to the contribution docs :) It can be my first commit :) Let me know what you guys think. On Thu, Jul 25, 2013 at 1:37 AM, Lorin Beer

Re: Questions regrading Contribution to the Project

2013-07-24 Thread Filip Maj
I'm not sure, can non-committers make edits to the wiki? In any case I'm thinking editing the Identify Work section of this article: https://wiki.apache.org/cordova/ContributorWorkflow On 7/24/13 7:59 PM, Sharif Ahmed sharifdu...@gmail.com wrote: Yes, this will really helpful to devs like me

Re: Example docs cause problems for Android

2013-07-24 Thread Simon MacDonald
Mike Sierra pushed a fix for the docs but can we get the website updated with the change? Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 1:45 PM, Andrew Grieve agri...@chromium.org wrote: Don brought this up on Monday. It's a bug:

Re: Questions regrading Contribution to the Project

2013-07-24 Thread Sharif Ahmed
Yes Identify Work section will be the right place to add them. If non-committers can't make edits to the wiki, then there is nothing much we can do about it. But, if this possible, then I would love to make the changes, under your supervision #Filip On Thu, Jul 25, 2013 at 9:28 AM, Filip Maj

Re: cli docs - spaces in main activity name

2013-07-24 Thread Filip Maj
I've patched the android create bash script and pushed to master. Will do windows tomorrow. On 7/22/13 10:44 AM, Don Coleman don.cole...@gmail.com wrote: Had those backwards https://issues.apache.org/jira/browse/CB-4198 is the issue. On Mon, Jul 22, 2013 at 1:41 PM, Don Coleman

RE: Is there any method to let Cordova for Windows run independently without IE.

2013-07-24 Thread 赵荣
Got it, thank you Date: Wed, 24 Jul 2013 15:49:00 -0500 Subject: Re: Is there any method to let Cordova for Windows run independently without IE. From: ke...@photokandy.com To: dev@cordova.apache.org Cordova relies on the system browser, and therefore would require IE 9 or higher be

handling resources in default cli-generated app

2013-07-24 Thread Filip Maj
The cordova-hello-world-app comes with a ton of splash screens in the www/res/ folder. Several megabytes worth. Someone filed a blocker issue about this being used in the stock app: https://issues.apache.org/jira/browse/CB-4387 How should we proceed? Close as Not A Problem? On the one hand

Re: Plugin versioning

2013-07-24 Thread Filip Maj
I would like to revise my rule of thumb to: If the plugin.xml is changed, we must bump the plugin's MAJOR version. Brought up with https://issues.apache.org/jira/browse/CB-4374 In the above case, the splash screen plugin needs to have a param name=unload value=true / added to the feature tag

Re: handling resources in default cli-generated app

2013-07-24 Thread Darryl Pogue
On Wed, Jul 24, 2013 at 10:24 PM, Filip Maj f...@adobe.com wrote: How should we proceed? Close as Not A Problem? On the one hand this is a userspace problem, on the other we're doing not doing a good job of encouraging sound engineering. What about having the default app have the right types