[GitHub] cordova-medic pull request: [CB-8698] Medic Refactor

2015-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/37 --- 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

Whitelist-unplug: iOS Edition

2015-03-19 Thread Ian Clelland
I've rebased the unplug-whitelist branch against cordova-ios master, and it's passing almost all of the mobile-spec tests, using the new whitelist plugin. (I'll be addressing the last few very shortly) If anyone wants to take a look and comment, either here or on CB-7747, I'd appreciate the

[GitHub] cordova-js pull request: CB-7992 prohibit multiple cordova include...

2015-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/104 --- 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

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-19 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-83588895 @mowcixo I’ve looked at this PR today and it seems that it doesn’t add a reference to Newtonsoft JSON library to _template’s_ project file. This

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-19 Thread Andrew Grieve
a plugin.xml with deps will fetch and install them all, and will almost certainly fail to install due to missing params, or conflicting files. Better to have a text file with all the IDs and a script that just fetches unpacks them all. On Wed, Mar 18, 2015 at 8:45 PM, Shazron shaz...@gmail.com

Re: [cordova firefoxos] new release?

2015-03-19 Thread Stef
There is no error but the current version of cordova-firefoxos which is 3.6.3, produce an invalid zip file. It means that `cordova run` is useless at this point. A new release would fix this issue. Are there any existing issue that might prevent a new release ? -- Stéphane Bachelier, Tél. 06 42

Re: [DISCUSS] Cordova-Android 4.0.0 Release

2015-03-19 Thread Andrew Grieve
Here's issues: https://issues.apache.org/jira/browse/CB-8715 (docs) https://issues.apache.org/jira/browse/CB-8716 (whitelist) https://issues.apache.org/jira/browse/CB-8717 (write RELEASENOTES.md) On Tue, Mar 17, 2015 at 10:15 AM, Carlos Santana csantan...@gmail.com wrote: I would say let's

Regarding the contribution

2015-03-19 Thread Rahulkar, Prashant
Hello Sir, I am keen to contribute in your Apache Cordova project, I have any 9+ years of experience in Web, Java, Enterprises application development. Please add me in your new member list and suggest to start with code. Thanks, Prashant Rahulkar

Re: [GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-19 Thread Jesse
We have to evaluate if including Newtonsoft's library is a) legal, b) worth it Truthfully, the library itself is bigger than cordova-wp8, so this is a non-starter for me, which is why I haven't pulled this in. @purplecabbage risingj.com On Thu, Mar 19, 2015 at 9:17 AM, mowcixo

Re: Regarding the contribution

2015-03-19 Thread julio cesar sanchez
Welcome. You can start here http://cordova.apache.org/#contribute 2015-03-19 11:54 GMT+01:00 Rahulkar, Prashant prashant.rahul...@atos.net: Hello Sir, I am keen to contribute in your Apache Cordova project, I have any 9+ years of experience in Web, Java, Enterprises application

[GitHub] cordova-plugin-battery-status pull request: CB-7971 Add cordova-pl...

2015-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-battery-status/pull/19 --- 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

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-19 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-83719311 `.gitmodule` just adds the sources to codebase, but this is not enough. You have to open template solution in VS and add a reference to corresponding

[Discuss] Deprecate platform Windows 8.0

2015-03-19 Thread Jesse
The time is long past, and we should clean this out of our codebase soon. Windows 8.1 is better and offers better support. It's a free upgrade to anyone who has Windows 8.0, it will install on any device that supports 8.0, and it has been out for almost 18 months. Any objections?

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-19 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-83774967 Ok, I will review it... Can a PR be edited? El 19/03/2015 20:02, Vladimir Kotikov notificati...@github.com escribió: .gitmodule just adds the sources

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-19 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-83647420 @vladimir-kotikov it uses a .gitmodule to do that... I don't know if it is the best way. How do you recommend to do that? Using the .dll directly? --- If your

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-19 Thread Shazron
I'm just going to automate creating one project per plugin to see if the plugin installs and builds (or one project then install, build, then remove each plugin) . That big dependency plugin could be useful in bringing to light plugins that don't play well with others so we can either notify the