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
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
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 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 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:
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
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 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
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
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
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 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 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
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
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 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 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 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 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 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
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
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 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
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
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
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 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
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 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
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
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
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
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 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
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
> -
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
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 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
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 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 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
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 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
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
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 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
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
47 matches
Mail list logo