Re: Browserify JS is in

2014-12-11 Thread Ian Clelland
On Thu Dec 11 2014 at 9:29:08 PM Anis KADRI wrote: > On Thu, Dec 11, 2014 at 1:45 PM, Michal Mocny wrote: > > > > 25MB is for the one-time cordova-cli install, and not overhead for the > > app. Its not perfect but not a blocker imho. > Agreed. In terms of size for a developer tool, that's not

Re: Browserify JS is in

2014-12-11 Thread Anis KADRI
On Thu, Dec 11, 2014 at 1:45 PM, Michal Mocny wrote: > > 25MB is for the one-time cordova-cli install, and not overhead for the > app. Its not perfect but not a blocker imho. > > There are more troubling things about the change than the size overhead: > - I don't think browserify has "baked" at a

Re: Browserify JS is in

2014-12-11 Thread Anis KADRI
On Thu, Dec 11, 2014 at 11:38 AM, Andrew Grieve wrote: > > I'd really like to get it fully spelled out *why* browserify is the right > tool for this. Some thoughts below: > > On Wed, Dec 10, 2014 at 8:35 PM, Brian LeRoux wrote: > > > we should move browserify to main and drop that insane concat c

[GitHub] cordova-plugin-camera pull request: CB-7937 - Re-factor iOS Camera...

2014-12-11 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/52#issuecomment-66718848 Depends on the above issue PR before this can be pulled in. All tests must pass. --- If your project is set up for it, you can reply to this email and hav

[GitHub] cordova-plugin-camera pull request: CB-8032 - Add nativeURL extern...

2014-12-11 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/57 CB-8032 - Add nativeURL external method support for CDVFileSystem->makeEntryForPath:isDirectory: Depends on CB-7937. You can merge this pull request into a Git repository by running:

Re: Browserify JS is in

2014-12-11 Thread Brian LeRoux
I've vetted webpack (and the rest) extensively. Less ecosystem. More complex config. No transforms. Here's a thing I wrote on the modules front. Not directly applicable but possibly relevant and at worst geek entertaining. ;) https://medium.com/@brianleroux/es6-modules-amd-and-commonjs-c1acefbe6f

Re: Browserify JS is in

2014-12-11 Thread Josh Soref
Steven Gill wrote: > Android and IOS had same success rate on mobile spec for browserify system > last time I tested. > Need to do more tests with other platforms. Last I checked, mobile spec was just plain broken. Someone added a mandatory flag for building cordova-js and didn't teach mobile-sp

[GitHub] cordova-js pull request: Android: use base64.toArrayBuffer to conv...

2014-12-11 Thread oahziur
GitHub user oahziur opened a pull request: https://github.com/apache/cordova-js/pull/93 Android: use base64.toArrayBuffer to convert base64 strings You can merge this pull request into a Git repository by running: $ git pull https://github.com/oahziur/cordova-js master Altern

Re: Browserify JS is in

2014-12-11 Thread Steven Gill
Realized I wasn't clear, but startup/run time is definitely faster. One of the benefits of switching to a system like this. Build time is a few ms slower. On Thu, Dec 11, 2014 at 2:06 PM, Steven Gill wrote: > > > On Thu, Dec 11, 2014 at 1:45 PM, Michal Mocny wrote: > >> 25MB is for the one-tim

Re: Browserify JS is in

2014-12-11 Thread Steven Gill
On Thu, Dec 11, 2014 at 1:45 PM, Michal Mocny wrote: > 25MB is for the one-time cordova-cli install, and not overhead for the > app. Its not perfect but not a blocker imho. > Agreed > There are more troubling things about the change than the size overhead: > - I don't think browserify has "ba

Re: Browserify JS is in

2014-12-11 Thread Steven Gill
Answers inline based on my understanding. Current system vs Browserify system (which exists behind a flag currently) On Thu, Dec 11, 2014 at 11:38 AM, Andrew Grieve wrote: > I'd really like to get it fully spelled out *why* browserify is the right > tool for this. Some thoughts below: > > On We

[GitHub] cordova-plugin-device pull request: Internet Explorer browser supp...

2014-12-11 Thread BigstickCarpet
Github user BigstickCarpet commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/28#issuecomment-66696150 Ok. I'll fill out an iCLA and send it in later today. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread BigstickCarpet
Github user BigstickCarpet commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46#issuecomment-66696186 Ok. I'll fill out an iCLA and send it in later today. --- If your project is set up for it, you can reply to this email and have your reply appear

Re: Browserify JS is in

2014-12-11 Thread Michal Mocny
25MB is for the one-time cordova-cli install, and not overhead for the app. Its not perfect but not a blocker imho. There are more troubling things about the change than the size overhead: - I don't think browserify has "baked" at all. It was landed behind a flag, but is it actually used anywher

Re: [GitHub] cordova-plugin-device pull request: Internet Explorer browser supp...

2014-12-11 Thread Jesse
Sorry James, just realized I called you Jim ... Call me whatever you want. @purplecabbage risingj.com On Thu, Dec 11, 2014 at 1:08 PM, purplecabbage wrote: > Github user purplecabbage commented on the pull request: > > > https://github.com/apache/cordova-plugin-device/pull/28#issuecomment-66688

[GitHub] cordova-plugin-file pull request: CB-8032 - File Plugin - Add nati...

2014-12-11 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-plugin-file/pull/96 CB-8032 - File Plugin - Add nativeURL external method support for CDVFileSystem->makeEntryForPath:isDirectory: - backwards compatible - if urlTransformer is not set, it will return t

[GitHub] cordova-plugin-device pull request: Internet Explorer browser supp...

2014-12-11 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/28#issuecomment-66688982 This looks good Jim. Have you sent an iCLA to apache? I did not see your name listed. http://cordova.apache.org/#contribute --- If your project

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46#issuecomment-66686970 Here is [the corresponding JIRA issue](https://issues.apache.org/jira/browse/CB-7955) --- If your project is set up for it, you can reply to this email a

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46#issuecomment-66686534 James, did you sign the Apache CLA? I don't see you on the list yet. Apache requires this. http://people.apache.org/committer-index.html http://cord

[GitHub] cordova-plugin-device pull request: Internet Explorer browser supp...

2014-12-11 Thread BigstickCarpet
GitHub user BigstickCarpet opened a pull request: https://github.com/apache/cordova-plugin-device/pull/28 Internet Explorer browser support Added support for Internet Explorer and other browsers when using the new "browser" platform in Cordova 4. Chrome, Safari, and Firefox

Re: 4.0 Sprint Tasks (Another "Hey, let's ship 4.0.x soon" post)

2014-12-11 Thread Ian Clelland
On Thu Dec 11 2014 at 2:51:04 PM Joe Bowser wrote: > On Thu Dec 11 2014 at 11:46:44 AM Andrew Grieve > wrote: > > > On Thu, Dec 11, 2014 at 2:24 PM, Joe Bowser wrote: > > > > > On Wed Dec 10 2014 at 8:03:10 AM Andrew Grieve > > > wrote: > > > > > > > On Sun, Dec 7, 2014 at 11:53 PM, Joe Bowser

Re: WebView Promise and W3C standards

2014-12-11 Thread Jesse
The native side knows the browser capabilities long before it's loaded, or even created, compile time even. They will never change after the app is built. On WP8 the scripts are injected right before DOMContentLoaded fires, and before any js code in the page is run. I realize other platforms may n

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread BigstickCarpet
Github user BigstickCarpet commented on a diff in the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46#discussion_r21704134 --- Diff: www/browser/notification.js --- @@ -0,0 +1,94 @@ +// Platform: browser +window.navigator.notification = window.navigat

Re: 4.0 Sprint Tasks (Another "Hey, let's ship 4.0.x soon" post)

2014-12-11 Thread Joe Bowser
On Thu Dec 11 2014 at 11:46:44 AM Andrew Grieve wrote: > On Thu, Dec 11, 2014 at 2:24 PM, Joe Bowser wrote: > > > On Wed Dec 10 2014 at 8:03:10 AM Andrew Grieve > > wrote: > > > > > On Sun, Dec 7, 2014 at 11:53 PM, Joe Bowser wrote: > > > > > > > Hey > > > > > > > > After messing with the JS f

Re: Browserify JS is in

2014-12-11 Thread Andrew Grieve
I'd really like to get it fully spelled out *why* browserify is the right tool for this. Some thoughts below: On Wed, Dec 10, 2014 at 8:35 PM, Brian LeRoux wrote: > we should move browserify to main and drop that insane concat code > > its not heavyweight at all. it creates a hash in iife with d

Re: 4.0 Sprint Tasks (Another "Hey, let's ship 4.0.x soon" post)

2014-12-11 Thread Andrew Grieve
On Thu, Dec 11, 2014 at 2:24 PM, Joe Bowser wrote: > On Wed Dec 10 2014 at 8:03:10 AM Andrew Grieve > wrote: > > > On Sun, Dec 7, 2014 at 11:53 PM, Joe Bowser wrote: > > > > > Hey > > > > > > After messing with the JS for a week, I decided for now to stop work on > > > MozillaView. I think I'v

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread kamrik
Github user kamrik commented on a diff in the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46#discussion_r21702976 --- Diff: www/browser/notification.js --- @@ -0,0 +1,94 @@ +// Platform: browser +window.navigator.notification = window.navigator.notif

Re: Browserify JS is in

2014-12-11 Thread Steven Gill
I also would like to see this shipped! If you have questions about it, LMK On Thu, Dec 11, 2014 at 11:10 AM, Joe Bowser wrote: > This should be a major, but yeah, I'm fine with making this the default. > > On Thu, Dec 11, 2014, 11:08 AM Brian LeRoux wrote: > > > so I think this has baked long e

[GitHub] cordova-plugin-dialogs pull request: Added support for the new "br...

2014-12-11 Thread BigstickCarpet
GitHub user BigstickCarpet opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/46 Added support for the new "browser" platform in Cordova 4 The new browser platform in Cordova 4 is awesome. And now this plugin is awesome because it supports it. :) You c

Re: 4.0 Sprint Tasks (Another "Hey, let's ship 4.0.x soon" post)

2014-12-11 Thread Joe Bowser
On Wed Dec 10 2014 at 8:03:10 AM Andrew Grieve wrote: > On Sun, Dec 7, 2014 at 11:53 PM, Joe Bowser wrote: > > > Hey > > > > After messing with the JS for a week, I decided for now to stop work on > > MozillaView. I think I've managed to prove that the concept is at least > > possible, but I re

Re: Browserify JS is in

2014-12-11 Thread Joe Bowser
This should be a major, but yeah, I'm fine with making this the default. On Thu, Dec 11, 2014, 11:08 AM Brian LeRoux wrote: > so I think this has baked long enough! lets make it the default and suss > the bugs. > > On Thu, Jul 10, 2014 at 3:36 AM, Ally Ogilvie wrote: > > > Ace, look forward to

Re: Browserify JS is in

2014-12-11 Thread Brian LeRoux
so I think this has baked long enough! lets make it the default and suss the bugs. On Thu, Jul 10, 2014 at 3:36 AM, Ally Ogilvie wrote: > Ace, look forward to browser/web as platform. Combined Web and Native API > plugin for Cordova! Yay! > Thanks for the clarification Michal. > > > > On Tue, Ju

Re: WebView Promise and W3C standards

2014-12-11 Thread Andrew Grieve
Let's start a new thread for browserify. Jesse - def. like the idea of injecting polyfills when they are not there but are required. In practice though, I think it ends up pretty much the same anyways: - On start-up you need to feature-detect Promise via JS - If it's not there, you need to inject

[GitHub] cordova-ios pull request: CB-6637 - Removed - request:isFragmentId...

2014-12-11 Thread IvanKarpan
Github user IvanKarpan commented on the pull request: https://github.com/apache/cordova-ios/pull/121#issuecomment-66657870 Just FYI I received the acknowledgment regarding my ICLA. So my contribution can be officially reviewed and accepted (or rejected but let me know what I should fi

Re: iOS developer here to help

2014-12-11 Thread Ivan Karpan
Hello Piotr, Josh, Thanks guys, will connect to both IRC channels. See you there! If anyone has any more thoughts on where I could help please let me know. On Thu, Dec 11, 2014 at 4:26 PM, Josh Soref wrote: > Hi Ivan, Piotr, please join us on Freenode #cordova > -

Re: Build proyect on different Android Cordova in the same PC

2014-12-11 Thread Ivan Karpan
Hello Javier, Yes, of course it is possible. I am also working on a project that started some time ago and I have been upgrading the version of Cordova with its every update. In my case I needed a solution that could also allow switching between branches and be able to easily reinstall the r

Re: Documentation generation in pure Node.JS

2014-12-11 Thread Michael Brooks
Andrey, you're approach sounds incredibly thorough! I'll set aside some time to test your pull request and see how it runs on my system. Today is already full, so I'll try to have some time set aside for tomorrow or the weekend. If anyone else is available to test it, that would be great as well!

[GitHub] cordova-plugin-device-motion pull request: CB-8096 Pended auto tes...

2014-12-11 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on the pull request: https://github.com/apache/cordova-plugin-device-motion/pull/22#issuecomment-66645522 Could anybody please review this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Build proyect on different Android Cordova in the same PC

2014-12-11 Thread Solana Huertas, Javier
Hi! It is possible to have in one PC, differents android cordova version and generate (build) the same project for each platform version? For example, right now we work with version 2.9 and want to test if the project is compatible on actual version 3.6.4. Thanks! Javier Solana Huertas Softwa

[GitHub] cordova-plugin-inappbrowser pull request: Added editablelocation o...

2014-12-11 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/73#issuecomment-66639516 Thanks :) It's certainly worth bringing up in JIRA. If people are interested in the feature, then we should add it (and try to get support f

[GitHub] cordova-plugin-inappbrowser pull request: Added editablelocation o...

2014-12-11 Thread tgalal
Github user tgalal commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/73#issuecomment-66629243 Honestly I haven't checked. I just wanted that feature in the project where I'm using the plugin and I couldn't find it. So I added it and sent back th

Re: WebView Promise and W3C standards

2014-12-11 Thread Sebastien Blanc
Just to let you know we have been using a promises polyfill plugin for some time now : https://github.com/vstirbu/PromisesPlugin On Thu, Dec 11, 2014 at 3:38 AM, Michal Mocny wrote: > Jesse: yes, that could work. By setting your polyfill to you'll be > sure it is available after pluginsready

[GitHub] cordova-plugin-inappbrowser pull request: Added editablelocation o...

2014-12-11 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/73#issuecomment-66627952 Is there a JIRA issue for this? I'm not sure immediately if it's a new feature request, or if it's bringing Android in line with any of the other pl

Re: iOS developer here to help

2014-12-11 Thread Josh Soref
Hi Ivan, Piotr, please join us on Freenode #cordova - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org

Re: iOS developer here to help

2014-12-11 Thread Piotr Zalewa
Hi there. I'm eager to find someone who will be able to bring future Notification plugin to live. It's more in the making at the moment. I'm from Mozilla. You can find me on IRC zalun #apps irc.mozilla.org Thanks Dnia Thu Dec 11 09:26:28 2014 Ivan Karpan pisze: Help guys, My name is Ivan K

[GitHub] cordova-plugin-inappbrowser pull request: Added editablelocation o...

2014-12-11 Thread tgalal
GitHub user tgalal opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/73 Added editablelocation option for android You can merge this pull request into a Git repository by running: $ git pull https://github.com/tgalal/cordova-plugin-inappbrowser

iOS developer here to help

2014-12-11 Thread Ivan Karpan
Help guys, My name is Ivan Karpan and as a part of the process of contributing workflow I dared to write this self-introductory email. I have been an iOS developer for 5 years now, more info on me here, feel free to connect: http://ua.linkedin.com/in/ivankarpan/ I am very eager to help out