RE: [Android] MozillaView Update: PoC is working

2014-12-09 Thread Hu, Ningxin
> > > Joe > > > > > > > > > > > > > Thanks, > > > > -ningxin > > > > > > > > > > > > > > > Best regards, > > > > > > -ningxin > > > > > > > > > > > &g

RE: [Android] MozillaView Update: PoC is working

2014-12-08 Thread Fu, Junwei
@cordova.apache.org Subject: Re: [Android] MozillaView Update: PoC is working That's great news, Josh - glad to hear another positive data point :) I'll look at the code again today, (and maybe Andrew can weigh in faster than I can figure it out) but I think that there is a solution to the min

Re: [Android] MozillaView Update: PoC is working

2014-12-08 Thread Ian Clelland
Thanks, > > -ningxin > > > > > Joe > > > > > > > > > > > > > Thanks, > > > > -ningxin > > > > > > > > > > > > > > > Best regards, > > > > > > -ningxin > > > > >

Re: [Android] MozillaView Update: PoC is working

2014-12-08 Thread Josh Bavari
-ningxin > > > Joe > > > > > > > > > Thanks, > > > -ningxin > > > > > > > > > > > > Best regards, > > > > > -ningxin > > > > > > > > > > > -Original Message-

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Hu, Ningxin
hanks, -ningxin > Joe > > > > > Thanks, > > -ningxin > > > > > > > > > Best regards, > > > > -ningxin > > > > > > > > > -Original Message- > > > > > From: Carlos Santana [ma

Re: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Joe Bowser
e the crosswalk plugin against Crosswalk > stable channel every 6 weeks. > > Any thoughts on above items? > > I agree! This sounds like a good idea once the JUnit tests are figured out. Joe > Thanks, > -ningxin > > > > > > Best regards, > > > -ningxin

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Fu, Junwei
with gradle command line and android-studio tools? Thanks, Junwei. -Original Message- From: Hu, Ningxin [mailto:ningxin...@intel.com] Sent: Monday, December 08, 2014 9:57 AM To: dev@cordova.apache.org Subject: RE: [Android] MozillaView Update: PoC is working Hi Joe, > > Ningxin

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Hu, Ningxin
osswalk plugin against Crosswalk stable channel every 6 weeks. Any thoughts on above items? Thanks, -ningxin > > > Best regards, > > -ningxin > > > > > -Original Message- > > > From: Carlos Santana [mailto:csantan...@gmail.com] > &g

Re: [Android] MozillaView Update: PoC is working

2014-12-04 Thread Carlos Santana
I have a internal plugin that uses to listen to device readyevent, and then do some bootstrap code to initialize by talking to native side of plugin. On Tue, Dec 2, 2014 at 11:11 AM, Michal Mocny wrote: > Also and implies runs. is especially useful for > startup work that has to delay devic

Re: [Android] MozillaView Update: PoC is working

2014-12-02 Thread Michal Mocny
Also and implies runs. is especially useful for startup work that has to delay deviceready. On Tue, Dec 2, 2014 at 10:40 AM, Andrew Grieve wrote: > It's used in some core plugins as a reference: > > $ grep -r ' cordova-plugin-battery-status/plugin.xml: > cordova-plugin-battery-st

Re: [Android] MozillaView Update: PoC is working

2014-12-02 Thread Andrew Grieve
It's used in some core plugins as a reference: $ grep -r ' cordova-plugin-battery-status/plugin.xml: cordova-plugin-camera/plugin.xml: cordova-plugin-camera/plugin.xml: cordova-plugin-contacts/plugin.xml: cordova-plugin-device-motion/plugin.xml:

Re: [Android] MozillaView Update: PoC is working

2014-12-01 Thread Joe Bowser
On Thu Nov 27 2014 at 11:44:52 AM Andrew Grieve wrote: > > Likely clobbers won't work for this since most modules access exec() via a > require(). You can actually swap out the module though, using: > > define.remove('cordova/exec') > define('cordova/exec', function(...)) > > and use to make it

Re: [Android] MozillaView Update: PoC is working

2014-11-30 Thread Joe Bowser
m: Carlos Santana [mailto:csantan...@gmail.com] > > Sent: Thursday, November 27, 2014 11:30 AM > > To: dev@cordova.apache.org > > Subject: Re: [Android] MozillaView Update: PoC is working > > > > Great news Joe. I agree with the time statement, post vacation time. >

RE: [Android] MozillaView Update: PoC is working

2014-11-30 Thread Hu, Ningxin
vember 27, 2014 11:30 AM > To: dev@cordova.apache.org > Subject: Re: [Android] MozillaView Update: PoC is working > > Great news Joe. I agree with the time statement, post vacation time. > Allows time for doc, test, and logistics for release. > > Documenting some guides on wh

Re: [Android] MozillaView Update: PoC is working

2014-11-27 Thread Joe Bowser
On Thu Nov 27 2014 at 11:44:52 AM Andrew Grieve wrote: > Had a look through the code. Looks great! > > On Wed, Nov 26, 2014 at 7:08 PM, Joe Bowser wrote: > > > Hey > > > > Just an update, I have a working PoC of the GeckoView-based WebView ready > > for people to look at here: > > > > https://gi

Re: [Android] MozillaView Update: PoC is working

2014-11-27 Thread Andrew Grieve
Had a look through the code. Looks great! On Wed, Nov 26, 2014 at 7:08 PM, Joe Bowser wrote: > Hey > > Just an update, I have a working PoC of the GeckoView-based WebView ready > for people to look at here: > > https://github.com/infil00p/cordova-mozillaview-engine > > This is definitely a very

Re: [Android] MozillaView Update: PoC is working

2014-11-26 Thread Ian Clelland
That's really exciting, Joe! I can't wait to take a look. On Wed Nov 26 2014 at 7:09:04 PM Joe Bowser wrote: > Hey > > Just an update, I have a working PoC of the GeckoView-based WebView ready > for people to look at here: > > https://github.com/infil00p/cordova-mozillaview-engine > > This is de

Re: [Android] MozillaView Update: PoC is working

2014-11-26 Thread Carlos Santana
Great news Joe. I agree with the time statement, post vacation time. Allows time for doc, test, and logistics for release. Documenting some guides on what these two plugins means for developer in terms of features, support and handling a single project that wants to target Android 2.3 + Android 4.

Re: [Android] MozillaView Update: PoC is working

2014-11-26 Thread Ally Ogilvie
>Thoughts? That. Is. Awesome. How far back can you target Android? On Thu, Nov 27, 2014 at 9:08 AM, Joe Bowser wrote: > Hey > > Just an update, I have a working PoC of the GeckoView-based WebView ready > for people to look at here: > > https://github.com/infil00p/cordova-mozillaview-engine >

[Android] MozillaView Update: PoC is working

2014-11-26 Thread Joe Bowser
Hey Just an update, I have a working PoC of the GeckoView-based WebView ready for people to look at here: https://github.com/infil00p/cordova-mozillaview-engine This is definitely a very different webview than what we have had currently, and I've had to re-think a lot of how we do things with Co