[jira] [Commented] (CB-7147) USB Debugging no longer works on Crosswalk pre-KitKat

2014-07-17 Thread Ningxin Hu (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14065147#comment-14065147
 ] 

Ningxin Hu commented on CB-7147:


Thanks for reporting this issue. We (crosswalk team) will look into it and 
update the progress on https://crosswalk-project.org/jira/browse/XWALK-1931.

 USB Debugging no longer works on Crosswalk pre-KitKat
 -

 Key: CB-7147
 URL: https://issues.apache.org/jira/browse/CB-7147
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Joe Bowser
Assignee: Ian Clelland
 Fix For: 4.0.0


 I just tried the latest API, and for some reason I can't use Chrome Debugging 
 with Third Party WebViews.  This basically makes the upcoming demo pointless, 
 since I can't demonstrate this working on Jellybean or ICS devices. :(



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-7147) USB Debugging no longer works on Crosswalk pre-KitKat

2014-07-17 Thread Ningxin Hu (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14065615#comment-14065615
 ] 

Ningxin Hu commented on CB-7147:


There are version mappings between Chrome and Crosswalk for remote debugging 
protocol, please check it here: 
https://github.com/crosswalk-project/crosswalk-website/wiki/Remote-debugging-on-android

 USB Debugging no longer works on Crosswalk pre-KitKat
 -

 Key: CB-7147
 URL: https://issues.apache.org/jira/browse/CB-7147
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Joe Bowser
Assignee: Ian Clelland
 Fix For: 4.0.0


 I just tried the latest API, and for some reason I can't use Chrome Debugging 
 with Third Party WebViews.  This basically makes the upcoming demo pointless, 
 since I can't demonstrate this working on Jellybean or ICS devices. :(



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6247) Implement Crosswalk as a pluggable WebView

2014-06-04 Thread Ningxin Hu (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14018404#comment-14018404
 ] 

Ningxin Hu commented on CB-6247:


Open an feature in Crosswalk JIRA to track this 
https://crosswalk-project.org/jira/browse/XWALK-1855

 Implement Crosswalk as a pluggable WebView
 --

 Key: CB-6247
 URL: https://issues.apache.org/jira/browse/CB-6247
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Joe Bowser
Assignee: Joe Bowser
 Fix For: 4.0.0


 This is already done: 
 https://github.com/infil00p/cordova-android/tree/pluggable_webview



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (CB-6543) cordova/run fails when there is no custom_rules.xml

2014-04-28 Thread Ningxin Hu (JIRA)
Ningxin Hu created CB-6543:
--

 Summary: cordova/run fails when there is no custom_rules.xml
 Key: CB-6543
 URL: https://issues.apache.org/jira/browse/CB-6543
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: Master
Reporter: Ningxin Hu


Reproduce steps:
1. create a project as
cordova-android/bin/create hello
2. remove custom_rules.xml to build project to bin
cd hello; rm custom_rules.xml; cordova/build
3. run hello
cordova/run

Step 3 will fail with error ERROR : unable to find project ant-build 
directory, could not locate .apk



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6543) cordova/run fails when there is no custom_rules.xml

2014-04-28 Thread Ningxin Hu (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13983863#comment-13983863
 ] 

Ningxin Hu commented on CB-6543:


It matters since some dependent project, such as Crosswalk WebView, only works 
with default output dir, say bin.

 cordova/run fails when there is no custom_rules.xml
 ---

 Key: CB-6543
 URL: https://issues.apache.org/jira/browse/CB-6543
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: Master
Reporter: Ningxin Hu

 Reproduce steps:
 1. create a project as
 cordova-android/bin/create hello
 2. remove custom_rules.xml to build project to bin
 cd hello; rm custom_rules.xml; cordova/build
 3. run hello
 cordova/run
 Step 3 will fail with error ERROR : unable to find project ant-build 
 directory, could not locate .apk



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (CB-6111) One constructor of CordovaWebView forgets to call initWebViewClient.

2014-02-25 Thread Ningxin Hu (JIRA)
Ningxin Hu created CB-6111:
--

 Summary: One constructor of CordovaWebView forgets to call 
initWebViewClient.
 Key: CB-6111
 URL: https://issues.apache.org/jira/browse/CB-6111
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: Master
Reporter: Ningxin Hu


https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaWebView.java#L180,
 the constructor of CordovaWebView misses the call 
this.initWebViewClient(this.cordova);. Other constructors call this method. 
It causes the WebViewClient is not initialized in this code path.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5779) Allow alternative rendering engine for specific platform

2014-01-14 Thread Ningxin Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ningxin Hu updated CB-5779:
---

Description: 
Allow developers to use alternative rendering engine for specific platform. For 
example, on Android platform, developers are able to choose WebView, 
ChromeView, GeckoView or Crosswalk as rendering engine.

https://wiki.apache.org/cordova/Platform%20Engine

  was:
Allow developers to user alternative rendering engine for specific platform. 
For example, on Android platform, developers are able to choose WebView, 
ChromeView, GeckoView or Crosswalk as rendering engine.

https://wiki.apache.org/cordova/Platform%20Engine


 Allow alternative rendering engine for specific platform
 

 Key: CB-5779
 URL: https://issues.apache.org/jira/browse/CB-5779
 Project: Apache Cordova
  Issue Type: New Feature
Affects Versions: Master
Reporter: Ningxin Hu

 Allow developers to use alternative rendering engine for specific platform. 
 For example, on Android platform, developers are able to choose WebView, 
 ChromeView, GeckoView or Crosswalk as rendering engine.
 https://wiki.apache.org/cordova/Platform%20Engine



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5779) Allow alternative rendering engine for specific platform

2014-01-12 Thread Ningxin Hu (JIRA)
Ningxin Hu created CB-5779:
--

 Summary: Allow alternative rendering engine for specific platform
 Key: CB-5779
 URL: https://issues.apache.org/jira/browse/CB-5779
 Project: Apache Cordova
  Issue Type: New Feature
Affects Versions: Master
Reporter: Ningxin Hu


Allow developers to user alternative rendering engine for specific platform. 
For example, on Android platform, developers are able to choose WebView, 
ChromeView, GeckoView or Crosswalk as rendering engine.

https://wiki.apache.org/cordova/Platform%20Engine



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)