[GitHub] cordova-windows pull request: Added support for Windows 10

2015-04-28 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/70#discussion_r29249044 --- Diff: spec/unit/build.spec.js --- @@ -44,11 +44,17 @@ function createConfigParserMock(winVersion, phoneVersion) { return {

[GitHub] cordova-windows pull request: Added support for Windows 10

2015-04-28 Thread axemclion
Github user axemclion commented on the pull request: https://github.com/apache/cordova-windows/pull/70#issuecomment-97248017 Closing this PR, commit was merged into the Apache/windows10 branch --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-mobile-spec pull request: CB-8927 Add media to cspMeta and...

2015-04-28 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-mobile-spec/pull/127#discussion_r29300643 --- Diff: www/csp-incl.js --- @@ -49,7 +49,13 @@ if (!window._disableCSP) { switch (PLAT) { case 'android':

[GitHub] cordova-plugin-dialogs pull request: CB-8928: prompt fails if toSt...

2015-04-28 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/52 CB-8928: prompt fails if toStaticHTML is missing Removed direct call to toStaticHTML, only call it if we are sure it's present. Had to fix the PR, sorry for the earlier

RE: Does Cordova have a problem making developers happy?

2015-04-28 Thread Parashuram N (MS OPEN TECH)
I think we had some really great ideas here and I think as a community, we can make Cordova better by improving our documentation. I started a new Proposal here - https://github.com/cordova/cordova-discuss/blob/master/proposals/ImprovedDocumentation.md to try and collect topics for articles

Re: Does Cordova have a problem making developers happy?

2015-04-28 Thread Steven Gill
Thanks Parashuram! I added a few more points to it. On Tue, Apr 28, 2015 at 4:50 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: I think we had some really great ideas here and I think as a community, we can make Cordova better by improving our documentation. I started a new

[GitHub] cordova-windows pull request: Added support for Windows 10

2015-04-28 Thread panarasi
Github user panarasi closed the pull request at: https://github.com/apache/cordova-windows/pull/70 --- 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

Does cordova-mobile-spec support CLI build?

2015-04-28 Thread Lin, Wanming
Hello I use cordova-mobile-spechttps://github.com/apache/cordova-mobile-spec for several months with great experience, but the test suite build. I follow the steps in README.mdhttps://github.com/apache/cordova-mobile-spec/blob/master/README.md, which is extremely complex and tedious. User have

[GitHub] cordova-windows pull request: CB-8866: add Windows platforms Mixe...

2015-04-28 Thread brodybits
Github user brodybits commented on the pull request: https://github.com/apache/cordova-windows/pull/67#issuecomment-97033277 I believe cordova windows provides an --archs option to specify the architectures to build. Is that not sufficient for your purposes? Here's the

Re: Does cordova-mobile-spec support CLI build?

2015-04-28 Thread Parashuram N (MS OPEN TECH)
Just out of curiosity, what are you using mobile spec for ? Are you using this to test non-core plugins ? Would be interesting to see how mobile-spec fares on that. On 4/28/15, 9:35 PM, Rob Paveza rob.pav...@microsoft.com wrote: Try out this at your command line: cordova-coho/coho for-each git

Re: Does cordova-mobile-spec support CLI build?

2015-04-28 Thread Rob Paveza
Try out this at your command line: cordova-coho/coho for-each git pull cordova-coho/coho for-each npm install cordova-coho/coho npm-link I had to go through that process today, so maybe it'll work for you too! From: Lin, Wanming wanming@intel.com

[GitHub] cordova-mobile-spec pull request: CB-8927 Add media to cspMeta and...

2015-04-28 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/127 CB-8927 Add media to cspMeta and Windows as plat Fixes CSP errors on media test. Addes CSPs for Windows platform You can merge this pull request into a Git repository by running:

[GitHub] cordova-plugin-dialogs pull request: CB-8928: When toStaticHTML is...

2015-04-28 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/51 CB-8928: When toStaticHTML is undefined, Windows prompt fails. Simple change which checks for the presence of the dependency toStaticHTML, and if it's not found, replaces with a

[GitHub] cordova-plugin-dialogs pull request: CB-8928: When toStaticHTML is...

2015-04-28 Thread robpaveza
Github user robpaveza closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/51 --- 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-file-transfer pull request: CB-6503 allow file uplo...

2015-04-28 Thread visum
Github user visum commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27#issuecomment-97146581 Bump. I'm in need of this as well. We still just waiting on @machenmusik to file an ICLA? --- If your project is set up for it, you can reply to

[GitHub] cordova-windows pull request: Added support for Windows 10

2015-04-28 Thread dukex
Github user dukex commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/70#discussion_r29226500 --- Diff: spec/unit/build.spec.js --- @@ -44,11 +44,17 @@ function createConfigParserMock(winVersion, phoneVersion) { return {

[GitHub] cordova-plugin-device-motion pull request: CB-8926: The tests modu...

2015-04-28 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-plugin-device-motion/pull/29 CB-8926: The tests module tries to access an undefined global The tests module tries to access an undefined global 'Accelerometer' on fail callbacks. This results in another