RE: How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
g/repos/asf?p=cordova-android.git > > But Coho pulls those, and changes happen directly on that repository > and find their way back to the GitHub mirrors. We use the github > mirrors to process patches. > > It would be a very good idea for the mobilespec documentation to be >

RE: How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
t; mirrors to process patches. > > It would be a very good idea for the mobilespec documentation to be > updated, since it seems to be misleading. > > > On Wed, Nov 2, 2016 at 6:37 PM, Fu, Junwei wrote: > >> >> Hi All, >> >> The steps of following the docu

How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
Hi All, The steps of following the documentation are too complex and All of repos need to pull the master branch, Do we have steps to build mobile spec with released CLI. $ git clone https://github.com/apache/cordova-mobile-spec.git $ git clone

[ANNOUNCE] Cordova Crosswalk Plugin Release

2016-03-14 Thread Fu, Junwei
We are happy to announce that Cordova Crosswalk plugin 1.6.0 has been released. It used the latest Crosswalk-17 stable version which was based on Chromium 46 and supported the feature of packaging apps for 64-bit devices. It also worked finely in latest Cordova 6.0 version. It's possible to sp

How to use the feature of “Default variable”

2015-07-23 Thread Fu, Junwei
Hi All, I want to use the feature of “Default variable” that descripted in https://issues.apache.org/jira/browse/CB-9162. Is it means that the line of will be added automatically in config.xml if specified in the plugin.xml, But there is no default ENABLE_LOG in config.xml but in cordova/

RE: How to get plugin lists for cordova-android 3.7.x

2015-04-22 Thread Fu, Junwei
15/03/02/tools-release.html [2]: http://cordova.apache.org/news/2015/02/10/plugins-release.html On Tue, Apr 21, 2015 at 8:20 PM, Fu, Junwei wrote: > Hi All, > > Mobile-spec has no 3.7.x branch, how can I get the plugin lists for > cordova-android 3.7.x, and how to build mobile-sp

How to get plugin lists for cordova-android 3.7.x

2015-04-21 Thread Fu, Junwei
Hi All, Mobile-spec has no 3.7.x branch, how can I get the plugin lists for cordova-android 3.7.x, and how to build mobile-spec to test cordova-android 3.7.x, do we use the latest cordova-plugin-test-framework, cordova-cli, cordova-mobile-spec and so on. Thanks, Junwei.

RE: File Transfer plugin and Crosswalk engine cookies

2015-02-04 Thread Fu, Junwei
2015 9:52 AM To: dev Subject: Re: File Transfer plugin and Crosswalk engine cookies It's not necessary. You can still just add the plugin after-the-fact as well. (but perhaps I'm misunderstanding your question?) On Wed, Feb 4, 2015 at 8:06 PM, Fu, Junwei wrote: > Is it necessa

RE: File Transfer plugin and Crosswalk engine cookies

2015-02-04 Thread Fu, Junwei
t;>>> it > >>>> still > >>>>> won't > >>>>>> hold up the Cordova 4.0 release, because it's Crosswalk failing > >>>>>> the > >>>>> tests, not > >>>>>> Cordova itself.

RE: [DISCUSS] Cordova-Android 4.0.0 Release

2015-02-04 Thread Fu, Junwei
m don't compile, and I think the main reason is that CordovaWebView is not a view. Planning on writing up a report of how many popular plugins break, and how bad it is to fix them. Also need to update embedder's guide in docs (maybe create an android-4.0.0 branch?) Also need to do a p

RE: [DISCUSS] Cordova-Android 4.0.0 Release

2015-02-03 Thread Fu, Junwei
Crosswalk engine have been tested in mobile-spec and owned functionality tests with Crosswalk-11, and it was our plan to be released. I request a PR in here https://github.com/MobileChromeApps/cordova-crosswalk-engine/pull/17. Thanks, Junwei. -Original Message- From: agri...@google.com

RE: File Transfer plugin and Crosswalk engine cookies

2015-01-26 Thread Fu, Junwei
Crosswalk engine have been tested with mobile-spec and owned functionality test, but there are no JUnit test for Crosswalk engine, and the JUnit test in cordova-anroid 4.0 were being re-wrote. Does the Crosswalk engine need pass JUnit test before voting on releases? What's plan about making JUni

RE: cordova-android 4.0 JUnit tests

2015-01-21 Thread Fu, Junwei
at 3:30 AM, Fu, Junwei wrote: > > Junwei - do the tests pass for you? I certainly can't get most of > > them to (running on KitKat) :( > Yes, the tests passed on my Galaxy s3 device, and then I try to verify > those on KitKat, they passed partly as you said, I am glad t

RE: cordova-android 4.0 JUnit tests

2015-01-21 Thread Fu, Junwei
ked at this a while ago, but couldn't figure out how to >> > > > get the >> > > tests >> > > > to run in the Android Studio / Gradle world. I'll have another >> crack at >> > > it. >> > > > >> > > > On Tue,

cordova-android 4.0 JUnit tests

2015-01-20 Thread Fu, Junwei
Hi, I pulled cordova-android 4.0 branch, and running JUnit test in /test directory, but there are compiled error as below, and I want reuse the JUnit tests to test Crosswalk pluggable webView, so I request a PR https://github.com/apache/cordova-android/pull/140, could someone help me to revi

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-11 Thread Fu, Junwei
erlooked. Thanks for bringing it up. >> > >> > Once 3.7 ships and 4.0 moves to master for next major release, I >> > expect >> the >> > tests will get more eyeballs. >> > >> > On Wed, Jan 7, 2015 at 8:28 PM, Fu, Junwei wrote: >>

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-07 Thread Fu, Junwei
; is now code to make an exec() to CoreAndroid based on the platformVersion. > > Maybe let's just set the plugin bridge name back to "App" on 4.0.x so > that the js exec() will always work (but still leave the class name as > "CoreAndroid") > > On Tue, Jan 6,

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
spec@master and > > > cordova-android@4.0.x. Failing tests are likely issues (in android > > > or > in > > > the tests). Just fixed last night that the JS on 4.0.x was not > > > properly registering with the CoreAndroid plugin due to it being > >

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
he JS on 4.0.x was not > > properly registering with the CoreAndroid plugin due to it being > > renamed, so that could be the cause of the key event test failing. > > > > On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei wrote: > > > > > Hi, > > > > > >

How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec master branch to test cordova-android 4.0, but the key event test cases failed. And the splash screen test cases failed with cordova-mobile-spec 3.6 branch, I don't know how to test the cordova-android 4.0

crosswalk plugin wait for release

2014-12-17 Thread Fu, Junwei
Hi, The time Cordova4.0 final release in January 2015 is approaching, but the crosswalk plugin still exist some problems need to confirm. 1. JUnit tests Because crosswalk plugin is a pluggable web view, we want reuse Cordova upstream JUnit tests to test the plugin, so I request a PR ht

RE: [Android] MozillaView Update: PoC is working

2014-12-08 Thread Fu, Junwei
Hi, I requested a PR that fix the minSdkVersion issue in origin/aar branch, Could you please review it? Please let me know if anything I can help. Thanks. -Original Message- From: Ian Clelland [mailto:iclell...@chromium.org] Sent: Tuesday, December 09, 2014 1:16 AM To: dev@cordova.apa

RE: minSdkVersion conflict

2014-12-08 Thread Fu, Junwei
cordova project config.xml It should set the same value in AndroidManifest.xml during prepare. The code that deals with it is in cordova-lib/src/cordova/metadata/android_parser.js starting at line 259 On Mon, Dec 8, 2014 at 1:59 AM, Fu, Junwei wrote: > Hi, > > The Cordova project minS

minSdkVersion conflict

2014-12-07 Thread Fu, Junwei
Hi, The Cordova project minSdkVersion is 10, the xwalk library is 14, it will show the following error when compile with Gradle. > ./test/AndroidManifest.xml:0:0 Error: > uses-sdk:minSdkVersion 10 cannot be smaller than version 14 > declared in library org.xwalk:xwalk_core_library_b

RE: plugin with AAR

2014-12-07 Thread Fu, Junwei
Could someone review and merge the pull request https://github.com/apache/cordova-android/pull/133 ? It is add a section to build.gradle. Thanks, Junwei. -Original Message- From: Andrew Grieve [mailto:agri...@google.com] Sent: Wednesday, November 05, 2014 12:44 AM To: Fu, Junwei Cc

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Fu, Junwei
The Junit tests in Cordova-4.0 branch is still only fine for cordova-android-3.7 not cordova-android-4.0, there are some compiled error. And We need use Gradle to compile the cordvoa-crosswalk-engine plugin for AAR used, but the Junit test is only support ant. How to support Junit tests compile

RE: plugin with AAR

2014-11-05 Thread Fu, Junwei
a 4.0. -Original Message- From: Andrew Grieve [mailto:agri...@google.com] Sent: Wednesday, November 05, 2014 12:44 AM To: Fu, Junwei Cc: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun Subject: Re: plugin with AAR Had a look at the PR and think it looks good! Only thin

RE: plugin with AAR

2014-10-27 Thread Fu, Junwei
nk it's coming along nicely :) > > What you want to do hasn't been done before that I know of, but it > *might* just work if you add a build-extras.gradle to your plugin and > adding the extra Dependencies line in there. > > More eyes on Gradle would be great, as

plugin with AAR

2014-09-23 Thread Fu, Junwei
Hi, I know that the cordova-android master can build subproject with Gradle, but I have a question. I want to develop a plugin that dependence AAR from remote maven repository, the AAR is library project. I need to make the plugin to android project which include AndroidManifest.xml and projec