GitHub user gubaojian opened a pull request:
https://github.com/apache/incubator-weex/pull/851
* [android] weex transition support on android platform, improve batch time
when layout
* [android] weex transition support on android platform, improve batch time
when layout.
1. transition animation supported on android platform
2.improve batch performace in DOMActionContextImpl
3.edit animation module time function get same interceptor with web.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gubaojian/incubator-weex
release-0.16-layout-animation-sync
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/851.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 #851
----
commit 086bddf2718abd375f6a12d0c3ff08a8e40602a6
Author: atomtong <[email protected]>
Date: 2017-10-31T09:27:08Z
* [devtool] fix devtool network mode
commit 946385a5fbf5ded5f3175f9ca0496a3f75b0cc46
Author: atomtong <[email protected]>
Date: 2017-11-09T03:40:52Z
* [android] android bugfixed logwatcher
commit 6486bc912e41b0e587053ed03935478bba185050
Author: jianbai.gbj <[email protected]>
Date: 2017-11-10T13:11:28Z
* [android] weex transition support on android platform, improve batch time
when layout
commit 48c083d2ca1ff0c48d70c61fa74ef1af2a6010a7
Author: jianbai.gbj <[email protected]>
Date: 2017-11-13T02:59:00Z
* [android] abstract transform parse code, share code
----
---