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

[10/10] incubator-weex git commit: Merge branch '0.12-dev' of https://github.com/cxfeng1/incubator-weex into 0.12-dev

Merge branch '0.12-dev' of https://github.com/cxfeng1/incubator-weex into 0.12-dev

* '0.12-dev' of https://github.com/cxfeng1/incubator-weex:
  * [test] fix recycler test problems
  * [tc] recycler tc
  * [ios] fix issue that view unloading will delay if component thread is busy.     * invalidate component manager earlier to  remove all the component thread tasks.
  * [test] update page url
  * [test] fix recycler column gap test and reduce iOS pixel error


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

Branch: refs/heads/0.12-dev
Commit: 5b1126a56c583b56baa491c67b23e45f6f409d2b
Parents: 35a3f8c 982da12
Author: zshshr <zh...@gmail.com>
Authored: Mon Apr 10 11:24:05 2017 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Mon Apr 10 11:24:05 2017 +0800

----------------------------------------------------------------------
 .../Component/Recycler/WXRecyclerComponent.m    |   1 +
 .../WeexSDK/Sources/Component/WXListComponent.m |   2 +
 .../Sources/Manager/WXComponentManager.h        |   4 +
 .../Sources/Manager/WXComponentManager.m        |   5 +
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m   |   1 +
 test/pages/components/recycler.vue              |  29 ++--
 test/scripts/components/recycler.test.js        | 164 ++++++++++---------
 7 files changed, 113 insertions(+), 93 deletions(-)
----------------------------------------------------------------------