Re: cordova-js errors and coho

2014-05-12 Thread Steven Gill
One thing is for sure, the new coho is way better than the old coho. Fingers crossed for 0.12 On Tue, May 6, 2014 at 7:48 PM, Michal Mocny wrote: > Damnit. Perplexing choice. Coho isn't released to end users, and the > codebase is tremendously cleaner and more maintainable now. On the other

[GitHub] cordova-plugin-inappbrowser pull request: FirefoxOS Tweak: Setting...

2014-05-12 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/44#issuecomment-42918413 r+ please pull --- 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

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42864822 I agree with @BBosman and @shazron. This should be merged. @martincgg Thanks for pointing out your pull request. Josh tells me it wasn't merged b

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Josh Soref
Michal Mocny wrote: >Did you try it? Do you like it? ;) No, we were trying to release last week, this week it seems like "recover from cordova-lib refactor" and "deal w/ npm/nvm 11" and "try to do internal work"

Re: sans sudo on npm install

2014-05-12 Thread Andrew Grieve
"How do I install Cordova?" is a problem that we should address, I think. That said, broken by default is no good, and if someone has taken the extra step to learn to use nvm, then they are probably fine to know that they don't need sudo. Installing locally is definitely still a path we could exp

Re: sans sudo on npm install

2014-05-12 Thread Ally Ogilvie
Indeed. Although "sans sudo on npm install", we cannot hold the hand of the developer during throughout the entirety use of npm on their machine. However some simple text + links (based on [1]) such as this would do the trick no? 2. Install the Cordova utility. `npm install cordova` Pointers: *I

Re: 3.5.0 RC is ready to be tested

2014-05-12 Thread Rodrigo Silveira
Is there a "how to test for a new release" somewhere? Or just try all the things? Rodrigo - Original Message - From: "Steven Gill" To: dev@cordova.apache.org Sent: Monday, May 12, 2014 12:16:55 PM Subject: Re: 3.5.0 RC is ready to be tested Cordova-blackberry got retagged. Cordova-lib

Re: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Rodrigo Silveira
Good, thanks for the fix Axel. I had a similar change that won't be needed anymore :) - Original Message - From: "Steven Gill" To: dev@cordova.apache.org Cc: "Axel Nennker" Sent: Monday, May 12, 2014 3:10:38 PM Subject: Re: icon support & FFOS https://github.com/apache/cordova-lib/pull/

Re: Nice Success Story Here

2014-05-12 Thread Ally Ogilvie
https://twitter.com/allyogilvie/status/466051933447258112 On Tue, May 13, 2014 at 9:38 AM, Michal Mocny wrote: > Great overview. DHH has quite the cult following so I wonder if this will > cause ripples. > > Doesn't mention cordova/phonegap, curious if they evaluated it. > > -Michal > > --

Re: sans sudo on npm install

2014-05-12 Thread Andrew Grieve
TLDR (as I understand it) - if you use nvm to install node, then you don't need sudo. If you use Node's installer, than you do need sudo. If you run on Windows, you don't need sudo. On Mon, May 12, 2014 at 1:34 PM, Wargo, John wrote: > I chatted with Fil about this in the pre-3 days and it was

Re: Build Cordova apps in VIsual Studio for iOS, Android, WP8 and Windows Store

2014-05-12 Thread Ally Ogilvie
@Olivier Thanks for the share. How are you guys managing rolling releases from Cordova. Do you guys have to release update for VS? Do you support plugins at this time (install with CLI or)? Heh ^^ Nice quote PurpleCabbage :p Ally. On Tue, May 13, 2014 at 1:46 AM, Olivier Bloch (MS OPEN TECH) <

RE: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Sergey Grebnov (Akvelon)
Hi Axel, I think we should re-open CB-2606 since the issue and the fix both claim FF support. It seems FF related code just was not merged. I can see it in the pull request, but it is not in cordova-lib. https://github.com/apache/cordova-cli/pull/166/files#diff-662d35f1b9303044be825d99c627ca6aR

Re: CB-285 (FileSystem paths)

2014-05-12 Thread Andrew Grieve
Now that email works again - Jesse, were you thinking of proposing a tweaks API, or something different altogether. New related bug here: https://issues.apache.org/jira/browse/CB-6670 On Tue, May 6, 2014 at 6:21 PM, Brian LeRoux wrote: > That is a very good point! I say it is good enough for n

RE: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Axel Nennker
The original patch for ffos looks half baked anyways. It is good that it was not merged. Please reopen and merge my new PR. Axel On May 12, 2014 9:42 PM, "Sergey Grebnov (Akvelon)" wrote: > Hi Axel, > > > > I think we should re-open CB-2606 since the issue and the fix both claim > FF support. I

Re: Plugman support for Android libraries

2014-05-12 Thread Andrew Grieve
Adding library support would be a definite win. "android update project" is what we use in our create / update script right now, and it has the side-effect of creating duplicate library entries each time you update your project. Writing logic to manually edit the project.properties file would be b

Nice Success Story Here

2014-05-12 Thread Andrew Grieve
I like the guidance of "native navigation, web most other things". https://signalvnoise.com/posts/3743-hybrid-sweet-spot-native-navigation-web-content

Re: sans sudo on npm install

2014-05-12 Thread Tommy Williams
Just as an aside, I go the other way.. I install Cordova locally. This way I can have different versions of Cordova for different apps. I just use a build tool (npm run or grunt etc) to call the local cordova . Maybe we should revisit the grunt-style split between the global cordova-cli and a loca

Re: 3.5.0 RC is ready to be tested

2014-05-12 Thread Steven Gill
Cordova-blackberry got retagged. Cordova-lib has a few changes incoming (bb check req, ffos icon support, amazon-fireos error). I will add these in, bump version for lib, cli and plugman around 2pm pst. I'll also take a look at any other PR on cordova-lib. If you have other mandatory fixes with t

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Michal Mocny
Also, turning an existing application into a unit test environment isn't useful for our existing use of MobileSpec. I.e. limiting it to CI and running manually by a few devs before releases go out or when working on specific plugin dev. But this may open tests up to a whole new set of users, wher

Adding privately signed certificates to PhoneGap browser certificate store

2014-05-12 Thread Anderson, Greg
My company has issued their own CA certs that were sent to all Windows and Macintosh machines. When going to an internal page, browsers automatically identify the sites as being "trusted", and thus shows the "https" in green (in Chrome). These sites are NOT accessible outside our network. But,

File upload API issue for android

2014-05-12 Thread vikramsinh.r.ghatge
Hi Team, We are stuck in a critical issue in our Android + PhoneGap app regarding upload functionality. The upload API of PhoneGap Android 2.9 is a bit unstable inside the app and it is unable to fire any sort of events - success, error, progress even though the files are getting uploaded on

Re: Nice Success Story Here

2014-05-12 Thread Brian LeRoux
was definitely true in iPhone 1 days…not anymore On Mon, May 12, 2014 at 11:24 AM, Andrew Grieve wrote: > I like the guidance of "native navigation, web most other things". > > > https://signalvnoise.com/posts/3743-hybrid-sweet-spot-native-navigation-web-content >

Re: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Steven Gill
done :) On Mon, May 12, 2014 at 1:21 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Can someone merge? - I don't have rights > > From: Axel Nennker [mailto:ignisvul...@gmail.com] > Sent: Monday, May 12, 2014 1:19 PM > To: Sergey Grebnov (Akvelon) > Cc: dev; Axel Nennker > Subjec

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Brian LeRoux
I like this and it makes sense to me that we use our own plugin boundaries to test ourselves. Bigger picture, we should consider what it means to advocate similar in userland. Currently we tend to see ppl create a ./test with tests and an index.html file that does a clobber/merge into www. Kinda ja

[GitHub] cordova-cli pull request: CB-6415 [Blackberry] added path.join at ...

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-cli/pull/158#issuecomment-42867986 Excellent, Thanks @bryanhiggins --- 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 do

Build Cordova apps in VIsual Studio for iOS, Android, WP8 and Windows Store

2014-05-12 Thread Olivier Bloch (MS OPEN TECH)
Hi Cordova champs I was curious to have your impressions about the preview release of the new extension for Visual Studio that allows to build Cordova apps for Android, iOS and Windows devices from Visual Studio. Let us know your feedback so we can make this extension as useful as possible for

RE: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Sergey Grebnov (Akvelon)
Can someone merge? – I don’t have rights From: Axel Nennker [mailto:ignisvul...@gmail.com] Sent: Monday, May 12, 2014 1:19 PM To: Sergey Grebnov (Akvelon) Cc: dev; Axel Nennker Subject: RE: icon support & FFOS https://github.com/apache/cordova-lib/pull/4 The original patch for ffos looks half ba

RE: Visual Studio + Cordova

2014-05-12 Thread Sergey Grebnov (Akvelon)
More info http://msopentech.com/blog/2014/05/12/apache-cordova-integrated-visual-studio/ http://blogs.msdn.com/b/somasegar/archive/2014/05/12/mobile-first-cloud-first-development-visual-studio-apache-cordova-tooling-and-cloud-optimized-net-futures.aspx -Original Message- From: agri...@goo

Re: sans sudo on npm install

2014-05-12 Thread Brian LeRoux
Once again, however, this is not a problem for Cordova to solve but rather a part of the journey for the developer to undertake. If we start telling devs how to configure their machines we might as well get into telling developers how to structure, test, and otherwise architect their apps. On Mon

Re: Build Cordova apps in VIsual Studio for iOS, Android, WP8 and Windows Store

2014-05-12 Thread Dick Van den Brink
Definitely going to try it out! Looks nice, Thanks! Verzonden met Windows Mail Van: Olivier Bloch (MS OPEN TECH) Verzonden: ‎maandag‎ ‎12‎ ‎mei‎ ‎2014 ‎18‎:‎53 Aan: dev@cordova.apache.org Hi Cordova champs I was curious to have your impressions about the preview release of the n

icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Axel Nennker
Hi Sergey, somehow I thought that FirefoxOS was supported in the CB-2606 patches but it is not in cordova@rc. I created a PR to cordova-lib. https://github.com/apache/cordova-lib/pull/4 CB-2606 is closed. Should it be reopened or a new issue opened? I am writing to you because two emails to dev d

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Michal Mocny
Idea: Once we have plugin level hooks, the test-harness plugin can ship with a hook to install all local plugins' tests by iterating the plugins/*/tests/ subdirectories to see if plugin.xml is in there and install if so. This may be much magic. Perhaps it plugin hooks get fed CLI flags then we c

Re: cordova-js errors and coho

2014-05-12 Thread Andrew Grieve
Seems we have a happy ending here. Ran into this on the weekend: https://github.com/TooTallNate/gnode Added it in and now coho "just works" with v0.10 or v0.11 of node. It adds about 2 seconds of start-up latency for v0.10, but at least it works. On Mon, May 12, 2014 at 9:34 AM, Michal Mocny w

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42867574 @martincgg got it I applied your fix here: https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=commit;h=5e4a99218c361c9e8ff339a4fe89d

Visual Studio + Cordova

2014-05-12 Thread Andrew Grieve
Cool stuff: http://arstechnica.com/information-technology/2014/05/visual-studio-goes-cross-platform-with-cordova-integration-from-microsoft/ Claims they deploy to iOS. Probably via libimobiledevice?

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread BBosman
Github user BBosman commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42873948 Ok. Closing this PR. :) --- 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 n

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread BBosman
Github user BBosman closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/63 --- 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 fe

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42853073 Small fix, to use the subdirectory. Related: https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/metadata/wp8_parser.js#L53

[GitHub] cordova-labs pull request: Cordova firefoxos

2014-05-12 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-labs/pull/5 Cordova firefoxos You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-labs cordova-firefoxos Alternatively you can review and app

Re: sans sudo on npm install

2014-05-12 Thread Brian LeRoux
You cannot install a module globally with a default install of Node. This isn't really a Cordova issue but one of taste. Some people like to isolate their systems and not install modules globally. Indeed, this is probably a good practice. We could point the way in the docs but we do not want to cha

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Josh Soref
Michal Mocny wrote: >s/cordova-plugin-test-harness/cordova-plugin-test-framework/ -- and I'm >totally open to naming suggestions before we get stuck with this. I'd rather cordova-test-framework-plugins or something Specifically, I do not want *anything* named cordova-plugin-* which is not an act

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42868002 Awesome thanks --- 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

[GitHub] cordova-cli pull request: CB-6415 [Blackberry] added path.join at ...

2014-05-12 Thread martincgg
Github user martincgg closed the pull request at: https://github.com/apache/cordova-cli/pull/158 --- 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-cli pull request: CB-6415 [Blackberry] added path.join at ...

2014-05-12 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-cli/pull/158#issuecomment-42867675 I applied this change to cordova-lib since this is where the parser now lives https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=commit;h=5e4a

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Andrew Grieve
Had a look through the README & code. Think it looks might clean! Only sentiment I have is that I'd like to see our core plugins add tests via separate plugins so that the test modules don't end up in shipping applications. e.g. each cordova plugin could have a subdirectory called "test" that cont

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42866117 Yes, that's right, Josh changes involved all platforms. The point is as I've explained at the previous comment, if you merge this: "blackberry10" : { "ur

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42852124 Hi guys, some time ago I reported this issue, because I've been working with Cordova Mobilespec. The problem is that the requirements check, it doesn't p

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Josh Soref
Michal Mocny wrote: >Well it *is* a cordova plugin, in the sense that it has a plugin.xml and >is >managed using cordova plugin add/rm. It also exports js apis: a list of >tests, which you can enable/disable, a way to define auto/manual tests, >and >a way to bootstrap the whole process. It does a

RE: sans sudo on npm install

2014-05-12 Thread Wargo, John
I chatted with Fil about this in the pre-3 days and it was a requirement at the time. Have things changed to the point where it works without it? Every time I've tried to do it without sudo on Macintosh it fails. -Original Message- From: Marcel Kinard [mailto:cmarc...@gmail.com] Sent:

[GitHub] cordova-mobile-spec pull request: CB-6570 Ffos contacts fix

2014-05-12 Thread zalun
GitHub user zalun opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/62 CB-6570 Ffos contacts fix mobile-spec has inline JavaScript which is forbidden for Firefox OS privileged apps This pull request fixes it for contacts You can merge this pull request i

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42857438 @shazron it's the same problem. I've contributed with createmobilespec.js and I've faced this problem with blackberry10. This is what happens when th

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42855386 BB devs, this is solely a problem in the createmobilespec.js which does not need a cordova-lib dependency, and although it might not be ideal, the whole scrip

[GitHub] cordova-labs pull request: Jira

2014-05-12 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-labs/pull/4 Jira You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-labs jira Alternatively you can review and apply these changes as the pa

[GitHub] cordova-plugins pull request: fix: rename js file as declared in t...

2014-05-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugins/pull/12 --- 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-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42846592 This works to get past check_reqs. Does the same thing need to be applied to wp8 and windows8? The actual create command fails. It's using commas

Re: [GitHub] cordova-cli pull request: CB-6469 - Restore plugins from config.xm...

2014-05-12 Thread Michal Mocny
(poke, due to email) On Wed, May 7, 2014 at 2:45 PM, Michal Mocny wrote: > Added experimental flag to CLI ("--experimental"). Please wrap your > handling of save & restore commands with "if (opts.experimental)" > > > On Wed, May 7, 2014 at 2:05 PM, Michal Mocny wrote: > >> ..also, seems its n

[GitHub] cordova-mobile-spec pull request: CB-6669 Fix blackberry10 path

2014-05-12 Thread BBosman
Github user BBosman commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/63#issuecomment-42845066 1. I don't understand your comment. Have you read the JIRA issue? Shazron encountered an error, I was able to reproduce it and provided a fix. I don't know wh

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Michal Mocny
Well it *is* a cordova plugin, in the sense that it has a plugin.xml and is managed using cordova plugin add/rm. It also exports js apis: a list of tests, which you can enable/disable, a way to define auto/manual tests, and a way to bootstrap the whole process. It does also ship a full test-harne

[GitHub] cordova-labs pull request: Cordova client

2014-05-12 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-labs/pull/6 Cordova client You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-labs cordova-client Alternatively you can review and apply the

Re: sans sudo on npm install

2014-05-12 Thread Josh Soref
Shazron wrote: >The premise here is npm running sudo is dangerous. Here's what it does >with >that power: >https://github.com/npm/npm/issues/294 > >Note that the issue was filed and closed _after_ this article was written, >so the article is actually stale: >http://howtonode.org/introduction-to-npm

Re: sans sudo on npm install

2014-05-12 Thread Josh Soref
Marcel Kinard wrote: >I'm not a Node.js expert, but the Linux person inside me says that using >sudo to install and run things ought to be avoided if possible. The Unix/Windows person in me is opposed to sudo, but I thought we had covered most of the bases already, if we've missed places, please +

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Ian Clelland
Agreed -- it's nice to be able to filter directory operations on "cordova-plugin-*" On Mon, May 12, 2014 at 10:38 AM, Josh Soref wrote: > Michal Mocny wrote: > >s/cordova-plugin-test-harness/cordova-plugin-test-framework/ -- and I'm > >totally open to naming suggestions before we get stuck with

[GitHub] cordova-plugins pull request: Fix sdcard misspelling

2014-05-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugins/pull/13 --- 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

Re: CDV New-Style tests, please try them out!

2014-05-12 Thread Michal Mocny
(pinging the list, since I suspect this email was dropped last week.) On Wed, May 7, 2014 at 12:55 PM, Michal Mocny wrote: > s/cordova-plugin-test-harness/cordova-plugin-test-framework/ -- and I'm > totally open to naming suggestions before we get stuck with this. > > > On Wed, May 7, 2014 at 1

Re: cordova-js errors and coho

2014-05-12 Thread Michal Mocny
Heads up: I tried to publish an npm package with node 0.11 last week and it did not go well. Published without error, but then you couldn't install on node 0.10 without a checksum failure. Seems brittle/bug on the part of npm, but it does mean we should be very careful not to use 0.11 to publish