[GitHub] incubator-weex pull request #610: * [doc] doc about transition and animation

2017-08-17 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/610 * [doc] doc about transition and animation Add doc about transition and fix animation needLayout doc You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-weex pull request #607: * [ios] fix listview scroll bug and add vu...

2017-08-16 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/607 * [ios] fix listview scroll bug and add vue example fix transition's load bug and add vue examples You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-weex pull request #614: * [ios] transition fix bug and fix example...

2017-08-17 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/614 * [ios] transition fix bug and fix examples fix bug and fix vue examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/doumafang

[GitHub] incubator-weex pull request #611: * [ios] transition fix bug and fix example...

2017-08-17 Thread doumafang
Github user doumafang closed the pull request at: https://github.com/apache/incubator-weex/pull/611 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-weex pull request #611: * [ios] transition fix bug and fix example...

2017-08-17 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/611 * [ios] transition fix bug and fix examples fix bug and fix vue examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/doumafang

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-08 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/581 + [ios] LayoutAnimation Layout Animation Base on CADisplayLink,to create generated frame animation. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-weex pull request #707: * [ios] fix transition filter crash bug

2017-09-17 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/707 * [ios] fix transition filter crash bug fix a bug about transition filter make crash You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #736: * [doc] add message about animation callba...

2017-09-22 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/736 * [doc] add message about animation callback animationModule doc add callback message and fix some bug with doc You can merge this pull request into a Git repository by running

[GitHub] incubator-weex pull request #632: * [doc] fix transition table can not show ...

2017-08-22 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/632 * [doc] fix transition table can not show bug fix website can not show table bug You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #856: [WEEX-109][iOS] add scrollstart and scroll...

2017-11-13 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/856 [WEEX-109][iOS] add scrollstart and scrollend event's interface for scroller [WEEX-109] [iOS] add scrollstart and scrollend event's interface for scroller Just use fireEvent to make

[GitHub] incubator-weex pull request #913: [WEEX-109][iOS] bugfix with scrollstart an...

2017-11-27 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/913 [WEEX-109][iOS] bugfix with scrollstart and scrollend event's interfa… refix some bug about slow drag scoller with no animation to get 'scrollend' event's bug. http://dotwe.org/vue

[GitHub] incubator-weex pull request #883: [WEEX-124][iOS]Transform's parse problem a...

2017-11-16 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/883 [WEEX-124][iOS]Transform's parse problem about translate We found that in AnimationModule's transform do not support examples such as ' translateX(10px) translateY(20px)',and we fix

[GitHub] incubator-weex pull request #874: [WEEX-124] [iOS]Transform's parse problem ...

2017-11-16 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/874 [WEEX-124] [iOS]Transform's parse problem about translate We found that in AnimationModule's transform do not support examples such as ' translateX(10px) translateY(20px)',and we fix

[GitHub] incubator-weex pull request #876: [WEEX-125][iOS]Transition Animation Suppor...

2017-11-16 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/876 [WEEX-125][iOS]Transition Animation Support Improve transition's stability and fix some bugs about various transform. Also, make some variable names become nice. You can merge

[GitHub] incubator-weex pull request #925: [WEEX-158] [iOS] Fix transition's height m...

2017-12-01 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/925 [WEEX-158] [iOS] Fix transition's height may show incorrect when selected XianyuApp's developper found this bug in a detailed case.In a selection page, we found that when multiple choices

[GitHub] incubator-weex pull request #925: [WEEX-158] [iOS] Fix transition's height m...

2017-12-11 Thread doumafang
Github user doumafang closed the pull request at: https://github.com/apache/incubator-weex/pull/925 ---

[GitHub] incubator-weex pull request #940: [WEEX-168] [iOS] Animation needLayout may ...

2017-12-11 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/940 [WEEX-168] [iOS] Animation needLayout may show incorrect Fix bug when animation's needLayout is true with two animation together. By fixing the array problem when styles

[GitHub] incubator-weex pull request #1154: [WEEX-343] [iOS] Failure of "scaleY" on a...

2018-05-07 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1154 [WEEX-343] [iOS] Failure of "scaleY" on animationModule Because of a very old mistake, when parsing the transform property, the error scaleY is parsed You can see de

[GitHub] incubator-weex pull request #1157: [WEEX-345] [iOS] fix animationModule with...

2018-05-08 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1157 [WEEX-345] [iOS] fix animationModule with needLayout bug with nil property doewe's demo:http://dotwe.org/vue/4cbbdb2c5b2034311c4b14bc4a53743d You can merge this pull request into a Git

[GitHub] incubator-weex pull request #1156: [WEEX-345] [iOS] fix animationModule with...

2018-05-08 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1156 [WEEX-345] [iOS] fix animationModule with needLayout bug with nil pro… [WEEX-345] [iOS] fix animationModule with needLayout bug with nil pro… You can merge this pull request

[GitHub] incubator-weex pull request #1139: [WEEX-321] [iOS] fix animationModule with...

2018-04-27 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1139 [WEEX-321] [iOS] fix animationModule with needLayout bug You can see demo http://dotwe.org/vue/afb257a664b58c013eb60a4ef2eb8df7 This issue fix when animation 'needLayout:true

[GitHub] incubator-weex pull request #1157: [WEEX-345] [iOS] fix animationModule with...

2018-05-10 Thread doumafang
Github user doumafang closed the pull request at: https://github.com/apache/incubator-weex/pull/1157 ---

[GitHub] incubator-weex pull request #1165: [WEEX-345] [iOS] fix animationModule with...

2018-05-10 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1165 [WEEX-345] [iOS] fix animationModule with needLayout bug with nil propery fix some pr bug about animation with nill property You can merge this pull request into a Git repository

[GitHub] incubator-weex pull request #1218: [WEEX-413] [iOS] Fix when main thread par...

2018-05-28 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1218 [WEEX-413] [iOS] Fix when main thread parse transform cause deadlock The problem is because when parsing transform, the component thread wait until main thread finish its work with main

[GitHub] incubator-weex pull request #1309: [WEEX-492][iOS] Make stoppropagation para...

2018-07-05 Thread doumafang
Github user doumafang closed the pull request at: https://github.com/apache/incubator-weex/pull/1309 ---

[GitHub] incubator-weex pull request #1309: [WEEX-492][iOS] Make stoppropagation para...

2018-07-04 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1309 [WEEX-492][iOS] Make stoppropagation parameter compatible with Rax framework When using Rax with stoppropagation parameter, you may find it is useless. First of all, it is Rax'bug

[GitHub] incubator-weex pull request #1099: [WEEX-113] [iOS] New Touch Dispatch Mecha...

2018-04-03 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1099 [WEEX-113] [iOS] New Touch Dispatch Mechanism And Bubble Sync Method [WEEX-113] [iOS] New Touch Dispatch Mechanism And Bubble Sync Method You can merge this pull request into a Git

[GitHub] incubator-weex pull request #1103: fix WXTouchGestureRecognizer's category c...

2018-04-06 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1103 fix WXTouchGestureRecognizer's category conflict's bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/doumafang/incubator-weex

[GitHub] incubator-weex pull request #1118: [WEEX-295] Rebuild transition's code and ...

2018-04-18 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1118 [WEEX-295] Rebuild transition's code and improve performance Rebuild transition's code and improve performance, so CSS transition can be more useful, you can see demo here http

[GitHub] incubator-weex issue #1093: [WEEX-113] [iOS] New Touch Dispatch Mechanism An...

2018-04-01 Thread doumafang
Github user doumafang commented on the issue: https://github.com/apache/incubator-weex/pull/1093 [WEEX-113] [iOS] New Touch Dispatch Mechanism And Bubble Sync Method ---

[GitHub] incubator-weex pull request #1093: [WEEX-113] [iOS] New Touch Dispatch Mecha...

2018-03-29 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1093 [WEEX-113] [iOS] New Touch Dispatch Mechanism And Bubble Sync Method Now iOS support new events dispatch by stopPropagation. You can use @stopPropagation to decide if touch event

[GitHub] incubator-weex pull request #1298: [WEEX-484][iOS] Failure of parsing transf...

2018-06-27 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/1298 [WEEX-484][iOS] Failure of parsing transform parameter when in third-party environment When third-party developer(no-taobao) parsing transform parameter, they may get failure