Nightly build #124 for cordova has failed

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

[GitHub] cordova-ios pull request #249: CB-11789 - Generated Podfile should not have ...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/249 --- 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 pull request #249: CB-11789 - Generated Podfile should not have ...

2016-08-31 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-ios/pull/249 CB-11789 - Generated Podfile should not have an absolute path to .xcodeproj You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-ios pull request #248: CB-11792 - Add Cocoapods .xcconfig includes t...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/248 --- 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 pull request #248: CB-11792 - Add Cocoapods .xcconfig includes t...

2016-08-31 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-ios/pull/248 CB-11792 - Add Cocoapods .xcconfig includes to build.xcconfig files in template, modify create script You can merge this pull request into a Git repository by running: $ git pull

Re: Merging gradle_respect into cordova_android master today

2016-08-31 Thread Joe Bowser
Hey So, I started with the rebase and I tested create with the rebased repository before pushing it up, and I decided that this isn't quite ready for release yet. It slows down the creation of new projects to be almost a minute, and that's way too slow. I think that we need a better way to

[GitHub] cordova-android pull request #323: Changes for Cordova-Android 6.0.0 - Andro...

2016-08-31 Thread infil00p
Github user infil00p closed the pull request at: https://github.com/apache/cordova-android/pull/323 --- 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 issue #323: Changes for Cordova-Android 6.0.0 - Android Modu...

2016-08-31 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/323 This is TOO SLOW for creating a project after I started rebasing it with master. I'm going to close this and come back to it a bit later, since it's REALLY slow right now and I don't want

[GitHub] cordova-ios pull request #246: CB-11712 - changes in config.xml does ...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/246 --- 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 #632: Moved 40px Spotlight Icon to iOS 7.0+

2016-08-31 Thread alexbegg
GitHub user alexbegg opened a pull request: https://github.com/apache/cordova-docs/pull/632 Moved 40px Spotlight Icon to iOS 7.0+ in Xcode's AppIcon Image Set, it clearly states 40pt size is for iOS 7-9 Spotlight Icon for both iPhone and iPad, therefore it should be listed under

[GitHub] cordova-android pull request #253: Clearing appPlugin when loading pages.

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/253 --- 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 issue #244: CB-10140 Use application id instead of package n...

2016-08-31 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/244 @CookieCookson This seems to have fallen by the wayside for quite a few months. Are you still looking to add this, or should I close it since it no longer merges cleanly? --- If your

[GitHub] cordova-android issue #308: CB-11343: Handle Java versions after JEP-223

2016-08-31 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/308 So, how do we test this one? Is this a Mac OS X or Linux issue? --- 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-ios issue #246: CB-11712 - changes in config.xml does a 'sear...

2016-08-31 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/246 Tests pass, squashing the commits. --- 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

[GitHub] cordova-ios pull request #247: CB-11788 - Change create and build scripts to...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/247 --- 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

[Discuss] Cordova-Android 6.0.x

2016-08-31 Thread Joe Bowser
Hey This week, I'm going to start merging things that will break certain APIs, such as the Third Party WebView. This is done so we can have solid compatibility with Nougat, as well as fix some threading issues that people are having when embedding CordovaWebView in native projects. Before I do

[GitHub] cordova-ios issue #247: CB-11788 - Change create and build scripts to use .x...

2016-08-31 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-ios/pull/247 ## [Current coverage](https://codecov.io/gh/apache/cordova-ios/pull/247?src=pr) is 56.40% (diff: 0.00%) > Merging [#247](https://codecov.io/gh/apache/cordova-ios/pull/247?src=pr) into

Merging gradle_respect into cordova_android master today

2016-08-31 Thread Joe Bowser
Hey After leaving this pull request open for a couple of weeks, I'm going to land it into the master of Cordova-Android at the end of the day. Can people take one final look before I land this thing in? https://github.com/apache/cordova-android/pull/323 Let me know if you have any questions

[GitHub] cordova-plugin-camera issue #198: CB-10857 android : Camera.getPicture retur...

2016-08-31 Thread harellevy
Github user harellevy commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/198 is this working with video from google drive? when is this going to be merged to the master? upload videos from local directory in my phone works fine but when i try

RE: Nightly builds - npm publish issue

2016-08-31 Thread Vladimir Kotikov (Akvelon)
FYI. In case if anyone else is interested - coho just invokes 'npm publish', so in order to fix nightiles we've updated npm used by nightly job on Jenkins to 3.10.x., so nightlies are now alive again. - Best regards, Vladimir -Original Message- From: Shazron [mailto:shaz...@gmail.com]

Re: Cordova bridge call exception console log does not include call stack information

2016-08-31 Thread julio cesar sanchez
As Vladimir Kotikov commented on the issue that we should discuss it on the mail list we can use this thread to do it. I'm +1 with it, it sounds useful 2016-08-30 23:33 GMT+02:00 Li, Jonathan : > Hi, > The issue is created for the issue at >

[GitHub] cordova-plugin-statusbar issue #55: Handle extended status bar on iOS

2016-08-31 Thread goshakkk
Github user goshakkk commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/55 Sure, go ahead. On Wed, Aug 31, 2016 at 1:19 PM, jcesarmobile wrote: > So @goshakkk , are you going to

[GitHub] cordova-plugin-statusbar issue #55: Handle extended status bar on iOS

2016-08-31 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/55 So @goshakkk, are you going to do the changes I proposed or not? I want to send another PR that might conflict with this one and I'm waiting for this to be merged.

[GitHub] cordova-windows pull request #194: CB-10738 Use hardcoded Id attribute in Wi...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/194 --- 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-windows issue #194: CB-10738 Use hardcoded Id attribute in Win10 man...

2016-08-31 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-windows/pull/194 LGTM --- 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-ios pull request #245: CB-11731 Re-read ios.json on every prepare

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/245 --- 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-windows issue #194: CB-10738 Use hardcoded Id attribute in Win10 man...

2016-08-31 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-windows/pull/194 @sgrebnov, PTAL --- 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

[GitHub] cordova-ios issue #246: CB-11712 - changes in config.xml does a 'sear...

2016-08-31 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-ios/pull/246 ## [Current coverage](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr) is 52.67% (diff: 100%) > Merging [#246](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr) into