RE: How to setup cordova mobilespec with CLI

2016-11-03 Thread Fu, Junwei
a-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 > updated, since it

RE: How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
ss 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 <junwei...@intel.com> wrote: > >> >> Hi All, >> >> The steps of fol

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

[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

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 preference value=ENABLE_LOG value=true / will be added automatically in config.xml if specified preference value=ENABLE_LOG default=true / in

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

2015-04-22 Thread Fu, Junwei
]: http://cordova.apache.org/news/2015/02/10/plugins-release.html On Tue, Apr 21, 2015 at 8:20 PM, Fu, Junwei junwei...@intel.com 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-spec to test cordova-android 3.7.x

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: [DISCUSS] Cordova-Android 4.0.0 Release

2015-02-04 Thread Fu, Junwei
an android-4.0.0 branch?) Also need to do a plugins release for splashscreen (will start shortly). On Tue Feb 03 2015 at 7:20:29 PM Fu, Junwei junwei...@intel.com wrote: Crosswalk engine have been tested in mobile-spec and owned functionality tests with Crosswalk-11, and it was our plan

RE: File Transfer plugin and Crosswalk engine cookies

2015-02-04 Thread Fu, Junwei
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 junwei...@intel.com wrote: Is it necessary to add

RE: File Transfer plugin and Crosswalk engine cookies

2015-02-04 Thread Fu, Junwei
. Thanks, -ningxin On Mon Jan 26 2015 at 10:14:11 PM Fu, Junwei junwei...@intel.com wrote: 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

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:

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

RE: cordova-android 4.0 JUnit tests

2015-01-21 Thread Fu, Junwei
at 3:30 AM, Fu, Junwei junwei...@intel.com 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 to fix those

RE: cordova-android 4.0 JUnit tests

2015-01-21 Thread Fu, Junwei
place. I don't think there is a way for these tests to work with Crosswalk because of this incompatibility. I don't think there is a way to re-use these tests because of this fundamental change. On Tue Jan 20 2015 at 5:11:54 AM Fu, Junwei junwei

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

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

2015-01-11 Thread Fu, Junwei
the tests will get more eyeballs. On Wed, Jan 7, 2015 at 8:28 PM, Fu, Junwei junwei...@intel.com wrote: Thank you very much, it's fine after update your commit. Is the mobilespec being tested for Cordova 4.0, Because there are still some other issue such as the splash screen can't

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

2015-01-07 Thread Fu, Junwei
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, 2015 at 10:06 PM, Fu, Junwei junwei...@intel.com wrote: Yes, I set up

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

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

2015-01-06 Thread Fu, Junwei
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 junwei...@intel.com wrote: Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec

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

2015-01-06 Thread Fu, Junwei
(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 renamed, so that could be the cause of the key event test failing. On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei junwei...@intel.com wrote

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

RE: minSdkVersion conflict

2014-12-08 Thread Fu, Junwei
to cordova project config.xml preference name=android-minSdkVersion value=14 / 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

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:

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-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

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

RE: plugin with AAR

2014-11-05 Thread Fu, Junwei
. -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 thing I'd

RE: plugin with AAR

2014-10-27 Thread Fu, Junwei
changing quite a bit. On Tue, Sep 23, 2014 at 4:02 AM, Fu, Junwei junwei...@intel.com javascript:; wrote: 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

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