[GitHub] incubator-weex pull request #877: revert clip path targetview judge.

2017-11-16 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/877

revert clip path targetview judge.

revert to only judge on android version.
keep the param of targetView for future try.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex feature-clip-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/877.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 #877


commit d1af84c41402c5671aaa03644afcc33689f765c4
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-11-16T09:44:19Z

revert clip path targetview judge.




---


[GitHub] incubator-weex issue #790: fix clipPath not works on android N 7.0

2017-10-17 Thread wispy316
Github user wispy316 commented on the issue:

https://github.com/apache/incubator-weex/pull/790
  
update url, @gurisxie  @cxfeng1 @cxfeng1 


---


[GitHub] incubator-weex issue #790: fix clipPath not works on android N 7.0

2017-10-13 Thread wispy316
Github user wispy316 commented on the issue:

https://github.com/apache/incubator-weex/pull/790
  
https://issues.apache.org/jira/browse/WEEX-84

Demo: 
http://rax.alibaba-inc.com/playground/1094b05a-0b0e-4ec3-a962-c91c8d22f21f

APK:

http://mtl.alibaba-inc.com/oss/mupp/55218/2785369/2785369/f46de55f54a9b9a251d8240640f2d840/taobao-android-debug.apk



---


[GitHub] incubator-weex pull request #790: fix clipPath not works on android N 7.0

2017-10-13 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/790

fix clipPath not works on android N 7.0

@YorkShen 
here is my polyfill. just judge the scaleX、scaleY and so on to fix。

the one with is broken at release-0.16。 see first yellow box. click it 
will do the animation.

![1broken](https://user-images.githubusercontent.com/4507261/31537473-efec009a-afc7-11e7-98c3-212ae5cbea76.png)

fixed with the polyfill. clip child view works on the first yellow box.

![1works](https://user-images.githubusercontent.com/4507261/31537475-f04808e0-afc7-11e7-8717-7587a11ed543.png)



First of all, thank you for your contribution! 

Please makes sure that these checkboxes are checked before submitting your 
PR, thank you!



CheckList:

**if** *isBugFix* **:**

  * [ ] Make sure that you add at least one unit test for the bug which you 
had fixed.

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update test scripts for the feature.
  * [ ] Add unit tests for the feature.






You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex 
feature-support-clippath-N

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/790.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 #790


commit 15dd36a9f0315f61dd9823936e14f5f98a5548ac
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-10-12T10:08:09Z

fix clipPath not works on android N 7.0




---


[GitHub] incubator-weex pull request #615: [doc] fix iOS build command

2017-09-22 Thread wispy316
Github user wispy316 closed the pull request at:

https://github.com/apache/incubator-weex/pull/615


---


[GitHub] incubator-weex pull request #615: [doc] fix iOS build command

2017-08-17 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/615

[doc] fix iOS build command

doc fix. for iOS folder changed for a long long time ago.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex 
doc-fix-ios-build-command

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/615.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 #615


commit b41bda728e3502965be23b6f8b7e65d55b25b9b5
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-17T11:26:07Z

[doc] fix iOS build command




---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #597: Bugfix js storage

2017-08-17 Thread wispy316
Github user wispy316 closed the pull request at:

https://github.com/apache/incubator-weex/pull/597


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex issue #597: Bugfix js storage

2017-08-17 Thread wispy316
Github user wispy316 commented on the issue:

https://github.com/apache/incubator-weex/pull/597
  
same as #592 


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #597: Bugfix js storage

2017-08-14 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/597

Bugfix js storage

html fix storage module setItem not support value = 0

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex bugfix-js-storage2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/597.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 #597


commit 594d8302cf14c65aa951ee15c5f916cab10bff33
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-11T05:55:13Z

[html5] fix setItem cannot set value to 0 bug.  
https://aone.alibaba-inc.com/issue/12020693

commit c1ae868bd055de2f1f25515cf1e0e79a335fe10a
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-11T06:33:30Z

[html5] !== lint

commit c01f87d130770f08b48361317a73b885fdfb030b
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-14T06:20:48Z

[html5] commit update. and fire CI run again. @notdanger

commit 1c3b169cf02ba97630c6b3d34323b16393af50de
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-14T07:35:28Z

[html5]  fix storage setItem can`t support 0 bug.   @notdanger




---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #592: [html5] fix setItem cannot set value to 0 ...

2017-08-11 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/592

[html5] fix setItem cannot set value to 0 bug.

[html5] fix setItem cannot set value to 0 bug. 
https://aone.alibaba-inc.com/issue/12020693


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex bugfix-js-storage

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/592.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 #592


commit 594d8302cf14c65aa951ee15c5f916cab10bff33
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-11T05:55:13Z

[html5] fix setItem cannot set value to 0 bug.  
https://aone.alibaba-inc.com/issue/12020693




---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #589: [android] fix android input , autoforce no...

2017-08-10 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/589

[android] fix android input , autoforce not work on some device.

RT.

For render delay reason, when the view is not created, the SHOW_IMPLICIT 
not works on some android devices.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex 0.16-dev

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/589.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 #589


commit 475d64ed8dda15f48f2fb96a1d1c4f671fab6fb5
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-08-10T08:55:31Z

[android] fix android input , autoforce not work on some device.




---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #395: [android] js exception adapter change to l...

2017-06-01 Thread wispy316
Github user wispy316 closed the pull request at:

https://github.com/apache/incubator-weex/pull/395


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #395: [android] js exception adapter change to l...

2017-05-25 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/395

[android]  js exception adapter change to list. so that can handler m…

[android] js exception adapter change to list. so that can handler more 
than one listener.   

Now faced a problem is 
WeexErrorCallback (used by Motu weex js exception caught) 
**is conflict with** 
JSExceptionGlobalEventReport (added in taobao_weex_adapter to caught js 
exception and throw it to js, we use JSTracker to log exceptions.)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex 
feature-android-js-error-list

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/395.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 #395






---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #308: [android] fix wx unit test

2017-05-02 Thread wispy316
GitHub user wispy316 opened a pull request:

https://github.com/apache/incubator-weex/pull/308

[android] fix wx unit test

fix unit test.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wispy316/incubator-weex 
bugfix-android-fixwxunittest

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/308.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 #308


commit c935fea6393ed38d3f4ddcdb8e0e7d46538297c5
Author: 行久 <yiyuan.zhan...@alibaba-inc.com>
Date:   2017-05-03T03:50:08Z

[android] fix wx unit test




---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---