[GitHub] incubator-weex issue #1168: [WEEX-355][android] recycle-list adapter for wee...

2018-05-11 Thread weex-bot
Github user weex-bot commented on the issue:

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




  

  
  Fails

  
  
  :no_entry_sign:
  Code file 
weex_core/Source/android/jniprebuild/jniheader/ContentBoxMeasurement_jni.h does 
not have the copyright header.

  

  :no_entry_sign:
  Code file 
weex_core/Source/android/jniprebuild/jniheader/WXBridge_jni.h does not have the 
copyright header.

  

  :no_entry_sign:
  Code file 
weex_core/Source/android/jniprebuild/jniheader/NativeRenderObjectUtils_jni.h 
does not have the copyright header.

  




  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/ui/component/list/template/TemplateViewHolder.java
 without metion it in commit message. You'd better add '@notdanger' in your 
commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/ui/component/list/template/PositionRef.java
 without metion it in commit message. You'd better add '@notdanger' in your 
commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/dom/WXAttr.java without metion it in 
commit message. You'd better add '@notdanger' in your commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/ui/component/binding/Layouts.java 
without metion it in commit message. You'd better add '@notdanger' in your 
commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/dom/WXEvent.java without metion it in 
commit message. You'd better add '@notdanger' in your commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/ui/component/list/template/WXRecyclerTemplateList.java
 without metion it in commit message. You'd better add '@notdanger' in your 
commit log. 

  

  :warning:
  Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java without 
metion it in commit message. You'd better add '@notdanger' in your commit log. 


  




  

  
  Messages

  
  
  :book:
  danger test finished.

  




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




---


[GitHub] incubator-weex pull request #1168: [WEEX-355][android] recycle-list adapter ...

2018-05-11 Thread gubaojian
GitHub user gubaojian opened a pull request:

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

[WEEX-355][android] recycle-list adapter for weex-core new architecture

[WEEX-355][android] recycle-list adapter for weex-core new architecture

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

$ git pull https://github.com/gubaojian/incubator-weex 
release-0.19-weex-core-adapter-recycle-list

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

https://github.com/apache/incubator-weex/pull/1168.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 #1168


commit 388e4e6d3b6bc735a68e1c6e3c20e976a6052382
Author: jianbai.gbj 
Date:   2018-05-07T12:54:22Z

[WEEX-355][android] recycle-list adapter for weex-core new architecture




---