[GitHub] incubator-weex pull request #234: * [android] single picker improvement

2017-04-08 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/234#discussion_r110518695 --- Diff: android/sdk/src/main/java/com/taobao/weex/appfram/pickers/WXPickersModule.java --- @@ -361,6 +402,98 @@ public void onClick

[GitHub] incubator-weex pull request #191: * [android] prevent the NullPointerExcepti...

2017-04-07 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/191#discussion_r110369848 --- Diff: android/sdk/src/main/java/com/taobao/weex/WXSDKManager.java --- @@ -218,7 +218,11 @@ public static WXSDKManager getInstance

[GitHub] incubator-weex pull request #217: [android] disable click event when gesture...

2017-04-06 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/217#discussion_r110099218 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/view/gesture/WXGesture.java --- @@ -309,12 +320,14 @@ public boolean onTouch(View v

[GitHub] incubator-weex pull request #217: [android] disable click event when gesture...

2017-04-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/217 [android] disable click event when gesture already consume touch event Disable click event when gesture is consumed same serial touch-event. You can merge this pull request into a Git

Re: Q; How to deal with Invalid Pull Requests on GitHub?

2017-04-05 Thread sospartan
id for one reason or the other, and the >> > >> original creator is "missing" or don't want to remove it, how should >> we >> > get >> > >> it taken away? >> > >> >> > >> >> > >> Thanks >> > >> -- >> > >> Niclas Hedhman, Software Developer >> > >> http://polygene.apache.org - New Energy for Java >> > >> >> >> >> -- >> Niclas Hedhman, Software Developer >> http://polygene.apache.org - New Energy for Java >> >> >> >> >> -- >> sospartan >> Phone:13588488290 >> HangZhou >> > -- sospartan Phone:13588488290 HangZhou

[GitHub] incubator-weex issue #172: * [android] allow 0 as width or height for view

2017-03-31 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/172 Agreed. Let's discuss yoga upgrading in dev@ On Fri, Mar 31, 2017 at 4:38 PM, 隐小风 <notificati...@github.com> wrote: > Maybe we should open a new thread i

Manually close invalid pull request

2017-03-31 Thread sospartan
-dev' branch, trigger mail notification and Travis-CI build when we push something to 'xx-dev'. I've try to told to them. But it seems not working. -- sospartan https://weex-project.io

Re: 回复:support record qr code scan history for weex playground in iOS

2017-03-30 Thread sospartan
It has been fixed. Pls rebase your PR brach. On Fri, Mar 31, 2017 at 11:13 AM, sospartan <sospar...@apache.org> wrote: > The CI problem is located, https://github.com/ > apache/incubator-weex/commit/e00277acf77e061d8af769051e87a295a56518ef > Some method depended by JUnit test

Re: 回复:support record qr code scan history for weex playground in iOS

2017-03-30 Thread sospartan
The CI problem is located, https://github.com/apache/incubator-weex/commit/e00277acf77e061d8af769051e87a295a56518ef Some method depended by JUnit testcase is removed. I've tell the author to fix that. On Fri, Mar 31, 2017 at 10:39 AM, Adam Feng <cxfe...@gmail.com> wrote: > @

[RESULT][VOTE] New Committer: TianYi Ma

2017-03-30 Thread sospartan
Hi, I've called a vote for invite TianYi Ma as new weex committer. It's been more than 72 hours. The result : > +1 votes: 3 binding +0 votes: 0 binding -1 votes: 0 binding Thanks to Jinjiang Zhao, He Sai and Adam Feng for this votes. -- sospartan https://weex-project.io

[GitHub] incubator-weex pull request #179: Update README.md

2017-03-28 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/179 Update README.md Fix markdown. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sospartan/incubator-weex patch-1 Alternatively you can

[GitHub] incubator-weex issue #149: 0.12 feature support accessibility

2017-03-23 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/149 update case: http://dotwe.org/weex/5b56a108a7748a56d58d1a715c08d4ab --- 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

Fwd: [RESULT][VOTE]Invite Yuan Shen as weex committer

2017-03-23 Thread sospartan
-- Forwarded message -- From: sospartan <sospar...@apache.org> Date: Thu, Mar 23, 2017 at 9:28 AM Subject: [RESULT][VOTE]Invite Yuan Shen as weex committer To: priv...@weex.incubator.apache.org HI, It has been more than 72 hours since the request and vote is now closed

[GitHub] incubator-weex issue #141: Class common's problem

2017-03-21 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/141 We will merge 0.11-dev to master when v0.11 released. So this PR will not proceed currently. Thank you. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-weex issue #124: * [Android] refactor animation

2017-03-16 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/124 @YorkShen pls mention 'break change' in your commit log like @weex-bot said. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-weex pull request #104: [android] Refactor Dom and Render code

2017-03-15 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/104#discussion_r106101327 --- Diff: android/sdk/src/main/java/com/taobao/weex/WXSDKManager.java --- @@ -196,6 +196,16 @@ private WXSDKManager() { mBridgeManager

[GitHub] incubator-weex pull request #104: [android] Refactor Dom and Render code

2017-03-15 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/104#discussion_r106100623 --- Diff: android/sdk/src/main/java/com/taobao/weex/dom/WXDomStatement.java --- @@ -256,9 +255,10 @@ * and {@link WXDomManager

[GitHub] incubator-weex pull request #104: [android] Refactor Dom and Render code

2017-03-15 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/104#discussion_r106099913 --- Diff: android/sdk/src/main/java/com/taobao/weex/dom/RenderTask.java --- @@ -0,0 +1,227

[GitHub] incubator-weex pull request #104: [android] Refactor Dom and Render code

2017-03-15 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/104#discussion_r106099709 --- Diff: android/sdk/src/main/java/com/taobao/weex/dom/action/Actions.java --- @@ -0,0 +1,314

[GitHub] incubator-weex pull request #97: remove unnecessary nested frameLayout in em...

2017-03-13 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/97#discussion_r105813237 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java --- @@ -327,9 +331,7 @@ public void onCreated(NestedContainer comp

[GitHub] incubator-weex pull request #97: remove unnecessary nested frameLayout in em...

2017-03-13 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/97#discussion_r105626238 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java --- @@ -327,9 +331,7 @@ public void onCreated(NestedContainer comp

[GitHub] incubator-weex issue #80: Fix some grammatical issues on the English webpage

2017-03-09 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/80 👍🏼 --- 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 issue #38: fix WXWebView weak reference with delegate when WX...

2017-03-09 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/38 I suggest don't merge directly next time, but notify contributor to re-send PR to correct branch. 隐小风 <notificati...@github.com>于2017å¹´3月9日 周四下午6:58å

[GitHub] incubator-weex pull request #78: Use danger to find potential break change

2017-03-09 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/78 Use danger to find potential break change Danger script will find any modification match pattern `/^-\s*?public\s+[\s\S]+$/ `, java file only. You can merge this pull request into a Git

[GitHub] incubator-weex pull request #69: [android] fix ConcurrentModificationExcepti...

2017-03-07 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/69 [android] fix ConcurrentModificationException in registeration. Fix fail process when re-register component/module/service, when possible cause ConcurrentModificationException

[GitHub] incubator-weex issue #60: * [example] fix bugs for 'npm run build:examples' ...

2017-03-07 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/60 Do not send to master, use `dev` instead. --- 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

[GitHub] incubator-weex pull request #65: 0.11 dev support update recycler

2017-03-07 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/65#discussion_r104835372 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java --- @@ -202,7 +202,7 @@ /** package **/ T mHost

[GitHub] incubator-weex issue #20: Feature auth support

2017-03-07 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/20 @168668660 what's going on? --- 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

[GitHub] incubator-weex issue #46: fix horizontal scroll bug

2017-03-06 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/46 @MythChen 不要提交PR到master,请重新提交到dev分支,谢谢。 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-weex pull request #47: 0.11 dev fix scroller loadmoreoffset

2017-03-06 Thread sospartan
Github user sospartan closed the pull request at: https://github.com/apache/incubator-weex/pull/47 --- 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 #48: Fix scroller loadmoreoffset

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/48 Fix scroller loadmoreoffset Same as #8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sospartan/incubator-weex 0.11-dev-fix-scroller

[GitHub] incubator-weex pull request #47: 0.11 dev fix scroller loadmoreoffset

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/47 0.11 dev fix scroller loadmoreoffset You can merge this pull request into a Git repository by running: $ git pull https://github.com/sospartan/incubator-weex 0.11-dev-fix

[GitHub] incubator-weex pull request #38: fix WXWebView weak reference with delegate ...

2017-03-06 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/38#discussion_r104574263 --- Diff: ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m --- @@ -23,7 +23,7 @@ @implementation WXWebView - (void)dealloc

[GitHub] incubator-weex pull request #40: * [android] fix ConcurrentModificationExcep...

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/40 * [android] fix ConcurrentModificationException in list sticky map ``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806

[GitHub] incubator-weex pull request #39: [android]fix list concurrent exception

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/39 [android]fix list concurrent exception ``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806) at java.util.HashMap

[GitHub] incubator-weex issue #30: * [android] add updateStyle and updateAttrs API

2017-03-06 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/30 Ignore ci fail by danger. --- 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

[GitHub] incubator-weex pull request #37: * [android] use a dom for destroy , avoid N...

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/37 * [android] use a dom for destroy , avoid NPE after component destroyed. Use a placeholder object for component's dom after destory. You can merge this pull request into a Git repository

[GitHub] incubator-weex pull request #35: Support waterfall and recycler

2017-03-05 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/35#discussion_r104339043 --- Diff: android/sdk/src/main/java/com/taobao/weex/dom/WXDomHandler.java --- @@ -290,6 +291,7 @@ public boolean handleMessage(Message msg

[GitHub] incubator-weex pull request #35: Support waterfall and recycler

2017-03-05 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/35#discussion_r104339883 --- Diff: android/sdk/src/main/java/com/taobao/weex/ui/view/listview/adapter/ListBaseViewHolder.java --- @@ -251,6 +252,10 @@ public void bindData

[GitHub] incubator-weex issue #23: * [android] fix the ConcurrentModificationExceptio...

2017-03-05 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/23 This data should only be access by JS thread, u should figure that out. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-weex issue #30: * [android] add updateStyle and updateAttrs API

2017-03-05 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/30 @zshshr @YorkShen 我记得最早的就是这样的吧 后来才改成现在这个样子的 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-weex pull request #4: modified: WXRenderErrorCode.java WXSDKInstan...

2017-03-02 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/4#discussion_r104080119 --- Diff: android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java --- @@ -490,7 +490,7 @@ public void render(String template, Map<String, Obj

[GitHub] incubator-weex pull request #4: modified: WXRenderErrorCode.java WXSDKInstan...

2017-03-02 Thread sospartan
Github user sospartan commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/4#discussion_r104080132 --- Diff: android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java --- @@ -467,7 +467,7 @@ public void render(String template, Map<String, Obj

<    1   2