[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 The code you link to (step 4 of the guide) doesn't use cordova-plugin-camera's JS API. It uses: ``` navigator.getUserMedia = navigator.getUserMedia ||

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread douglasmoraisdev
Github user douglasmoraisdev commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 As I mentioned earlier, I am developing a WebRTC application based on Google WebRTC Codelabs. (https://codelabs.developers.google.com/codelabs/webrtc-web/). If you try to

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 @douglasmoraisdev how can I test that this change is needed? Is there a particular camera API i need to access on API 24+ to see the failure? Just want to reproduce the failed / fixed

[GitHub] cordova-lib pull request #580: CB-12895 : Replaced jshint with eslint

2017-07-20 Thread audreyso
GitHub user audreyso opened a pull request: https://github.com/apache/cordova-lib/pull/580 CB-12895 : Replaced jshint with eslint ### Platforms affected ### What does this PR do? Replaced jshint with eslint ### What testing has been done on

[GitHub] cordova-android issue #396: CB-12677: (android) added option for explicitly ...

2017-07-20 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/396 Did you see the fix @purplecabbage did to pull this info from the Windows registry for Windows users? We're probably going to go with that solution for Windows because of the whole PATH

[GitHub] cordova-lib pull request #579: CB-12361 : added tests for save.js

2017-07-20 Thread audreyso
GitHub user audreyso opened a pull request: https://github.com/apache/cordova-lib/pull/579 CB-12361 : added tests for save.js ### Platforms affected ### What does this PR do? ### What testing has been done on this change? added tests for

[GitHub] cordova-plugin-file pull request #211: CB-6938: (fix) on iOS, copyTo should ...

2017-07-20 Thread VinceOPS
GitHub user VinceOPS opened a pull request: https://github.com/apache/cordova-plugin-file/pull/211 CB-6938: (fix) on iOS, copyTo should overwrite any existing file https://issues.apache.org/jira/browse/CB-6938 ### Platforms affected iOS, all versions. ### What

Nightly build #433 for cordova has failed

2017-07-20 Thread Apache Jenkins Server
Nightly build #433 for cordova has failed. Please check failure details on build details page at https://builds.apache.org/job/cordova-nightly/433/ You can also take a look at build console: https://builds.apache.org/job/cordova-nightly/433/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-android issue #396: CB-12677: (android) added option for explicitly ...

2017-07-20 Thread russaa
Github user russaa commented on the issue: https://github.com/apache/cordova-android/pull/396 I have to say, I like the current solution better (using `gradle` from Android Studio): 1. you are not required to install something, that you may already have installed 2. if