[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/131 CB-8129 Add test coverage report generation to core cordova tools This implements [CB-8129](https://issues.apache.org/jira/browse/CB-8129) and adds `npm run cover` command that

[GitHub] cordova-cli pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-cli/pull/198 CB-8129 Add test coverage report generation to core cordova tools This implements [CB-8129](https://issues.apache.org/jira/browse/CB-8129) and adds `npm run cover` command that

[GitHub] cordova-plugin-file pull request: Rework to use normal url form on...

2014-12-15 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/89#issuecomment-66962414 @purplecabbage Could you pls. take a look --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-android pull request: Fix compile error when build multipl...

2014-12-15 Thread zhuangperola
Github user zhuangperola commented on the pull request: https://github.com/apache/cordova-android/pull/138#issuecomment-66969865 excuse me. I am using cordova in developing android. when i have occured a problem. where can i add my problem as an issue to ask for help? --- If your

[GitHub] cordova-ubuntu pull request: 4.0

2014-12-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ubuntu/pull/9 --- 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-inappbrowser pull request: ubuntu: port to oxide

2014-12-15 Thread Zaspire
Github user Zaspire closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/74 --- 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-js pull request: ubuntu: port to oxide

2014-12-15 Thread Zaspire
Github user Zaspire closed the pull request at: https://github.com/apache/cordova-js/pull/94 --- 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

[DISCUSS] Cordova-Ubuntu Release

2014-12-15 Thread Maxim Ermilov
Does anyone have any reason to delay a cordova-ubuntu platform release? Any outstanding patches to land? If not, I will start the release tomorrow.

[GitHub] cordova-android pull request: Fix compile error when build multipl...

2014-12-15 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-android/pull/138#issuecomment-66997451 @fujunwei, what version of Gradle and the Android plugin are you using? (There are some compatibility issues between certain versions, and I want to make sure

[GitHub] cordova-android pull request: Fix compile error when build multipl...

2014-12-15 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-android/pull/138#issuecomment-66997624 @zhuangperola, the best place to report a problem is on JIRA, at https://issues.apache.org/jira/browse/CB You can create an account there and file a

Re: Browserify JS is in

2014-12-15 Thread Michal Mocny
Thanks Steven. On Mon, Dec 15, 2014 at 12:15 AM, Steven Gill stevengil...@gmail.com wrote: For the lazy: cordova_plugins.js discussion https://issues.apache.org/jira/plugins/servlet/mobile#issue/CB-8153 On Dec 14, 2014 6:58 PM, Michal Mocny mmo...@chromium.org wrote: Lets discuss the

[GitHub] cordova-wp8 pull request: Use the newer AppDeployCmd when availabl...

2014-12-15 Thread oliversalzburg
GitHub user oliversalzburg opened a pull request: https://github.com/apache/cordova-wp8/pull/67 Use the newer AppDeployCmd when available The old XapDeployCmd could raise Error: The parameter is incorrect. with project files that were opened with more recent versions of Visual

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/131#issuecomment-67004121 This seems to break the tests on Windows. Not sure why. But the ios parser spec fails on a bunch of mismatches between back and forward slashes in file paths. ---

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/131#issuecomment-67006185 Just tried to run `npm run jasmine` on latest master and got same errors. It seems that tests are broken. --- If your project is set up for it, you can

Re: Browserify JS is in

2014-12-15 Thread Andrew Grieve
Maybe most other companies are not in the same boat, but at Google we can't add any software to our build process without it all being checked into source control (and reviewed). Currently NPM is our biggest dependency, but thankfully we use that only for fetching (and so don't need it if we

[GitHub] cordova-browser pull request: --user-data-dir working on windows

2014-12-15 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-browser/pull/3#issuecomment-67010972 tested and merged, thx! --- 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: Browserify JS is in

2014-12-15 Thread Josh Soref
We need to do a license review. While ideally it would be addressed by Apache's license review, the way our process works, it isn't, so we get to look at all of the code blobs that we would be importing (all dependencies) and identify where they're from and what their license is. Then after

RE: How to handle CSP for XHR in Cordova 4.0

2014-12-15 Thread Chuck Lantz
For the Windows platform, IE 10 and 11 support CSP 1.0 - there's one subtle difference (X-Content-Security-Policy vs Content-Security-Policy in the HTTP header). The Win 10 Tech Preview already has full CSP support. In general, the conventional wisdom is to push app models towards the CSP and

[GitHub] cordova-plugin-inappbrowser pull request: InAppBrowser, iOS: Setti...

2014-12-15 Thread vinnyrose
Github user vinnyrose commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/72#issuecomment-67025138 ICLA has been filed. --- 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-wp8 pull request: CB-8139 WP8. Fix callback for plugins wi...

2014-12-15 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-wp8/pull/68 CB-8139 WP8. Fix callback for plugins with native ui (capture, contactPicker, etc) https://issues.apache.org/jira/browse/CB-8139 Unload event could not be used to detect when

[GitHub] cordova-docs pull request: 3.4.x

2014-12-15 Thread ldeluca
Github user ldeluca commented on the pull request: https://github.com/apache/cordova-docs/pull/230#issuecomment-67030353 @Watabe08 Thank you for helping to do translations. Before each new Cordova release we typically pull in all of the translations from the Crowdin system.

Cordova 3.0 - getPicture crashing in android

2014-12-15 Thread Biju Panicker
Hi, I am using cordova3.0. navigator.camera.getPicture fails when reading a picture from the gallery. However it seems to be working when taking a picture from dropbox or drive. Tried using various option values to ensure that the file is read as is, to avoid OOM errors. Nothing seems to be

[GitHub] cordova-docs pull request: 3.4.x

2014-12-15 Thread sosahvictor
Github user sosahvictor commented on the pull request: https://github.com/apache/cordova-docs/pull/230#issuecomment-67033972 Hi @Watabe08, I've been doing the translation management for the last couple of months. I've merged changes from CrowdIn in the camera plugin in October,

RE: [DISCUSS] Cordova-Ubuntu Release

2014-12-15 Thread Parashuram Narasimhan (MS OPEN TECH)
Are you also planning to do a CLI release with this? If you are, could we do a wp8 release in the CLI too? -Original Message- From: Maxim Ermilov [mailto:maxim.ermi...@canonical.com] Sent: Monday, December 15, 2014 5:46 AM To: dev@cordova.apache.org Subject: [DISCUSS] Cordova-Ubuntu

RE: [DISCUSS] Cordova-Ubuntu Release

2014-12-15 Thread Josh Soref
fwiw, blackberry10 needs a release to fix a bug (we're working on pushing it in this afternoon). apparently cordova run --nobuild wasn't mapped to {blackberry10}/cordova/run --no-build (Yes, this isn't a new bug, it's an old one that no one discovered...)

Re: How to handle CSP for XHR in Cordova 4.0

2014-12-15 Thread Ian Clelland
On Mon Dec 15 2014 at 11:28:43 AM Chuck Lantz cla...@microsoft.com wrote: For the Windows platform, IE 10 and 11 support CSP 1.0 - there's one subtle difference (X-Content-Security-Policy vs Content-Security-Policy in the HTTP header). The Win 10 Tech Preview already has full CSP support. In

Re: [DISCUSS] Cordova-Ubuntu Release

2014-12-15 Thread Steven Gill
Parashuram Josh, Feel free to create your own release discuss threads and start the process for your platforms. We can do a tools release once the platform releases are completed. https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md A tools release will have to

[DISCUSS] Cordova-WP8 Release

2014-12-15 Thread Parashuram Narasimhan (MS OPEN TECH)
Hi, We discovered that certain core plugins are affected, as described in this bug - https://issues.apache.org/jira/browse/CB-8139 It would be great if we would add this pull request (https://github.com/apache/cordova-wp8/pull/68) and do a release of the WP8 platform. Are there other features

[DISCUSS] cordova-blackberry10 Release

2014-12-15 Thread Josh Soref
We discovered that cordova run --nobuild blackberry10 does not work, because the underlying code which predates this feature used run --no-build. CB-8161 Run: accept --nobuild as alias to --no-build We intend to do a new release for this, does anyone have anything to say?

[GitHub] cordova-registry-web pull request: Spelling

2014-12-15 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-registry-web/pull/7 Spelling * README * BlackBerry You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-registry-web spelling

[GitHub] cordova-registry-web pull request: Spelling

2014-12-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-registry-web/pull/7 --- 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

[GitHub] cordova-plugin-file-transfer pull request: CB-8125 Reorganised and...

2014-12-15 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/55#issuecomment-67082272 Sorry in advance for the spam! Just bumping the thread. If anyone has time to review and/or merge this PR, would they please be able to take a

[GitHub] cordova-android pull request: --list support for android

2014-12-15 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-android/pull/139 --list support for android For more details please check the dev mailing list and the [JIRA issue](https://issues.apache.org/jira/browse/CB-8168) You can merge this pull request into a

[GitHub] cordova-ios pull request: --list feature for iOS

2014-12-15 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-ios/pull/122 --list feature for iOS For more details please check the dev mailing list and the [JIRA issue](https://issues.apache.org/jira/browse/CB-8168) You can merge this pull request into a Git

[GitHub] cordova-cli pull request: added --list support

2014-12-15 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-cli/pull/199 added --list support For more details please check the dev mailing list and the [JIRA issue](https://issues.apache.org/jira/browse/CB-8168) You can merge this pull request into a Git

--list argument for CLI

2014-12-15 Thread Murat Sutunc
Hi all, My name is Murat Sutunc, I'm part of the Visual Studio team @ Microsoft and new to Cordova. I was looking at the Cordova Tooling Wiki at (https://wiki.apache.org/cordova/CommandLineToolingDesign) and thought it would be interesting to make some additions to the list-devices feature.

[GitHub] cordova-android pull request: Fix compile error when build multipl...

2014-12-15 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/138#issuecomment-67095787 @clelland My Gradle version is 1.12, and the Android plugin version is 0.12.0. You need set ext.multiarch=true to build multiple apks, and use ./cordova/build

[GitHub] cordova-android pull request: Fix compile error when build multipl...

2014-12-15 Thread zhuangperola
Github user zhuangperola commented on the pull request: https://github.com/apache/cordova-android/pull/138#issuecomment-67096932 @clelland Thank you for your advice. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

RE: How to handle CSP for XHR in Cordova 4.0

2014-12-15 Thread Chuck Lantz
Near term, for Windows 8.0/8.1, a custom security policy is in place at the platform level for store apps so CSP doesn't really apply there at the moment. (And, to be really specific, CSP support is pretty limited in IE10/11 focusing on the sandbox directive. The Windows 10 Tech Preview is

[GitHub] cordova-docs pull request: 3.4.x

2014-12-15 Thread Watabe08
Github user Watabe08 commented on the pull request: https://github.com/apache/cordova-docs/pull/230#issuecomment-67114044 Lisa and Victor, Nice talking u, Lisa and Victor. At the moment, I have another task to finish. But translating the cordova doc is now on my

[GitHub] cordova-plugin-camera pull request: Fix terminology for selecting ...

2014-12-15 Thread coryjthompson
GitHub user coryjthompson opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/58 Fix terminology for selecting a video. Selecting a video currently shows 'Videos title' along the top of the picker. I believe 'Videos' would be more appropriate.