[GitHub] incubator-weex pull request #867: [WEEX-119][iOS] disable tableview estimati...

2017-11-15 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/867 [WEEX-119][iOS] disable tableview estimation row or section height. according to https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370

incubator-weex git commit: [ios] delete some spaces.

2017-11-13 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master b296bea73 -> 8dc19169f [ios] delete some spaces. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8dc19169 Tree: http://git-wip-us.apache.org/

[GitHub] incubator-weex issue #857: [ios] delete some spaces.

2017-11-13 Thread acton393
Github user acton393 commented on the issue: https://github.com/apache/incubator-weex/pull/857 thx for your contribution, it will be merged. ---

[GitHub] incubator-weex pull request #860: [WEEX-112][iOS] make weex playground app a...

2017-11-13 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/860 [WEEX-112][iOS] make weex playground app adapt to iPhone X according to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/launch-screen/ , we must add a

[1/3] incubator-weex git commit: * [ios] fix #WEEX-88, support BOOL type argument bridging when in 32-bit iOS and add related unit test.

2017-11-13 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master d731f4d79 -> b296bea73 * [ios] fix #WEEX-88, support BOOL type argument bridging when in 32-bit iOS and add related unit test. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.o

[3/3] incubator-weex git commit: Merge branch 'ios-bugfix-bridging-bool-arg-32-bits-OS' of https://github.com/xusw/incubator-weex into merge-pull-request-master

2017-11-13 Thread acton393
://git-wip-us.apache.org/repos/asf/incubator-weex/tree/b296bea7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/b296bea7 Branch: refs/heads/master Commit: b296bea738be69a341e7496ac8ca0cf76a3e1a89 Parents: e03e0c6 d12a442 Author: acton393 Authored: Mon Nov 13 16:30:27 2017 +0800

[2/3] incubator-weex git commit: * [ios] add instanceId to performance dict, that we can differentiate instance exactly。

2017-11-13 Thread acton393
* [ios] add instanceId to performance dict, that we can differentiate instance exactly。 Then we can do something like this: 1. get instanceId when deal with performance 2. upload performance with instanceId Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git

[GitHub] incubator-weex pull request #853: [WEEX-105][iOS] bug-fix about setting nan ...

2017-11-12 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/853 [WEEX-105][iOS] bug-fix about setting nan frame crash try to protect nan crash when set frame containing nan value. Last Exception Backtrace: 0 CoreFoundation

[GitHub] incubator-weex issue #850: * [ios] fix #WEEX-88, support BOOL type argument ...

2017-11-12 Thread acton393
Github user acton393 commented on the issue: https://github.com/apache/incubator-weex/pull/850 hi @xusw thx for your contribution, it will be accepted. ---

[GitHub] incubator-weex pull request #839: [WEEX-96][iOS] bug-fix about timer exposed...

2017-11-07 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/839 [WEEX-96][iOS] bug-fix about timer exposed on JSContext In most case , element in cell will be re-use for memory especially in very long list, but if add event for this element

[GitHub] incubator-weex pull request #838: [WEEX-94][iOS] fix iOS 8 scrollview assign...

2017-11-07 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/838 [WEEX-94][iOS] fix iOS 8 scrollview assign delegate crash As iOS developers all knowns, assign property will not be set nil when its object deallocated, and weak object will does, so we

[GitHub] incubator-weex pull request #836: [WEEX-94][iOS] fix iOS 8 scrollview assign...

2017-11-07 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/836 ---

[GitHub] incubator-weex pull request #837: [WEEX-98][iOS]bug-fix addEvent lead to gen...

2017-11-07 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/837 [WEEX-98][iOS]bug-fix addEvent lead to generate a new view while it as been recycled In most case , element in cell will be re-use for memory especially in very long list, but

[GitHub] incubator-weex issue #836: [WEEX-94][iOS] fix iOS 8 scrollview assign delega...

2017-11-07 Thread acton393
Github user acton393 commented on the issue: https://github.com/apache/incubator-weex/pull/836 Okay,I will make it change in my next pull request. ---

[GitHub] incubator-weex pull request #836: [WEEX-94][iOS] fix iOS 8 scrollview assign...

2017-11-07 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/836 [WEEX-94][iOS] fix iOS 8 scrollview assign delegate crash [WEEX-94][iOS] fix iOS 8 scrollview assign delegate crash [WEEX-96][iOS] bug-fix about timer exposed on JSContext You can

[GitHub] incubator-weex pull request #834: * [ios] support max-width when drawing tex...

2017-11-04 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/834 * [ios] support max-width when drawing text fix issue: https://issues.apache.org/jira/projects/WEEX/issues/WEEX-91?filter=allopenissues Here is the code on dotwe: http

[GitHub] incubator-weex pull request #791: * [ios] fix issue https://issues.apache.or...

2017-11-04 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/791 ---

[GitHub] incubator-weex pull request #804: * [ios] parse fetch response while the cal...

2017-10-17 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/804 * [ios] parse fetch response while the callback is existed You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #791: * [ios] fix issue https://issues.apache.or...

2017-10-13 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/791 * [ios] fix issue https://issues.apache.org/jira/browse/WEEX-81 that… fix issue https://issues.apache.org/jira/browse/WEEX-81 that box shadow is abnormal while using border-radius

[GitHub] incubator-weex pull request #773: * [ios] add WXScrollerComponentView and co...

2017-10-12 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/773 ---

[GitHub] incubator-weex pull request #783: * [ios] bugfix list view can not scroll

2017-10-10 Thread acton393
Github user acton393 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/783#discussion_r143906867 --- Diff: ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m --- @@ -232,13 +243,13 @@ - (void)updateAttributes:(NSDictionary *)attributes

[GitHub] incubator-weex pull request #783: * [ios] bugfix list view can not scroll

2017-10-10 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/783 * [ios] bugfix list view can not scroll You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex bugfix-release-0.16

[GitHub] incubator-weex pull request #773: * [ios] add WXScrollerComponentView and co...

2017-10-09 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/773 * [ios] add WXScrollerComponentView and compatible iOS 11 new API You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator

[GitHub] incubator-weex pull request #766: * [ios] runtime forbid scrollview adjust c...

2017-10-09 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/766 ---

[GitHub] incubator-weex pull request #766: * [ios] runtime forbid scrollview adjust c...

2017-10-03 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/766 * [ios] runtime forbid scrollview adjust contentInset behavior You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #764: * [ios] support accessibility magic Tap ev...

2017-10-03 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/764 * [ios] support accessibility magic Tap event You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex master

[GitHub] incubator-weex pull request #763: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/763 + [doc] update new feature documentation for image component update new feature documentation for image component You can merge this pull request into a Git repository by running

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/762 ---

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
GitHub user acton393 reopened a pull request: https://github.com/apache/incubator-weex/pull/762 + [doc] update new feature documentation for image component You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/762 ---

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/762 ---

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
GitHub user acton393 reopened a pull request: https://github.com/apache/incubator-weex/pull/762 + [doc] update new feature documentation for image component You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/762 ---

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
GitHub user acton393 reopened a pull request: https://github.com/apache/incubator-weex/pull/762 + [doc] update new feature documentation for image component You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #762: + [doc] update new feature documentation f...

2017-10-01 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/762 + [doc] update new feature documentation for image component You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #760: * [ios] add config to clear data when did ...

2017-09-30 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/760 * [ios] add config to clear data when did receive response You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex

[GitHub] incubator-weex pull request #754: * [ios] support attributes to set scrollVe...

2017-09-28 Thread acton393
Github user acton393 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/754#discussion_r141800529 --- Diff: ios/sdk/WeexSDK/Sources/Module/WXWebSocketModule.m --- @@ -126,7 +126,7 @@ - (void)close - (void)close:(NSString *)code reason

[GitHub] incubator-weex pull request #754: * [ios] support attributes to set scrollVe...

2017-09-27 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/754 * [ios] support attributes to set scrollVertical when the scrollView contentSize smaller than the scrollview frame size * [ios] support attributes to set scrollVertical when the

[GitHub] incubator-weex pull request #686: * [ios] fix analyze error case @notdanger

2017-09-26 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/686 ---

incubator-weex git commit: * [ios] add available API

2017-09-26 Thread acton393
wip-us.apache.org/repos/asf/incubator-weex/tree/b1ba5136 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/b1ba5136 Branch: refs/heads/0.16-dev Commit: b1ba5136046a13dd151e1dd6d248e85f5e49fd2b Parents: e293d20 Author: acton393 Authored: Tue Sep 26 17:58:31 2017 +0800 Committer: acton393 Commit

[incubator-weex] Git Push Summary

2017-09-26 Thread acton393
Repository: incubator-weex Updated Tags: refs/tags/0.16.0 [created] 29ace2c47

[incubator-weex] Git Push Summary

2017-09-26 Thread acton393
Repository: incubator-weex Updated Tags: refs/tags/0.16.0 [deleted] 193d04bf4

[2/5] incubator-weex git commit: * [ios] set never adjust scrollview contentInset

2017-09-26 Thread acton393
-us.apache.org/repos/asf/incubator-weex/diff/8a088dfb Branch: refs/heads/master Commit: 8a088dfb48643e17bfaef01da25f9229c2ce26be Parents: 1ee3bd6 Author: acton393 Authored: Tue Sep 26 16:46:23 2017 +0800 Committer: acton393 Committed: Tue Sep 26 16:46:23 2017 +0800

[3/5] incubator-weex git commit: * [ios] never adjust contentInset in recyleList view

2017-09-26 Thread acton393
-us.apache.org/repos/asf/incubator-weex/diff/55f18b1c Branch: refs/heads/master Commit: 55f18b1c776ca96d13f301bbd1bf240779abbaba Parents: 8a088df Author: acton393 Authored: Tue Sep 26 16:52:15 2017 +0800 Committer: acton393 Committed: Tue Sep 26 16:52:15 2017 +0800

[4/5] incubator-weex git commit: * [ios] never auto adjust water fall component contentInset

2017-09-26 Thread acton393
-wip-us.apache.org/repos/asf/incubator-weex/diff/c76b9385 Branch: refs/heads/master Commit: c76b93859e5409459625addf5bab0fe8a0bd50f1 Parents: 55f18b1 Author: acton393 Authored: Tue Sep 26 17:00:04 2017 +0800 Committer: acton393 Committed: Tue Sep 26 17:00:04 2017 +0800

[5/5] incubator-weex git commit: Merge branches 'master' and '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into wip-us-master

2017-09-26 Thread acton393
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c6d5ce57 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c6d5ce57 Branch: refs/heads/master Commit: c6d5ce57cfe8082152e4c22473ec080f1c4fa933 Parents: c5d1064 c76b938 Author: acton393 Authored: Tue Sep 26 17:02:11 2017 +0800

[1/5] incubator-weex git commit: * [ios] change import inner file header method

2017-09-26 Thread acton393
ttp://git-wip-us.apache.org/repos/asf/incubator-weex/tree/1ee3bd65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/1ee3bd65 Branch: refs/heads/master Commit: 1ee3bd6593eb5a5e1978fba517f202f529854425 Parents: 915935b Author: acton393 Authored: Tue Sep 26 16:17:04 2017 +0800 Commit

incubator-weex git commit: * [ios] never auto adjust water fall component contentInset

2017-09-26 Thread acton393
mit/c76b9385 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c76b9385 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c76b9385 Branch: refs/heads/0.16-dev Commit: c76b93859e5409459625addf5bab0fe8a0bd50f1 Parents: 55f18b1 Author: acton393 Authored: Tue Sep 26 17:00:04 2

incubator-weex git commit: * [ios] never adjust contentInset in recyleList view

2017-09-26 Thread acton393
ree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/55f18b1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/55f18b1c Branch: refs/heads/0.16-dev Commit: 55f18b1c776ca96d13f301bbd1bf240779abbaba Parents: 8a088df Author: acton393 Authored: Tue Sep 26 16:52:15 2017 +0

incubator-weex git commit: * [ios] set never adjust scrollview contentInset

2017-09-26 Thread acton393
ree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/8a088dfb Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8a088dfb Branch: refs/heads/0.16-dev Commit: 8a088dfb48643e17bfaef01da25f9229c2ce26be Parents: 1ee3bd6 Author: acton393 Authored: Tue Sep 26 16:46:23 2017 +0

[incubator-weex] Git Push Summary

2017-09-26 Thread acton393
Repository: incubator-weex Updated Tags: refs/tags/0.16.0 [created] 193d04bf4

incubator-weex git commit: * [ios] change import inner file header method

2017-09-26 Thread acton393
ttp://git-wip-us.apache.org/repos/asf/incubator-weex/tree/1ee3bd65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/1ee3bd65 Branch: refs/heads/0.16-dev Commit: 1ee3bd6593eb5a5e1978fba517f202f529854425 Parents: 915935b Author: acton393 Authored: Tue Sep 26 16:17:04 2017 +0800 Commit

incubator-weex git commit: * [ios] fix type convert warnings

2017-09-25 Thread acton393
wip-us.apache.org/repos/asf/incubator-weex/tree/5b7c9a4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/5b7c9a4e Branch: refs/heads/0.16-dev Commit: 5b7c9a4e683300f63869c4fa50b21ec087570bdf Parents: 2513b0f Author: acton393 Authored: Tue Sep 26 11:56:49 2017 +0800 Committer: acton

[incubator-weex] Git Push Summary

2017-09-25 Thread acton393
Repository: incubator-weex Updated Tags: refs/tags/0.16.0 [deleted] 98ed0d0a6

[incubator-weex] Git Push Summary

2017-09-25 Thread acton393
Repository: incubator-weex Updated Tags: refs/tags/0.16.0 [created] 98ed0d0a6

[2/2] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/gubaojian/incubator-weex into wip-us-0.16-dev

2017-09-25 Thread acton393
/incubator-weex/tree/671b6c5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/671b6c5f Branch: refs/heads/0.16-dev Commit: 671b6c5fcfa5c78568adaf61e39b198f01208139 Parents: 7d9f00d 018bc3c Author: acton393 Authored: Mon Sep 25 23:56:21 2017 +0800 Committer: acton393 Committed: Mon

[1/2] incubator-weex git commit: correct code

2017-09-25 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 7d9f00d02 -> 671b6c5fc correct code Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/018bc3cc Tree: http://git-wip-us.apache.org/repos/asf/i

[1/2] incubator-weex git commit: v-for

2017-09-25 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 9c541b8c8 -> 7d9f00d02 v-for Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/73cc3b0a Tree: http://git-wip-us.apache.org/repos/asf/incubato

[2/2] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/gubaojian/incubator-weex into wip-us-0.16-dev

2017-09-25 Thread acton393
/incubator-weex/tree/7d9f00d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7d9f00d0 Branch: refs/heads/0.16-dev Commit: 7d9f00d029ebd6a57a429ab940e754664bf9219c Parents: 9c541b8 73cc3b0 Author: acton393 Authored: Mon Sep 25 23:30:50 2017 +0800 Committer: acton393 Committed: Mon

[4/8] incubator-weex git commit: * [ios] post notification when sdk instance destroy

2017-09-25 Thread acton393
-us.apache.org/repos/asf/incubator-weex/diff/0753f504 Branch: refs/heads/0.16-dev Commit: 0753f504d55116e46a69b0360657cdebc615bbe3 Parents: 9fe39ad Author: acton393 Authored: Mon Sep 25 10:53:20 2017 +0800 Committer: acton393 Committed: Mon Sep 25 21:17:37 2017 +0800

[3/8] incubator-weex git commit: * [ios] try to fix text init crash

2017-09-25 Thread acton393
/asf/incubator-weex/diff/9fe39ad7 Branch: refs/heads/0.16-dev Commit: 9fe39ad707e6c433cb5ce40e8c2126c2d5a1faac Parents: 3073616 Author: acton393 Authored: Mon Sep 25 15:29:08 2017 +0800 Committer: acton393 Committed: Mon Sep 25 15:29:08 2017 +0800

[7/8] incubator-weex git commit: * [ios] clear original image when new src set

2017-09-25 Thread acton393
-us.apache.org/repos/asf/incubator-weex/diff/f87f25bc Branch: refs/heads/0.16-dev Commit: f87f25bce550e089ebbc9b682d2cbf8534c5340b Parents: ca7c085 Author: acton393 Authored: Mon Sep 25 23:04:01 2017 +0800 Committer: acton393 Committed: Mon Sep 25 23:04:01 2017 +0800

[2/8] incubator-weex git commit: * [ios] fix compiler warnings

2017-09-25 Thread acton393
/incubator-weex/diff/30736162 Branch: refs/heads/0.16-dev Commit: 3073616241569dda71481150629b1eda58bc74ef Parents: 8fff8cd Author: acton393 Authored: Mon Sep 25 14:47:15 2017 +0800 Committer: acton393 Committed: Mon Sep 25 14:47:15 2017 +0800

[6/8] incubator-weex git commit: * [ios] fix v-if case in recycle component

2017-09-25 Thread acton393
-us.apache.org/repos/asf/incubator-weex/diff/ca7c0850 Branch: refs/heads/0.16-dev Commit: ca7c08506f24122fe9c1edf63e2782068101d0f0 Parents: ca5ad34 Author: acton393 Authored: Mon Sep 25 22:26:21 2017 +0800 Committer: acton393 Committed: Mon Sep 25 22:26:21 2017 +0800

[8/8] incubator-weex git commit: Merge branch '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into 0.16-dev

2017-09-25 Thread acton393
/repos/asf/incubator-weex/tree/9c541b8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9c541b8c Branch: refs/heads/0.16-dev Commit: 9c541b8c87943bca73970a129980bfdd13401032 Parents: f87f25b 371d0c0 Author: acton393 Authored: Mon Sep 25 23:06:51 2017 +0800 Committer: acton393 Committed:

[1/8] incubator-weex git commit: * [ios] try to fix remove gesture crash

2017-09-25 Thread acton393
git-wip-us.apache.org/repos/asf/incubator-weex/tree/8fff8cd8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8fff8cd8 Branch: refs/heads/0.16-dev Commit: 8fff8cd813ee3bf269c4bc527261399d1536d8b4 Parents: 0e9760a Author: acton393 Authored: Mon Sep 25 14:46:40 2017 +0800 Commit

[5/8] incubator-weex git commit: * [ios] add js contentLength and md5 value when js runtime exception

2017-09-25 Thread acton393
: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ca5ad34f Branch: refs/heads/0.16-dev Commit: ca5ad34f11c5a583ac149e16a16e0040b5e15a9c Parents: 0753f50 Author: acton393 Authored: Mon Sep 25 21:39:24 2017 +0800 Committer: acton393 Committed: Mon Sep 25 21:39:24 2017 +0800

[1/3] incubator-weex git commit: set adapter to null

2017-09-25 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 28ed12278 -> 371d0c0c2 set adapter to null Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/eaf537e2 Tree: http://git-wip-us.apache.org/repo

[2/3] incubator-weex git commit: resume true

2017-09-25 Thread acton393
resume true Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/db27e40f Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/db27e40f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/

[3/3] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/gubaojian/incubator-weex into wip-us-0.16-dev

2017-09-25 Thread acton393
/incubator-weex/tree/371d0c0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/371d0c0c Branch: refs/heads/0.16-dev Commit: 371d0c0c2f86366cf0b2e8cc1fafdf93873f2ada Parents: 28ed122 db27e40 Author: acton393 Authored: Mon Sep 25 22:27:41 2017 +0800 Committer: acton393 Committed: Mon

[1/3] incubator-weex git commit: * [ios] fix pr bug about filter crash

2017-09-25 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 4b5672d76 -> 28ed12278 * [ios] fix pr bug about filter crash Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ac1abc9a Tree: http://git-wip-

[3/3] incubator-weex git commit: Merge branch 'ios-feature-layoutanimation-0.16dev' of https://github.com/doumafang/incubator-weex into wip-us-0.16-dev

2017-09-25 Thread acton393
://git-wip-us.apache.org/repos/asf/incubator-weex/tree/28ed1227 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/28ed1227 Branch: refs/heads/0.16-dev Commit: 28ed12278c1b907f17d4985aaf614a007f9dd9ad Parents: 4b5672d 2985c58 Author: acton393 Authored: Mon Sep 25 22:13:59 2017 +0800 Committer

[2/3] incubator-weex git commit: * [ios] fix transition filter crash and make some change with NS_Option

2017-09-25 Thread acton393
* [ios] fix transition filter crash and make some change with NS_Option Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/2985c588 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/2985c588 Diff:

[GitHub] incubator-weex pull request #739: * [ios] try to fix crash problem

2017-09-25 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/739 * [ios] try to fix crash problem 1. fix text crash 2. fix remove onclick event crash 3. fix compiler warnings You can merge this pull request into a Git repository by running

[GitHub] incubator-weex pull request #529: * [ios] upgrade csslayout to yoga

2017-09-22 Thread acton393
Github user acton393 closed the pull request at: https://github.com/apache/incubator-weex/pull/529 ---

[3/3] incubator-weex git commit: Merge remote-tracking branch 'origin/0.16-dev' into 0.16-dev-template-list

2017-09-21 Thread acton393
Merge remote-tracking branch 'origin/0.16-dev' into 0.16-dev-template-list Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9172cdde Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9172cdde Di

[2/3] incubator-weex git commit: fix image view

2017-09-21 Thread acton393
fix image view Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ff0af4e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ff0af4e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/di

[1/3] incubator-weex git commit: clear pre image

2017-09-21 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 5a0827998 -> 9172cdde0 clear pre image Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ee3c6e34 Tree: http://git-wip-us.apache.org/repos/as

incubator-weex git commit: * [ios] call image cliptoBounds in main thread

2017-09-21 Thread acton393
ttp://git-wip-us.apache.org/repos/asf/incubator-weex/tree/5a082799 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/5a082799 Branch: refs/heads/0.16-dev Commit: 5a0827998bc62cef3289d91a3bec6b099bcd7e85 Parents: 73dbdf0 Author: acton393 Authored: Thu Sep 21 22:00:23 2017 +0800 Commit

[1/2] incubator-weex git commit: * [jsfm] add miss jsfm version

2017-09-21 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev 5b99cc6b0 -> 73dbdf07b http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/73dbdf07/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle

[2/2] incubator-weex git commit: * [jsfm] add miss jsfm version

2017-09-21 Thread acton393
/incubator-weex/diff/73dbdf07 Branch: refs/heads/0.16-dev Commit: 73dbdf07bad4ac8720bf6621b63b737599a4afcf Parents: 5b99cc6 Author: acton393 Authored: Thu Sep 21 21:54:36 2017 +0800 Committer: acton393 Committed: Thu Sep 21 21:54:36 2017 +0800

[08/17] incubator-weex git commit: * [ios] update apache license header

2017-09-21 Thread acton393
* [ios] update apache license header Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/81c7816e Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/81c7816e Diff: http://git-wip-us.apache.org/repos

[15/17] incubator-weex git commit: * [ios] merge pull request

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/5b99cc6b/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m -- diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m b/ios/sdk/WeexSDK/Sources/Manager/WXComp

[17/17] incubator-weex git commit: * [ios] merge pull request

2017-09-21 Thread acton393
/incubator-weex/diff/5b99cc6b Branch: refs/heads/0.16-dev Commit: 5b99cc6b0c721eeceb14491efb3dd6fd1a41bce0 Parents: 8725289 Author: acton393 Authored: Thu Sep 21 21:43:53 2017 +0800 Committer: acton393 Committed: Thu Sep 21 21:43:53 2017 +0800

[01/17] incubator-weex git commit: * [ios] finish 70% of new recycle-list

2017-09-21 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/0.16-dev af2923026 -> 5b99cc6b0 http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/877487a6/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListDataManager.m --

[09/17] incubator-weex git commit: * [ios] Add new files to dynamic target

2017-09-21 Thread acton393
* [ios] Add new files to dynamic target Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/523843ad Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/523843ad Diff: http://git-wip-us.apache.org/re

[03/17] incubator-weex git commit: * [ios] Supporting events and data updating for recycle-list component.

2017-09-21 Thread acton393
* [ios] Supporting events and data updating for recycle-list component. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/74cc3b33 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/74cc3b33 Diff:

[16/17] incubator-weex git commit: * [ios] merge pull request

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/5b99cc6b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.mm -- diff --git a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.mm b/ios/sdk/WeexSDK/So

[14/17] incubator-weex git commit: * [ios] merge pull request

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/5b99cc6b/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle-main.js b/pre-build/native-bundle-main.js index 70f4b57..c737167 100644 --- a/pre-build/nat

[02/17] incubator-weex git commit: * [ios] finish 70% of new recycle-list

2017-09-21 Thread acton393
* [ios] finish 70% of new recycle-list Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/877487a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/877487a6 Diff: http://git-wip-us.apache.org/rep

[11/17] incubator-weex git commit: * [jsfm] upgrade weex-js-framework to 0.22.3

2017-09-21 Thread acton393
* [jsfm] upgrade weex-js-framework to 0.22.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/b7ff22e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/b7ff22e1 Diff: http://git-wip-us.apache.o

[10/17] incubator-weex git commit: * [jsfm] upgrade weex-js-framework to 0.22.3

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b7ff22e1/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle-main.js b/pre-build/native-bundle-main.js index 462e4fc..70f4b57 100644 --- a/pre-build/nat

[07/17] incubator-weex git commit: * [ios] add missing "}“

2017-09-21 Thread acton393
* [ios] add missing "}“ Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6132c181 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6132c181 Diff: http://git-wip-us.apache.org/repos/asf/incuba

[05/17] incubator-weex git commit: * [ios] update JSFM to 0.22.2

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6a272abc/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle-main.js b/pre-build/native-bundle-main.js index 462e4fc..c737167 100644 --- a/pre-build/nat

[13/17] incubator-weex git commit: Merge branch 'jsfm-release-0.22' of https://github.com/Hanks10100/incubator-weex into wip-us-0.16-dev

2017-09-21 Thread acton393
/repos/asf/incubator-weex/tree/8725289b Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8725289b Branch: refs/heads/0.16-dev Commit: 8725289bcd2c84007fcd9458f75fd987501b3ac3 Parents: d06657d b7ff22e Author: acton393 Authored: Thu Sep 21 21:42:28 2017 +0800 Committer: acton393 Comm

[04/17] incubator-weex git commit: Merge remote-tracking branch 'upstream/0.16-dev' into 0.17-dev-feature-recycle-list

2017-09-21 Thread acton393
Merge remote-tracking branch 'upstream/0.16-dev' into 0.17-dev-feature-recycle-list # Conflicts: # ios/sdk/WeexSDK.xcodeproj/project.pbxproj # ios/sdk/WeexSDK/Sources/Model/WXComponent.m Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.ap

[06/17] incubator-weex git commit: * [ios] update JSFM to 0.22.2

2017-09-21 Thread acton393
* [ios] update JSFM to 0.22.2 Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6a272abc Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6a272abc Diff: http://git-wip-us.apache.org/repos/asf/in

[12/17] incubator-weex git commit: Merge branch '0.17-dev-feature-recycle-list' of https://github.com/cxfeng1/incubator-weex into wip-us-0.16-dev

2017-09-21 Thread acton393
apache.org/repos/asf/incubator-weex/tree/d06657dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/d06657dd Branch: refs/heads/0.16-dev Commit: d06657dd87527a73046404c066d7ecb3b4b33564 Parents: af29230 523843a Author: acton393 Authored: Thu Sep 21 21:42:03 2017 +0800 Committer

[18/50] [abbrv] incubator-weex git commit: bundle taobao test

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9ed73cb0/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle-main.js b/pre-build/native-bundle-main.js index 462e4fc..a8f2dc5 100644 --- a/pre-build/nat

[48/50] [abbrv] incubator-weex git commit: update main.js

2017-09-21 Thread acton393
http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9f4eb8cc/pre-build/native-bundle-main.js -- diff --git a/pre-build/native-bundle-main.js b/pre-build/native-bundle-main.js index c737167..70f4b57 100644 --- a/pre-build/nat

<    1   2   3   4   5   6   7   8   9   10   >