You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/20 10:57:38 UTC

[2/2] incubator-weex git commit: Merge branch '0.12-dev-non-stack-sticky' of github.com:sospartan/incubator-weex into 0.12-dev

Merge branch '0.12-dev-non-stack-sticky' of github.com:sospartan/incubator-weex into 0.12-dev


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

Branch: refs/heads/0.12-dev
Commit: c9629644263d7f34462b1699999fdf6694b3d7bf
Parents: 4d54b24 4596cd4
Author: sospartan <so...@apache.org>
Authored: Mon Mar 20 18:57:22 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Mon Mar 20 18:57:22 2017 +0800

----------------------------------------------------------------------
 CHANGELOG.md                                    |   3 +-
 .../ui/component/list/BasicListComponent.java   |  18 +-
 .../ui/component/list/ListComponentView.java    |   2 +-
 .../ui/component/list/SimpleRecyclerView.java   |  80 +----
 .../ui/component/list/StickyHeaderHelper.java   | 337 +++++++++++++++++++
 .../taobao/weex/ui/component/list/WXCell.java   |  11 +
 .../refresh/wrapper/BounceRecyclerView.java     | 118 +------
 7 files changed, 383 insertions(+), 186 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c9629644/CHANGELOG.md
----------------------------------------------------------------------
diff --cc CHANGELOG.md
index 92cd038,673e321..d1c0c9f
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -2,5 -2,4 +2,6 @@@
  
  ### Changed
  - [android]Move DOM and render to seperate Action Object
 -- [android]Refactor list-component sticky, use `List` instead of `Stack` to store sticky information.
 +- [android]Move Animation(animation module and css style) to seperate Action Object
- - [android]Reserve `transformOrigin`'s last time state.
++- [android]Reserve `transformOrigin`'s last time state.
++- [android]Refactor list-component sticky, use `List` instead of `Stack` to store sticky information.