[GitHub] shawon1220 opened a new issue #1748: IOS stream get方法不支持graphql语法

2018-11-13 Thread GitBox
shawon1220 opened a new issue #1748: IOS stream get方法不支持graphql语法 URL: https://github.com/apache/incubator-weex/issues/1748 使用Weex playground app 测试 IOS stream get方法不支持graphql语法,android可以。 类似请求 '/graphql?query={userInfo{id,userName}}' 返回 {"status":-1,"ok":false}

[GitHub] weex-bot commented on issue #1749: [WEEX-659][core][eagle] support more feature in parser

2018-11-13 Thread GitBox
weex-bot commented on issue #1749: [WEEX-659][core][eagle] support more feature in parser URL: https://github.com/apache/incubator-weex/pull/1749#issuecomment-438209245 Fails :no_entry_sign: Code file

[GitHub] erha19 commented on issue #1604: `$ weex create helloworld` 报一系列警告(错误)

2018-11-13 Thread GitBox
erha19 commented on issue #1604: `$ weex create helloworld` 报一系列警告(错误) URL: https://github.com/apache/incubator-weex/issues/1604#issuecomment-438209394 @forwardNow you can see the document here http://weex.apache.org/cn/guide/index.html. @Hanks10100 And this issue is no longer

[GitHub] erha19 commented on issue #1686: 新建项目启动白屏,process.env.NODE_ENV找不到

2018-11-13 Thread GitBox
erha19 commented on issue #1686: 新建项目启动白屏,process.env.NODE_ENV找不到 URL: https://github.com/apache/incubator-weex/issues/1686#issuecomment-438207973 @foyel @qzcsgs The official `webpack` configuration has been updated, and the `process .env.NODE_ENV` variable will be automatically replaced.

[GitHub] erha19 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-13 Thread GitBox
erha19 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-438208176 @allen2437 @weenta @weenta see https://github.com/apache/incubator-weex/issues/1686#issuecomment-438207973.

[GitHub] weex-bot edited a comment on issue #1749: [WEEX-659][core][eagle] support more feature in parser

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1749: [WEEX-659][core][eagle] support more feature in parser URL: https://github.com/apache/incubator-weex/pull/1749#issuecomment-438209245 Messages :book: has no

[GitHub] mythbobo opened a new issue #1747: 希望添加麦克风读取功能

2018-11-13 Thread GitBox
mythbobo opened a new issue #1747: 希望添加麦克风读取功能 URL: https://github.com/apache/incubator-weex/issues/1747 麦克风的使用频率还是很高的。希望能作为基础模块接口调用。非常感谢! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] Hanks10100 closed issue #1725: weex中插入实体字符

2018-11-13 Thread GitBox
Hanks10100 closed issue #1725: weex中插入实体字符 URL: https://github.com/apache/incubator-weex/issues/1725 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] Hanks10100 commented on issue #1725: weex中插入实体字符

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1725: weex中插入实体字符 URL: https://github.com/apache/incubator-weex/issues/1725#issuecomment-438231719 参考这里的例子: http://weex-project.io/cn/examples.html#component/text http://dotwe.org/vue/b0e734ebc5d24f030154ff2d954781f5

[GitHub] Hanks10100 commented on issue #1728: render eroor: border in

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1728: render eroor: border in URL: https://github.com/apache/incubator-weex/issues/1728#issuecomment-438233806 It works fine for me. http://dotwe.org/vue/539c38f46c2d232009b76e8d6c0ce294 This

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Warnings :warning:

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] Hanks10100 commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果???

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果??? URL: https://github.com/apache/incubator-weex/issues/1735#issuecomment-438235810 #1736 This is an automated message from the Apache Git Service. To

[GitHub] Hanks10100 commented on issue #1747: 希望添加麦克风读取功能

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1747: 希望添加麦克风读取功能 URL: https://github.com/apache/incubator-weex/issues/1747#issuecomment-438239170 这个功能可以用独立的模块来实现,Weex SDK 为了保持精简,未必适合内置此功能。 参考: + http://weex-project.io/cn/guide/extend-android.html +

[GitHub] Hanks10100 commented on issue #1748: IOS stream get方法不支持graphql语法

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1748: IOS stream get方法不支持graphql语法 URL: https://github.com/apache/incubator-weex/issues/1748#issuecomment-438239579 很可能与网络库或者服务端接口有关,请提供例子和复现问题的步骤。 This is an automated message from the Apache

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] LionBuer commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果???

2018-11-13 Thread GitBox
LionBuer commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果??? URL: https://github.com/apache/incubator-weex/issues/1735#issuecomment-438245965 @Hanks10100 我是长列表,请问直接使用前端实现,不会出现内存暴增吗? This is an automated message

[GitHub] lucky-chen opened a new pull request #1751: Ios feature interaction devtool

2018-11-13 Thread GitBox
lucky-chen opened a new pull request #1751: Ios feature interaction devtool URL: https://github.com/apache/incubator-weex/pull/1751 - transfer peformance info to devtool - add log switch of jsengin/jsfm/weexcore ,to analyze interactionTime

[GitHub] Hanks10100 closed issue #1727: navigator 为什么跳转之后界面没东西

2018-11-13 Thread GitBox
Hanks10100 closed issue #1727: navigator 为什么跳转之后界面没东西 URL: https://github.com/apache/incubator-weex/issues/1727 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] Hanks10100 commented on issue #1727: navigator 为什么跳转之后界面没东西

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1727: navigator 为什么跳转之后界面没东西 URL: https://github.com/apache/incubator-weex/issues/1727#issuecomment-438232347 这里有 navigator 的例子: http://weex-project.io/cn/examples.html#module/navigator 信息提供不全,很可能是 URL 地址或者网络原因, issue 先关掉了,如果还有问题请提供更详细的信息。

[GitHub] Hanks10100 commented on issue #1739: weex 从一个页面点击进入下一个页面 然后回到上个页面 在进入 发现接口数据不请求 什么原因

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1739: weex 从一个页面点击进入下一个页面 然后回到上个页面 在进入 发现接口数据不请求 什么原因 URL: https://github.com/apache/incubator-weex/issues/1739#issuecomment-438238011 信息不足,issue 先关掉了,如果还有问题,请按照 issue 模板提供更详细的信息。 This is an

[GitHub] Hanks10100 closed issue #1739: weex 从一个页面点击进入下一个页面 然后回到上个页面 在进入 发现接口数据不请求 什么原因

2018-11-13 Thread GitBox
Hanks10100 closed issue #1739: weex 从一个页面点击进入下一个页面 然后回到上个页面 在进入 发现接口数据不请求 什么原因 URL: https://github.com/apache/incubator-weex/issues/1739 This is an automated message from the Apache Git Service. To respond to the

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Warnings :warning:

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] shawon1220 commented on issue #1748: IOS stream get方法不支持graphql语法

2018-11-13 Thread GitBox
shawon1220 commented on issue #1748: IOS stream get方法不支持graphql语法 URL: https://github.com/apache/incubator-weex/issues/1748#issuecomment-438242719 @Hanks10100 thks, 目前我们都改成POST了,post没问题。另外playground新版本不支持调试了吗?找不到顶部那个小按钮了。

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] weex-bot commented on issue #1751: [iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot commented on issue #1751: [iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Messages :book: has no

[GitHub] weex-bot edited a comment on issue #1751: [iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1751: [iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Messages :book: No

[GitHub] Hanks10100 commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果???

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果??? URL: https://github.com/apache/incubator-weex/issues/1735#issuecomment-438234608 折叠展开这种效果,在前端里就可以实现。 This is an automated message from the Apache

[GitHub] Hanks10100 commented on issue #1746: iOS版本 div的@ShouldStopPropagation方法无效 weeksdk版本为0.19.0.2

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1746: iOS版本 div的@ShouldStopPropagation方法无效 weeksdk版本为0.19.0.2 URL: https://github.com/apache/incubator-weex/issues/1746#issuecomment-438238623 请提供完整例子和复现步骤。 This is an automated message from

[GitHub] weex-bot commented on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot commented on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] lucky-chen opened a new pull request #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
lucky-chen opened a new pull request #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750 add component ignoreInteraction flag bad case addElement onScreen with loop

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Warnings :warning:

[GitHub] weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1750: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750#issuecomment-438240112 Messages :book:

[GitHub] Hanks10100 closed issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果???

2018-11-13 Thread GitBox
Hanks10100 closed issue #1735: 请问weex如何利用recycle-list实现cell的折叠与展开效果??? URL: https://github.com/apache/incubator-weex/issues/1735 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] weex-bot edited a comment on issue #1751: [iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1751: [iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Fails :no_entry_sign: Code

[GitHub] yxping opened a new pull request #1749: Feature dr parser

2018-11-13 Thread GitBox
yxping opened a new pull request #1749: Feature dr parser URL: https://github.com/apache/incubator-weex/pull/1749 Detail: 1. Support more feature in parser like try catch & switch case & regular expression & class property 2. Restructure decoder and encoder of opcode 3. Support

[GitHub] erha19 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-13 Thread GitBox
erha19 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-438208369 @Hanks10100 Duplicate issues can be closed. This is an automated

[GitHub] erha19 commented on issue #1630: weex macbookpro安装失败

2018-11-13 Thread GitBox
erha19 commented on issue #1630: weex macbookpro安装失败 URL: https://github.com/apache/incubator-weex/issues/1630#issuecomment-438209801 @Hanks10100 This issue is no longer active, it should be closed now. This is an automated

[GitHub] weex-bot edited a comment on issue #1749: [WEEX-659][core][eagle] support more feature in parser

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1749: [WEEX-659][core][eagle] support more feature in parser URL: https://github.com/apache/incubator-weex/pull/1749#issuecomment-438209245 Fails :no_entry_sign: Failed

[GitHub] weex-bot edited a comment on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Messages :book: No android file has

[GitHub] Hanks10100 commented on a change in pull request #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
Hanks10100 commented on a change in pull request #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#discussion_r233074819 ## File path: runtime/frameworks/legacy/core/array.js ## @@ -1,5 +1,22 @@ /* eslint-disable */ -

[GitHub] weex-bot edited a comment on issue #1754: [iOS] fix weexsdk compile error

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1754: [iOS] fix weexsdk compile error URL: https://github.com/apache/incubator-weex/pull/1754#issuecomment-438304710 Messages :book: No android file has been

[GitHub] weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency URL: https://github.com/apache/incubator-weex/pull/1330#issuecomment-405150844 Warnings :warning: No Changelog

[GitHub] weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency URL: https://github.com/apache/incubator-weex/pull/1330#issuecomment-405150844 Messages :book: No android

[GitHub] weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Messages :book:

[GitHub] weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Fails :no_entry_sign:

[GitHub] weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1330: [android]update zxing core to gradle dependency URL: https://github.com/apache/incubator-weex/pull/1330#issuecomment-405150844 Messages :book: has no jsfm

[GitHub] weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool)

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1751: [WEEX-661][iOS] new feature for analyze interaction info (dev_tool) URL: https://github.com/apache/incubator-weex/pull/1751#issuecomment-438257775 Messages :book:

[GitHub] gengjiawen opened a new issue #1755: [Discussion] Move android build file to root

2018-11-13 Thread GitBox
gengjiawen opened a new issue #1755: [Discussion] Move android build file to root URL: https://github.com/apache/incubator-weex/issues/1755 Currently it's in android folder, it make IDE like android studio and IntelliJ IDEA hard to view other directory like cpp code. I can send a pr to

[GitHub] jondong opened a new pull request #1752: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong opened a new pull request #1752: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1752 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] jondong opened a new pull request #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong opened a new pull request #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] weex-bot edited a comment on issue #1754: [iOS] fix weexsdk compile error

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1754: [iOS] fix weexsdk compile error URL: https://github.com/apache/incubator-weex/pull/1754#issuecomment-438304710 Messages :book: has no jsfm file changed.

[GitHub] weex-bot commented on issue #1754: [iOS] fix weexsdk compile error

2018-11-13 Thread GitBox
weex-bot commented on issue #1754: [iOS] fix weexsdk compile error URL: https://github.com/apache/incubator-weex/pull/1754#issuecomment-438304710 Warnings :warning: No Changelog changes!

[GitHub] jondong closed pull request #1752: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong closed pull request #1752: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1752 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] weex-bot commented on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot commented on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Messages :book: has no jsfm file changed.

[GitHub] weex-bot edited a comment on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Warnings :warning: No Changelog changes!

[incubator-weex] branch master updated: [iOS] fix weexsdk compile error (#1754)

2018-11-13 Thread kyork
This is an automated email from the ASF dual-hosted git repository. kyork pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-weex.git The following commit(s) were added to refs/heads/master by this push: new 0dc92f3 [iOS] fix weexsdk compile error

[GitHub] YorkShen closed pull request #1754: [iOS] fix weexsdk compile error

2018-11-13 Thread GitBox
YorkShen closed pull request #1754: [iOS] fix weexsdk compile error URL: https://github.com/apache/incubator-weex/pull/1754 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] gengjiawen commented on issue #1330: [android]update zxing core to gradle dependency

2018-11-13 Thread GitBox
gengjiawen commented on issue #1330: [android]update zxing core to gradle dependency URL: https://github.com/apache/incubator-weex/pull/1330#issuecomment-438314130 @YorkShen Can you review this pr, thanks. This is an

[GitHub] jondong commented on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong commented on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293325 @cxfeng1 @Hanks10100 @YorkShen PTAL, thanks. This is an automated message

[GitHub] jianhan-he opened a new pull request #1754: [iOS] fix weexsdk compile error

2018-11-13 Thread GitBox
jianhan-he opened a new pull request #1754: [iOS] fix weexsdk compile error URL: https://github.com/apache/incubator-weex/pull/1754 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-weex] branch master updated: *[iOS][WEEX-660]add component ignoreInteraction flag (bad case addElement onScreen with loop) (#1750)

2018-11-13 Thread cxfeng
This is an automated email from the ASF dual-hosted git repository. cxfeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-weex.git The following commit(s) were added to refs/heads/master by this push: new a1f6823 *[iOS][WEEX-660]add component

[GitHub] cxfeng1 closed pull request #1750: [WEEX-660][iOS]add component ignoreInteraction flag (bad case addEle…

2018-11-13 Thread GitBox
cxfeng1 closed pull request #1750: [WEEX-660][iOS]add component ignoreInteraction flag (bad case addEle… URL: https://github.com/apache/incubator-weex/pull/1750 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] weex-bot edited a comment on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Messages :book: No android file has

[GitHub] jondong commented on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong commented on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438505532 @Hanks10100 PTAL again, thanks. This is an automated message from the

[GitHub] weex-bot edited a comment on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Warnings :warning: No Changelog changes!

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Fails

[GitHub] Hanks10100 commented on issue #1755: [Discussion] Move android build file to root

2018-11-13 Thread GitBox
Hanks10100 commented on issue #1755: [Discussion] Move android build file to root URL: https://github.com/apache/incubator-weex/issues/1755#issuecomment-438516520 Thanks for your advice, but I don't think it's a good idea. Weex is a mixed technology, it contains both Android, iOS,

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Messages

[GitHub] Yhspehy edited a comment on issue #1728: render eroor: border in

2018-11-13 Thread GitBox
Yhspehy edited a comment on issue #1728: render eroor: border in URL: https://github.com/apache/incubator-weex/issues/1728#issuecomment-438504639 @Hanks10100 i mean using border in scroller instead of div This is an

[GitHub] Yhspehy commented on issue #1728: render eroor: border in

2018-11-13 Thread GitBox
Yhspehy commented on issue #1728: render eroor: border in URL: https://github.com/apache/incubator-weex/issues/1728#issuecomment-438504639 @Hanks10100 i mean using border in instead of This is an automated message from the

[GitHub] jondong commented on a change in pull request #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
jondong commented on a change in pull request #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#discussion_r233287521 ## File path: runtime/frameworks/legacy/core/array.js ## @@ -1,5 +1,22 @@ /* eslint-disable */ - +/*

[GitHub] weex-bot edited a comment on issue #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753#issuecomment-438293579 Messages :book: has no jsfm file

[incubator-weex] branch rc-0.20.0 updated: [Release] Added the missing Apache license (#1753)

2018-11-13 Thread hanks
This is an automated email from the ASF dual-hosted git repository. hanks pushed a commit to branch rc-0.20.0 in repository https://gitbox.apache.org/repos/asf/incubator-weex.git The following commit(s) were added to refs/heads/rc-0.20.0 by this push: new 7139ca2 [Release] Added the

[GitHub] Hanks10100 closed pull request #1753: [Release] Added missing Apache license

2018-11-13 Thread GitBox
Hanks10100 closed pull request #1753: [Release] Added missing Apache license URL: https://github.com/apache/incubator-weex/pull/1753 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] Yhspehy edited a comment on issue #1728: render eroor: border in

2018-11-13 Thread GitBox
Yhspehy edited a comment on issue #1728: render eroor: border in URL: https://github.com/apache/incubator-weex/issues/1728#issuecomment-438504639 @Hanks10100 i mean using border in scroller rather than div This is an

[GitHub] cxfeng1 closed pull request #1757: [iOS] Fix deadlock if WXSDKInstance is released in lock area of thread safe diction…

2018-11-13 Thread GitBox
cxfeng1 closed pull request #1757: [iOS] Fix deadlock if WXSDKInstance is released in lock area of thread safe diction… URL: https://github.com/apache/incubator-weex/pull/1757 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below

[GitHub] cxfeng1 closed pull request #1756: [iOS] fix renderWithUrl on data_render

2018-11-13 Thread GitBox
cxfeng1 closed pull request #1756: [iOS] fix renderWithUrl on data_render URL: https://github.com/apache/incubator-weex/pull/1756 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] weex-bot edited a comment on issue #1756: [iOS] fix renderWithUrl on data_render

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1756: [iOS] fix renderWithUrl on data_render URL: https://github.com/apache/incubator-weex/pull/1756#issuecomment-438552221 Messages :book: No android file has

[GitHub] weex-bot commented on issue #1756: [iOS] fix renderWithUrl on data_render

2018-11-13 Thread GitBox
weex-bot commented on issue #1756: [iOS] fix renderWithUrl on data_render URL: https://github.com/apache/incubator-weex/pull/1756#issuecomment-438552221 Messages :book: has no jsfm file changed.

[GitHub] weex-bot edited a comment on issue #1756: [iOS] fix renderWithUrl on data_render

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1756: [iOS] fix renderWithUrl on data_render URL: https://github.com/apache/incubator-weex/pull/1756#issuecomment-438552221 Warnings :warning: No Changelog changes!

[GitHub] jianhan-he opened a new pull request #1756: [iOS] fix renderWithUrl on data_render

2018-11-13 Thread GitBox
jianhan-he opened a new pull request #1756: [iOS] fix renderWithUrl on data_render URL: https://github.com/apache/incubator-weex/pull/1756 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-weex] branch master updated: [iOS] fix renderWithUrl on data_render (#1756)

2018-11-13 Thread cxfeng
This is an automated email from the ASF dual-hosted git repository. cxfeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-weex.git The following commit(s) were added to refs/heads/master by this push: new b920c01 [iOS] fix renderWithUrl on

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-11-13 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Fails

[GitHub] wqyfavor opened a new pull request #1757: [iOS] Fix deadlock if WXSDKInstance is released in lock area of thread safe diction…

2018-11-13 Thread GitBox
wqyfavor opened a new pull request #1757: [iOS] Fix deadlock if WXSDKInstance is released in lock area of thread safe diction… URL: https://github.com/apache/incubator-weex/pull/1757 …ary. First of all, thank you for your contribution! Please makes sure that these checkboxes