[GitHub] incubator-weex-site pull request #172: General edits to guide/index.md file

2018-07-05 Thread varunsob
Github user varunsob commented on a diff in the pull request:

https://github.com/apache/incubator-weex-site/pull/172#discussion_r200552082
  
--- Diff: source/guide/index.md ---
@@ -124,11 +124,11 @@ npm install
 npm start
 ```
 
-`npm start` will start a web server on port `8081`. Open 
`http://localhost:8081` in your browser of choice to see the rendered result of 
your Weex app. The source code is located in `src/` folder. You can develop it 
as normal Vue.js project.
+`npm start` will start a web server on port `8081`. Open 
`http://localhost:8081` in your browser of choice to see the rendered result of 
your Weex app. The source code is located in `src/` folder. You can develop it 
as a normal Vue.js project.
 
 ![Preview](./images/toolkit-preview.png)
 
-Additionally, you can open `http://localhost:8081/web/preview.html` to 
preview the rendered result on the web in an iframe. You can also scan the QR 
code generated on the right using the [Weex playground 
app](/tools/playground.html) then you'll see the rendered result on the mobile 
device.
+Additionally, you can open `http://localhost:8081/web/preview.html` to 
preview the rendered result on the web in an iframe. You can also scan the QR 
code generated on the right using the[Weex playground 
app](/tools/playground.html) to see the rendered result on the mobile device.
--- End diff --

Single space is need between "the" and "[Weex playground app]"


---


Re: [VOTE]: Release Apache Weex (Incubating) 0.19.0 [RC2]

2018-07-05 Thread NetPuter
So 0.19.0 RC2 is released?

But no change log on https://weex-project.io/cn/releasenote.html

Willem Jiang  于2018年6月30日周六 下午5:30写道:

> Please don't just add +1 on the vote.
> As the PPMC voting we need to specify what we checked and what kind of
> issue we still need to resolve.
>
> I just checked License file, it looks like there are some file directory is
> changed and we need to updated.
> And we are not supposed just copy the License Header to the License file,
> please check this section[1] for more information.
> Most of time you are not supposed to add the ASF License on the top of
> third party code.[2]
>
> [1]http://apache.org/dev/licensing-howto.html#permissive-deps
> [2]https://www.apache.org/legal/src-headers.html#3party
>
>
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Thu, Jun 28, 2018 at 6:11 PM, 宁栗  wrote:
>
> > +1
> > Thank you for the release.
> >
> > 2018-06-27 11:13 GMT+08:00 Jason Xu :
> >
> > > +1
> > >  Thank you for the release.
> > >
> > > 2018-06-27 8:02 GMT+08:00 方曦(千之) :
> > >
> > > > +1.
> > > > Thank you for the release work.
> > > >
> > > > 发自我的 iPhone
> > > >
> > > > > 在 2018年6月26日,21:32,申远  写道:
> > > > >
> > > > > +1
> > > > > Thank you for the release
> > > >
> > >
> > >
> > >
> > > --
> > > Thanks.
> > > Jason Xu
> > >
> >
>


-- 
Best Regards,
NetPuter Lin *»* 


[jira] [Commented] (WEEX-491) navigator 是否能增加清除页面栈的方法?

2018-07-05 Thread weifengsmile (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16534392#comment-16534392
 ] 

weifengsmile commented on WEEX-491:
---

[~xyyxyy1234] Thanks for your reply, I have executed force gc after the 
activity popped by navigator, but the Native memory didn't reduced.

Then I checked the memory info by Android profiler in Android Studio. The 
result was that there were lots of bitmap not released in heap memory. And the 
bitmap is from many pictures in the activity loaded from network.

The problem was that the bitmap memory wasn't released after the activity 
popped and so I guess if it is an issue of memory leak in weexSDK of Android. 
If app user pushes as many as activities no matter how many activities he pops, 
the app heap memory will increase all the time util system kills it for memory 
not enough.

If it is not an issue of weexSDK, what can I do in this scenario to promise app 
not crash for memory problem? For example, can I do something to release all 
bitmap memory of images manually in the lifecycle of activity such as 
"onDestroy"?

Look forward to your guidance, thank you very much!

> navigator 是否能增加清除页面栈的方法?
> 
>
> Key: WEEX-491
> URL: https://issues.apache.org/jira/browse/WEEX-491
> Project: Weex
>  Issue Type: Wish
>  Components: Android, iOS
>Reporter: weifengsmile
>Assignee: codefurture
>Priority: Major
>  Labels: easyfix
>
> 目前的navigator模块,做跳转时只能push,pop,open或close,并不能清除之前的页面栈,所以能不能增加这个功能,否则在某些场景,页面可能被无限push导致堆栈内存占用不断增加最终OOM
> 或者说,目前有什么方案可以解决这个问题吗?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-482) Support multi value headers(WXStreamModule)

2018-07-05 Thread Kuldeep Keshwar (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533853#comment-16533853
 ] 

Kuldeep Keshwar commented on WEEX-482:
--

raised PR for this 

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

> Support multi value headers(WXStreamModule)
> ---
>
> Key: WEEX-482
> URL: https://issues.apache.org/jira/browse/WEEX-482
> Project: Weex
>  Issue Type: Bug
>  Components: Android
>Reporter: Kuldeep Keshwar
>Assignee: codefurture
>Priority: Major
>
> Currently we just support single value header, while reading the response, 
> For: Reference check out 
> [https://github.com/apache/incubator-weex/blob/67d3f1dc68cce85a8c07e66a92b41c2f43dd8ccf/android/sdk/src/main/java/com/taobao/weex/http/WXStreamModule.java#L328]
> in case of multi-value, we read only first value ignoring the rest of values 
> which is not desirable 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-490) set "type=tel" and "type=number" in input component, but also can input text

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533785#comment-16533785
 ] 

ASF GitHub Bot commented on WEEX-490:
-

Github user WaldenCael commented on the issue:

https://github.com/apache/incubator-weex/pull/1310
  
two input in android, one type is text, other is password, when switch 
cursor in tow input, android keyboard will be disappear, keyboard will appear 
after touch input two times . can you help to fix this? thanks!


> set "type=tel" and "type=number" in input component, but also can input text 
> -
>
> Key: WEEX-490
> URL: https://issues.apache.org/jira/browse/WEEX-490
> Project: Weex
>  Issue Type: Bug
>  Components: Android, iOS
>Affects Versions: 0.19
>Reporter: yangchen
>Assignee: codefurture
>Priority: Major
> Fix For: 0.20
>
>
> set "type=tel" and "type=number" in input component, but also can input text 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-491) navigator 是否能增加清除页面栈的方法?

2018-07-05 Thread XuYouyang (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533543#comment-16533543
 ] 

XuYouyang commented on WEEX-491:


[~weifengsmile] I think whether vm does not execute gc? Maybe you can debug 
through Android Studio to force gc after the activity popped by navigator and 
observe the memory info.

> navigator 是否能增加清除页面栈的方法?
> 
>
> Key: WEEX-491
> URL: https://issues.apache.org/jira/browse/WEEX-491
> Project: Weex
>  Issue Type: Wish
>  Components: Android, iOS
>Reporter: weifengsmile
>Assignee: codefurture
>Priority: Major
>  Labels: easyfix
>
> 目前的navigator模块,做跳转时只能push,pop,open或close,并不能清除之前的页面栈,所以能不能增加这个功能,否则在某些场景,页面可能被无限push导致堆栈内存占用不断增加最终OOM
> 或者说,目前有什么方案可以解决这个问题吗?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-154) Weex render and other thin but critical issues should be classify to render container by call render of exception callback

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang resolved WEEX-154.
--
Resolution: Resolved

> Weex render and other thin but critical issues should be classify to render 
> container by call render of exception callback
> --
>
> Key: WEEX-154
> URL: https://issues.apache.org/jira/browse/WEEX-154
> Project: Weex
>  Issue Type: New Feature
>  Components: Android, iOS, JSFM
>Reporter: atomtong
>Assignee: zhengshihan
>Priority: Minor
>  Labels: features
>
> hi guys,
> Rendering or other thin but critical issues in Weex SDK should be classified 
> to render container by call render of exception callback.
> In order to classify Weex SDK those problems,  we are clearing up error code 
> and degrade code for render container。
> in detail, error code classified by js framework initializing, js bundle 
> download, js bundle rendering and another process.
> WXErrorCode and WXRenderErrorCode is the specific class to define those 
> errors.and we can call WXExceptionUtils's commit method to track those errors 
> immediately to some RT userlog analyzing platform. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (WEEX-290) how to use list method resetLoadmore

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang closed WEEX-290.

Resolution: Won't Fix

> how to use list method resetLoadmore
> 
>
> Key: WEEX-290
> URL: https://issues.apache.org/jira/browse/WEEX-290
> Project: Weex
>  Issue Type: Bug
>  Components: Android, JSFM
>Affects Versions: 0.18
>Reporter: mjsornp
>Assignee: Hanks Zhang
>Priority: Major
>
> How to use method resetLoadmore in list component
> document descript as below, but I still don't known how to use this function:
> [https://weex.apache.org/cn/references/components/list.html#resetloadmore-0-9]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-484) Failure of parsing transform parameter when in third-party environment

2018-07-05 Thread qz (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

qz resolved WEEX-484.
-
Resolution: Fixed

> Failure of parsing transform parameter  when in third-party environment
> ---
>
> Key: WEEX-484
> URL: https://issues.apache.org/jira/browse/WEEX-484
> Project: Weex
>  Issue Type: Bug
>Reporter: qz
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-492) Make stoppropagation parameter compatible with Rax framework

2018-07-05 Thread qz (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

qz resolved WEEX-492.
-
Resolution: Fixed

> Make stoppropagation parameter compatible with Rax framework
> 
>
> Key: WEEX-492
> URL: https://issues.apache.org/jira/browse/WEEX-492
> Project: Weex
>  Issue Type: Bug
>Reporter: qz
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-394) [iOS] Add license for some iOS files

2018-07-05 Thread XuYouyang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

XuYouyang resolved WEEX-394.

Resolution: Fixed

> [iOS] Add license for some iOS files
> 
>
> Key: WEEX-394
> URL: https://issues.apache.org/jira/browse/WEEX-394
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 0.19
>Reporter: XuYouyang
>Assignee: XuYouyang
>Priority: Major
> Fix For: 0.20
>
>
>  •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/Layout.c
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/Layout.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreFlexEnum.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreLayout.cpp
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreLayout.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreStyle.cpp
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreStyle.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter+Transfer.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Protocol/WXAnalyzerProtocol.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Protocol/WXConfigCenterProtocol.h



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-397) Support to build js framework files in build_from_source.sh

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang resolved WEEX-397.
--
Resolution: Resolved

> Support to build js framework files in build_from_source.sh
> ---
>
> Key: WEEX-397
> URL: https://issues.apache.org/jira/browse/WEEX-397
> Project: Weex
>  Issue Type: Improvement
>  Components: JSFM
>Reporter: Hanks Zhang
>Assignee: Hanks Zhang
>Priority: Minor
>
> Now, run the "scripts/build_from_source.sh" script will not generate js 
> frameworks correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-438) vue-rx error: exception:Exception: TypeError: undefined is not an object (evaluating 'root.clearTimeout.bind')

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang resolved WEEX-438.
--
Resolution: Not A Problem

> vue-rx error:  exception:Exception: TypeError: undefined is not an object 
> (evaluating 'root.clearTimeout.bind')
> ---
>
> Key: WEEX-438
> URL: https://issues.apache.org/jira/browse/WEEX-438
> Project: Weex
>  Issue Type: Bug
>  Components: JSFM
>Reporter: itfront
>Assignee: Hanks Zhang
>Priority: Major
>  Labels: clearTimeout.bind, rxjs
>
> 
>  
>  Age:\{{ age$ }}
>  
> 
> 
>  import Vue from 'vue'
>  import VueRx from 'vue-rx'
>  import Rx from 'rxjs/Rx'
> Vue.use(VueRx, Rx)
> module.exports = {
>  subscriptions () {
>  return {
>  age$: Rx.Observable.of(23)
>  .map(data => data),
>  }
>  }
>  }
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-327) 在ios的safari上bfcache失效(MessageChannel引起

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang resolved WEEX-327.
--
Resolution: Delivered

> 在ios的safari上bfcache失效(MessageChannel引起
> --
>
> Key: WEEX-327
> URL: https://issues.apache.org/jira/browse/WEEX-327
> Project: Weex
>  Issue Type: Bug
>  Components: Web Renderer
>Affects Versions: 0.18
> Environment: ios 11.3
> 浏览器:ios上所有浏览器
>Reporter: wj
>Assignee: Danz He
>Priority: Major
>  Labels: weex, weex-vue-render
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> 问题复现:
> 1.打开下面dotWe链接:
> [http://dotwe.org/vue/b9a2bf2c5b5d39d61026f09b28905239]
> 2.点击手机模型下方的“Open it in a new page”得到独立页面的地址
> 3.用ios的safari的打开得到的地址
> 4.在列表页滚动一段距离,然后点击随便一个item跳转到下一页。
> 5.在下一页返回
> 期望表现:
> 应该从bfcache中恢复页面,返回后列表停在原来位置。
> 实际表现:
> 列表回到了顶部,页面js重新执行了。如果监听页面的pageshow事件,会发现event.persisted始终是false。
> 这个bug最早是在vue2.5.16上发现的[点这里|https://github.com/vuejs/vue/issues/8109]
> 因为vue2.4.4以后用到了MessageChannel导致了这个bug,所以在一个标准的vue工程里把vue版本降回2.4.3就没有问题了。
> 但是!在weex的工程里,就算我把vue版本降回2.4.3,还是不行,最终发现是下面这一行的问题
> [weex-vue-render/src/weex/index.js|https://github.com/weexteam/weex-vue-render/blob/5a8218089deebed99b6e1808e5a7a058a18b2373/src/weex/index.js#L28]
> Line 28 in 
> [5a82180|https://github.com/weexteam/weex-vue-render/commit/5a8218089deebed99b6e1808e5a7a058a18b2373]
> | |import 'core-js/modules/es6.promise'|
> core-js这个库也用到了MessageChannel
> (飞猪的线上产品也是有这个问题的:[https://m.fliggy.com/?_projVer=0.1.128)|https://m.fliggy.com/?_projVer=0.1.128%EF%BC%89]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (WEEX-104) How to handle component Route in weex?

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang closed WEEX-104.

Resolution: Not A Problem

> How to handle component Route in weex?
> --
>
> Key: WEEX-104
> URL: https://issues.apache.org/jira/browse/WEEX-104
> Project: Weex
>  Issue Type: Bug
>  Components: Web Renderer
>Reporter: Edward Zhang
>Assignee: Danz He
>Priority: Major
> Attachments: 1.png, 2.png
>
>
> *When I build weex app. I found every vue file will be generated a js file. 
> And when I serve project. All of js files added to my html file. Why it is 
> load all the files in it? How could I route my weex app? every js file 
> content is below:*
> var App = require('..\src\xxx.vue')   // different vue file.
> App.el = '#root'
> new Vue(App)
> *I think it is not good way to route entire app. Does anyone could support me 
> snippet code?*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-104) How to handle component Route in weex?

2018-07-05 Thread Hanks Zhang (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533446#comment-16533446
 ] 

Hanks Zhang commented on WEEX-104:
--

Using vue-router to write SPA (single-page-application), or using navigator 
module to achieve MPA (multiple-page-application).

 

http://weex-project.io/guide/advanced/use-vuex-and-vue-router.html

> How to handle component Route in weex?
> --
>
> Key: WEEX-104
> URL: https://issues.apache.org/jira/browse/WEEX-104
> Project: Weex
>  Issue Type: Bug
>  Components: Web Renderer
>Reporter: Edward Zhang
>Assignee: Danz He
>Priority: Major
> Attachments: 1.png, 2.png
>
>
> *When I build weex app. I found every vue file will be generated a js file. 
> And when I serve project. All of js files added to my html file. Why it is 
> load all the files in it? How could I route my weex app? every js file 
> content is below:*
> var App = require('..\src\xxx.vue')   // different vue file.
> App.el = '#root'
> new Vue(App)
> *I think it is not good way to route entire app. Does anyone could support me 
> snippet code?*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (WEEX-330) component not updating title on web renderer

2018-07-05 Thread Hanks Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/WEEX-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanks Zhang resolved WEEX-330.
--
Resolution: Won't Fix

>  component not updating title on web renderer
> --
>
> Key: WEEX-330
> URL: https://issues.apache.org/jira/browse/WEEX-330
> Project: Weex
>  Issue Type: Bug
>  Components: Web Renderer
>Affects Versions: 0.12
> Environment: Firefox 59, Ubuntu 17.10 x64, Both dotwe.org and the 
> weex command line tool v1.3.4 (latest release in npm). It seems to carry out 
> through several versions.
>Reporter: Gonzalo Ruiz
>Assignee: Danz He
>Priority: Major
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Cannot read a "web" component's  on the web renderer. It works on 
> Android but the value is simply "" on the web renderer.
> I'm using the title tag to pass an auth token from a webview to the app's JS 
> code to execute a login, but my code only works on a real device, making 
> development troublesome.
>  
> Link to reproduce the issue:
> [http://dotwe.org/vue/0e21b48adcc302ca8c90449e083acf62]
>  
> This is a resource to aid with fixing the issue: a jsFiddle demo that 
> successfully retrieves the title from an iframe object:
> [https://jsfiddle.net/wLvdexkq/]
> The only code that needs to be executed is the following:
> document.getElementById("main-content-iframe").contentDocument.title
> But mind that this needs to be executed when the iframe loads.
>  
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-394) [iOS] Add license for some iOS files

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533414#comment-16533414
 ] 

ASF GitHub Bot commented on WEEX-394:
-

Github user xuyouyang closed the pull request at:

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


> [iOS] Add license for some iOS files
> 
>
> Key: WEEX-394
> URL: https://issues.apache.org/jira/browse/WEEX-394
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 0.19
>Reporter: XuYouyang
>Assignee: XuYouyang
>Priority: Major
> Fix For: 0.20
>
>
>  •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/Layout.c
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/Layout.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreFlexEnum.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreLayout.cpp
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreLayout.h
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreStyle.cpp
> •   ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Layout/WXCoreStyle.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter+Transfer.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Protocol/WXAnalyzerProtocol.h
> •   
> ./incubator-weex-7102479/ios/sdk/WeexSDK/Sources/Protocol/WXConfigCenterProtocol.h



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-weex-site pull request #173: Update integrate-devtool-to-ios.md

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

https://github.com/apache/incubator-weex-site/pull/173


---


[GitHub] incubator-weex-site pull request #174: Update integrate-devtool-to-ios.md

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

https://github.com/apache/incubator-weex-site/pull/174


---


[GitHub] incubator-weex-site pull request #174: Update integrate-devtool-to-ios.md

2018-07-05 Thread erha19
GitHub user erha19 opened a pull request:

https://github.com/apache/incubator-weex-site/pull/174

Update integrate-devtool-to-ios.md

Same as issue here https://github.com/apache/incubator-weex-site/pull/173.

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

$ git pull https://github.com/erha19/incubator-weex-site patch-6

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

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


commit 3ac108fdecafd736bb54e185b562425429131793
Author: Mario 
Date:   2018-07-05T08:48:41Z

Update integrate-devtool-to-ios.md

Same as issue here https://github.com/apache/incubator-weex-site/pull/173.




---


[GitHub] incubator-weex-site issue #173: Update integrate-devtool-to-ios.md

2018-07-05 Thread erha19
Github user erha19 commented on the issue:

https://github.com/apache/incubator-weex-site/pull/173
  

![image](https://user-images.githubusercontent.com/9823838/42312534-2081a5b2-8073-11e8-94bf-f43cdde21f39.png)



---


[GitHub] incubator-weex-site pull request #173: Update integrate-devtool-to-ios.md

2018-07-05 Thread erha19
GitHub user erha19 opened a pull request:

https://github.com/apache/incubator-weex-site/pull/173

Update integrate-devtool-to-ios.md

Wrong version cause it doesn't show on the sidebar

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

$ git pull https://github.com/erha19/incubator-weex-site patch-5

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

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


commit 678fdf66237b3e0ad6d24000924d38f9f16df37c
Author: Mario 
Date:   2018-07-05T08:47:06Z

Update integrate-devtool-to-ios.md

Wrong version cause it doesn't show on the sidebar




---


[jira] [Commented] (WEEX-418) method can not be override

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533383#comment-16533383
 ] 

ASF GitHub Bot commented on WEEX-418:
-

Github user Rowandjj closed the pull request at:

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


> method can not be override
> --
>
> Key: WEEX-418
> URL: https://issues.apache.org/jira/browse/WEEX-418
> Project: Weex
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 0.20
>Reporter: chuyi
>Assignee: codefurture
>Priority: Minor
>
> the following method is final: 
> * removeEvent
> * removeAllEvents



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-416) Add Pull-Refresh Offset Changed Listener

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533384#comment-16533384
 ] 

ASF GitHub Bot commented on WEEX-416:
-

Github user Rowandjj closed the pull request at:

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


> Add Pull-Refresh Offset Changed Listener
> 
>
> Key: WEEX-416
> URL: https://issues.apache.org/jira/browse/WEEX-416
> Project: Weex
>  Issue Type: New Feature
>  Components: Android
>Reporter: chuyi
>Assignee: codefurture
>Priority: Minor
>
> Add Pull-Refresh Offset Changed Listener so that user can custom pull-refresh 
> animation



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-99) The setViewport method in WXMetaModule is ASYN right now which makes weexInstance.viewportWidth setted after view created.

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533380#comment-16533380
 ] 

ASF GitHub Bot commented on WEEX-99:


Github user asfgit closed the pull request at:

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


> The setViewport method in WXMetaModule is ASYN right now which makes 
> weexInstance.viewportWidth setted after view created.
> --
>
> Key: WEEX-99
> URL: https://issues.apache.org/jira/browse/WEEX-99
> Project: Weex
>  Issue Type: Bug
>  Components: iOS
>Reporter: myeveryheart
>Assignee: Adam Feng
>Priority: Major
> Attachments: 粘贴图片.png, 粘贴图片1.png, 粘贴图片2.png, 粘贴图片3.png
>
>
> The meta module can be used to declare meta information for a single page, 
> such as the viewport of the container.
> It provides a method 'setViewport' to change the viewport of the page.
> But the method is ASYN right now which makes weexInstance.viewportWidth 
> setted after view created.
> The bug is in iOS and Android.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-341) add armeabi-v7a so support

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533376#comment-16533376
 ] 

ASF GitHub Bot commented on WEEX-341:
-

Github user asfgit closed the pull request at:

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


> add armeabi-v7a so support
> --
>
> Key: WEEX-341
> URL: https://issues.apache.org/jira/browse/WEEX-341
> Project: Weex
>  Issue Type: New Feature
>Reporter: toretto
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-269) add T3D api support

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533375#comment-16533375
 ] 

ASF GitHub Bot commented on WEEX-269:
-

Github user asfgit closed the pull request at:

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


> add T3D api support
> ---
>
> Key: WEEX-269
> URL: https://issues.apache.org/jira/browse/WEEX-269
> Project: Weex
>  Issue Type: New Feature
>Reporter: toretto
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-207) statistics jsf init status

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533374#comment-16533374
 ] 

ASF GitHub Bot commented on WEEX-207:
-

Github user asfgit closed the pull request at:

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


> statistics jsf init status
> --
>
> Key: WEEX-207
> URL: https://issues.apache.org/jira/browse/WEEX-207
> Project: Weex
>  Issue Type: Bug
>Reporter: toretto
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-408) measure func not right recyclelist update measure function

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533379#comment-16533379
 ] 

ASF GitHub Bot commented on WEEX-408:
-

Github user asfgit closed the pull request at:

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


> measure func not right recyclelist update measure function
> --
>
> Key: WEEX-408
> URL: https://issues.apache.org/jira/browse/WEEX-408
> Project: Weex
>  Issue Type: Bug
>Reporter: jike
>Assignee: Adam Feng
>Priority: Major
>
> measure func功能回滚



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-207) statistics jsf init status

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533373#comment-16533373
 ] 

ASF GitHub Bot commented on WEEX-207:
-

Github user asfgit closed the pull request at:

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


> statistics jsf init status
> --
>
> Key: WEEX-207
> URL: https://issues.apache.org/jira/browse/WEEX-207
> Project: Weex
>  Issue Type: Bug
>Reporter: toretto
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-379) StringRefCache

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533377#comment-16533377
 ] 

ASF GitHub Bot commented on WEEX-379:
-

Github user asfgit closed the pull request at:

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


> StringRefCache
> --
>
> Key: WEEX-379
> URL: https://issues.apache.org/jira/browse/WEEX-379
> Project: Weex
>  Issue Type: Improvement
>  Components: Android
>Reporter: jike
>Assignee: Adam Feng
>Priority: Major
>
> StringRefCache 改造



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-386) waterfall的 leftgap 和 rightgap属性支持

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533378#comment-16533378
 ] 

ASF GitHub Bot commented on WEEX-386:
-

Github user asfgit closed the pull request at:

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


> waterfall的 leftgap 和 rightgap属性支持
> -
>
> Key: WEEX-386
> URL: https://issues.apache.org/jira/browse/WEEX-386
> Project: Weex
>  Issue Type: Bug
>Reporter: jike
>Assignee: Adam Feng
>Priority: Major
>
> waterfall的 leftgap 和 rightgap属性支持



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-492) Make stoppropagation parameter compatible with Rax framework

2018-07-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1650#comment-1650
 ] 

ASF GitHub Bot commented on WEEX-492:
-

Github user doumafang closed the pull request at:

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


> Make stoppropagation parameter compatible with Rax framework
> 
>
> Key: WEEX-492
> URL: https://issues.apache.org/jira/browse/WEEX-492
> Project: Weex
>  Issue Type: Bug
>Reporter: qz
>Assignee: Adam Feng
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (WEEX-494) InitFramework get params failed

2018-07-05 Thread xumin (JIRA)
xumin created WEEX-494:
--

 Summary: InitFramework get params failed
 Key: WEEX-494
 URL: https://issues.apache.org/jira/browse/WEEX-494
 Project: Weex
  Issue Type: Task
  Components: Android
Reporter: xumin
Assignee: codefurture


InitFramework get params failed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)