[GitHub] cordova-plugin-file pull request: CB-7956 Add cordova-plugin-file ...

2015-02-24 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/99#issuecomment-75834511 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 does not

Re: [Vote] 3.8.0 Windows Release

2015-02-24 Thread Jesse
+1 - audit-license-headers - verified archives - verified tags manually - ran tests against branch/tag @purplecabbage risingj.com On Tue, Feb 24, 2015 at 7:27 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Voting +1 € Verified archives via `coho verify-archive`. Pass

Re: Great

2015-02-24 Thread Michal Mocny
Thanks! On Tue, Feb 24, 2015 at 10:53 AM, Villmer jasonvill...@gmail.com wrote: I just wanted to say thank you to everyone involved with the Cordova project. Took a little while to get used to the CLI but wow, wonderful technology! Keep up the great work. Best, Mr. Villmer www.villmer.com

[GitHub] cordova-plugin-camera pull request: CB-8253 Fix potential unreleas...

2015-02-24 Thread akinzie
GitHub user akinzie opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/67 CB-8253 Fix potential unreleased resources There was a place (~line 701) in CameraLauncher.java where there was the potential for input and output streams to never be closed if an

Re: Proposal for CSP support

2015-02-24 Thread Andrew Grieve
Definitely hoping that we can have all platforms use the same primitives. Ian's intent and navigation whitelists work on Android and iOS atm I believe. On Tue, Feb 24, 2015 at 1:31 PM, Chuck Lantz cla...@microsoft.com wrote: I asked Kevin Hill from the Windows team working on the security model

FirefoxOS activities

2015-02-24 Thread Axel Nennker
Hi, any opinion from Mozillians on CB-8448 and the PR? Thanks Axel https://issues.apache.org/jira/browse/CB-8448 j...@jbuckley.ca https://github.com/apache/cordova-lib/pull/172

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-24 Thread cjpearson
Github user cjpearson commented on the pull request: https://github.com/apache/cordova-android/pull/160#issuecomment-75749293 @agrieve I've modified it to use --activity-name with nopt. I tried to follow the style of the iOS create script. --- If your project is set up for it, you

Re: FirefoxOS activities

2015-02-24 Thread Piotr Zalewa
I'm on PTO. If it's urgent please let me know and I'll pull it 24 lut 2015 11:45 Axel Nennker ignisvul...@gmail.com napisał(a): Hi, any opinion from Mozillians on CB-8448 and the PR? Thanks Axel https://issues.apache.org/jira/browse/CB-8448 j...@jbuckley.ca

Re: FirefoxOS activities

2015-02-24 Thread Axel Nennker
Piotr, thanks for the quick reply. urgent is relative... Currently we are patching our local Cordova installations which has to be redone after every update of Cordova. Are you the only Mozillan who could merge this PR? Github says it is merge-able with a click. (After someone reviewed the code

[GitHub] cordova-lib pull request: CB-8448 add support for activities

2015-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/172 --- 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] 3.8.0 Windows Release

2015-02-24 Thread Parashuram N (MS OPEN TECH)
Voting +1 € Verified archives via `coho verify-archive`. Pass € Verified tags manually. Pass € Verified blank app creates correctly with platform. Pass € Verified blank app can be successfully run and built. Pass € Checked whitespace issues. Pass € Checked

Re: Proposal for CSP support

2015-02-24 Thread Andrew Grieve
I'm not sure allowing plugins to modify an apps security policy is a good idea because CSP only really works when the dev understands it and puts thought into it. A build step for CSP might be tricky because we don't actually know which .html files might be navigated to (as opposed to XHR'ed for

Re: FirefoxOS activities

2015-02-24 Thread Piotr Zalewa
Done :) We do merge to a different repo - github is just a mirror... W dniu 24/02/2015 o 13:52, Axel Nennker pisze: Piotr, thanks for the quick reply. urgent is relative... Currently we are patching our local Cordova installations which has to be redone after every update of Cordova. Are you

Re: Proposal for CSP support

2015-02-24 Thread Michal Mocny
Heh, I had a separate conversation with Ian and came to the same conclusion. Personally I think console.error may suffice, but alert is probably a good idea given the importance. Its not like it will happen to all apps, only those that install the csp plugin and forget to update their app,

[GitHub] cordova-plugin-inappbrowser pull request: Added option to disable/...

2015-02-24 Thread jontaylor
Github user jontaylor commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/60#issuecomment-75796753 Please merge this, I need this functionality. --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: Proposal for CSP support

2015-02-24 Thread Andrew Grieve
problem with console.error is that you generally don't see start-up logs for iOS. On Tue, Feb 24, 2015 at 11:25 AM, Michal Mocny mmo...@chromium.org wrote: Heh, I had a separate conversation with Ian and came to the same conclusion. Personally I think console.error may suffice, but alert is

Great

2015-02-24 Thread Villmer
I just wanted to say thank you to everyone involved with the Cordova project. Took a little while to get used to the CLI but wow, wonderful technology! Keep up the great work. Best, Mr. Villmer www.villmer.com - To unsubscribe,

[GitHub] cordova-plugin-file pull request: CB-7956 Add cordova-plugin-file ...

2015-02-24 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/99#issuecomment-75816230 @purplecabbage Ping. --- 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

[GitHub] cordova-plugin-file-transfer pull request: CB-8535 Changed default...

2015-02-24 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/65 CB-8535 Changed default file system size for android in tests https://issues.apache.org/jira/browse/CB-8535 You can merge this pull request into a Git repository by running:

RE: Proposal for CSP support

2015-02-24 Thread Chuck Lantz
I asked Kevin Hill from the Windows team working on the security model for Windows apps in Windows 10 to take a look at the document reference below for commentary given his experience in this area (including W3C involvement). He added a few comments to the doc. Andrew, is your proposal

[GitHub] cordova-plugin-file pull request: CB-7956 Add cordova-plugin-file ...

2015-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/99 --- 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: [VOTE] 3.8.0 iOS Release

2015-02-24 Thread Jesse
Take off you hoser! On Feb 24, 2015, at 5:14 PM, Michal Mocny mmo...@chromium.org wrote: Jesse did it only because you said Eh nicely. On Tue, Feb 24, 2015 at 7:17 PM, Jesse purplecabb...@gmail.com wrote: +1 Ran coho check-license Verified tags Ran npm tests against tagged repo

Re: [VOTE] 3.8.0 iOS Release

2015-02-24 Thread Shazron
Bump. This vote thread needs one more vote eh On Sun, Feb 22, 2015 at 6:30 PM, Steven Gill stevengil...@gmail.com wrote: +1 Ran coho verify-archive Created and ran cordova hello world project On Thu, Feb 19, 2015 at 3:52 PM, Shazron shaz...@gmail.com wrote: Please review and vote on this

Re: [VOTE] 3.8.0 iOS Release

2015-02-24 Thread Michal Mocny
Jesse did it only because you said Eh nicely. On Tue, Feb 24, 2015 at 7:17 PM, Jesse purplecabb...@gmail.com wrote: +1 Ran coho check-license Verified tags Ran npm tests against tagged repo Installed plugin test framework, device plugin + tests and all tests passed on emulator cordova

RE: [VOTE] 3.8.0 iOS Release

2015-02-24 Thread Mefire O .
Running a few tests ... Thanks, Mefire -Original Message- From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Tuesday, February 24, 2015 5:14 PM To: dev Subject: Re: [VOTE] 3.8.0 iOS Release Jesse did it only because you said Eh nicely. On Tue, Feb 24,

Re: [DISCUSS] Cordova-Android 4.0.0 Release

2015-02-24 Thread Joe Bowser
I can't come up with any. Let's not delay the release on that. So, other than the platform docs, we should be good to go, right? On Thu Feb 19 2015 at 11:42:40 AM Andrew Grieve agri...@chromium.org wrote: Thanks for the quick review. I'll have a look through your comments. Now's a good time

RE: Proposal for CSP support

2015-02-24 Thread Chuck Lantz
Yeah that was what I was hoping as well. Is there a specific reason why we wouldn't just map the existing access element into the new plugin? From what I can gather it would cover both scenarios (nav+intent). Basically you can then have the same config.xml contents and installing

Re: Cordova Automated Testing

2015-02-24 Thread Shazron
Also, the tool does not work on the device (I tried iOS), unlike mobile-spec since it's trying to connect to localhost for reporting. On Mon, Feb 23, 2015 at 4:30 PM, Dmitry Blotsky dblot...@microsoft.com wrote: Hi list, Over the past few weeks, I've developed an automated mobilespec-like tool

BB10 Invoke Plugin

2015-02-24 Thread Don Coleman
I'm seeing both the success and failure callbacks being called on success with the BlackBerry invoke plugin http://plugins.cordova.io/#/package/com.blackberry.invoke. cordova.exec(success, failure, com.blackberry.invoke, invoke, {request: query}); See

Re: Proposal for CSP support

2015-02-24 Thread Andrew Grieve
Reason is that the current access tag is used for network requests, which is what CSP is replacing. allow-navigation and allow-intent are different concepts, so there'd be no (intentional) overlap with existing access tags. On Tue, Feb 24, 2015 at 8:01 PM, Chuck Lantz cla...@microsoft.com wrote:

Re: [VOTE] 3.8.0 iOS Release

2015-02-24 Thread Jesse
+1 Ran coho check-license Verified tags Ran npm tests against tagged repo Installed plugin test framework, device plugin + tests and all tests passed on emulator cordova create ~/VoteIOS380 cd ~/VoteIOS380 cordova platform add /Repos/cordova/cordova-ios/ cordova plugin add