[GitHub] cordova-plugin-device pull request: Adds Firefox OS version

2014-06-03 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-device/pull/15 Adds Firefox OS version Gets firefox os version based on UA string. Pull request on behalf of @JasonWeathersby, looks good to me. You can merge this pull request into a Git repository

Re: Attending WWDC 2014?

2014-06-03 Thread James Jong
exciting news! -James Jong On Jun 3, 2014, at 6:57 PM, Shazron wrote: > https://twitter.com/vickimurley/status/473955064629829632 > > On Tue, Jun 3, 2014 at 2:47 PM, Jesse wrote: >> Wow, that's new! Has the whole world gone sane? >> >> @purplecabbage >> risingj.com >> >> >> On Tue, Jun 3,

Re: ChromeApps with amazon-fireos

2014-06-03 Thread Michal Mocny
Wrong mailing list? On Tue, Jun 3, 2014 at 9:37 PM, Naik, Archana wrote: > Hi, Andrew > > I recently was looking at "cca" and tried adding amazon-fireos platform. > Didn't quiet work smoothly. Platform add works fine. But "cca build" is > failing because of wrong versionCode in AndroidManifest.

ChromeApps with amazon-fireos

2014-06-03 Thread Naik, Archana
Hi, Andrew I recently was looking at "cca" and tried adding amazon-fireos platform. Didn't quiet work smoothly. Platform add works fine. But "cca build" is failing because of wrong versionCode in AndroidManifest.xml file. Is there a way to chat? I would love to have a phone call conversation. T

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Terence M. Bandoian
I still consider myself a relative newcomer to Cordova but, from a development standpoint, it would be easiest for me if I could manage each platform of a project independently - including plugins. Creating a parallel project to make sure that the plugins and Cordova base don't change for one

RE: ngCordova

2014-06-03 Thread Ray Camden
Any plans on "promising" up FileSystem and Globalization? From: Max Lynch Sent: Tuesday, June 03, 2014 7:07 PM To: dev@cordova.apache.org Subject: ngCordova Hey everyone, We (the Ionic framework team) released a very early version of our Cordova plugin

Re: ngCordova

2014-06-03 Thread Andrew Grieve
Looks great! I love the explicit examples. On Tue, Jun 3, 2014 at 8:27 PM, Michal Mocny wrote: > I remember seeing someone do a presentation about exactly this about a year > ago. I see the repo is new -- Was that you with a previous project? > > Anyway good stuff, just hoping you aren't dupli

Re: ngCordova

2014-06-03 Thread Max Lynch
That wasn't us. There were definitely some previous efforts but they seem to have fizzled out. I'd love to work with anyone that had tried the same before to reduce any overlap though. > On Jun 3, 2014, at 7:27 PM, Michal Mocny wrote: > > I remember seeing someone do a presentation about exac

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Andrew Grieve
I think it's important to point out that with platformed releases separately, they have to be versioned separately. There will be no such thing as "Cordova v3.6.0". There will (likely) be cordova-ios@3.6.0, cordova-android@4.0.0, etc. So either way, platforms will be on different versions. About h

[GitHub] cordova-lib pull request: CB-6859 Removed all wp7 references, test...

2014-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/23 --- 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 is

Re: ngCordova

2014-06-03 Thread Michal Mocny
I remember seeing someone do a presentation about exactly this about a year ago. I see the repo is new -- Was that you with a previous project? Anyway good stuff, just hoping you aren't duplicating effort. On Tue, Jun 3, 2014 at 8:07 PM, Max Lynch wrote: > Hey everyone, > > We (the Ionic fram

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
..double checked and we do some minimal plugin version checking upon install offering warnings when they mismatch, but we don't make sure to get compatible versions from the registry or anything so its quite crude and limited. Some numbers: I created a package.json with all the cordova platforms a

[GitHub] cordova-registry-web pull request: Added the default route to redi...

2014-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-registry-web/pull/4 --- 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 fea

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
We don't do platform-plugin version matching *at all* today. Everyone uses the latest plugins and any platform version they want, and its been "fine". So using different platform versions isn't as hard as you guys are making it out to be. Still, I've already said its not necessarily a complexity

ngCordova

2014-06-03 Thread Max Lynch
Hey everyone, We (the Ionic framework team) released a very early version of our Cordova plugin AngularJS wrapper project today, called ngCordova: http://ngCordova.com/ The goal is to make it a bit easier to use cordova plugins by adding promise support and a softer API in case cordova isn't av

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
Terance, with the current proposal thats not possible from within the same cordova project/directory, but you could easily create a second cordova project that uses --link-to= to share app assets and use different CLI/platform versions. On Tue, Jun 3, 2014 at 7:45 PM, Terence M. Bandoian wrote:

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread tommy-carlos williams
I don’t think you really can forget about plugins for a second.  In my personal opinion, the entire ./platforms folder should be a build artefact. If you want to freeze iOS, then use a branch or a new clone of the project.  It’s not that I can think of no scenarios where supporting multiple pla

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Terence M. Bandoian
This is really helpful. Thank you. -Terence On 6/3/2014 6:38 PM, tommy-carlos williams wrote: If the cordova cli was globally installed, but basically a thin wrapper like grunt-cli… create: cordova create foo cd foo npm install —save cordova@x.y.z cordova platform add andr

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Terence M. Bandoian
Forgetting about plugins for a second, what if: - I complete a project for iOS - six months later the client decides to port to Android and: - I want the latest fixes for Android - I want to keep the iOS version frozen for the time being I would expect releases for each platform to be on

[GitHub] cordova-registry-web pull request: Added the default route to redi...

2014-06-03 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-registry-web/pull/4#issuecomment-45035964 This got merged! --- 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 h

Re: iOS 8 Release Notes - PhoneGap/Cordova mention

2014-06-03 Thread tommy-carlos williams
Apple actually mentioning Cordova? Wow. heh. On 4 June 2014 at 9:36:58, Shazron (shaz...@gmail.com) wrote: No login required due to Apple's reforms: https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-8.0/index.html WebKit - Known Issues -- Applications that u

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread tommy-carlos williams
If the cordova cli was globally installed, but basically a thin wrapper like grunt-cli…  create: cordova create foo cd foo npm install —save cordova@x.y.z cordova platform add android cordova platform add ios cordova create bar cd bar npm install —save cordova@x.y.n cordova plat

iOS 8 Release Notes - PhoneGap/Cordova mention

2014-06-03 Thread Shazron
No login required due to Apple's reforms: https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-8.0/index.html WebKit - Known Issues -- Applications that use Apache Cordova/PhoneGap are broken due to a bug that causes the window.navigator.userAgent object to become unde

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
old style: npm i -g cordova cordova create Foo cd Foo cordova platform add ios android npm update -g cordova cordova platform update ios android ...tho some might prefer to: mkdir foo && cd foo && npm init npm i cordova --save (and from here modify npm scripts to call into node_modules/cordova/b

[GitHub] cordova-plugin-file pull request: Fix sorting order in supported p...

2014-06-03 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-file/pull/49 Fix sorting order in supported platforms As per @zalun's [comment](https://github.com/apache/cordova-plugin-file/pull/47#commitcomment-6454941). You can merge this pull request into a G

[GitHub] cordova-plugin-device-motion pull request: CB-4967 [FFOS docs] sup...

2014-06-03 Thread rodms10
Github user rodms10 commented on the pull request: https://github.com/apache/cordova-plugin-device-motion/pull/8#issuecomment-45033265 Looks good. --- 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

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
I don't see how that can be true. On Tue, Jun 3, 2014 at 7:23 PM, Brian LeRoux wrote: > You know how we do it today? Just like that. > > > On Tue, Jun 3, 2014 at 4:20 PM, Michal Mocny wrote: > >> Brian/Tommy, may you please write out the complete set of CLI commands >> you envision for: >> (a)

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
You know how we do it today? Just like that. On Tue, Jun 3, 2014 at 4:20 PM, Michal Mocny wrote: > Brian/Tommy, may you please write out the complete set of CLI commands you > envision for: > (a) create a new project and add 2 platforms > (b) upgrade an existing project to a specific version >

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
Brian/Tommy, may you please write out the complete set of CLI commands you envision for: (a) create a new project and add 2 platforms (b) upgrade an existing project to a specific version I worry the current package.json proposal is more complex than we realize. -Michal On Tue, Jun 3, 2014 at 7

Re: Attending WWDC 2014?

2014-06-03 Thread Marc Weiner
Yes, I agree! Can't wait. On Tue, Jun 3, 2014 at 7:09 PM, tommy-carlos williams wrote: > We need to be all over this, as early as possible. > > Happy to finally put code where my mouth is to help make this happen > (assuming it’s true) > > ;) > > > > On 4 June 2014 at 8:58:34, Shazron (shaz...@

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
Most plugins will work across a wide range of platform versions, so often it would work to have disparate platform versions even with plugins. However, I do concede that in general this isn't a complexity we focus on. Interested in your thoughts about the other points. -Michal On Tue, Jun 3, 2

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread tommy-carlos williams
+1 On 4 June 2014 at 9:17:09, Brian LeRoux (b...@brian.io) wrote: …and use package.json to achieve a frictionless env swap on a per project basis, eventually making the CLI a thin shell that calls into node_modules ala Grunt, Gulp, etc. On Tue, Jun 3, 2014 at 4:07 PM, tommy-carlos william

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
…and use package.json to achieve a frictionless env swap on a per project basis, eventually making the CLI a thin shell that calls into node_modules ala Grunt, Gulp, etc. On Tue, Jun 3, 2014 at 4:07 PM, tommy-carlos williams wrote: > You can’t have version x of a plugin for iOS and version y of

Re: Attending WWDC 2014?

2014-06-03 Thread tommy-carlos williams
We need to be all over this, as early as possible.  Happy to finally put code where my mouth is to help make this happen (assuming it’s true) ;) On 4 June 2014 at 8:58:34, Shazron (shaz...@gmail.com) wrote: https://twitter.com/vickimurley/status/473955064629829632 On Tue, Jun 3, 2014 at 2

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread tommy-carlos williams
You can’t have version x of a plugin for iOS and version y of that same plugin for Android, so multiple platform versions seems like a complexity for complexity’s sake. It’s true that different apps need to support different platform versions, but I would suspect that the greatest majority of t

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
That is the thing: you do not EVER want to have disparate versions of platforms. Plugins negate this potential fantasy. You want version locked deps. You want to use package.json to do that b/c that is what the runtime we use has standardized itself on. On Tue, Jun 3, 2014 at 1:12 PM, Terence M.

Re: Attending WWDC 2014?

2014-06-03 Thread Shazron
https://twitter.com/vickimurley/status/473955064629829632 On Tue, Jun 3, 2014 at 2:47 PM, Jesse wrote: > Wow, that's new! Has the whole world gone sane? > > @purplecabbage > risingj.com > > > On Tue, Jun 3, 2014 at 2:17 PM, Shazron wrote: > >> Actually - this is a breath of fresh air -- we can t

Re: jira permissions

2014-06-03 Thread Shazron
https://issues.apache.org/jira/browse/INFRA-7863 On Tue, Jun 3, 2014 at 3:23 PM, Shazron wrote: > I've updated the PMC Group in JIRA to include members of the PMC (plus > any Apache Members -- not sure what the ASF Members Role is, so I > didn't move them there). However - I can't find 4 PMC memb

Re: jira permissions

2014-06-03 Thread Shazron
I've updated the PMC Group in JIRA to include members of the PMC (plus any Apache Members -- not sure what the ASF Members Role is, so I didn't move them there). However - I can't find 4 PMC members in JIRA -- either I don't know their user handle or they haven't created an account. They are: dkor

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/7#issuecomment-45026274 Please don't expect same day turnaround. It's trivial for me to give feedback, but I'm still trying to figure out if what you're doing makes sense. I'm on vaca

Re: Attending WWDC 2014?

2014-06-03 Thread Jesse
Wow, that's new! Has the whole world gone sane? @purplecabbage risingj.com On Tue, Jun 3, 2014 at 2:17 PM, Shazron wrote: > Actually - this is a breath of fresh air -- we can talk about the > Apple pre-release stuff with certain conditions: > http://oleb.net/blog/2014/06/apple-lifted-beta-nda/

[GitHub] cordova-lib pull request: CB-6859 Removed all wp7 references, test...

2014-06-03 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-lib/pull/23 CB-6859 Removed all wp7 references, tests still passing You can merge this pull request into a Git repository by running: $ git pull https://github.com/purplecabbage/cordova-lib CB-6

Re: [DISCUSS] Plugins Release!

2014-06-03 Thread Steven Gill
I've merged in the ubuntu plugin PRs. On Tue, Jun 3, 2014 at 9:46 AM, Maxim Ermilov wrote: > > Please let me know if you have outstanding pull requests you would like > merged in before release. > https://github.com/apache/cordova-plugin-file/pull/43 > https://github.com/apache/cordova-plugin-f

[GitHub] cordova-plugin-file-transfer pull request: ubuntu: support 'cdvfil...

2014-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/29 --- 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: Attending WWDC 2014?

2014-06-03 Thread Shazron
Actually - this is a breath of fresh air -- we can talk about the Apple pre-release stuff with certain conditions: http://oleb.net/blog/2014/06/apple-lifted-beta-nda/ On Tue, Jun 3, 2014 at 12:58 PM, Shazron wrote: > Hmm. I thought the link was under a login. Turns out it isn't - oh well :P > I t

[GitHub] cordova-plugin-file pull request: ubuntu: Change FS URL scheme to ...

2014-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/43 --- 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 fea

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-lib/pull/7#issuecomment-45021216 Hi @jsoref , here is the PR: https://github.com/apache/cordova-lib/pull/7 with a single commit: https://github.com/martincgg/cordova-lib/commit/f964956b9c90db36325fb

[GitHub] cordova-mobile-spec pull request: CB-6855 globalization.spec.37 on...

2014-06-03 Thread stacic
Github user stacic commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/67#issuecomment-45020219 I agree, but I think there should at least be some distinction between 'broken' and 'not implemented'. There are a lot of failing tests for wp8 right now, and

[GitHub] cordova-mobile-spec pull request: CB-6855 globalization.spec.37 on...

2014-06-03 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/67#issuecomment-45017739 I think it is reasonable for this test to fail until it is implemented. Hiding a failing test is not the same as fixing a failing test. --- If your pro

Re: jira permissions

2014-06-03 Thread Shazron
I see the problem. Contributors may be assigned issues, but they can't assign issues (Committer can) I think by default any community member that wants to work on an issue should be in the "Committers" group (does not need to correspond to actual LDAP designation). Only actual PMC members I think s

[GitHub] cordova-mobile-spec pull request: CB-6857 globalization.spec.39 on...

2014-06-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/69 CB-6857 globalization.spec.39 on wp8 Fixed test to reflect unsupported property 'pattern' of NumberFormat for windows (empty string should be returned) You can merge this pull request

[GitHub] cordova-mobile-spec pull request: CB-6858 globalization.spec.41 on...

2014-06-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/70 CB-6858 globalization.spec.41 on wp8 Fixed to reflect that getCurrencyPattern is not supported on wp8. You can merge this pull request into a Git repository by running: $ git pull ht

[GitHub] cordova-mobile-spec pull request: CB-6855 globalization.spec.37 on...

2014-06-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/67 CB-6855 globalization.spec.37 on wp8 Fixed tests to reflect that 'pattern' property of NumberFormat is not supported on wp8 (returns empty string) You can merge this pull request into

[GitHub] cordova-mobile-spec pull request: CB-6856 globalization.spec.38 on...

2014-06-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/68 CB-6856 globalization.spec.38 on wp8 Fixed test to reflect that wp8 does not support the 'pattern' property of getNumberPattern, returns empty string You can merge this pull request i

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Terence M. Bandoian
A typical use case might be: -project1 -project1-ios -project1-android -project1-windows ... -projectN -projectN-ios -projectN-android -projectN-windows with a different platform version for each sub-project. Would CLI be installed globally? Locally for each sub-project

Re: Attending WWDC 2014?

2014-06-03 Thread Shazron
Hmm. I thought the link was under a login. Turns out it isn't - oh well :P I think the main difference I saw is it opens up a lot more interfaces (delegates) for us to fix some of our workarounds with. On Tue, Jun 3, 2014 at 12:55 PM, Kerri Shotts wrote: > Ooooh, those diffs have some *very i

Re: Attending WWDC 2014?

2014-06-03 Thread Kerri Shotts
Ooooh, those diffs have some *very interesting* things going on there. ;-) ___ Kerri Shotts photoKandy Studios, LLC On the Web: http://www.photokandy.com/ Social Media: Twitter: @photokandy, http://twitter.com/photokandy Tumblr: http://p

Re: Attending WWDC 2014?

2014-06-03 Thread Michal Mocny
So far I haven't found details other than they wanted to unify the interface with OSX so devs can write cross device software more easily. Not sure what the specific implementation detail differences are. On Tue, Jun 3, 2014 at 3:37 PM, Marc Weiner wrote: > WOW! Really?? That sounds promising!

Re: [DISCUSS] Plugins Release!

2014-06-03 Thread Jesse
https://github.com/apache/cordova-plugin-media-capture/pull/17 is merged. @purplecabbage risingj.com On Tue, Jun 3, 2014 at 12:43 PM, Parashuram Narasimhan (MS OPEN TECH) < panar...@microsoft.com> wrote: > Here is another bug fix

[GitHub] cordova-plugin-media-capture pull request: CB-6852 media-capture p...

2014-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/17 --- 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: [DISCUSS] Plugins Release!

2014-06-03 Thread Parashuram Narasimhan (MS OPEN TECH)
Here is another bug fix that we hope will be merged https://github.com/apache/cordova-plugin-media-capture/pull/17,. This is for Windows Phone. -Original Message- From: Maxim Ermilov [mailto:maxim.ermi...@canonical.com] Sent: Tuesday, June 3, 2014 9:47 AM To: dev@cordova.apache.org Su

Re: Attending WWDC 2014?

2014-06-03 Thread Marc Weiner
WOW! Really?? That sounds promising! On Tue, Jun 3, 2014 at 3:23 PM, Michal Mocny wrote: > WKWebView?! > > > On Tue, Jun 3, 2014 at 3:14 PM, Shazron wrote: > > > See API diffs: > > > https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS80APIDiffs/index.html > > Some rando

[GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-06-03 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/21#issuecomment-45009544 Please also make the appropriate changes to the docs[1] and send a pull request there also. [1] https://github.com/apache/cordova-docs/blob/master/docs

Re: Attending WWDC 2014?

2014-06-03 Thread Michal Mocny
WKWebView?! On Tue, Jun 3, 2014 at 3:14 PM, Shazron wrote: > See API diffs: > https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS80APIDiffs/index.html > Some random search terms: UIWebView, Tofu, Rice Pilaf, WebKit, Curry, > Green Beans > > > On Tue, Jun 3, 2014 at 10:05

Re: Attending WWDC 2014?

2014-06-03 Thread Shazron
See API diffs: https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS80APIDiffs/index.html Some random search terms: UIWebView, Tofu, Rice Pilaf, WebKit, Curry, Green Beans On Tue, Jun 3, 2014 at 10:05 AM, purplecabbage wrote: > The sessions will all be nda, but the docs sh

[GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-06-03 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/21#issuecomment-45005347 Merged, but to forgot to add the magic words for the apache robots to auto-close this pull request. @mbektchiev , could you please close it. Thanks. The ch

[GitHub] cordova-plugin-media-capture pull request: CB-6852 media-capture p...

2014-06-03 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/17 CB-6852 media-capture plugin has wrong URIs for AudioRecorder.xaml and VideoRecorder.xaml on WP Fix for [CB-6852](https://issues.apache.org/jira/browse/CB-6852) You ca

[GitHub] cordova-plugin-file pull request: Fix mis-handling of filesystem r...

2014-06-03 Thread jakecobb
GitHub user jakecobb opened a pull request: https://github.com/apache/cordova-plugin-file/pull/48 Fix mis-handling of filesystem reference in Entry.moveTo `this` was mistakenly used inside a closure in `Entry.moveTo`. If no `entry.filesystemPath` was provided, then the original fil

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
Okay, so I think that implies: (a) CLI versions tied to very specific platform versions ==> to switch platform versions you must switching CLI versions ==> switching one platform version switches all platform versions. - Andrew pointed out this is currently the case, and is a problem that leads to

Re: jira permissions

2014-06-03 Thread Staci Cooper
Checked again and it's working now. Thanks Ian! On Tue, Jun 3, 2014 at 11:40 AM, Martin Gonzalez < martin.c.glez.g...@gmail.com> wrote: > I'd like to be able to assign issues to myself Ian, can you add me as well, > please? > > Thanks. > > > > > 2014-06-03 13:35 GMT-05:00 Ian Clelland : > > > S

Re: jira permissions

2014-06-03 Thread Martin Gonzalez
I'd like to be able to assign issues to myself Ian, can you add me as well, please? Thanks. 2014-06-03 13:35 GMT-05:00 Ian Clelland : > Staci, can you try again? I've added you to the 'committers' group in JIRA, > and I *think* that should work. > > > On Tue, Jun 3, 2014 at 1:45 PM, Staci Coo

Re: jira permissions

2014-06-03 Thread Ian Clelland
Staci, can you try again? I've added you to the 'committers' group in JIRA, and I *think* that should work. On Tue, Jun 3, 2014 at 1:45 PM, Staci Cooper wrote: > I didn't realize I had two JIRA accounts--the ibm one must have been > generated unintentionally. I use the @gmail.com one. > > I ask

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
No, at least not how I'd see it done. 1.) Updating is important. Staying current: encouraged. 2.) I'd make my App depend on a specific CLI version. I'd call into that using npm scripts. On Tue, Jun 3, 2014 at 10:48 AM, Michal Mocny wrote: > Thinking it through, if cordova platforms are deps

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-lib/pull/7#issuecomment-44997019 @jsoref Clean commit as requested. --- 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

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Michal Mocny
Thinking it through, if cordova platforms are deps of the CLI, to install a specific version you wouldn't just do: > npm install -g cordova-ios@3.4.1 you would actually need to: > cd $(npm config get prefix)/lib/node_modules/cordova > npm install --save cordova-ios@3.4.1 ..and then remember to do

Re: jira permissions

2014-06-03 Thread Staci Cooper
I didn't realize I had two JIRA accounts--the ibm one must have been generated unintentionally. I use the @gmail.com one. I ask in particular because I'm starting to work through the heap of failing mobile spec tests on windows phone. So I'll be opening a lot of issues and it's a pain to bother so

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
NIH: not invented here On Tue, Jun 3, 2014 at 10:17 AM, Andrew Grieve wrote: > On Tue, Jun 3, 2014 at 12:19 PM, Brian LeRoux wrote: > > > Actually that was >0 LOC which is a fine argument if you ask me. And we > > both know there is much more to it than just that. lazy_load…for example. > > >

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Andrew Grieve
On Tue, Jun 3, 2014 at 12:19 PM, Brian LeRoux wrote: > Actually that was >0 LOC which is a fine argument if you ask me. And we > both know there is much more to it than just that. lazy_load…for example. If you're concerned about code, there is a tonne of much lower-hanging fruit. > > Bundling

Re: Attending WWDC 2014?

2014-06-03 Thread purplecabbage
The sessions will all be nda, but the docs should be available now, and videos to come. So I recommend you don't live tweet. Sent from my iPhone > On Jun 3, 2014, at 2:47 AM, tommy-carlos williams wrote: > > Carlos, > > PLEASE tell me you are going to “Introducing the Modern WebKit API” and

Re: [DISCUSS] Plugins Release!

2014-06-03 Thread Maxim Ermilov
> Please let me know if you have outstanding pull requests you would like merged in before release. https://github.com/apache/cordova-plugin-file/pull/43 https://github.com/apache/cordova-plugin-file-transfer/pull/29 https://github.com/apache/cordova-plugin-device-motion/pull/12 https://github.com/

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
Actually that was >0 LOC which is a fine argument if you ask me. And we both know there is much more to it than just that. lazy_load…for example. Bundling platforms is bundling a dep that we require to operate. We do not require plugins to operate. You cannot build a project without having a platf

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Andrew Grieve
On Tue, Jun 3, 2014 at 11:34 AM, Brian LeRoux wrote: > Andrew, you misunderstand. I am talking about bundling platforms directly > as dependencies of the CLI. > > A trivial example: > > CLI > '-ios > > Wherein, CLI declares the precise version of the platform it uses. We could > wildcard. I don't

Re: npm based "cordova platform add"

2014-06-03 Thread Brian LeRoux
package.json does all of this On Tue, Jun 3, 2014 at 8:55 AM, Andrew Grieve wrote: > On Tue, Jun 3, 2014 at 12:53 AM, purplecabbage > wrote: > > > >> $ cordova --usenpm platform add > > >> ios@3.4.1 > > > > Why would you do this? > > > Because I want to use version 3.4.1 of cordova-ios. >

Re: npm based "cordova platform add"

2014-06-03 Thread Andrew Grieve
Let's stick to the other thread to talk about approach. On Tue, Jun 3, 2014 at 11:27 AM, Brian LeRoux wrote: > I'm still trying to understand why we're not using package.json for this. I > seriously do not see any benefit: pls convince me! > > > On Mon, Jun 2, 2014 at 9:53 PM, purplecabbage >

Re: [DISCUSS] Plugins Release!

2014-06-03 Thread Staci Cooper
I looked into CB-6706. I verified the issue -- using file and file transfer on master, it looks like the FileTransfer object is undefined for wp8 on Cordova 3.4. But I tested with Cordova 3.5 and it works just fine. On Mon, Jun 2, 2014 at 1:04 PM, Ian Clelland wrote: > I support this plan! > >

Re: npm based "cordova platform add"

2014-06-03 Thread Andrew Grieve
On Tue, Jun 3, 2014 at 12:53 AM, purplecabbage wrote: > >> $ cordova --usenpm platform add > >> ios@3.4.1 > > Why would you do this? > Because I want to use version 3.4.1 of cordova-ios. > What version of cordova? > I used cordova-cli @ master > Do you expect to add multiple ios@versions to a

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-lib/pull/7#issuecomment-44980697 Some changes: - Added targetUtils variable - Removed unrelated changes - Removed unrelated whitespaces -Added some comments -Changed Blackberr

Re: npm based "cordova platform add"

2014-06-03 Thread Brian LeRoux
I'm still trying to understand why we're not using package.json for this. I seriously do not see any benefit: pls convince me! On Mon, Jun 2, 2014 at 9:53 PM, purplecabbage wrote: > >> $ cordova --usenpm platform add > >> ios@3.4.1 > > Why would you do this? > What version of cordova? > Do you

Re: adding platforms to npm for dependency sanity

2014-06-03 Thread Brian LeRoux
Andrew, you misunderstand. I am talking about bundling platforms directly as dependencies of the CLI. A trivial example: CLI '-ios Wherein, CLI declares the precise version of the platform it uses. We could wildcard. I don't know that we want or need to do that. It would have identical semantic

Re: Attending WWDC 2014?

2014-06-03 Thread Brian LeRoux
I could swing by for a pint. On Tue, Jun 3, 2014 at 12:39 AM, Steven Gill wrote: > Interested in meeting at beerjs? > http://www.meetup.com/beerjs/events/180505862/ > > > On Mon, Jun 2, 2014 at 2:12 PM, Joe Bowser wrote: > > > I'm also in SF Monday-Wednesday. > > > > On Mon, Jun 2, 2014 at 10:

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13337982 --- Diff: cordova-lib/src/cordova/info.js --- @@ -31,23 +31,50 @@ var cordova_util = require('./util'), // Execute using a child_process exec,

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13337873 --- Diff: cordova-lib/src/cordova/info.js --- @@ -31,23 +31,50 @@ var cordova_util = require('./util'), // Execute using a child_process exec, for

[GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-06-03 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/21#issuecomment-44973356 Looks good, will merge later today. --- 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 doe

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13337337 --- Diff: cordova-lib/src/cordova/info.js --- @@ -31,23 +31,50 @@ var cordova_util = require('./util'), // Execute using a child_process exec,

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread kamrik
Github user kamrik commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13336691 --- Diff: cordova-lib/src/cordova/info.js --- @@ -31,23 +31,50 @@ var cordova_util = require('./util'), // Execute using a child_process exec, for

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13335471 --- Diff: cordova-lib/src/cordova/info.js --- @@ -31,23 +31,50 @@ var cordova_util = require('./util'), // Execute using a child_process exec,

[GitHub] cordova-lib pull request: CB-5082 [cordova info] Add support for B...

2014-06-03 Thread martincgg
Github user martincgg commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/7#discussion_r13335220 --- Diff: cordova-lib/src/cordova/info.js --- @@ -62,15 +89,15 @@ module.exports = function info() { //Get Node version

[GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-06-03 Thread mbektchiev
Github user mbektchiev commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/21#discussion_r13329193 --- Diff: cordova-lib/src/plugman/platforms/android.js --- @@ -80,10 +84,115 @@ module.exports = { }, "framework": { inst

Re: Attending WWDC 2014?

2014-06-03 Thread tommy-carlos williams
Carlos, PLEASE tell me you are going to “Introducing the Modern WebKit API” and live tweeting it, or something?! “...advanced bridging between JavaScript and Objective-C, increased JavaScript  performance via WebKit's super-fast JIT, and more" Is that saying what I THINK it’s saying? - tommy

[GitHub] cordova-medic pull request: CB-6846 Fixes `Platform Add` step fail...

2014-06-03 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-medic/pull/7 CB-6846 Fixes `Platform Add` step fail on Windows slave Fix for (CB-6846)[https://issues.apache.org/jira/browse/CB-6846] You can merge this pull request into a Git repository by runnin

  1   2   >