[GitHub] cordova-plugin-globalization pull request: CB-7972 Add cordova-plu...

2014-12-07 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/31#discussion_r21424012 --- Diff: src/windows/GlobalizationProxy.js --- @@ -0,0 +1,294 @@ +/* + Licensed under the Apache License, Version 2.0

[GitHub] cordova-plugins pull request: Fix Keyboard Shrink View without Acc...

2014-12-07 Thread oliverfriedmann
Github user oliverfriedmann commented on the pull request: https://github.com/apache/cordova-plugins/pull/14#issuecomment-65937569 - Oliver Sent from my mobile. Craig L Russell c...@apache.org wrote: Dear Oliver Friedmann,

Docs pull requests

2014-12-07 Thread Andrey Kurdumov
Could someone review and merge following pull requests? https://github.com/apache/cordova-docs/pull/232 (CB-6259 Add StatusBar row to Platform Support) https://github.com/apache/cordova-docs/pull/235 (Removed Invalid section in BlackBerry platform guides)

[GitHub] cordova-plugin-file-transfer pull request: [CB-5059] Remove the de...

2014-12-07 Thread AleksMeshkov
Github user AleksMeshkov commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/8#issuecomment-65941627 Hi! I'm not android developer. So the last post is complicated for me to understand... I think I have the same issue described here. Can

Re: [GitHub] cordova-plugin-globalization pull request: CB-7972 Add cordova-plu...

2014-12-07 Thread Jesse
It looks like it's just to generate names of days, using a known month/year which starts on a Sunday by the looks of it. On Dec 7, 2014, at 4:13 AM, sgrebnov g...@git.apache.org wrote: Github user sgrebnov commented on a diff in the pull request:

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Hu, Ningxin
Hi Joe, Ningxin wrote: From crosswalk webview plugin perspective, several questions: 1. will the plugin be maintained by ASF/Apache (github.com/apache/cordova- crosswalk-engine) or Crosswalk team (github.com/crosswalk-project/ cordova-crosswalk-engine)? It will be a core cordova

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:

Re: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Joe Bowser
On Sun Dec 07 2014 at 6:00:17 PM Hu, Ningxin ningxin...@intel.com wrote: 2. what the tests and criteria are expected for release? And by whom/infrastructure these tests are executed, ASF/Apache or Crosswalk team? BTW, can someone point me the existing tests and infrastructure used

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

2014-12-07 Thread Joe Bowser
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 really feel that it's still too unstable to actually show past a demo/POC at this time. We've definitely learned some lessons, and

RE: [Android] MozillaView Update: PoC is working

2014-12-07 Thread Hu, Ningxin
Hi Joe, Crosswalk doesn't work the same way as the default AndroidWebView and MozillaView from my experience, so some of the tests wouldn't work for it and are specific to the default WebView. These would be all the JUnit tests related to embedding the webview. I think these tests should

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