Weex Monthly Meeting between Paytm and Alibaba

2018-06-08 Thread Hanks Zhang
We plan to hold a monthly meeting between Paytm and Alibaba developers at
11th, June New Delhi time 2:00 pm (Beijing time 4:30 pm).

Here are the topics:

+ How to Participate in Weex
+ Apache Release Progress
+ Document Review List
+ Weex Examples List
+ Encountered Problems in Practice


[jira] [Commented] (WEEX-445) export requireModule to global

2018-06-08 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505865#comment-16505865
 ] 

ASF GitHub Bot commented on WEEX-445:
-

Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/1254
  





  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  




  

  
  Messages

  
  
  :book:
  danger test finished.

  




  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




> export requireModule to global
> --
>
> Key: WEEX-445
> URL: https://issues.apache.org/jira/browse/WEEX-445
> Project: Weex
>  Issue Type: New Feature
>  Components: JSFM
>Reporter: Zhenfei You
>Assignee: Hanks Zhang
>Priority: Major
>
> Export requireModule to global, so we can use
> {code:javascript}
> var navigator = requireModule('navigator')
> {code}
> it is equal to 
> {code:javascript}
> var navigator = weex.requireModule('navigator')
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-445) export requireModule to global

2018-06-08 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505864#comment-16505864
 ] 

ASF GitHub Bot commented on WEEX-445:
-

GitHub user imyzf opened a pull request:

https://github.com/apache/incubator-weex/pull/1254

[WEEX-445][jsfm] export requireModule to global

First of all, thank you for your contribution! 

Please makes sure that these checkboxes are checked before submitting your 
PR, thank you!



CheckList:

**if** *isBugFix* **:**

  * [ ] Make sure that you add at least one unit test for the bug which you 
had fixed.

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update test scripts for the feature.
  * [ ] Add unit tests for the feature.

This is a API for internal usage, so no test and no doc update.






You can merge this pull request into a Git repository by running:

$ git pull https://github.com/imyzf/incubator-weex feature/require-module

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/1254.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1254


commit 61931a0a8e9c26ee02aaeb8083c488191305ffa2
Author: Zhenfei You 
Date:   2018-06-08T09:26:14Z

[WEEX-445][jsfm] export requireModule to global




> export requireModule to global
> --
>
> Key: WEEX-445
> URL: https://issues.apache.org/jira/browse/WEEX-445
> Project: Weex
>  Issue Type: New Feature
>  Components: JSFM
>Reporter: Zhenfei You
>Assignee: Hanks Zhang
>Priority: Major
>
> Export requireModule to global, so we can use
> {code:javascript}
> var navigator = requireModule('navigator')
> {code}
> it is equal to 
> {code:javascript}
> var navigator = weex.requireModule('navigator')
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-419) weeks bugfix for weex

2018-06-08 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505774#comment-16505774
 ] 

ASF GitHub Bot commented on WEEX-419:
-

Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/1253
  






  

  
  Messages

  
  
  :book:
  has no jsfm file changed.

  

  :book:
  jsfm test finished.

  




  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




> weeks bugfix for weex
> -
>
> Key: WEEX-419
> URL: https://issues.apache.org/jira/browse/WEEX-419
> Project: Weex
>  Issue Type: Bug
>Reporter: codefurture
>Assignee: codefurture
>Priority: Minor
>
> 1、java.lang.NoSuchMethodError  fix
>  # {{java.lang.NoSuchMethodError: No virtual method 
> setRoleDescription(Ljava/lang/CharSequence;)V in class 
> Landroid/support/v4/view/accessibility/AccessibilityNodeInfoCompat; or its 
> super classes (declaration of 
> 'android.support.v4.view.accessibility.AccessibilityNodeInfoCompat' appears 
> in /data/app/com.tmall.wireless-1/base.apk)}}
>  # {{ at 
> com.taobao.weex.ui.component.WXComponent$5.onInitializeAccessibilityNodeInfo(WXComponent.java:1204)}}
>  # {{ at 
> android.support.v4.view.AccessibilityDelegateCompat$AccessibilityDelegateJellyBeanImpl$1.onInitializeAccessibilityNodeInfo(AccessibilityDelegateCompat.java:233)}}
>  # {{ at 
> android.support.v4.view.AccessibilityDelegateCompatJellyBean$1.onInitializeAccessibilityNodeInfo(AccessibilityDelegateCompatJellyBean.java:61)}}
>  # {{ at android.view.View.onInitializeAccessibilityNodeInfo(View.java:6617)}}
>  # {{ at 
> android.view.View.createAccessibilityNodeInfoInternal(View.java:6578)}}
>  # {{ at 
> android.view.View$AccessibilityDelegate.createAccessibilityNodeInfo(View.java:23692)}}
>  # {{ at android.view.View.createAccessibilityNodeInfo(View.java:6561)}}
>  # {{ at 
> android.view.accessibility.AccessibilityRecord.setSource(AccessibilityRecord.java:145)}}
>  # {{ at 
> android.view.accessibility.AccessibilityRecord.setSource(AccessibilityRecord.java:119)}}
>  # {{ at 
> android.view.View.onInitializeAccessibilityEventInternal(View.java:6515)}}
>  # {{ at 
> android.view.View$AccessibilityDelegate.onInitializeAccessibilityEvent(View.java:23604)}}
>  
> {{2、 Adapter for rax stopPropagation event listener}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)