[GitHub] cordova-plugin-splashscreen pull request: Update index.md

2014-09-16 Thread Sanafan
Github user Sanafan closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/24 --- 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 i

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Carlos Santana
If you are going to respin then I agree remove connect from cordova-js On Tuesday, September 16, 2014, Marcel Kinard wrote: > This vote is cancelled, due to a technical issue in the packaging. I will > fix the issue, generate a new release candidate with a new version, and > start a new vote thr

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
This vote is cancelled, due to a technical issue in the packaging. I will fix the issue, generate a new release candidate with a new version, and start a new vote thread. On Sep 16, 2014, at 3:51 PM, Marcel Kinard wrote: > Please review and vote on this Tools Release.

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
I've been doing some playing around to understand this better. Here are the 3 scenarios I tried: 1) link: cd cordova-lib rm -r node_modules rm npm-shrinkwrap.json npm link cordova-js npm install npm shrinkwrap Result is that ALL the devDependencies from cordova-js are present in the cordova-lib

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Andrew Grieve
On Tue, Sep 16, 2014 at 5:47 PM, Marcel Kinard wrote: > Sorry I'm not following exactly what you mean. Do you mean cordova-lib > instead of cordova-cli? > Probably :P. Whichever has the shrinkwrap > > I also don't expect devDependencies to get installed when I do "npm -g > install cordova@rc".

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Carlos Santana
By default, npm install will install all modules listed as dependencies. With the --production flag, npm will not install modules listed in devDependencies. I will just ignore the Warning on connect and not respin. The warning is that connect is old from 2011, and I think is no longer need it for

Re: [Vote] 3.6.3 Cadence Release

2014-09-16 Thread Carlos Santana
Marcel forgot to mentioned that I updated to latest npm via "npm update -g npm" newer than the one in v0.10.31, when I was playing with npm shrinkwrap. /Users/csantana23 $ node -v v0.10.31 /Users/csantana23 $ npm -v 1.4.27 which should not confuse you with 1.4.28 which is not latest but is

Re: NFC and IOS

2014-09-16 Thread Shazron
No :/ You just log in from time to time and see your bug -- it should reference the original highlighted in yellow. There the text will show the status "Open" or "Closed" for the original bug. On Tuesday, September 16, 2014, Don Coleman wrote: > Apple closed my by "Add NFC APIs" bug report as a

Re: NFC and IOS

2014-09-16 Thread Don Coleman
Apple closed my by "Add NFC APIs" bug report as a duplicate. "Engineering has determined that your bug report (18295114) is a duplicate of another issue (18337769) and will be closed." Is there any way to see the status or watch an Apple bug I didn't report? On Tue, Sep 16, 2014 at 3:31 PM, Kerri

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55830716 Not sure what you meant exactly by your last comment. So is my proposed fix would be the better way in your opinion? --- If your project is set up f

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-55830633 Patched: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=921dacc please close this PR. thanks! --- If your project is set

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-55829982 https://issues.apache.org/jira/browse/CB-7549 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
Sorry I'm not following exactly what you mean. Do you mean cordova-lib instead of cordova-cli? I also don't expect devDependencies to get installed when I do "npm -g install cordova@rc". cordova-js has the devDependency on connect, and does not have a shrinkwrap. cordova-lib has a dependency o

[GitHub] cordova-docs pull request: CB-7565 add debugging guide for iOS wit...

2014-09-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-docs/pull/237#issuecomment-55810732 Patch integrated (commits squashed). However, the output is a bit weird for the "Xcode Debugging" link (not your fault, it's joDoc's). Through it's own magic, it sp

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Andrew Grieve
You shouldn't be seeing devDependencies show up in cordova. I'd double make sure that if you: cd cordova-cli rm -r node_modules rm npm-shrinkwrap.json npm install npm shrinkwrap that you end up with an npm-shrinkwrap.json that includes the devDependency. On Tue, Sep 16, 2014 at 4:01 PM, Marcel

[GitHub] cordova-docs pull request: CB-7565 add debugging guide for iOS wit...

2014-09-16 Thread eymorale
GitHub user eymorale opened a pull request: https://github.com/apache/cordova-docs/pull/237 CB-7565 add debugging guide for iOS with references to xcode and safari web inspector You can merge this pull request into a Git repository by running: $ git pull https://github.com/ey

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
FYI, I am getting the following warning when I do "npm install cordova@rc": npm WARN engine connect@1.8.5: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"0.10.31","npm":"1.4.23"}) This is a devDependency in cordova-js, which I didn't change. If folks want this dependency changed to get

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
Typo, should say: "Ran coho verify-archive over the relevant repos" On Sep 16, 2014, at 3:51 PM, Marcel Kinard wrote: > * Ran coho audit-license-headers over the relevant repos

[Vote] Tools Release 3.6.3-0.2.12

2014-09-16 Thread Marcel Kinard
Please review and vote on this Tools Release. This tools release addresses an issue with the npm-shrinkwrap that occurred while publishing the 3.6.3 platforms. The cordova-js dependency on browserify was updated, and that was cascaded up the dependency tree through cordova-lib and cordova-cli.

[GitHub] cordova-plugin-geolocation pull request: added simple geolocation

2014-09-16 Thread jbeuckm
GitHub user jbeuckm opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/26 added simple geolocation Addresses CB-7563 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbeuckm/cordova-plugin-geolocation

Re: NFC and IOS

2014-09-16 Thread Kerri Shotts
Buses? What are those? ;) I suspect that the API is still baking and will be opened up to everyone in a later release (probably iOS 9), but that is just a (hopeful) guess on my part. Sent from my phone. ___ Kerri Shotts photoKandy Studios, LLC On the Web: http

Re: NFC and IOS

2014-09-16 Thread Joe Bowser
As we've seen with Apple Maps, iPhone users don't ride the bus. On Sep 16, 2014 12:16 PM, "julio cesar sanchez" wrote: > Bad news > > > http://blogs.wsj.com/digits/2014/09/16/iphones-nfc-tech-will-only-work-with-apple-pay > < > http://blogs.wsj.com/digits/2014/09/16/iphones-nfc-tech-will-only-wor

Re: NFC and IOS

2014-09-16 Thread julio cesar sanchez
Bad news http://blogs.wsj.com/digits/2014/09/16/iphones-nfc-tech-will-only-work-with-apple-pay

Re: [Vote] 3.6.3 Cadence Release

2014-09-16 Thread Marcel Kinard
I think the esprima-fb error is a bug in npm, which is installing the wrong version of that module. $ vi /Users/marcelk/Developer/apache/cordova-lib/cordova-lib/node_modules/cordova-js/node_modules/browserify/node_modules/derequire/node_modules/esprima-fb/package.json "version": "6001.1.0-dev-

Re: CB-5921

2014-09-16 Thread Shazron
Thanks Erik, I'll take a look soon. As long as it addresses the points I've been making in the issue (wrt plugins) it would be fine -- the target is by 4.0 release I would think for using workspaces. Yes, Swift is only supported with iOS 7 and up, so a Swift developed plugin needs to have as an eng

Re: [Vote] 3.6.3 Cadence Release

2014-09-16 Thread Archana Naik
No worries Marcel. Appreciate you doing this for us. Looking forward to next rc. Archana On Tue, Sep 16, 2014 at 6:02 AM, Marcel Kinard wrote: > Since the platforms don't have a shrinkwrap, those don't need to be > updated, so we can leave them as-is. So just the tools need to be updated. > > I

Re: CB-5921

2014-09-16 Thread julio cesar sanchez
But you can't use swift if you support iOS 6, and cordova still supports iOS 6

[GitHub] cordova-plugin-dialogs pull request: CB-7538 Android beep thread f...

2014-09-16 Thread dpeacock
Github user dpeacock closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/33 --- 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 th

Re: [Vote] 3.6.3 Cadence Release

2014-09-16 Thread Marcel Kinard
Since the platforms don't have a shrinkwrap, those don't need to be updated, so we can leave them as-is. So just the tools need to be updated. I'm getting the same error on esprima-fb when updating the shrinkwrap. I'll update the browserify dependency, update the shrinkwrap, build a new tools s

Re: [Vote] 3.6.3 Cadence Release

2014-09-16 Thread Marcel Kinard
Agreed, especially in this situation where esprima-fb is no longer valid. Except that we don't have a defined test period during which to run with a specific shrinkwrap. I'll put together a proposal and send it out for review. On Sep 15, 2014, at 11:28 PM, Carlos Santana wrote: > We should alw

Re: CB-5921

2014-09-16 Thread Erik Jan de Wit
Ultimate goal is to enable swift as a language to create plugins with On 16 Sep,2014, at 14:43 , Erik Jan de Wit wrote: > Hi, > > I’ve started to work on https://issues.apache.org/jira/browse/CB-5921 and > create a PR https://github.com/apache/cordova-ios/pull/104 that will generate > a works

Re: cordova push plugin release

2014-09-16 Thread Erik Jan de Wit
Ultimate goal is to enable swift as a language to create plugins with On 16 Sep,2014, at 11:41 , Erik Jan de Wit wrote: > Hi all, > > After testing we are happy to announce that the 1.0.1 version of the cordova > push plugin has been released. Thanks to everyone for testing and making this >

CB-5921

2014-09-16 Thread Erik Jan de Wit
Hi, I’ve started to work on https://issues.apache.org/jira/browse/CB-5921 and create a PR https://github.com/apache/cordova-ios/pull/104 that will generate a workspace instead of a subproject. Next step is to look how to integrate this with cli and maybe change how cli does changes to the proje

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-09-16 Thread edewit
GitHub user edewit opened a pull request: https://github.com/apache/cordova-ios/pull/104 generates a workspace instead of subproject You can merge this pull request into a Git repository by running: $ git pull https://github.com/edewit/cordova-ios workspace Alternatively you

cordova push plugin release

2014-09-16 Thread Erik Jan de Wit
Hi all, After testing we are happy to announce that the 1.0.1 version of the cordova push plugin has been released. Thanks to everyone for testing and making this release happen. The reason for this point release was an error in the android dependencies of the plugin making it unusable. Happy

[GitHub] cordova-plugin-inappbrowser pull request: Send 'Activity not found...

2014-09-16 Thread rromerogar
GitHub user rromerogar opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/62 Send 'Activity not found' as an error result to Javascript When opened an URI with window.open(url,'_system') and throws a "Not Activity found", event 'errorloading' it's not

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-16 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55703938 Sorry, I reread your comment and realize that my earlier comment is probably off-topic. --- If your project is set up for it, you can reply to this