GitHub user gubaojian reopened a pull request:
https://github.com/apache/incubator-weex/pull/775
[Android] Release 0.16 template list improve performance
1, skip waste layout and bind
2, remove cell-slot from dom tree, reduce layout time and component create
time
3, async layout for cell-slot
4ï¼support more parameter type quick convert for module method
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gubaojian/incubator-weex
release-0.16-template-list
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/775.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 #775
----
commit e108d4538352198f9e4c02e63712170c9e27ee76
Author: jianbai.gbj <[email protected]>
Date: 2017-10-09T11:19:33Z
fix scroll to bug and add md5 for template
commit 74cf077be200635d99a80484a17942594cdc8ccc
Author: jianbai.gbj <[email protected]>
Date: 2017-09-28T08:32:50Z
async layout and preload cell and quick convert parameter
commit a511c50f74cc773c421c16635262c92950650df7
Author: jianbai.gbj <[email protected]>
Date: 2017-09-27T03:06:45Z
improve textdom and refactor template cache and render function
commit 0036baaf3e8f2c686aa3b9092f339ea5c9423e07
Author: jianbai.gbj <[email protected]>
Date: 2017-10-03T12:19:24Z
remove cell-slot from recycler-list dom tree reduce layout and create
component time, layout async always and dom support clone this
commit bc8ce99bf33b50c7a042966208f919645e72b096
Author: jianbai.gbj <[email protected]>
Date: 2017-10-09T11:52:50Z
reduce unused code and reuse hashmap
commit 987e1cef6d2d91e68cabbca836cacd5b1d5e5ac0
Author: jianbai.gbj <[email protected]>
Date: 2017-10-10T02:58:56Z
add apache license
----
---