[GitHub] incubator-weex pull request #1381: [WEEX-542][Android] rm useless code

2018-07-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-542][Android] rm useless code

- rm test code

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-uselesscode

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

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


commit 8c461f0a6a91f05b496f207347255549c7b3b4b7
Author: zhongcang 
Date:   2018-07-26T13:58:17Z

[WEEX-542][Android] rm useless code




---


[GitHub] incubator-weex pull request #1376: * [iOS] parser type by reg

2018-07-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

* [iOS] parser type by reg

parse bundleType by RegularExpression 
 
- it's not a good idea that parser type with case by case (miss some 
case)

- now use regularExpression to recognize bundletTyle

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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-bundletype

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

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


commit 8944f32efbd5d4cfa13c4bdf7fbfa22e96bfb203
Author: zhongcang 
Date:   2018-07-19T08:47:21Z

* [iOS] parser type by reg




---


[GitHub] incubator-weex pull request #1374: [WEEX-539][Android] report container info...

2018-07-25 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-539][Android] report container info when report error or perfor…

- add extInfo when report error and performance

- windmail ext info 
- is embed
- containerInfo

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-feature-reporterror4widmail

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

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


commit 5d0b875281dbea7c1b40eba283ab565c51206c81
Author: zhongcang 
Date:   2018-07-26T04:05:46Z

[WEEX-539][Android] report container info when report error or performance

* [Android] rm useless code




---


[GitHub] incubator-weex pull request #1368: [WEEX-535][iOS] add extMsg when reprotero...

2018-07-24 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-535][iOS] add extMsg when reproteror for windmill

add extMsg when reproteror for windmill

use case :

```
instance.containerInfo = @{
   @"aaa":@(1),
   @"bbb":@""
}
```

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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-feature-wdmailerrormsg

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

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


commit 534cc8f4e53a802a4a5bd68bcd729e4a92f0eeff
Author: zhongcang 
Date:   2018-07-24T07:14:25Z

[WEEX-535][iOS] add extMsg when reproteror for windmill




---


[GitHub] incubator-weex pull request #1343: [WEEX-520][iOS] calibration performance o...

2018-07-19 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1343: [WEEX-520][iOS] calibration performance o...

2018-07-19 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[WEEX-520][iOS] calibration performance of interactionTime


- mv all performance logic to `wxSdkInstance_perfance.m`
- calibration performance of interactionTime
- add new point 
  - newFsRenderTime
  - interactionAddCount
  - interactionViewAddLimitCount




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

$ git pull https://github.com/lucky-chen/incubator-weex ios-feature-intime

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

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


commit 1b353a42c30eec54002f119bb07acdf40f5d8b9a
Author: zhongcang 
Date:   2018-06-26T02:38:11Z

* [iOS] performance

* [iOS] new point newFsRenderTime

* [iOS] performance videoplus

* [ios] ignore rm op

* [iOS] red for child node, blue for fsNode

 [iOS] rm test code

[WEEX-520][iOS] calibration performance of interactionTime




---


[GitHub] incubator-weex pull request #1343: [WEEX-520][iOS] calibration performance o...

2018-07-18 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-520][iOS] calibration performance of interactionTime


- mv all performance logic to `wxSdkInstance_perfance.m`
- calibration performance of interactionTime
- add new point 
  - newFsRenderTime
  - interactionAddCount
  - interactionViewAddLimitCount




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

$ git pull https://github.com/lucky-chen/incubator-weex ios-feature-intime

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

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


commit 1b353a42c30eec54002f119bb07acdf40f5d8b9a
Author: zhongcang 
Date:   2018-06-26T02:38:11Z

* [iOS] performance

* [iOS] new point newFsRenderTime

* [iOS] performance videoplus

* [ios] ignore rm op

* [iOS] red for child node, blue for fsNode

 [iOS] rm test code

[WEEX-520][iOS] calibration performance of interactionTime




---


[GitHub] incubator-weex pull request #1331: [WEEX-506][Android] try fix report defaul...

2018-07-16 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-506][Android] try fix report defaultUrl in mutilThread case

- when report error in @WXExceptionUtils
- instance may had destroy and remove from map,
- so we delay remove from instanceMap

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-defaultUrlInActionFollow

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

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


commit c281b565a0e6707aaac81bbf66a44f5ec348633c
Author: zhongcang 
Date:   2018-07-16T06:11:00Z

[WEEX-506][Android] try fix report defaultUrl in mutilThread case




---


[GitHub] incubator-weex pull request #1313: [WEEX-498][Android] fix report url is bun...

2018-07-09 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-498][Android] fix report url is bundleUrlDefault

bug fix: report url is bundleUrlDefault

before createInstance success stage ,we can't get instance  by id from 
WXSDKManager,
case :
- [x]download  check error
- [x]createInstance error
- [✓]after createInstance success,some error

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-bundleurldefault

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

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


commit 987792330361755dbeeba165abb18407006f6603
Author: zhongcang 
Date:   2018-07-09T06:27:46Z

[WEEX-498][Android] fix report url is bundleUrlDefault




---


[GitHub] incubator-weex pull request #1251: [WEEX-444] [core] mv dir of ipc/include t...

2018-06-19 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1261: [WEEX-456][iOS]try to fix bas_access of p...

2018-06-14 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1269: [WEEX-462][Android] roll back method

2018-06-14 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-462][Android] roll back method

roll back method

```
setMaxDeepLayer
getMaxDeepLayer
```

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-method

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

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


commit ff29e6f241735b5649c6945d5fe520571774ff85
Author: zhongcang 
Date:   2018-06-14T07:22:47Z

[WEEX-462][Android] roll back method




---


[GitHub] incubator-weex pull request #1263: [WEEX-458][core] remove coremanager setxx...

2018-06-13 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-458][core] remove coremanager setxxx returntype

return return type  with `WeexCoreManager`

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

$ git pull https://github.com/lucky-chen/incubator-weex core-bugfix-return

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

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


commit eeb91706d709316493f330906d92c151d88d9371
Author: zhongcang 
Date:   2018-06-13T09:48:39Z

[WEEX-458][core] remove coremanager setxxx returntype




---


[GitHub] incubator-weex pull request #1262: [WEEX-457][Android] add back performance ...

2018-06-13 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-457][Android] add back performance point of  maxVDomDeep && int…

point was removed before ,now move back

- maxVDomDeep
- interactionTime

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-performance

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

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


commit 8a0f304fca8c539bd75aeb53424d314472d707a6
Author: zhongcang 
Date:   2018-06-13T08:35:21Z

[WEEX-457][Android] add back performance point of  maxVDomDeep && 
interactionTime

* [Android] rm useless file




---


[GitHub] incubator-weex pull request #1251: [WEEX-444] [core] mv dir of ipc/include t...

2018-06-07 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-444] [core] mv dir of ipc/include  to android/

- mv core/ipc to android/ipc
- mv core/include to android/include 

now ptoject tree

```
.
├── CMakeLists.txt
├── __init__.py
├── android
│   ├── IPC
│   ├── __init__.py
│   ├── adapter
│   ├── base
│   ├── bridge
│   ├── include
│   ├── jniprebuild
│   └── jsengine
├── base
│   ├── CoreConstants.h
│   ├── TimeUtils.h
│   ├── ViewUtils.h
│   └── common.h
├── core
│   ├── bridge
│   ├── config
│   ├── css
│   ├── layout
│   ├── manager
│   ├── moniter
│   ├── parser
│   └── render
├── weexjsc_version_script.txt
└── wson
├── CMakeLists.txt
├── wson.c
├── wson.h
├── wson_parser.cpp
├── wson_parser.h
├── wson_util.cpp
└── wson_util.h

```

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

$ git pull https://github.com/lucky-chen/incubator-weex core-feature-project

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

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


commit e0a2ba876359fe4176bcbf8fd23b076efd81a888
Author: zhongcang 
Date:   2018-06-08T02:42:05Z

* [core] mv dir of ipc/include  to android/

* [ios] mv measure_func_adapter_android

* [core] fix build error




---


[GitHub] incubator-weex pull request #1230: [WEEX-421] [core] use interface replacce ...

2018-06-07 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-07 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1248: [WEEX-441][core] mv core logic from core_...

2018-06-07 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-441][core] mv core logic from core_android_impl to bridge.cpp

core logic should not be impl in android code

- mv setXXX to bridge.cpp
- weexcore_impl_android call interface of bridge

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feature-core_api_bridge

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

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


commit 152770a4ce74479f7e243b3dd54bfe36fc4453d2
Author: zhongcang 
Date:   2018-06-07T08:32:18Z

[WEEX-441][core] mv core logic from core_android_impl to bridge.cpp




---


[GitHub] incubator-weex pull request #1241: [WEEX-436] [iOS] fix history issue : dele...

2018-06-04 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-436] [iOS] fix history issue : delete rootNode in mainThread

fix history issue : delete rootNode in mainThread

in some case ,`WXComponentManager dealloc` execute in mainThread 
but all node operation(new / add / delete/other) should be in 
ComponentThread


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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-parentnode

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

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


commit aded238200ffc98917217a84b30d6c5bc89f25db
Author: zhongcang 
Date:   2018-06-05T03:17:48Z

* [iOS] fix history issue : delete rootNode in mainThread




---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-04 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-04 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[weex-426] [core] mv ipc/jss code to android dir

1. mv ipc to android dir
2. add jsbridge api

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feture-mvJsEnginCode

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

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


commit 891fe4eee41d64a597336eab3a3f94fd45b550b5
Author: zhongcang 
Date:   2018-06-01T06:15:18Z

* [core] mv ipc to android dir




---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-01 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[weex-426] [core] mv ipc/jss code to android dir

1. mv ipc to android dir
2. add jsbridge api

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feture-mvJsEnginCode

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

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


commit 891fe4eee41d64a597336eab3a3f94fd45b550b5
Author: zhongcang 
Date:   2018-06-01T06:15:18Z

* [core] mv ipc to android dir




---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-01 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1232: [weex-426] [core] mv ipc/jss code to andr...

2018-06-01 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[weex-426] [core] mv ipc/jss code to android dir

1. mv ipc to android dir
2. add jsbridge api

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feture-mvJsEnginCode

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

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


commit 891fe4eee41d64a597336eab3a3f94fd45b550b5
Author: zhongcang 
Date:   2018-06-01T06:15:18Z

* [core] mv ipc to android dir




---


[GitHub] incubator-weex pull request #1230: [WEEX-421] [core] use interface replacce ...

2018-05-31 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-421] [core] use interface replacce android_bridge_impl

use 
```
WeexCoreManager::getInstance()->getPlatformBridge()->xxx
```
to replace 
```
Bridge_Impl_Android::getInstance()->xxx
```

in weexCore

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feture-rmAndroidBridgeImpl

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

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


commit 0100e5fca9089533fe87d11b71f038b07dc473b5
Author: zhongcang 
Date:   2018-05-31T12:33:34Z

* [core] use interface replacce android_bridge_impl




---


[GitHub] incubator-weex pull request #1227: [WEEX-420][iOS] Try to resolve multithrea...

2018-05-30 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-420][iOS] Try to resolve multithread crash during delete layoutNode

-  history issue 
- delete node should be in domthread ,now ui thread (due to the ARC)
- rm ref childRef & parent ref when delete node (cause node point 
EXC-BAD-ACCESS)

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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-recycleNode

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

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


commit c6c77d7df37bee6f8edf261c2b78207abf7f9ab1
Author: zhongcang 
Date:   2018-05-30T12:58:44Z

* [iOS] Try to resolve multithread crash during delete layoutNode




---


[GitHub] incubator-weex pull request #1210: [WEEX-405] [core] make wson compilation m...

2018-05-24 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-405] [core] make wson compilation modular

1. make wson compilation modular
2. build IPC WSON only if Android taget

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

$ git pull https://github.com/lucky-chen/incubator-weex 
core-feature-wson-build

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

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


commit 110934cae95c2f01b13116fe8d638c2ef942b728
Author: zhongcang <qh438406812@...>
Date:   2018-05-25T03:14:22Z

* [core] wson build




---


[GitHub] incubator-weex pull request #1056: new feature for weex performance

2018-05-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1192: [WEEX-389] [iOS] rm youga layout code

2018-05-22 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-389] [iOS] rm youga layout code

 rm youga layout code

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

$ git pull https://github.com/lucky-chen/incubator-weex ios-feature-rm-youga

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

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


commit 8856f16fb6658ea8116bfeca0ae0f71415d7a419
Author: zhongcang <qh438406812@...>
Date:   2018-05-22T05:01:50Z

* [iOS] rm youga

* [ios] fix build error

* [iOS] rm code

* [iOS] rm lines




---


[GitHub] incubator-weex pull request #1189: [WEEX-382] [iOS] rm useless log

2018-05-21 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-382] [iOS] rm useless log

rm log tempTest updating

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

$ git pull https://github.com/lucky-chen/incubator-weex ios-bugfix-rmlog

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

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


commit bd21579ce8906f45f231890ee7be93c20612e09c
Author: zhongcang <qh438406812@...>
Date:   2018-05-21T09:48:54Z

* [iOS] rm useless log




---


[GitHub] incubator-weex pull request #1176: [WEEX-364][iOS] support swift build

2018-05-15 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-364][iOS] support swift build

fix c++/OC/swift  build issue

1. add  define ```_cplusplus```   with c++.h
2. use ```std::isnan``` to replace `isnan`

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

$ git pull https://github.com/lucky-chen/incubator-weex ios_support_swift

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

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


commit 4708a9413e4c8f589528a6c123dc9f7031009e21
Author: zouming.zm <zouming.zm@...>
Date:   2018-05-15T04:02:03Z

hide some prop in .h file

* [iOS] head newlayout node.h

* [iOS] fix compile error




---


[GitHub] incubator-weex pull request #1174: [WEEX-362] [iOS] tmp solution if mLayoutR...

2018-05-14 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-362] [iOS] tmp solution if mLayoutResult is nil (mutil thread ?)

1. tmp solution if mLayoutResult is nil 


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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-protectednil

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

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






---


[GitHub] incubator-weex pull request #1167: [WEEX-354] [iOS] WXAnalyzer check instanc...

2018-05-10 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-354] [iOS] WXAnalyzer check instance.scriptURL==nil

WXAnalyzer check instance.scriptURL==nil

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

$ git pull https://github.com/lucky-chen/incubator-weex ios-bugfix-checkNil

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

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


commit 5781ef35715b6032dcc0ae21889922b3724fc97e
Author: zhongcang <qh438406812@...>
Date:   2018-05-11T05:02:50Z

* [iOS] WXAnalyzer check instance.scriptURL==nil




---


[GitHub] incubator-weex pull request #1107: [Android] commit templateInfo in extParam...

2018-05-10 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1152: [WEEX-339] [Android] add fsComponent coun...

2018-05-10 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1150: [WEEX-339][iOS] add componentTime/Count m...

2018-05-10 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1150: [WEEX-339][iOS] add componentTime/Count m...

2018-05-10 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[WEEX-339][iOS] add componentTime/Count monitor

 *isNewFeature* **:**

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

- add 4 performance point 
  - componentCount
  - componentCreateTime
  - fsComponentCount
  - fsComponentCreateTime




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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-feature-componintTime

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

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


commit fe21eb92493d0a8625c8693b990479362985b7c9
Author: zhongcang <qh438406812@...>
Date:   2018-05-07T03:20:01Z

* [iOS] add componentTime/Count monitor

* [iOS] modify point

* [iOS] rm useless code




---


[GitHub] incubator-weex pull request #1150: [WEEX-339][iOS] add componentTime/Count m...

2018-05-07 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[WEEX-339][iOS] add componentTime/Count monitor

 *isNewFeature* **:**

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

- add 4 performance point 
  - componentCount
  - componentCreateTime
  - fsComponentCount
  - fsComponentCreateTime




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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-feature-componintTime

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

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


commit fe21eb92493d0a8625c8693b990479362985b7c9
Author: zhongcang <qh438406812@...>
Date:   2018-05-07T03:20:01Z

* [iOS] add componentTime/Count monitor

* [iOS] modify point

* [iOS] rm useless code




---


[GitHub] incubator-weex pull request #1150: [WEEX-339][iOS] add componentTime/Count m...

2018-05-07 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1152: [WEEX-339] [Android] add fsComponent coun...

2018-05-06 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-339] [Android] add fsComponent count and create time

 *isNewFeature* **:**

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

- add 4 performance point 
  - componentCount
  - componentCreateTime
  - fsComponentCount
  - fsComponentCreateTime




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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-feature-performance-componentTime

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

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


commit 49223c0fb43b2dcec1c28f4fcfe8a58a74fadbe0
Author: zhongcang <qh438406812@...>
Date:   2018-05-04T06:24:28Z

* [Android] add fsComponent count and create time




---


[GitHub] incubator-weex pull request #1150: [WEEX-339][iOS] add componentTime/Count m...

2018-05-06 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-339][iOS] add componentTime/Count monitor

 *isNewFeature* **:**

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

- add 4 performance point 
  - componentCount
  - componentCreateTime
  - fsComponentCount
  - fsComponentCreateTime




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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-feature-componintTime

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

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


commit fe21eb92493d0a8625c8693b990479362985b7c9
Author: zhongcang <qh438406812@...>
Date:   2018-05-07T03:20:01Z

* [iOS] add componentTime/Count monitor

* [iOS] modify point

* [iOS] rm useless code




---


[GitHub] incubator-weex pull request #1145: [WEEX-335][iOS] fix performance point && ...

2018-05-03 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-335][iOS] fix performance point && add errorType/errorGroup

1. rm useless code  WXComponent+Layout.m (now .mm)
2. reportError with errorType and errorGroup
3. modify performance point

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

$ git pull https://github.com/lucky-chen/incubator-weex ios-feature-gky

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

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


commit e79bad9b22cb189452312ab9bfdc8f3075d7ef76
Author: zhongcang <qh438406812@...>
Date:   2018-05-03T11:10:41Z

* [iOS] fix performance point && add emptyScreenCheck

* [iOS] fix performance report state




---


[GitHub] incubator-weex pull request #1137: * [iOS] build fix

2018-04-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

* [iOS] build fix


 *isBugFix* **:**

- public head  WXRecyclerComponent.h
- add build WXTransition.mm

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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-publichedaer

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

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


commit 21aa9ab5779dc7b7d5189ca882dad392ecdf40a4
Author: zhongcang <qh438406812@...>
Date:   2018-04-26T13:30:15Z

* [iOS] public WXRecyclerComponent.h

* [iOS] fix build error




---


[GitHub] incubator-weex pull request #1136: [WEEX-314][iOS] public WXRecyclerComponen...

2018-04-26 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1136: [WEEX-314][iOS] public WXRecyclerComponen...

2018-04-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-314][iOS] public WXRecyclerComponent.h

public header

- WXRecyclerComponent.h

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

$ git pull https://github.com/lucky-chen/incubator-weex 
ios-bugfix-publichedaer

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

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


commit dba98f1e1cf86abf35ad08750816a072c4004e86
Author: zhongcang <qh438406812@...>
Date:   2018-04-26T13:30:15Z

* [iOS] public WXRecyclerComponent.h




---


[GitHub] incubator-weex pull request #1135: [WEEX-311] [iOS] use new layoutEngin to r...

2018-04-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-311] [iOS] use new layoutEngin to replace youga

*isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [x] 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/lucky-chen/incubator-weex 
ios-feature-flexlayout-rebase-new

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

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


commit a3166ec531a63f4ae3beacc45725713cf728ae51
Author: MrRaindrop <tekkahs@...>
Date:   2017-10-31T14:15:05Z

* [html5] bugfix:
  - fix waterfall: use headers below cells as footers.
  - fix issue WEEX-97.
  - fix click handler being invoked twice for switch.

* [ios] init

* [iOS] support new flex-layout engine

* [iOS] update layout engin

* [iOS] fix recycleList copy node error

* [iOS] rm useless code




---


[GitHub] incubator-weex pull request #1133: [WEEX-311] [iOS] use new layoutEngin to r...

2018-04-26 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1133: [WEEX-311] [iOS] use new layoutEngin to r...

2018-04-26 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[WEEX-311] [iOS] use new layoutEngin to  replace youga

 *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [x] 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/lucky-chen/incubator-weex 
ios-feature-flexlayout-mergenew

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

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


commit bc6970f83b9896f97a0840aaab9d5b837cd951e2
Author: acton393 <zhangxing610321@...>
Date:   2017-11-03T12:04:47Z

Merge branch 'release-0.16' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d4892b0dd908c9d82aa9b4eb00c003cb7c9f8602
Author: acton393 <zhangxing610321@...>
Date:   2017-11-09T09:59:40Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit bb353db0c83f79ae0bac43d59a1652bf176217d9
Author: acton393 <zhangxing610321@...>
Date:   2017-11-13T06:48:07Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d66c248ea0923cb1b8bbe7893ada93b878a4aec0
Author: gurisxie <279483595@...>
Date:   2017-11-13T08:48:48Z

Merge commit 'b296bea738be69a341e7496ac8ca0cf76a3e1a89' into 
ios-package-mirror-master

commit be24ca19e67f934ead0b8e50fe388b5d8bedfc9b
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:12Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a29904bb5152bf5b1beb6f61350791efde9e273a
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:58Z

Merge branch 'ios-package-mirror-master' of 
gitlab.alibaba-inc.com:weex/weex into ios-package-mirror-master

commit edccb5bcbbc011e29c04c21f39dd55886d9773ad
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:54:53Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a4320f438e4d8afeedd525399fd931bce1f8c91d
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:55:43Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 601b292cf448892ec5d237517ce38d1fc0f62c74
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T16:33:19Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 5586f4572870cbee10acfa9fbe66840922e1536b
Author: acton393 <zhangxing610321@...>
Date:   2017-11-17T07:22:28Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit aadc2756db1f59c0826a79730405475ddf2f374e
Author: acton393 <zhangxing610321@...>
Date:   2017-11-22T08:23:29Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 77edfb415f5f05641356c1baddd77d856ccd09a9
Author: acton393 <zhangxing610321@...>
Date:   2017-11-23T03:45:43Z

Merge branches 'master' and 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 883eaf60b75e46b0f3b84964d7448dccf9c3e85a
Author: MrRaindrop <tekkahs@...>
Date:   2017-10-31T14:15:05Z

* [html5] bugfix:
  - fix waterfall: use headers below cells as footers.
  - fix issue WEEX-97.
  - fix click handler being invoked twice for switch.

commit 0e227cd8b0a8abb43e8f7c9fff5154e6f04a5169
Author: doumafang <doumafang@...>
Date:   2017-11-17T06:09:36Z

* [ios] refix transform's parse bug about translate
close #898, close #903, close #907, close #883

* [ios] fix parse translateY

* [ios] fix transition transform value incorrect

commit 7719ac44cc32581e63004e7305c44b1f7201f728
Author: Hanks <zhanghan.me@...>
Date:   2017-11-22T11:06:02Z

- [jsfm] remove directive filter in attributes

- [jsfm] remove test cases of directive filter
close #899

commit 59a2c217cc36920a311a5202d25f833c17341162
Author: CYJB <f8cyjb@...>
Date:   2017-11-23T04:11:15Z

[WEEX-139][ios]Provide system language infomation

Provide locale module, contains information about system language.
Example: [http://dotwe.org/vue/fc5e91d6f1a809bab2f073af53f4dd94]

commit acdbba34bb8c8978a023d17769d1126d0570f95e
Author: misakuo <misakuo@...>
Date:   2017-11-23T09:47:08Z

   

[GitHub] incubator-weex pull request #1129: [iOS] support more performance point

2018-04-25 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[iOS] support more performance point

* [iOS] support more performance point

 *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ x] 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/lucky-chen/incubator-weex 
ios-feature-gky-performance

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

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


commit 3d77c7bd0646b30fbfc0503e79a607ce0886d310
Author: zhongcang <qh438406812@...>
Date:   2018-03-28T05:25:07Z

* [iOS] add analyzerFile

* [iOS] support more performance point

* [iOS] fix compile




---


[GitHub] incubator-weex pull request #1107: [Android] commit templateInfo in extParam...

2018-04-10 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[Android] commit templateInfo in extParams when report error

when report error

commit templateInfo in extParams  with key "templateInfo_instance"

(make confused  if add templateInfo after exceptionMsg )

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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-feature-commitInfo

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

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


commit f3af9336551c1def11869e178648352dbcb8307f
Author: zhongcang <qh438406812@...>
Date:   2018-04-10T11:45:15Z

* [Android] commit templateInfo in extParams when report error




---


[GitHub] incubator-weex pull request #1106: * [Android] fix nullPoint

2018-04-10 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

* [Android] fix nullPoint

fix nullPointException on multithreading case。






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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-bugfix-emptyNull

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

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


commit 08dc90d8b3ac6a2c4c581c7ec8b627f36ae2f81c
Author: zhongcang <qh438406812@...>
Date:   2018-04-10T07:01:05Z

* [Android] fix nullPoint




---


[GitHub] incubator-weex pull request #1092: [Android] rm useless code

2018-03-29 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1092: * [Android] rm useless code

2018-03-29 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

* [Android] rm useless code

rm useless code
- MemUtils.java
- FpsCollector.java




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

$ git pull https://github.com/lucky-chen/incubator-weex mastr_performance

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

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


commit 74f2571213ba65ec419080e16cd2601ab144af22
Author: zhongcang <qh438406812@...>
Date:   2018-03-29T06:27:05Z

* [Android] rm useless code




---


[GitHub] incubator-weex pull request #1083: [Andoird] travis java -Xmx=1g

2018-03-26 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-25 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1083: [Andoird] travis java -Xmx=1g

2018-03-23 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1083: [Andoird] travis java -Xmx=1g

2018-03-23 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

 [Andoird] travis java -Xmx=1g

edit travis.yml config, java -Xmx 512m->1024m

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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_travis_java_heap_1g

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

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


commit 1dc10ab81e4b03788d092294ecf72539c68b5032
Author: zhongcang <qh438406812@...>
Date:   2018-03-23T03:43:48Z

* [Andoird] travis java -Xmx=1g

* [Android] add test code

commit b0ebe6b39583df8e3dbf2114c8a5e99b3a67c2fe
Author: zhongcang <qh438406812@...>
Date:   2018-03-23T05:14:21Z

* [Android] gradle Xmx=1024m




---


[GitHub] incubator-weex pull request #1083: [Andoird] travis java -Xmx=1g

2018-03-22 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

 [Andoird] travis java -Xmx=1g

edit travis.yml config, java -Xmx 512m->1024m

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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_travis_java_heap_1g

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

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


commit 1dc10ab81e4b03788d092294ecf72539c68b5032
Author: zhongcang <qh438406812@...>
Date:   2018-03-23T03:43:48Z

* [Andoird] travis java -Xmx=1g

* [Android] add test code




---


[GitHub] incubator-weex pull request #1082: [Andoird] travis java -Xmx=1g

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1082: * [Andoird] travis java -Xmx=1g

2018-03-22 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

* [Andoird] travis java -Xmx=1g

edit travis.yml config,   java -Xmx 512m->1024m 


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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_travis_java_heap_1g

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

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


commit 39461cfb0aea45aa3fbbe0f0ca4c3be153f97d77
Author: zhongcang <qh438406812@...>
Date:   2018-03-23T03:43:48Z

* [Andoird] travis java -Xmx=1g




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1063: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1080: [Android] new feature for weex performanc...

2018-03-22 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[Android] new feature for weex performance (single commit)

# commit msg

- support more performance data about weex performance


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

# Detail

## errorGroup

- degradation
-  js
-  render

## performance

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime


 




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

$ git pull https://github.com/lucky-chen/incubator-weex 
master_gky_commit_chen

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

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


commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date:   2018-03-22T08:10:52Z

* [Android] merge WXPerformance code,now support more performance data




---


[GitHub] incubator-weex pull request #1063: [Android] new feature for weex performanc...

2018-03-12 Thread lucky-chen
GitHub user lucky-chen reopened a pull request:

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

[Android] new feature for weex performance 

 *isNewFeature* **performance**

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

# support WeexPerformance && errorReport

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime
- MaxImproveMemory
- BackImproveMemory
- PushImproveMemory


// no longer needed and will be deleted soon.
   - communicateTime
   - screenRenderTime
   - totalTime
- localReadTime
- templateLoadTime
   -  packageSpendTime
   -  syncTaskTime
actualNetworkTime
firstScreenJSFExecuteTime

 




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

$ git pull https://github.com/lucky-chen/incubator-weex apach_master_gky

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

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


commit bc6970f83b9896f97a0840aaab9d5b837cd951e2
Author: acton393 <zhangxing610321@...>
Date:   2017-11-03T12:04:47Z

Merge branch 'release-0.16' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d4892b0dd908c9d82aa9b4eb00c003cb7c9f8602
Author: acton393 <zhangxing610321@...>
Date:   2017-11-09T09:59:40Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit bb353db0c83f79ae0bac43d59a1652bf176217d9
Author: acton393 <zhangxing610321@...>
Date:   2017-11-13T06:48:07Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d66c248ea0923cb1b8bbe7893ada93b878a4aec0
Author: gurisxie <279483595@...>
Date:   2017-11-13T08:48:48Z

Merge commit 'b296bea738be69a341e7496ac8ca0cf76a3e1a89' into 
ios-package-mirror-master

commit be24ca19e67f934ead0b8e50fe388b5d8bedfc9b
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:12Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a29904bb5152bf5b1beb6f61350791efde9e273a
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:58Z

Merge branch 'ios-package-mirror-master' of 
gitlab.alibaba-inc.com:weex/weex into ios-package-mirror-master

commit c9a9317173d5bf03f39036b490cdf305d22884cc
Author: misakuo <misakuo@...>
Date:   2017-11-16T09:25:32Z

* [android] avoid crash on some device caused by RippleDrawable

(cherry picked from commit 1f7a309)

commit 32db62b4377f224a0ac3bec272d265185af641f8
Author: atomtong <tong_huabing@...>
Date:   2017-11-16T11:06:17Z

Merge branch 'master' into release-0.16-gitlab

* master:
  revert clip path targetview judge.
  * [android] avoid crash on some device caused by RippleDrawable
  [WEEX-107] [android] layer type none has some bug on some platform. force 
layer type soft for render text right
  * [test] update image compare border
  * [test] update image compare png

commit edccb5bcbbc011e29c04c21f39dd55886d9773ad
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:54:53Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a4320f438e4d8afeedd525399fd931bce1f8c91d
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:55:43Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 601b292cf448892ec5d237517ce38d1fc0f62c74
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T16:33:19Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit e5ebfbdb33d28b631756ad8dd7e74f516bfdf62e
Author: jianbai.gbj <jianbai.gbj@...>
Date:   2017-11-17T03:03:30Z

Merge branch 'master' of https://github.com/apache/incubator-weex into 
relea

[GitHub] incubator-weex pull request #1063: [Android] new feature for weex performanc...

2018-03-12 Thread lucky-chen
Github user lucky-chen closed the pull request at:

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


---


[GitHub] incubator-weex pull request #1063: [Android] new feature for weex performanc...

2018-03-12 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

[Android] new feature for weex performance 

 *isNewFeature* **performance**

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

# support WeexPerformance && errorReport

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime
- MaxImproveMemory
- BackImproveMemory
- PushImproveMemory


// no longer needed and will be deleted soon.
   - communicateTime
   - screenRenderTime
   - totalTime
- localReadTime
- templateLoadTime
   -  packageSpendTime
   -  syncTaskTime
actualNetworkTime
firstScreenJSFExecuteTime

 




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

$ git pull https://github.com/lucky-chen/incubator-weex apach_master_gky

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

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


commit bc6970f83b9896f97a0840aaab9d5b837cd951e2
Author: acton393 <zhangxing610321@...>
Date:   2017-11-03T12:04:47Z

Merge branch 'release-0.16' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d4892b0dd908c9d82aa9b4eb00c003cb7c9f8602
Author: acton393 <zhangxing610321@...>
Date:   2017-11-09T09:59:40Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit bb353db0c83f79ae0bac43d59a1652bf176217d9
Author: acton393 <zhangxing610321@...>
Date:   2017-11-13T06:48:07Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d66c248ea0923cb1b8bbe7893ada93b878a4aec0
Author: gurisxie <279483595@...>
Date:   2017-11-13T08:48:48Z

Merge commit 'b296bea738be69a341e7496ac8ca0cf76a3e1a89' into 
ios-package-mirror-master

commit be24ca19e67f934ead0b8e50fe388b5d8bedfc9b
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:12Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a29904bb5152bf5b1beb6f61350791efde9e273a
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:58Z

Merge branch 'ios-package-mirror-master' of 
gitlab.alibaba-inc.com:weex/weex into ios-package-mirror-master

commit c9a9317173d5bf03f39036b490cdf305d22884cc
Author: misakuo <misakuo@...>
Date:   2017-11-16T09:25:32Z

* [android] avoid crash on some device caused by RippleDrawable

(cherry picked from commit 1f7a309)

commit 32db62b4377f224a0ac3bec272d265185af641f8
Author: atomtong <tong_huabing@...>
Date:   2017-11-16T11:06:17Z

Merge branch 'master' into release-0.16-gitlab

* master:
  revert clip path targetview judge.
  * [android] avoid crash on some device caused by RippleDrawable
  [WEEX-107] [android] layer type none has some bug on some platform. force 
layer type soft for render text right
  * [test] update image compare border
  * [test] update image compare png

commit edccb5bcbbc011e29c04c21f39dd55886d9773ad
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:54:53Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a4320f438e4d8afeedd525399fd931bce1f8c91d
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:55:43Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 601b292cf448892ec5d237517ce38d1fc0f62c74
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T16:33:19Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit e5ebfbdb33d28b631756ad8dd7e74f516bfdf62e
Author: jianbai.gbj <jianbai.gbj@...>
Date:   2017-11-17T03:03:30Z

Merge branch 'master' of https://github.com/apache/incubator-weex into 
relea

[GitHub] incubator-weex pull request #1056: new feature for weex performance

2018-03-08 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

new feature for  weex performance

 *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.

# support WeexPerformance && errorReport

 - JSLibSize
 - JSLibInitTime
 -   SDKInitTime
  -  SDKInitInvokeTime
  -  SDKInitExecuteTime
  - JSTemplateSize
  - pureNetworkTime
 -   networkTime
  -  fsCreateInstanceTime
  -  fsCallJsTotalTime
  -  fsCallJsTotalNum
  -  fsCallNativeTotalTime
  -  fsCallNativeTotalNum
  -  fsCallEventTotalNum
   - fsRenderTime
   - fsRequestNum
  -  callCreateFinishTime
   - cellExceedNum
   - communicateTotalTime
   - maxDeepViewLayer
   - maxDeepVDomLayer
   - componentCount
   - avgFps
   - timerCount
-imgSizeCount
-   interactionTime
- MaxImproveMemory
- BackImproveMemory
- PushImproveMemory


// no longer needed and will be deleted soon.
   - communicateTime(0D, 5000D),
   - screenRenderTime(0D, 5000D),
   - totalTime(0D, 5000D),
- localReadTime(0D, 5000D),
- templateLoadTime(0D, 5000D),
   -  packageSpendTime(0D, 5000D),
   -  syncTaskTime(0D, 5000D),
actualNetworkTime(0D, 5000D),
firstScreenJSFExecuteTime(0D, 5000D),

 




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

$ git pull https://github.com/lucky-chen/incubator-weex master_gky

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

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


commit bc6970f83b9896f97a0840aaab9d5b837cd951e2
Author: acton393 <zhangxing610321@...>
Date:   2017-11-03T12:04:47Z

Merge branch 'release-0.16' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d4892b0dd908c9d82aa9b4eb00c003cb7c9f8602
Author: acton393 <zhangxing610321@...>
Date:   2017-11-09T09:59:40Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit bb353db0c83f79ae0bac43d59a1652bf176217d9
Author: acton393 <zhangxing610321@...>
Date:   2017-11-13T06:48:07Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit d66c248ea0923cb1b8bbe7893ada93b878a4aec0
Author: gurisxie <279483595@...>
Date:   2017-11-13T08:48:48Z

Merge commit 'b296bea738be69a341e7496ac8ca0cf76a3e1a89' into 
ios-package-mirror-master

commit be24ca19e67f934ead0b8e50fe388b5d8bedfc9b
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:12Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a29904bb5152bf5b1beb6f61350791efde9e273a
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T03:27:58Z

Merge branch 'ios-package-mirror-master' of 
gitlab.alibaba-inc.com:weex/weex into ios-package-mirror-master

commit c9a9317173d5bf03f39036b490cdf305d22884cc
Author: misakuo <misakuo@...>
Date:   2017-11-16T09:25:32Z

* [android] avoid crash on some device caused by RippleDrawable

(cherry picked from commit 1f7a309)

commit 32db62b4377f224a0ac3bec272d265185af641f8
Author: atomtong <tong_huabing@...>
Date:   2017-11-16T11:06:17Z

Merge branch 'master' into release-0.16-gitlab

* master:
  revert clip path targetview judge.
  * [android] avoid crash on some device caused by RippleDrawable
  [WEEX-107] [android] layer type none has some bug on some platform. force 
layer type soft for render text right
  * [test] update image compare border
  * [test] update image compare png

commit edccb5bcbbc011e29c04c21f39dd55886d9773ad
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:54:53Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit a4320f438e4d8afeedd525399fd931bce1f8c91d
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T14:55:43Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit 601b292cf448892ec5d237517ce38d1fc0f62c74
Author: acton393 <zhangxing610321@...>
Date:   2017-11-16T16:33:19Z

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-weex into 
ios-package-mirror-master

commit e5ebfbdb33d28b631756ad8dd7e74f516bfdf62e
Author: jianbai.gbj <jianbai.gbj@...>
Date:   2017-11-17T03:03:30Z

Merg

[GitHub] incubator-weex pull request #943: Android feature native error

2017-12-17 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

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

Android feature native error

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.
  * [x] Update/Add demo to demonstrate new feature.
  * [x] Update test scripts for the feature.
  * [x] Add unit tests for the feature.




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

$ git pull https://github.com/lucky-chen/incubator-weex 
android-feature-native-error

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

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


commit 0f3c0bc6485870d515f78f0978739224de37af39
Author: zhongcang <peihan@alibaba-inc.com>
Date:   2017-12-18T03:52:39Z

[Android] differentiate varieties of error (jsError or nativeError)

commit ab53ce693b1682575877aaf85ed489666d506879
Author: zhongcang <peihan@alibaba-inc.com>
Date:   2017-12-18T06:18:25Z

[Android] License of sdk,add test-case int playGround




---