Nightly build #270 for cordova has failed

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

[GitHub] cordova-lib pull request #524: CB-12528 use fs instead of our own existsSync

2017-03-02 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-lib/pull/524 CB-12528 use fs instead of our own existsSync ### Platforms affected Lib ### What does this PR do? Removes unneeded API ### What testing has been

[VOTE] Plugins Release

2017-03-02 Thread Steven Gill
Please review and vote on the release of this plugins release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-12519 The plugins have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12519/

[GitHub] cordova-ios issue #293: CB-12523 - Remove iOS 8 support

2017-03-02 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-ios/pull/293 A few tests are set to iOS 8 like https://github.com/apache/cordova-ios/blob/master/tests/spec/unit/fixtures/test-config-2.xml#L15 Should them also be updated? --- If your

[GitHub] cordova-plugin-contacts issue #107: CB-10784: CDVContactsPicker finish anima...

2017-03-02 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/107 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-ios pull request #289: CB-12384 ios: Add Cocoa Touch Framework targe...

2017-03-02 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/289#discussion_r104048130 --- Diff: CordovaLib/CordovaLib.xcodeproj/project.pbxproj --- @@ -499,6 +637,105 @@ }; name = Release;

[GitHub] cordova-ios pull request #289: CB-12384 ios: Add Cocoa Touch Framework targe...

2017-03-02 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/289#discussion_r104048113 --- Diff: CordovaLib/CordovaLib.xcodeproj/project.pbxproj --- @@ -499,6 +637,105 @@ }; name = Release;

[GitHub] cordova-ios pull request #289: CB-12384 ios: Add Cocoa Touch Framework targe...

2017-03-02 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/289#discussion_r104047971 --- Diff: tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj --- @@ -39,8 +63,29 @@ remoteGlobalIDString =

[GitHub] cordova-ios issue #277: CB-11243: Fix target-device and deployment-target pr...

2017-03-02 Thread zetura
Github user zetura commented on the issue: https://github.com/apache/cordova-ios/pull/277 Hi, thanks for your quick feedback ! It seems that the issue is because the app is rendered at scale x2 on iPad (and you can also deactivate the zoom at the bottom right). And we thought it

[GitHub] cordova-ios issue #277: CB-11243: Fix target-device and deployment-target pr...

2017-03-02 Thread kerrishotts
Github user kerrishotts commented on the issue: https://github.com/apache/cordova-ios/pull/277 @shazron @zetura I was able to run a couple apps (both cordova-ios@4.3.1) at iPhone resolutions on an iPad simulator just now, with and without launch storyboards. @zetura, it might help to

[GitHub] cordova-ios pull request #291: CB-12377: Fix bug with updating platform

2017-03-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/291 --- 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 #277: CB-11243: Fix target-device and deployment-target pr...

2017-03-02 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/277 @zetura that setting is actually correct, it modifies the TARGETED_DEVICE_FAMILY setting in the Xcode project and I verified that it works (sets it to 1 for Handset). Those keys in Info.plist

[GitHub] cordova-cli issue #267: CB: 11982 -Created new cordova config command

2017-03-02 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-cli/pull/267 This PR will need to follow #270 and will need to be rebased, and have a conflict fix. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-cli pull request #267: CB: 11982 -Created new cordova config command

2017-03-02 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/267#discussion_r103999595 --- Diff: src/cli.js --- @@ -160,7 +183,7 @@ module.exports = function (inputArgs, cb) { }; function getSubCommand(args, cmd) {

[GitHub] cordova-cli issue #268: CB-11977 : removed support for node 0.x

2017-03-02 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-cli/pull/268 This is ready to go, just waiting for the cordova@7 ship --- 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-cli issue #255: CLI Refactor

2017-03-02 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-cli/pull/255 This now has conflicts, and even more when considered with other prs. Should I look to reimplement this cleanly? --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-android issue #321: CB-8978 Prepare copy resource-files from config....

2017-03-02 Thread dpogue
Github user dpogue commented on the issue: https://github.com/apache/cordova-android/pull/321 cordova-common@2.0.0 is released now, which was the prerequisite for this. Should we bump the cordova-common dependency in package.json and merge this in for the next Android release?

[GitHub] cordova-cli issue #268: CB-11977 : removed support for node 0.x

2017-03-02 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-cli/pull/268 Ship it! --- 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,

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-03-02 Thread Kerri Shotts
Just FYI — I added CB-12287 to the Done column; I had the wrong fix version value (d’oh!), so it didn’t get picked up originally. I’m going to try to get to a few of the smaller todos over the weekend. ~ Kerri > On Mar 1, 2017, at 14:25,

[GitHub] cordova-ios issue #277: CB-11243: Fix target-device and deployment-target pr...

2017-03-02 Thread zetura
Github user zetura commented on the issue: https://github.com/apache/cordova-ios/pull/277 Still having the issue with Cordova 6.5.0 (and cordova-ios 4.3.1). I have `target-device='handset'` defined, I removed completely the ios platform and add it again, but I always get this code

[GitHub] cordova-plugin-camera issue #230: CB-6708: [iOS]keep the metadata of image, ...

2017-03-02 Thread claudioviola
Github user claudioviola commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/230 Hi! Is it merged with master branch? If I install with cordova plugin add cordova-plugin-camera@latest do I find it? Thank you! --- If your project is set up for it,

What is the best way to debug Cordova apps?

2017-03-02 Thread Jacek Marcin Jaworski
Hi I am fascinating with features of Cordova. I write simple app which function not properly. I want to debug this app, but apparently NetBeans (which I use) not allow me to debug my Cordova app. I try use an emulator and real mobile, but it not debug any way... Please tell me how to debug