[GitHub] cordova-plugin-media-capture pull request #72: CB-11995 (android) Do not pas...

2016-10-11 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/72 CB-11995 (android) Do not pass a file uri to the camera ### Platforms affected Android ### What does this PR do? Fixes an image capture not to throw a

[GitHub] cordova-plugin-statusbar issue #64: CB-11858: Add possibility to utilize And...

2016-10-11 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/64 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-android issue #326: CB-11771 Deep symlink directories to target proj...

2016-10-11 Thread mbektchiev
Github user mbektchiev commented on the issue: https://github.com/apache/cordova-android/pull/326 Can someone please review this PR? apache/cordova-ios#244 is already merged and in order to fix the issue we need this one and https://github.com/apache/cordova-lib/pull/485 as well.

[GitHub] cordova-lib issue #485: CB-11771 Deep symlink directories to target project ...

2016-10-11 Thread mbektchiev
Github user mbektchiev commented on the issue: https://github.com/apache/cordova-lib/pull/485 Can someone please review this PR? https://github.com/apache/cordova-ios/pull/244 is already merged and in order to fix the issue we need this one and

Re: How to send HTTP REFERER HEADER

2016-10-11 Thread Tobias Bocanegra
Hi, we face the same issue and think of using something along the lines of this: http://stackoverflow.com/questions/7913305/specifying-http-referer-in-embedded-uiwebview haven't tried it yet. regards, toby On Mon, Oct 10, 2016 at 12:32 AM, Erlin Vázquez Castellanos <

[GitHub] cordova-ios pull request #265: CB-11952 - Introduce buildFlag option

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/265 --- 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-wkwebview-engine pull request #23: CB-11997: Add crash recove...

2016-10-11 Thread cjpearson
GitHub user cjpearson opened a pull request: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/23 CB-11997: Add crash recovery for iOS 8 ### Platforms affected iOS ### What does this PR do? Reloads the WebView when it crashes. This behavior

Re: [DISCUSS] cordova-common 1.5.1 release

2016-10-11 Thread Shazron
+1 On Tue, Oct 11, 2016 at 4:33 PM, Steven Gill wrote: > Shaz found a bug causing cordova add platform ios (master) to fail. > https://github.com/apache/cordova-lib/pull/500 > > Fixed. Going to do a patch release for this. >

[GitHub] cordova-lib pull request #499: Cb 11960

2016-10-11 Thread audreyso
Github user audreyso commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/499#discussion_r82916012 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -298,8 +326,24 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-android pull request #341: add message, catch exception if require f...

2016-10-11 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-android/pull/341 add message, catch exception if require fails ### Platforms affected android ### What does this PR do? catches possible error and outputs message

[GitHub] cordova-ios pull request #268: add message, catch exception if require fails

2016-10-11 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-ios/pull/268 add message, catch exception if require fails ### Platforms affected ios ### What does this PR do? catches possible error, and outputs error message

[GitHub] cordova-lib issue #500: CB-11998 - cordova platform add error with cordova-c...

2016-10-11 Thread RyanThomas73
Github user RyanThomas73 commented on the issue: https://github.com/apache/cordova-lib/pull/500 One suggestion - you could simplify the source directory mapping to: ``` // Scan the files in each of the source directories. var sourceMaps = sourceDirs.map(function

[GitHub] cordova-lib issue #500: CB-11998 - cordova platform add error with cordova-c...

2016-10-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-lib/pull/500 @RyanThomas73 thanks! Unfortunately I've already spent too much time on this one line fix, so I'm probably not going to re-visit it for now. --- If your project is set up for it, you can

[GitHub] cordova-android issue #341: CB-11999 add message, catch exception if require...

2016-10-11 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-android/pull/341 ## [Current coverage](https://codecov.io/gh/apache/cordova-android/pull/341?src=pr) is 35.31% (diff: 0.00%) > Merging

Nightly build #175 for cordova has succeeded!

2016-10-11 Thread Apache Jenkins Server
Nightly build #175 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/175/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-ios issue #268: CB-11999 add message, catch exception if require fai...

2016-10-11 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-ios/pull/268 ## [Current coverage](https://codecov.io/gh/apache/cordova-ios/pull/268?src=pr) is 59.67% (diff: 4.16%) > Merging [#268](https://codecov.io/gh/apache/cordova-ios/pull/268?src=pr) into

Re: [Android] onPause and onResume in the background on WebViews

2016-10-11 Thread Jesse
So if we add PauseOnBackground as a new feature, the default value is whatever happens now? Meaning no one has to care if they don't care? @purplecabbage risingj.com On Tue, Oct 4, 2016 at 10:47 AM, Joe Bowser wrote: > Yeah, I think we shouldn't break users. That said, I

[GitHub] cordova-android pull request #272: [CB-8250] fix issue with app_name contain...

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/272 --- 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-android pull request #308: CB-11343: Handle Java versions after JEP-...

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/308 --- 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-lib pull request #500: CB-11998 - cordova platform add error with co...

2016-10-11 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-lib/pull/500 CB-11998 - cordova platform add error with cordova-common@1.5.0 ### Platforms affected All platforms. ### What does this PR do? Fixes "ENOENT: no such file or

[DISCUSS] cordova-common 1.5.1 release

2016-10-11 Thread Steven Gill
Shaz found a bug causing cordova add platform ios (master) to fail. https://github.com/apache/cordova-lib/pull/500 Fixed. Going to do a patch release for this.

[GitHub] cordova-lib pull request #500: CB-11998 - cordova platform add error with co...

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/500 --- 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-ios issue #268: CB-11999 add message, catch exception if require fai...

2016-10-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/268 LGTM. Whomever pulls this in, make sure to sqush, amend the commit with the JIRA issue number --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-ios pull request #264: CB-11936 - Support four new App Transport Sec...

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/264 --- 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-ios issue #268: CB-11999 add message, catch exception if require fai...

2016-10-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/268 https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=commit;h=2cdb6074626cc4efc8ad117058c49d945ead0eb5 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-android issue #341: CB-11999 add message, catch exception if require...

2016-10-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-android/pull/341 LGTM. Whomever pulls this in, make sure to squash, amend the commit with the JIRA issue number --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-ios issue #268: CB-11999 add message, catch exception if require fai...

2016-10-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/268 Pulled in, but doesn't seem to have been mirrored on GH yet. --- 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-android pull request #340: CB-8722 - Move app icons from drawable to...

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/340 --- 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