[GitHub] cordova-plugin-inappbrowser pull request: inAppBrowser custom appl...

2015-03-26 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-86389973 I can't understand what this changes try to achieve. Looking at the code it launchs an intent to open an external app if the url is defined on

[GitHub] cordova-plugin-vibration pull request: CB-7970 Add cordova-plugin-...

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

[GitHub] cordova-plugin-vibration pull request: CB-7970 Add cordova-plugin-...

2015-03-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-vibration/pull/25#issuecomment-86446195 Rebased, tested, merged --- 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

[GitHub] cordova-docs pull request: Storage.md link to file plugin readme

2015-03-26 Thread flurdy
GitHub user flurdy opened a pull request: https://github.com/apache/cordova-docs/pull/273 Storage.md link to file plugin readme Storage.md file plugin link changed to point to the projects readme and not the doc index as it no longer exists on master. You can merge this pull

Introduction

2015-03-26 Thread Alex Talis
Hi guys, I’m planning to submit a pull request and so following the instructions in the “Process of Contributing” and introducing myself! My name is Alex Talis. I’ve been using Cordova to develop apps for iOS and Android since version 0.9, so for quite a while now. On occasion I’ve had to

[GitHub] cordova-plugin-file-transfer pull request: CB-8721 Fixes incorrect...

2015-03-26 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-86503166 I think it's correct. It does not solve the root of the problem, but customizing each plugin that uses headers, will be a good solution. As

Re: hook logging issue

2015-03-26 Thread Shazron
File it pls thx! No idea of the workaround On Thursday, March 26, 2015, Raymond Camden raymondcam...@gmail.com wrote: So file a bug? Know a way around it? On Thu, Mar 26, 2015 at 5:46 PM, Shazron shaz...@gmail.com javascript:; wrote: actually it has stdio:inherit, and does capture the

[GitHub] cordova-docs pull request: CB-8715 Update upgrade guide for Androi...

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

[GitHub] cordova-docs pull request: CB-8715 Update upgrade guide for Androi...

2015-03-26 Thread jpchase
GitHub user jpchase opened a pull request: https://github.com/apache/cordova-docs/pull/274 CB-8715 Update upgrade guide for Android 4.0.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpchase/cordova-docs CB-8715-Upgrade

[GitHub] cordova-lib pull request: Fix plugman install failure on iOS conta...

2015-03-26 Thread caseywebdev
GitHub user caseywebdev opened a pull request: https://github.com/apache/cordova-lib/pull/193 Fix plugman install failure on iOS containing I have an iOS project named `Foo Bar`. When trying to run `cordova plugin add anything` an error is thrown: ``` Failed to

Re: Setting config.json values

2015-03-26 Thread Shazron
The help still says CONFIG is an option: cordova create PATH [ID [NAME [CONFIG]]] [options] [PLATFORM...] and config handling seems to still be there.. https://github.com/apache/cordova-lib/blob/cc596a37d77a92665292a5370d660a898217e0cb/cordova-lib/src/cordova/create.js#L41 .. so I think it's a

Re: Cordova WP8: switching to Newtonsoft.Json

2015-03-26 Thread Carlos Santana
Jesse dumb question, what else is new 8-] Can we do that Mark pointed out to add a reference to a location where the windows project can get the dependency? Like adding a nuget dependency entry, and then when app get's compile, visual studio takes care of downloading Newtonsoft.Json from nuget

RE: Cordova WP8: switching to Newtonsoft.Json

2015-03-26 Thread Nikhil Khandelwal
The main use case for Newtonsoft.Json has been resolved through another implementation approach in this PR: https://github.com/apache/cordova-plugin-file-transfer/pull/72 -Nikhil -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Thursday, March 26, 2015 9:47

RE: Cordova Monthly Hangouts

2015-03-26 Thread Parashuram N (MS OPEN TECH)
Carlos, you did not miss it, still working on scheduling it :) Here is the doddle - please respond to this and indicate your availability. Since the hangouts usually go to 2 hours, and to keep the number of options sane in doddle, I put up 2 hour slots. Let me know if we should make it 1 hour

[GitHub] cordova-plugin-file-transfer pull request: CB-8721 Fixes incorrect...

2015-03-26 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-86642247 I think the DataContractJsonSerializer is gonna choke on some possible (valid) json data. Nested objects are allowed, are they not? ---

Re: Cordova Monthly Hangouts

2015-03-26 Thread Carlos Santana
+1 did I missed the hangout? I would like to attend. Micha I like the new term npm-ness :-) Yes Android 4.0 is important for us, we are about to start new work and want to start with a released one. On Tue, Mar 24, 2015 at 7:01 PM, tommy-carlos williams to...@devgeeks.org wrote: +1 for

Re: Cordova WP8: switching to Newtonsoft.Json

2015-03-26 Thread Jesse
Nikhil, that pull request does not resolve this. Using DataContractJsonSerializer will fail for nested objects. There is no guarantee that jsonHeaders is just a dictionary of string,string. In fact, I'm pretty sure this test will fail :

RE: [Android] Proposal: Deprecate/No-Op Battery Plugin

2015-03-26 Thread Josh Soref
Andrew wrote: Let's just update the README to state that the battery plugin is a plugin that uses your battery :) I'm +1 on this Only half joking... probably would be minimal effort and enough to just add a warning about this and do nothing more. it's not a joke, old battery apis (and

Re: [DISCUSS] Cordova-WP8 Release 3.8.0

2015-03-26 Thread Jesse
Starting a new thread for all Newtonsoft.JSON related discussions. @purplecabbage risingj.com On Thu, Mar 26, 2015 at 8:40 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: About the JSON library, as I understand, only ASF libraries need to be included in source form - third

RE: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Parashuram N (MS OPEN TECH)
Should we have to restart the vote thread, now that the tag will change ? -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Thursday, March 26, 2015 7:41 AM To: dev Subject: Re: [VOTE] Cordova-Plugin-Whitelist and

Re: Introduction

2015-03-26 Thread Carlos Santana
Welcome Alex, that's the right attitude we want to see more !! On Thu, Mar 26, 2015 at 12:51 PM, Jesse purplecabb...@gmail.com wrote: Welcome Alex! On Mar 26, 2015, at 6:57 AM, Andrew Grieve agri...@chromium.org wrote: Welcome Alex! Thanks for wanting to make Cordova better for

[GitHub] cordova-lib pull request: CB-8757 Make paths with --link relative ...

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

Re: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Ian Clelland
Yeah :( Hash changes, code changes, checksums and pgp signatures change... all necessitates a new vote. At least we get to abort early. On Thu, Mar 26, 2015 at 1:28 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Should we have to restart the vote thread, now that the tag will

RE: Cordova WP8: switching to Newtonsoft.Json

2015-03-26 Thread Vladimir Kotikov (Akvelon)
This PR already supports this scenario due to headers object transformation logic in JS code: https://github.com/apache/cordova-plugin-file-transfer/pull/72/files#diff-0e07bcbc62b6a78cefd53949110bac46R73. If header value is represented by array it will be transformed to comma separated list,

Re: Cordova Monthly Hangouts

2015-03-26 Thread Carlos Santana
Thanks Parashuram for setting up the doodle On Thu, Mar 26, 2015 at 2:40 PM, Josh Soref jso...@blackberry.com wrote: As a headsup, the beginning of April is Passover. I'm on vacation for it. I'm not sure how many others might be affected. There's often an Easter holiday floating around and

Re: [Android] Proposal: Deprecate/No-Op Battery Plugin

2015-03-26 Thread Brian LeRoux
I do! -- 3) Recognize and Handle Offline Status On Thu, Mar 26, 2015 at 11:09 AM, Raymond Camden raymondcam...@gmail.com wrote: Do you think it fits in the Next Steps doc? On Thu, Mar 26, 2015 at 1:05 PM, Josh Soref jso...@blackberry.com wrote: I'm really hoping someone like Raymond will

Re: [DISCUSS] cordova-wp8 + Newtonsoft.JSON

2015-03-26 Thread Shazron
Definitely get clarification. My reading on that Category B list is that it only applies to including binaries of code with Weak Copyleft licenses, this is so people don't accidentally contrib code to it - to keep it separate. minimize the chance that a user of an Apache product will create a

[GitHub] cordova-plugin-network-information pull request: CB-8185 Use `navi...

2015-03-26 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/25#issuecomment-86594471 My bad :dizzy_face: Fixed in

[GitHub] cordova-plugin-file-transfer pull request: CB-8721 Fixes incorrect...

2015-03-26 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-86594703 Thanks. --- 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

Re: Introduction

2015-03-26 Thread Jesse
Welcome Alex! On Mar 26, 2015, at 6:57 AM, Andrew Grieve agri...@chromium.org wrote: Welcome Alex! Thanks for wanting to make Cordova better for everyone! :) On Wed, Mar 25, 2015 at 11:33 PM, Alex Talis alex.ta...@yahoo.com.invalid wrote: Hi guys, I’m planning to submit a pull

RE: Setting config.json values

2015-03-26 Thread Josh Soref
It's possible i broke it: https://github.com/apache/cordova-cli/commit/106d8801a70a9b97cd606e27f80c6c7988f368cc#diff-ef7004c4000a2616f36c594dc5db207a try something from before this? i'd suggest a bisect specifically, find the last version where the command worked; then try only upgrading lib,

RE: Cordova Monthly Hangouts

2015-03-26 Thread Josh Soref
As a headsup, the beginning of April is Passover. I'm on vacation for it. I'm not sure how many others might be affected. There's often an Easter holiday floating around and or a spring break. From: Parashuram N (MS OPEN TECH) [panar...@microsoft.com]

RE: Cordova WP8: switching to Newtonsoft.Json

2015-03-26 Thread Nikhil Khandelwal
Interesting - good point. I'm curious what's the scenario for specifying request header values as an array? Do they result in a comma-separated list of strings. https://github.com/apache/cordova-plugin-file-transfer/pull/72 can be potentially enhanced to support this particular scenario.

RE: [Android] Proposal: Deprecate/No-Op Battery Plugin

2015-03-26 Thread Josh Soref
I'm really hoping someone like Raymond will write something nice and pretty about this. That isn't my strong suite. Brian wrote: this! is really good advice and should make it into our guides. Thanks Josh Soref jso...@blackberry.com wrote: Andrew wrote: Let's just update the README to

RE: [DISCUSS] cordova-wp8 + Newtonsoft.JSON

2015-03-26 Thread Parashuram N (MS OPEN TECH)
I think we can use option 4 - distributing DLLs of third party software is fine - we only need to ensure that it is clean from an IP perspective. I think 4 is the best option as you said, and we could ask the author of the library about any potential patent issues. I also think that Apache puts

[GitHub] cordova-plugin-splashscreen pull request: CB-8750 [wp8]: Allow res...

2015-03-26 Thread dpolivy
GitHub user dpolivy opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/41 CB-8750 [wp8]: Allow resolution-specific splashscreen images There are two aspect ratios for Windows Phone devices: 15:9 and 16:9. At the moment, though, there is only one

Re: Setting config.json values

2015-03-26 Thread Shazron
Whoever ends up fixing this, please add a test for the functionality On Thu, Mar 26, 2015 at 11:35 AM, Josh Soref jso...@blackberry.com wrote: It's possible i broke it: https://github.com/apache/cordova-cli/commit/106d8801a70a9b97cd606e27f80c6c7988f368cc#diff-ef7004c4000a2616f36c594dc5db207a

Re: [DISCUSS] cordova-wp8 + Newtonsoft.JSON

2015-03-26 Thread Brian LeRoux
fairly certain distributing binaries isn't ok (except when it is such as maven or open office) =/ an email to legal-discuss is good diligence regardless On Thu, Mar 26, 2015 at 11:27 AM, Ian Clelland iclell...@chromium.org wrote: Parashuram, from the link you provided in the previous thread (

Re: Who Runs cordova.io?

2015-03-26 Thread Jesse
We do : https://issues.apache.org/jira/browse/CB-8141 @purplecabbage risingj.com On Thu, Mar 26, 2015 at 11:39 AM, Dmitry Blotsky dblot...@microsoft.com wrote: Hi list, This issue just came up on JIRA for Apache Infra - https://issues.apache.org/jira/browse/INFRA-9349 - but they apparently

Re: Setting config.json values

2015-03-26 Thread John M. Wargo
Any chance we can start a conversation about simplifying this too? Passing escaped JSON on the command line is, sorry, not a clean way to do this. As more config options are added, this becomes less manageable. On 3/26/2015 2:42 PM, Shazron wrote: Whoever ends up fixing this, please add a

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86654603 You need to follow the same steps that Medic follows to use the build scripts. That is: ```bash $ # make sure all the relevant repositories are

Who Runs cordova.io?

2015-03-26 Thread Dmitry Blotsky
Hi list, This issue just came up on JIRA for Apache Infra - https://issues.apache.org/jira/browse/INFRA-9349 - but they apparently don't have the ruling power over cordova.io. Who governs cordova.io? Kindly, Dmitry

RE: Who Runs cordova.io?

2015-03-26 Thread Josh Soref
this has nothing to do w/ cordova.io domaining, it's a bug in our registry-web repository. you're encouraged to work on it (it is filed). once a fix is provided for it (it's a escape/unescape loop), someone will know how to fix it. On the other side, all of the browser vendors should handle

[GitHub] cordova-plugin-splashscreen pull request: CB-8758 [wp8]: Unauthori...

2015-03-26 Thread dpolivy
GitHub user dpolivy opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/42 CB-8758 [wp8]: UnauthorizedAccessException on hide() When calling hide() from JS, the attempt to access Popup could happen on a background thread, which ends up throwing an

Re: Plugins to NPM (Phase 1)

2015-03-26 Thread Steven Gill
On Wed, Mar 25, 2015 at 12:53 PM, Treggiari, Leo leo.treggi...@intel.com wrote: Thanks for the information Steve. That helps with our planning. I have a couple of follow-ups. We don't necessarily have to do a major bump for the CLI. We could easily save the major jump until we switch npm

Re: Plugins to NPM (Phase 1)

2015-03-26 Thread Steven Gill
On Wed, Mar 25, 2015 at 2:36 PM, Horn, Julian C julian.c.h...@intel.com wrote: I'd like to add some more questions to what Leo asked. Can anyone explain how the hundreds of plugins that are published in git repos are supposed to transition to CLI 5 (and beyond)? It seems like the answer is

Re: Plugins to NPM (Phase 1)

2015-03-26 Thread Steven Gill
On Thu, Mar 26, 2015 at 12:05 PM, Victor Sosa sosah.vic...@gmail.com wrote: With regarding this Plugins to NPM topic... This is a change that will impact to IDEs who rely on http://registry.plugins.io to show available plugins to users. Even though there will be a window for this change, CPR

Re: Buildbot for Cordova on Apache Infra - Update

2015-03-26 Thread Steven Gill
I haven't had time to really work on getting nightlies going for a while. I will try to get them up and going again after phase 1. I'm thinking of using docker on apaches jenkins might be the best way to attempt it. Apache build settings issues are what killed the momentum the last time. On Mon,

RE: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Alexander Sorokin (Akvelon)
Hi guys, I am getting the following error when trying to build a project with legacy-whitelist plugin installed for android@4.0.0-dev: C:\Projects\Cordova\mobspec-android\platforms\android\src\org\apache\cordova\whitelist\LegacyWhitelistPlugin.java:44: error: cannot find symbol

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-26 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-86521912 Great questions. The statics are meant to prevent multiple splash screens from showing if there is more than one CordovaWebView within a project.

Setting config.json values

2015-03-26 Thread John M. Wargo
Earlier this month, there was a conversation on this thread about enabling auto saving of plugin information to the project's config.json file (.cordova/config.json, right?) by setting auto_save_plugins to true in the file. I responded on that thread suggesting that users would be able to set

Re: Introduction

2015-03-26 Thread Andrew Grieve
Welcome Alex! Thanks for wanting to make Cordova better for everyone! :) On Wed, Mar 25, 2015 at 11:33 PM, Alex Talis alex.ta...@yahoo.com.invalid wrote: Hi guys, I’m planning to submit a pull request and so following the instructions in the “Process of Contributing” and introducing

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27259466 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean =

Re: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Steven Gill
I'll send out a new one soon On Mar 26, 2015 10:48 AM, Ian Clelland iclell...@chromium.org wrote: Yeah :( Hash changes, code changes, checksums and pgp signatures change... all necessitates a new vote. At least we get to abort early. On Thu, Mar 26, 2015 at 1:28 PM, Parashuram N (MS OPEN

RE: Setting config.json values

2015-03-26 Thread Josh Soref
You can for some things, via [options]. The json is a catchall, e.g. for things we shouldn't be supporting long term. If you have a specific set of features you're using that you'd like supported, that's a possible conversation. Also, do your things really need to be done at create, or could

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86731533 I had to move mobilespec to inside of cordova-medic λ node build_firefoxos.js G:\cordova-medic\.git G:\cordova-medic G:\cordova-medic

hook logging issue

2015-03-26 Thread Raymond Camden
This may stray into the it should be on the google group territory, if so, just let me know. I'm rewriting Holly's after_platform_add hook to use module.exports. When I do, I notice console.log no longer works. Is that expected - and if so - is there a workaround? (To be clear, the hook still

Re: [Android] Proposal: Deprecate/No-Op Battery Plugin

2015-03-26 Thread Raymond Camden
Do you think it fits in the Next Steps doc? On Thu, Mar 26, 2015 at 1:05 PM, Josh Soref jso...@blackberry.com wrote: I'm really hoping someone like Raymond will write something nice and pretty about this. That isn't my strong suite. Brian wrote: this! is really good advice and should make

RE: [Android] Proposal: Deprecate/No-Op Battery Plugin

2015-03-26 Thread Josh Soref
Pointer? (but if Brian says yes, then, that sounds like a good start) From: brian.ler...@gmail.com [brian.ler...@gmail.com] on behalf of Brian LeRoux [b...@brian.io] Sent: Thursday, March 26, 2015 2:24 PM To: dev@cordova.apache.org Subject: Re: [Android]

[VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release (attempt 2)

2015-03-26 Thread Steven Gill
Please review and vote on the releases of cordova-plugin-whitelist and cordova-plugin-legacy-whitelist plugins. Release issue: https://issues.apache.org/jira/browse/CB-8739 The plugins have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-8739/ The packages were

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27267702 --- Diff: bin/templates/cordova/lib/build.js --- @@ -542,5 +653,12 @@ module.exports.help = function() { console.log('

Re: hook logging issue

2015-03-26 Thread Shazron
actually it has stdio:inherit, and does capture the output and pushes it back up the chain, so somewhere up the chain no one does anything with it On Thu, Mar 26, 2015 at 3:36 PM, Shazron shaz...@gmail.com wrote:

[Vote] 3.8.0 WP8 Release

2015-03-26 Thread Steven Gill
Please review and vote on this 3.8.0 WP8 Release. Release issue: https://issues.apache.org/jira/browse/CB-8748 Repos ready to be released have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-8748 The package was published from its corresponding git tag: cordova-wp8:

Re: hook logging issue

2015-03-26 Thread Shazron
https://github.com/apache/cordova-lib/blob/d77ebc40a16ab27a8ed22c0bbf2ab8a84a5ac448/cordova-lib/src/hooks/HooksRunner.js#L188 It's using child_process.spawn (if you dig down) and is probably ignoring all stdio when running the script. On Thu, Mar 26, 2015 at 3:10 PM, Raymond Camden

[Vote] 3.7.0 FirefoxOS Release

2015-03-26 Thread Steven Gill
Please review and vote on this 3.7.0 FirefoxOS Release. Release issue: https://issues.apache.org/jira/browse/CB-8732 Repos ready to be released have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-8732 The package was published from its corresponding git tag:

Re: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Steven Gill
This vote has failed On Thu, Mar 26, 2015 at 12:41 PM, Steven Gill stevengil...@gmail.com wrote: I'll send out a new one soon On Mar 26, 2015 10:48 AM, Ian Clelland iclell...@chromium.org wrote: Yeah :( Hash changes, code changes, checksums and pgp signatures change... all necessitates a

Re: hook logging issue

2015-03-26 Thread Raymond Camden
So file a bug? Know a way around it? On Thu, Mar 26, 2015 at 5:46 PM, Shazron shaz...@gmail.com wrote: actually it has stdio:inherit, and does capture the output and pushes it back up the chain, so somewhere up the chain no one does anything with it On Thu, Mar 26, 2015 at 3:36 PM, Shazron

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-26 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27270342 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean =

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

2015-03-26 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-86358789 @mowcixo, here is another solution for the problem with headers, you described: https://github.com/apache/cordova-plugin-file-transfer/pull/72 --- If your

[GitHub] cordova-plugin-inappbrowser pull request: CB-8661 Return executed ...

2015-03-26 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/97 CB-8661 Return executed script result on Windows This fixes [CB-8661](https://issues.apache.org/jira/browse/CB-8661) You can merge this pull request into a Git

[GitHub] cordova-plugin-inappbrowser pull request: CB-8635 Improves UX on w...

2015-03-26 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/98 CB-8635 Improves UX on windows platform This implements some improvements for IAB on window from CB-8635 - Adds `fullscreen` option which allows to open IAB

[GitHub] cordova-mobile-spec pull request: CB-8742 fixed XMLHttpRequest.spe...

2015-03-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/125 --- 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

RE: [DISCUSS] Cordova-WP8 Release 3.8.0

2015-03-26 Thread Parashuram N (MS OPEN TECH)
About the JSON library, as I understand, only ASF libraries need to be included in source form - third party libraries can still be binaries, and we would just need to ensure that it does not have IP issues. http://www.apache.org/legal/resolved.html Hence, I think we can include the JSON

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

2015-03-26 Thread mowcixo
Github user mowcixo closed the pull request at: https://github.com/apache/cordova-wp8/pull/62 --- 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

[GitHub] cordova-plugin-file-transfer pull request: CB-8721 Fixes incorrect...

2015-03-26 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-86591690 Sure. Done. --- 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

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86543253 the unique error is about path of mobilespec G:\cordova-medic (CB-8734) λ node build_firefoxos.js G:\cordova-medic\.git G:\cordova-medic

Re: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release

2015-03-26 Thread Andrew Grieve
That'd be pretty sad if it were expected :P. Totally my bad on this one. I've committed a fix. On Thu, Mar 26, 2015 at 9:40 AM, Alexander Sorokin (Akvelon) v-als...@microsoft.com wrote: Hi guys, I am getting the following error when trying to build a project with legacy-whitelist plugin

[GitHub] cordova-plugin-file-transfer pull request: CB-8721 Fixes incorrect...

2015-03-26 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-86588650 @mowcixo, if you're ok with this approach, could you please close apache/cordova-wp8#62 and the apache/cordova-plugin-file-transfer#54

[GitHub] cordova-plugin-file-transfer pull request: Better header parse wit...

2015-03-26 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/54#issuecomment-86590240 I close this pull request in favor of apache/cordova-plugin-file-transfer#72. --- If your project is set up for it, you can reply to this email

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

2015-03-26 Thread mowcixo
Github user mowcixo commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-86590836 I close this pull request in favor of apache/cordova-plugin-file-transfer#72 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-lib pull request: CB-8757 Make paths with --link relative ...

2015-03-26 Thread mbektchiev
GitHub user mbektchiev opened a pull request: https://github.com/apache/cordova-lib/pull/192 CB-8757 Make paths with --link relative to the real project path Fixes https://issues.apache.org/jira/browse/CB-8757 You can merge this pull request into a Git repository by running: $