You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:21:48 UTC

[37/50] [abbrv] incubator-weex git commit: Merge branch 'v0.10.0-stable' of github.com:sospartan/weex into v0.10.0-stable

Merge branch 'v0.10.0-stable' of github.com:sospartan/weex into v0.10.0-stable


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/235b87fd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/235b87fd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/235b87fd

Branch: refs/heads/master
Commit: 235b87fd76f4d642533c02e7b181da839596b5fa
Parents: 0d992e4 5a70027
Author: sospartan <so...@gmail.com>
Authored: Wed Jan 11 16:10:33 2017 +0800
Committer: sospartan <so...@gmail.com>
Committed: Wed Jan 11 16:10:33 2017 +0800

----------------------------------------------------------------------
 .../main/java/com/taobao/weex/WXSDKEngine.java  |    4 +-
 .../ui/component/list/BasicListComponent.java   | 1104 ++++++++++++++++++
 .../ui/component/list/ListComponentView.java    |  223 ++++
 .../ui/component/list/SimpleListComponent.java  |  231 ++++
 .../ui/component/list/SimpleRecyclerView.java   |  329 ++++++
 .../weex/ui/component/list/WXListComponent.java |  944 +--------------
 .../refresh/wrapper/BounceRecyclerView.java     |   15 +-
 7 files changed, 1951 insertions(+), 899 deletions(-)
----------------------------------------------------------------------