[GitHub] cordova-docs pull request: CB-7893 No need for manifest

2014-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/243 --- 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: Add Firefox OS to list of IndexedDB pla...

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

InAppBrowser insertCSS/executeScript with file option code example is confusing

2014-11-03 Thread julio cesar sanchez
Looking into the inAppBrowser code, it seems to me that the insertCSS and executeScript are for injecting an external CSS or JS, but looking at the code example, it seems (to me), that an internal file could be loaded insertCSS example code: var ref = window.open('http://apache.org', '_blank',

Re: Different languages on social channels

2014-11-03 Thread Michal Mocny
I'm not sure I understand. What specifically is the request? I'm not sure what a social handler is. On Sat, Nov 1, 2014 at 1:27 PM, Victor Sosa sosah.vic...@gmail.com wrote: Hello community. I've been noticing that the PhoneGap, and others as well, social handlers for different languages

Re: InAppBrowser insertCSS/executeScript with file option code example is confusing

2014-11-03 Thread Michal Mocny
Taking a quick look at the InAppBrowser.java Android implementation, seems we just inject a script tag with its src set to exactly what you provided as the url. Since the src is relative to the IAB page, I would imagine the examples as written are misleading. I'm not sure if its possible to

Re: Different languages on social channels

2014-11-03 Thread Lisa Seacat DeLuca
I think what Victor is saying that there is a phonegap twitter handle for example for spanish (https://twitter.com/phonegapspain) but there is only the Cordova twitter handle for English. From: Michal Mocny mmo...@chromium.org To: dev dev@cordova.apache.org Date: 11/03/2014 10:37 AM

Re: Different languages on social channels

2014-11-03 Thread Michal Mocny
Ah, Gotcha. Well.. we don't currently have even a user group mailing list (by design) for cordova. I think the strategy for now has been that contributors to cordova can maintain channels to audience which they are responsible for. Many contributors have personal blogs are tweet about cordova

RE: [Vote] 3.7.0 Windows Windows Phone Release

2014-11-03 Thread Sergey Grebnov (Akvelon)
I vote +1 * Verified signatures via coho verify-archive * Verified tags manually * Verified license headers via coho audit-license-headers * Checked package files and version * Verified ability to create Cordova app with windows and wp8 platforms

[Android] CordovaBridge: Public or Private API

2014-11-03 Thread Joe Bowser
Hey I'm still working on the Mozilla Bridge and I'm running into problems with how non-modular the current bridge is and how it was abstracted. When we created the ExposedJsApi class and added it to the API, we did so because we may need to abstract the whole bridge later. However, right now

Re: [VOTE] 3.7.0 iOS Release

2014-11-03 Thread Steven Gill
+1 Verified repo On Thu, Oct 30, 2014 at 1:03 PM, Shazron shaz...@apache.org wrote: Please review and vote on this 3.7.0 iOS Release. Release issue: https://issues.apache.org/jira/browse/CB-7910 Repos ready to be released have been published to dist/dev:

Re: Documentation generation in pure Node.JS

2014-11-03 Thread Andrew Grieve
Love that you're working on this! On Mon, Nov 3, 2014 at 12:57 AM, Shazron shaz...@gmail.com wrote: Thanks Andrey, I tested it out but I ran into problems. See my comment on your pull request. On Sun, Nov 2, 2014 at 1:11 PM, Andrey Kurdumov kant2...@googlemail.com wrote: Hello guys,

Re: [mobile-spec] consistency and reliability

2014-11-03 Thread Marcel Kinard
I haven't seen tap/tape until Brian mentioned it here. From a quick read, it looks like a port of the tests from Jasmine to tape will be required on the runner side. Then we can use whatever reporting we want that can consume tap. So if I understand it correctly, the existing tests aren't

Re: cordova xxx add - is there a problem?

2014-11-03 Thread Michal Mocny
Prepare runs hooks, updates the platform config.xml's (using platform defaults + plugin.xml's + app config.xml), and updates the www/ assets, including re-adding plugin js-modules. In practice this takes about as long as copying all the files around. However, pre/post prepare hooks are the most

Re: [Vote] 3.7.0 Windows Windows Phone Release

2014-11-03 Thread Staci Cooper
+1 * Verified license headers via coho audit-license-headers * Verified ability to create, build, and run cordova app with windows and wp8 platforms * Ran automated tests on win8.1 and 8.0 machines, and also on wp8.1 and wp8.0 devices. Found no regressions On Mon, Nov 3, 2014 at

Re: Documentation generation in pure Node.JS

2014-11-03 Thread Michal Mocny
Just tried it using the steps Shaz listed on the PR and its working for me fine. However, there are some warnings during generation (bunch of Did not found link for the keyword), and the generated pages appear to have some links missing (such as the first page, Guides do not link to anything).

Re: Whitelist breakout update

2014-11-03 Thread Marcel Kinard
This sounds very interesting and relatively graceful. For a user upgrading to this new world, what would the migration steps look like? Or in other words, what would a rough sketch of the upgrade guide for this look like? The reason I ask is to see how much pain we'll ask our users to go

Re: [mobile-spec] consistency and reliability

2014-11-03 Thread Michal Mocny
I thought tap was just a format for reporting test results? I think the problem is that we have some poorly written tests and the framework is not recovering well. Any reporting format is orthogonal (unless perhaps the bug is specific to the jasmine-html reporter, but I'm not sure there is any

[GitHub] cordova-android pull request: CB-7881 Android tooling shouldn't lo...

2014-11-03 Thread cmarcelk
Github user cmarcelk commented on the pull request: https://github.com/apache/cordova-android/pull/130#issuecomment-61550705 One of my concerns looking at the changes is that it would leave a new tmp directory laying around on the filesystem everytime one was needed, but looking at

Re: cordova xxx add - is there a problem?

2014-11-03 Thread Michal Mocny
Okay, gotcha. I think you would like for each developer to be able to be able to work on any project regardless of locally available sdks, correct? E.g. if you on windows and some project supports ios, you should still be able to work on the wp/android parts, or use an iOS cloud build. That

Re: Whitelist breakout update

2014-11-03 Thread Michal Mocny
Sounds great Ian! Very elegant actually. Suggestion: patch cordova-cli to warn if there is an access tag and no cordova-plugin-whitelist? -Michal On Mon, Nov 3, 2014 at 4:04 PM, Marcel Kinard cmarc...@gmail.com wrote: This sounds very interesting and relatively graceful. For a user

RE: cordova xxx add - is there a problem?

2014-11-03 Thread Treggiari, Leo
I think you would like for each developer to be able to be able to work on any project regardless of locally available sdks, correct? Yes. Thanks. From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Monday, November 03, 2014 1:30 PM To: Treggiari, Leo Cc:

Re: Cordova Nightly Builds

2014-11-03 Thread Marcel Kinard
Nice! Doing an npm info cordova will yield a nightly-increasing number of entries in the 'version' key? These would not be artifacts that we could vote on, correct? On Oct 30, 2014, at 1:16 AM, Steven Gill stevengil...@gmail.com wrote: I have been doing some work on releasing nightlys

Re: Cordova Nightly Builds

2014-11-03 Thread Steven Gill
These are not artifacts we could vote on. I am looking into adding a new command to coho that would do the same steps as nightly but for RCs that we could vote on and release. Update for nightlys: Been merged into master, waiting on jenkins access from apache so I can setup the chronjob to run it

Re: cordova xxx add - is there a problem?

2014-11-03 Thread Marcel Kinard
Edna is doing some work in this area. https://issues.apache.org/jira/browse/CB-7803 On Nov 3, 2014, at 4:33 PM, Treggiari, Leo leo.treggi...@intel.com wrote: I think you would like for each developer to be able to be able to work on any project regardless of locally available sdks, correct?

Re: Genymotion on Mac for Cordova testing

2014-11-03 Thread Ray Camden
Bit late in replying, but I can confirm that Cisco Anyconnect also breaks Genymotion for me. On 10/23/14, 11:04 PM, Carlos Santana csantan...@gmail.com wrote: Lisa don't use the IBM VPN when using Genymotion. I had the same problems and discovered they only occur when I was running the Cisco

Re: [mobile-spec] consistency and reliability

2014-11-03 Thread Brian LeRoux
- ya sorry for being confusing TAP is a protocol, that part is neat but I don't really care - tap/tape are libs for testing that emit TAP results: this is nice - tap/tape are NOT global runners so you have to explicitly call them and load them…this is really nice the problem w/ jasmine, or one of

Re: [VOTE] 3.7.0 iOS Release

2014-11-03 Thread Steven Gill
Need one more vote! On Mon, Nov 3, 2014 at 11:33 AM, Steven Gill stevengil...@gmail.com wrote: +1 Verified repo On Thu, Oct 30, 2014 at 1:03 PM, Shazron shaz...@apache.org wrote: Please review and vote on this 3.7.0 iOS Release. Release issue:

Re: [iOS 8] WKWebView moving forward

2014-11-03 Thread Shazron
Thanks Tony for all the investigation. Please do fork the local web server plugin and put all your work in topic branches for eventual pull requests to the main repo. This is precisely why the local web server is a plugin, and not in the core. I don't profess to be a security expert, and we can

Re: Cordova Nightly Builds

2014-11-03 Thread Steven Gill
Tools release automation proposal + issue: https://issues.apache.org/jira/browse/CB-7930 On Mon, Nov 3, 2014 at 1:50 PM, Steven Gill stevengil...@gmail.com wrote: These are not artifacts we could vote on. I am looking into adding a new command to coho that would do the same steps as nightly

[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

2014-11-03 Thread vldmrrr
GitHub user vldmrrr opened a pull request: https://github.com/apache/cordova-plugin-media/pull/34 CB-7931: Windows: different behaviors from other platforms CB-7931: Plugin media behaves differently from other platforms in following respects. Status change is not reported on

Re: [iOS 8] WKWebView moving forward

2014-11-03 Thread Homer, Tony
I have already forked it and made the changes in a topic branch. I was originally thinking that I would make 2 topic branches: 1 for localhost-only and 1 for auth tokens. However, after I finished the first set of changes I realized that the second set would be dependent on the first. I’ll submit

Re: Whitelist breakout update

2014-11-03 Thread Andrew Grieve
Since the whitelist plugin blocks only a subset of sub-resource loads (just like the existing whitelists), I think we really want to call out that people should not just include the backwards-compatible plugin. Here's a stab at messaging: If you want nothing to change, use

Re: [Android] CordovaBridge: Public or Private API

2014-11-03 Thread Jesse
What if each webview implementation injected it's own exec function? This would/could apply also to platform's webviews. The cordova-js version of exec, could simply queue exec calls if they happened pre-deviceready. I have experimented with this in the past, and verified that Windows, WP8, and

mobilespec 3.6.3 contact test case failing and JIRA raised

2014-11-03 Thread Joshi, Pavankumar
Hello Devs, Please can you look at the below mail. I am constantly getting contact.save()(already existing contact) method test failure. If I apply the patch as mentioned in JIRA https://issues.apache.org/jira/browse/CB-5308 pickContacts API fails. But without the patch conact.save()(already