[GitHub] incubator-weex pull request #53: * [ios] support loadmore event in recycler

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/53 --- 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

[GitHub] incubator-weex pull request #54: * [doc] Update cn docs

2017-03-06 Thread DoranYun
GitHub user DoranYun opened a pull request: https://github.com/apache/incubator-weex/pull/54 * [doc] Update cn docs - Change the guide structure: Add a new type 'tools'. - Weex supports horizontalpan/verticalpan currently; - weex-toolkit@release supports Vue 2.0 template curr

[GitHub] incubator-weex pull request #52: * [android] add so checkSoIsValid

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/52 --- 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

[GitHub] incubator-weex pull request #51: Deprecate loadmoreretry attribute

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/51 --- 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

[GitHub] incubator-weex pull request #53: * [ios] support loadmore event in recycler

2017-03-06 Thread cxfeng1
GitHub user cxfeng1 opened a pull request: https://github.com/apache/incubator-weex/pull/53 * [ios] support loadmore event in recycler * [ios] support loadmore event in recycler * [ios] remove unused exception handler You can merge this pull request into a Git repository by runn

[GitHub] incubator-weex pull request #52: * [android] add so checkSoIsValid

2017-03-06 Thread zshshr
GitHub user zshshr opened a pull request: https://github.com/apache/incubator-weex/pull/52 * [android] add so checkSoIsValid 1. add so checkSoIsValid You can merge this pull request into a Git repository by running: $ git pull https://github.com/zshshr/incubator-weex 0.11-dev-c

[GitHub] incubator-weex pull request #51: Deprecate loadmoreretry attribute

2017-03-06 Thread sospartan
GitHub user sospartan opened a pull request: https://github.com/apache/incubator-weex/pull/51 Deprecate loadmoreretry attribute Deprecate `loadmorerety` in android ,use same reset logic scroller/list with iOS. @misakuo You can merge this pull request into a Git repository by r

[GitHub] incubator-weex pull request #45: * [ios] fix refresh and loading

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/45 --- 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

[GitHub] incubator-weex issue #49: [*andoid] fix a null point crash, on first launch ...

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/49 1 Message :book: Executed 53 tests, with 0 failures (0 unexpected) in 70.44

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

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/47 4 Errors :no_entry_sign: Objective-C file ‘ios/sdk/WeexSDK/dependency/SRW

Re: GitHub pull requests

2017-03-06 Thread Niclas Hedhman
Just to make it very clear; The ICLA effectively says "I am the creator of my work, or I have the rights to this work..." [1], whereas the CCLA effectively says "Our employees are allowed to contribute their work...". And that's why ASF require a Software Grant separately for the initial IP donatio

[GitHub] incubator-weex pull request #49: [*andoid] fix a null point crash, on first ...

2017-03-06 Thread littleseven
GitHub user littleseven opened a pull request: https://github.com/apache/incubator-weex/pull/49 [*andoid] fix a null point crash, on first launch WXEnvironment.getAp… You can merge this pull request into a Git repository by running: $ git pull https://github.com/littleseven

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

2017-03-06 Thread MythChen
Github user MythChen closed the pull request at: https://github.com/apache/incubator-weex/pull/46 --- 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 featur

[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. If

[GitHub] incubator-weex pull request #48: Fix scroller loadmoreoffset

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

[GitHub] incubator-weex issue #48: Fix scroller loadmoreoffset

2017-03-06 Thread YorkShen
Github user YorkShen commented on the issue: https://github.com/apache/incubator-weex/pull/48 @sospartan Ready to merge --- 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 an

[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, or if the featu

[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 #46: fix horizontal scroll bug

2017-03-06 Thread MythChen
GitHub user MythChen opened a pull request: https://github.com/apache/incubator-weex/pull/46 fix horizontal scroll bug 修复direction为horizontal时页面无法上下滑动的问题 You can merge this pull request into a Git repository by running: $ git p

Re: Some suggestions for Weex website:

2017-03-06 Thread Bono Lv (Ali ZiKuan)
Hi Yun What is the "Old Syntax"?  Would you like to switch back to the Gitbook for document site?After all, I think these changes will be an improvement of reading experience of our document user. If you need a new server to setup Chinese mirror site, Please do not hesitate to contact me.  Best

Re: GitHub pull requests

2017-03-06 Thread Bono Lv (Ali ZiKuan)
Hi Niclas  Thanks for your reminder about the status of Weex contributors license signing.  We will work to improve the situation. Currently, the project indeed has some commit contributed by someone who hasn't  sign an Apache ICLA license.  We used to think these contributions (created by an em

Some suggestions for Weex website:

2017-03-06 Thread Dong Yun
Hi, Everyone! I have some suggestions for Weex website: 1. Change the link text from Legacy to Old Syntax Doc. 2. Auto switch language only on the landing page, when I send a URL to someone else, I don't want this page redirect to another language. 3. Change the guide structure: Add a new typ

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

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/37 --- 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

[GitHub] incubator-weex pull request #36: fix a typo in doc

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/36 --- 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

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

2017-03-06 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/20 @168668660 pls fix the conflicts. @cxfeng1 pls review the iOS part. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] incubator-weex pull request #33: Fix pos fixed failed when parent is scrolle...

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/33 --- 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

[GitHub] incubator-weex pull request #26: * [android] clear listener when activity de...

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/26 --- 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

[GitHub] incubator-weex pull request #25: Android bugfix wxembed

2017-03-06 Thread lybeen
Github user lybeen closed the pull request at: https://github.com/apache/incubator-weex/pull/25 --- 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

[GitHub] incubator-weex issue #25: Android bugfix wxembed

2017-03-06 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/25 Pls dot send PR to master. We don't do that. Use 0.11-dev or 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 y

[GitHub] incubator-weex issue #38: fix WXWebView weak reference with delegate when WX...

2017-03-06 Thread sospartan
Github user sospartan commented on the issue: https://github.com/apache/incubator-weex/pull/38 @cxfeng1 --- 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

[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 { if

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

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/40 --- 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

[GitHub] incubator-weex issue #40: * [android] fix ConcurrentModificationException in...

2017-03-06 Thread YorkShen
Github user YorkShen commented on the issue: https://github.com/apache/incubator-weex/pull/40 OK to merge @sospartan --- 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

Re: Podling Report Reminder - March 2017

2017-03-06 Thread Jinjiang Zhao
Thanks you. I have finished the report :-) Jinjiang On Mar 06, 2017, at 08:46 PM, "John D. Ament" wrote: Try now Jinjiang. I just added you twice. Once I confirm Niclas's username I'll add him as an admin. John On 2017-03-06 00:03 (-0500), Jinjiang Zhao wrote: My username is JinjiangZhao

[GitHub] incubator-weex issue #45: * [ios] fix refresh and loading

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/45 1 Message :book: Executed 53 tests, with 0 failures (0 unexpected) in 144.7

[GitHub] incubator-weex issue #44: 0.11 dev insert keep position

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/44 1 Message :book: Executed 53 tests, with 0 failures (0 unexpected) in 92.30

Re: Podling Report Reminder - March 2017

2017-03-06 Thread John D. Ament
Try now Jinjiang. I just added you twice. Once I confirm Niclas's username I'll add him as an admin. John On 2017-03-06 00:03 (-0500), Jinjiang Zhao wrote: > My username is JinjiangZhao > Thanks > > Jinjiang > > On Mar 06, 2017, at 11:58 AM, Niclas Hedhman wrote: > > I think the report r

[GitHub] incubator-weex pull request #45: * [ios] fix refresh and loading

2017-03-06 Thread kfeagle
Github user kfeagle commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/45#discussion_r104403350 --- Diff: ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m --- @@ -465,12 +465,15 @@ - (void)scrollViewDidScroll:(UIScrollView *)scrollView

[GitHub] incubator-weex pull request #45: * [ios] fix refresh and loading

2017-03-06 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/45 * [ios] fix refresh and loading You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex 0.11-dev Alternatively you can

[GitHub] incubator-weex pull request #44: 0.11 dev insert keep position

2017-03-06 Thread xkli
GitHub user xkli opened a pull request: https://github.com/apache/incubator-weex/pull/44 0.11 dev insert keep position support keepScrollPosition @sospartan You can merge this pull request into a Git repository by running: $ git pull https://github.com/xkli/incubator-

[GitHub] incubator-weex issue #40: * [android] fix ConcurrentModificationException in...

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/40 3 Warnings :warning: https://github.com/sospartan/incubator-weex/blob/4418c3

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

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/39 4 Errors :no_entry_sign: Objective-C file ‘ios/sdk/WeexSDK/dependency/SRW

[GitHub] incubator-weex pull request #43: * [ios] copy updates block to avoid crash

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/43 --- 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

[GitHub] incubator-weex pull request #42: modify unit test

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/42 --- 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

[GitHub] incubator-weex pull request #43: * [ios] copy updates block to avoid crash

2017-03-06 Thread cxfeng1
GitHub user cxfeng1 opened a pull request: https://github.com/apache/incubator-weex/pull/43 * [ios] copy updates block to avoid crash You can merge this pull request into a Git repository by running: $ git pull https://github.com/cxfeng1/incubator-weex 0.11-dev Alternatively

[GitHub] incubator-weex pull request #41: Feature validate support

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/41 --- 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

[GitHub] incubator-weex pull request #28: * [ios] update sliderComponent , support to...

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/28 --- 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

[GitHub] incubator-weex pull request #42: modify unit test

2017-03-06 Thread xiayun200825
GitHub user xiayun200825 opened a pull request: https://github.com/apache/incubator-weex/pull/42 modify unit test ## bugfix * Modify WXStorage unit test You can merge this pull request into a Git repository by running: $ git pull https://github.com/xiayun200825/incubator-we

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

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/35 --- 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

[GitHub] incubator-weex pull request #41: Feature validate support

2017-03-06 Thread 168668660
GitHub user 168668660 opened a pull request: https://github.com/apache/incubator-weex/pull/41 Feature validate support support validate You can merge this pull request into a Git repository by running: $ git pull https://github.com/168668660/incubator-weex feature-validate-sup

[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) at

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

2017-03-06 Thread sospartan
Github user sospartan closed the pull request at: https://github.com/apache/incubator-weex/pull/39 --- 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 featu

[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$EntryIter

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

2017-03-06 Thread LouisLWang
GitHub user LouisLWang opened a pull request: https://github.com/apache/incubator-weex/pull/38 fix WXWebView weak reference with delegate when WXWebView dealloc, fi… …x hit reply too quickly cause view render crash You can merge this pull request into a Git

[GitHub] incubator-weex pull request #32: * [ios] bugfix textarea overflow and rows u...

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/32 --- 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

[GitHub] incubator-weex issue #37: * [android] use a dom for destroy , avoid NPE afte...

2017-03-06 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/37 3 Warnings :warning: https://github.com/sospartan/incubator-weex/blob/7af22d

[GitHub] incubator-weex pull request #30: * [android] add updateStyle and updateAttrs...

2017-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/30 --- 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

[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 a

[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 by

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

2017-03-06 Thread YorkShen
Github user YorkShen commented on the issue: https://github.com/apache/incubator-weex/pull/30 最早的版本是 updateProperties(WXStyle); updateProperties(WXAttr); --- If your project is set up for it, you can reply to this email and have your reply appear on Gi