[GitHub] [incubator-weex] YorkShen commented on issue #3036: [Android] input doesn't support 'font-weight' style.

2019-12-10 Thread GitBox
YorkShen commented on issue #3036: [Android] input doesn't support 
'font-weight' style. 
URL: https://github.com/apache/incubator-weex/issues/3036#issuecomment-563936543
 
 
   According to the 
[document](https://weex.apache.org/zh/docs/components/input.html), 
`font-weight` is not supported by `input`.
   
   However, if you like, you could give us a PR for `font-weight` support in 
`input` by [adding a switch case for 
input](https://github.com/apache/incubator-weex/blob/master/android/sdk/src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java#L466).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3063: [Android] 显示异常 when weex version is 0.26.0 or 0.28.0

2019-12-10 Thread GitBox
YorkShen commented on issue #3063: [Android] 显示异常  when weex version is 0.26.0  
or 0.28.0
URL: https://github.com/apache/incubator-weex/issues/3063#issuecomment-563933151
 
 
   `onActivityCreate` 回调未正确执行,通常会导致一些 JS 事件无法发送,变量未初始化,很少会导致白屏。
   
   你需要检查 `GraphicActionCreateBody`, `GraphicActionAddElement` 
等对象是否被执行,这些对象是真正负责创建 View 的。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 0x612a64,请大佬看看有没有办法解决?

2019-12-10 Thread GitBox
YorkShen commented on issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so 
+ 0x612a64,请大佬看看有没有办法解决?
URL: https://github.com/apache/incubator-weex/issues/3066#issuecomment-563930832
 
 
   1. `libjsc.so` is in 
[jsc-android](https://www.npmjs.com/package/jsc-android), you should ask them.
   2. According to my knowledge, `libjsc.so` only supports `armeabi-v7a`, 
`arm64-v8a`, `x86`. Check whether your device and apk run on these CPU 
architecture. If not, then this crash is normal, `libjsc.so` just doesn't 
support this case.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 0x612a64,请大佬看看有没有办法解决?

2019-12-10 Thread GitBox
YorkShen closed issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 
0x612a64,请大佬看看有没有办法解决?
URL: https://github.com/apache/incubator-weex/issues/3066
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3070: [Android] 0.28.0 weex scroller does not support `scrollstart` & `scrollend`

2019-12-10 Thread GitBox
YorkShen commented on issue #3070: [Android]  0.28.0 weex scroller does not 
support `scrollstart` & `scrollend`
URL: https://github.com/apache/incubator-weex/issues/3070#issuecomment-563928746
 
 
   It worked well on my phone with Weex 0.28.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3070: [Android] 0.28.0 weex scroller does not support `scrollstart` & `scrollend`

2019-12-10 Thread GitBox
YorkShen closed issue #3070: [Android]  0.28.0 weex scroller does not support 
`scrollstart` & `scrollend`
URL: https://github.com/apache/incubator-weex/issues/3070
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #2358: [Android] weex scroller @scrollend can't support

2019-12-10 Thread GitBox
YorkShen commented on issue #2358: [Android] weex scroller @scrollend can't 
support  
URL: https://github.com/apache/incubator-weex/issues/2358#issuecomment-563928291
 
 
   Without a demo, I don't think there is anyone could help you.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex not support “.we” DSL yet in V0.28。

2019-12-10 Thread GitBox
YorkShen commented on issue #3064: [Android/ios] Not Bug!Ask for confirming is 
Weex  not support “.we” DSL yet in V0.28。
URL: https://github.com/apache/incubator-weex/issues/3064#issuecomment-563927839
 
 
   **Short answer**: `.we` are not supported officially and there is no test 
case for it anymore, you may use it at your own risk.
   
   **Long answer**: In Weex 0.28, we decoupled javascript interpreter from Weex 
and used JSC as the default Javascript interpreter, which is the reason of your 
problems. If you prefer `.we` support, just change it to the old 
`libJavaScriptCore.so`, you can check [travis 
file](https://github.com/apache/incubator-weex/blob/master/.travis.yml#L144) 
for a demo.
   
   **Background Information**: There are many hack code in the old 
`libJavaScriptCore.so` to support `.we` file, I am not surprised  that `.we` is 
not supported by other Javascript interpreter.  


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex not support “.we” DSL yet in V0.28。

2019-12-10 Thread GitBox
YorkShen closed issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex  
not support “.we” DSL yet in V0.28。
URL: https://github.com/apache/incubator-weex/issues/3064
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] ha6cc opened a new issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: Warning :Component tree has not build completely,onActivityCreate can not be call!

2019-12-10 Thread GitBox
ha6cc opened a new issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: 
Warning :Component tree has not build completely,onActivityCreate can not be 
call!
URL: https://github.com/apache/incubator-weex/issues/2563
 
 
   编译并运行github上的最新官方代码,在设备上的报错信息如下:
   06-17 17:09:53.736 10651-10651/com.alibaba.weex W/art: Before Android 4.1, 
method android.graphics.PorterDuffColorFilter 
android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter,
 android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would 
have incorrectly overridden the package-private method in 
android.graphics.drawable.Drawable
   06-17 17:09:53.745 10651-10651/com.alibaba.weex E/weex: idle from create 
instance cache size is 0
   06-17 17:09:53.746 10651-10651/com.alibaba.weex D/CLog: idle from create 
instance cache size is 0
   06-17 17:09:53.751 10651-10651/com.alibaba.weex W/weex: Warning :Component 
tree has not build completely,onActivityCreate can not be call!
   06-17 17:09:53.751 10651-10651/com.alibaba.weex D/CLog: Warning :Component 
tree has not build completely,onActivityCreate can not be call!
   06-17 17:09:53.795 10651-10651/com.alibaba.weex W/weex: Warning :Component 
tree has not build completely,onActivityStart can not be call!
   06-17 17:09:53.795 10651-10651/com.alibaba.weex D/CLog: Warning :Component 
tree has not build completely,onActivityStart can not be call!
   06-17 17:09:53.796 10651-10651/com.alibaba.weex W/weex: Warning :Component 
tree has not build completely, onActivityResume can not be call!
   06-17 17:09:53.796 10651-10651/com.alibaba.weex D/CLog: Warning :Component 
tree has not build completely, onActivityResume can not be call!
   errCode:-1001,msg:degradeToH5|createInstance fail|wx_create_instance_error 
isJSFrameworkInit==false reInitCount == 1
   
   系统版本号:android 5.1
   cpu架构:armeabi-v7a
   请问这个改怎么解决?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: Warning :Component tree has not build completely,onActivityCreate can not be call!

2019-12-10 Thread GitBox
YorkShen closed issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: Warning 
:Component tree has not build completely,onActivityCreate can not be call!
URL: https://github.com/apache/incubator-weex/issues/2563
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: Warning :Component tree has not build completely,onActivityCreate can not be call!

2019-12-10 Thread GitBox
YorkShen commented on issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: 
Warning :Component tree has not build completely,onActivityCreate can not be 
call!
URL: https://github.com/apache/incubator-weex/issues/2563#issuecomment-563924740
 
 
   With such little information, I don't think anyone can help you.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] YorkShen commented on issue #564: 推荐weex 做出类似于css var(--color) 或者scss $baseColor类似的全局样式变量

2019-12-10 Thread GitBox
YorkShen commented on issue #564: 推荐weex 做出类似于css var(--color) 或者scss  
$baseColor类似的全局样式变量
URL: 
https://github.com/apache/incubator-weex-site/issues/564#issuecomment-563924294
 
 
   1. GitHub issues is used to report bug, not to discuss features.
   2. If you want something, prepare a proposal with your API desgin in mailing 
list. Commmitters here are doing things for free or for their interest, they 
are not working for you.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] cnryb commented on issue #3062: weex scroller组件的scroll事件部分机型失效

2019-12-10 Thread GitBox
cnryb commented on issue #3062: weex scroller组件的scroll事件部分机型失效
URL: https://github.com/apache/incubator-weex/issues/3062#issuecomment-563924580
 
 
   有没有详细的统计,或者已知在什么设备上失效?
   跟这个似乎存在关联 #3070 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] YorkShen closed issue #564: 推荐weex 做出类似于css var(--color) 或者scss $baseColor类似的全局样式变量

2019-12-10 Thread GitBox
YorkShen closed issue #564: 推荐weex 做出类似于css var(--color) 或者scss  
$baseColor类似的全局样式变量
URL: https://github.com/apache/incubator-weex-site/issues/564
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3068: AVPlayerViewController crash

2019-12-10 Thread GitBox
YorkShen commented on issue #3068: AVPlayerViewController crash
URL: https://github.com/apache/incubator-weex/issues/3068#issuecomment-563922020
 
 
   You should ask developer of Webcore, not here.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3068: AVPlayerViewController crash

2019-12-10 Thread GitBox
YorkShen closed issue #3068: AVPlayerViewController crash
URL: https://github.com/apache/incubator-weex/issues/3068
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] jianhan-he merged pull request #3069: [iOS] Inherit auto-invert for embed.

2019-12-09 Thread GitBox
jianhan-he merged pull request #3069: [iOS] Inherit auto-invert for embed.
URL: https://github.com/apache/incubator-weex/pull/3069
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] fund-iconfont commented on issue #3070: [Android] weex scroller does not support `scrollstart` & `scrollend`

2019-12-09 Thread GitBox
fund-iconfont commented on issue #3070: [Android] weex scroller does not 
support `scrollstart` & `scrollend`
URL: https://github.com/apache/incubator-weex/issues/3070#issuecomment-563590655
 
 
   The demo: http://dotwe.org/vue/63a8d2e2d3e41dd7f1fa994517046586


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] fund-iconfont commented on issue #3036: [Android] input doesn't support 'font-weight' style.

2019-12-09 Thread GitBox
fund-iconfont commented on issue #3036: [Android] input doesn't support 
'font-weight' style. 
URL: https://github.com/apache/incubator-weex/issues/3036#issuecomment-563585925
 
 
   The demo : http://dotwe.org/vue/7d2c31eca33007f69911d817315d0a6a


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] fund-iconfont opened a new issue #3070: [Android] weex scroller does not support `scrollstart` & `scrollend`

2019-12-09 Thread GitBox
fund-iconfont opened a new issue #3070: [Android] weex scroller does not 
support `scrollstart` & `scrollend`
URL: https://github.com/apache/incubator-weex/issues/3070
 
 
   
https://weex.incubator.apache.org/zh/docs/components/scroller.html#%E4%BA%8B%E4%BB%B6
   The document has listed that wxscroller has events : `scrollstart` & 
`scrollend`. But the actual is that it doesnot support. 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] fund-iconfont commented on issue #2358: [Android] weex scroller @scrollend can't support

2019-12-09 Thread GitBox
fund-iconfont commented on issue #2358: [Android] weex scroller @scrollend 
can't support  
URL: https://github.com/apache/incubator-weex/issues/2358#issuecomment-563555175
 
 
   The document has listed that "The component `scroller` support `scrollstart` 
& `scrollend` " , but the actual is not supported. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3069: [iOS] Inherit auto-invert for embed.

2019-12-09 Thread GitBox
weex-bot commented on issue #3069: [iOS] Inherit auto-invert for embed.
URL: https://github.com/apache/incubator-weex/pull/3069#issuecomment-563241792
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
a9b5e9b2ea3df7e7a27b8a32a6e7d696f2a97108
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3069: [iOS] Inherit auto-invert for embed.

2019-12-09 Thread GitBox
wqyfavor opened a new pull request #3069: [iOS] Inherit auto-invert for embed.
URL: https://github.com/apache/incubator-weex/pull/3069
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] changcan0798 opened a new issue #3068: AVPlayerViewController crash

2019-12-09 Thread GitBox
changcan0798 opened a new issue #3068: AVPlayerViewController crash
URL: https://github.com/apache/incubator-weex/issues/3068
 
 
   
1WebCore0x189b49ad4WebCore::PlaybackSessionModelMediaElement::updateForEventName(WTF::AtomicString
 const&) + 724
   2WebCore0x18a4888ccWebCore::EventTarget::fireEventListeners(WebCore::Event&, 
WTF::Vector >, 1ul, 
WTF::CrashOnOverflow, 16ul>) + 736
   3WebCore0x18a4861ecWebCore::EventTarget::fireEventListeners(WebCore::Event&) 
+ 260
   4WebCore0x18a483104WebCore::dispatchEventInDOM(WebCore::Event&, 
WebCore::EventPath const&) + 152
   5WebCore0x18a482dc4WebCore::EventDispatcher::dispatchEvent(WebCore::Node&, 
WebCore::Event&) + 700
   6WebCore0x18a6389e0WebCore::HTMLMediaElement::dispatchEvent(WebCore::Event&) 
+ 192
   7WebCore0x18a48b424WebCore::GenericEventQueue::dispatchOneEvent() + 168
   
8WebCore0x18a93a4d8WebCore::TaskDispatcher::sharedTimerFired() 
+ 204
   9WebCore0x18a957a7cWebCore::ThreadTimers::sharedTimerFiredInternal() + 352
   10WebCore0x18a99c34cWebCore::timerFired(__CFRunLoopTimer*, void*) + 28
   
11CoreFoundation0x180e64804___CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
 + 28
   12CoreFoundation0x180e64534___CFRunLoopDoTimer + 864
   13CoreFoundation0x180e63d68___CFRunLoopDoTimers + 248
   14CoreFoundation0x180e5ec44___CFRunLoopRun + 1880
   15CoreFoundation0x180e5e1cc_CFRunLoopRunSpecific + 436
   16WebCore0x189cbf52cRunWebThread(void*) + 592
   17libsystem_pthread.dylib0x180aef2ac__pthread_body + 128
   18libsystem_pthread.dylib0x180aef20c__pthread_start + 48
   19libsystem_pthread.dylib0x180af2cf4_thread_start + 4


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] tw93 edited a comment on issue #483: [BUG]Weex Playground无法扫描README中的二维码

2019-12-09 Thread GitBox
tw93 edited a comment on issue #483: [BUG]Weex Playground无法扫描README中的二维码
URL: 
https://github.com/apache/incubator-weex-ui/issues/483#issuecomment-563194344
 
 
   ![](https://gw.alipayobjects.com/zos/r/ywffj9/IMG_9061.PNG)
   ![](https://gw.alipayobjects.com/zos/r/hkcxq1/20191209194612.png)
   This test is good, I have some mobile phone is also good, Please try again


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] tw93 commented on issue #483: [BUG]Weex Playground无法扫描README中的二维码

2019-12-09 Thread GitBox
tw93 commented on issue #483: [BUG]Weex Playground无法扫描README中的二维码
URL: 
https://github.com/apache/incubator-weex-ui/issues/483#issuecomment-563194344
 
 
   is android? my iphone is ok


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] jianhan-he merged pull request #3067: [iOS] Remove log which may cause infinite loop printing invalid object.

2019-12-08 Thread GitBox
jianhan-he merged pull request #3067: [iOS] Remove log which may cause infinite 
loop printing invalid object.
URL: https://github.com/apache/incubator-weex/pull/3067
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3067: [iOS] Remove log which may cause infinite loop printing invalid object.

2019-12-08 Thread GitBox
weex-bot commented on issue #3067: [iOS] Remove log which may cause infinite 
loop printing invalid object.
URL: https://github.com/apache/incubator-weex/pull/3067#issuecomment-563089631
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
97142138ff87f0975293b8da2e91a87876fadb8a
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3067: [iOS] Remove log which may cause infinite loop printing invalid object.

2019-12-08 Thread GitBox
wqyfavor opened a new pull request #3067: [iOS] Remove log which may cause 
infinite loop printing invalid object.
URL: https://github.com/apache/incubator-weex/pull/3067
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] DorisOu commented on issue #473: wxc-mask need overlay's click can not close

2019-12-08 Thread GitBox
DorisOu commented on issue #473: wxc-mask need overlay's click can not close
URL: 
https://github.com/apache/incubator-weex-ui/issues/473#issuecomment-563049633
 
 
   @tw93 sorry, I make a mistake,  overlay's click can not close in wxc-mask, I 
have set  overlay-can-close="false",pls check the below codes:
   
   
   
   :
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] bbssyyuui opened a new issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 0x612a64,请大佬看看有没有办法解决?

2019-12-08 Thread GitBox
bbssyyuui opened a new issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so 
+ 0x612a64,请大佬看看有没有办法解决?
URL: https://github.com/apache/incubator-weex/issues/3066
 
 
   [Android] 使用最新版0.28.0偶尔会出现这个crash,**libjsc.so + 0x612a64**,请大佬看看有没有办法解决?
   
   ```
   armARMv1 vendor(0x49) part(0x4900d450) features: 
half,thumb,fastmult,vfpv2,edsp,neon,vfpv3,tls,vfpv4,idiva,idivt8 CPUs
   
   Thread 0 (crashed)
0  libjsc.so + 0x612a64
r0 = 0x974b49f4r1 = 0xffbef340r2 = 0xffbef3c0r3 = 0x00ef
r4 = 0xffbef3c0r5 = 0x0008r6 = 0xr7 = 0x015a
r8 = 0xd8811b0cr9 = 0xd8811ac0   r10 = 0x   r12 = 0xffbef6c0
fp = 0x00efsp = 0xffbef328lr = 0xefe19a90pc = 0x96bb1a64
   Found by: given as instruction pointer in context
1  libc.so + 0x4ea8e
sp = 0xffbef340pc = 0xefe19a90
   Found by: stack scanning
2  boot-framework.oat + 0x8ef1e5
sp = 0xffbef360pc = 0x71f4c1e7
   Found by: stack scanning
3  boot-framework.art + 0x61ccc2
sp = 0xffbef364pc = 0x70b7fcc4
   Found by: stack scanning
4  libart.so + 0xe1bc5
sp = 0xffbef390pc = 0xec4e4bc7
   Found by: stack scanning
5  NotoColorEmoji.ttf + 0x2e5798
sp = 0xffbef39cpc = 0xd697179a
   Found by: stack scanning
6  libc.so + 0x5dc7b
sp = 0xffbef41cpc = 0xefe28c7d
   Found by: stack scanning
7  libc.so + 0x8bd82
sp = 0xffbef420pc = 0xefe56d84
   Found by: stack scanning
8  libart.so + 0x302b3f
sp = 0xffbef440pc = 0xec705b41
   Found by: stack scanning
9  boot-framework.art + 0x61ccc2
sp = 0xffbef444pc = 0x70b7fcc4
   Found by: stack scanning
   10  libart.so + 0x302b3f
sp = 0xffbef470pc = 0xec705b41
   Found by: stack scanning
   11  base.art] + 0x35325a
sp = 0xffbef478pc = 0xbd08f25c
   Found by: stack scanning
   12  boot-framework.art + 0x61ccc2
sp = 0xffbef498pc = 0x70b7fcc4
   Found by: stack scanning
   
   libjsc.so:7F6AC0C3D3BBAD5DFC106499E4ACD5340
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wulie88 opened a new issue #3065: [iOS] richtext content can't be updated

2019-12-07 Thread GitBox
wulie88 opened a new issue #3065: [iOS] richtext content can't be updated
URL: https://github.com/apache/incubator-weex/issues/3065
 
 
   the content of richtext span component can't be updated
   
   http://dotwe.org/vue/38ef8d2a6c342e3176aa5a427ede7587
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] KitsGithub closed issue #484: wxc-ep-slider 没有滑动事件的回调吗??

2019-12-07 Thread GitBox
KitsGithub closed issue #484: wxc-ep-slider 没有滑动事件的回调吗??
URL: https://github.com/apache/incubator-weex-ui/issues/484
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] KitsGithub commented on issue #484: wxc-ep-slider 没有滑动事件的回调吗??

2019-12-07 Thread GitBox
KitsGithub commented on issue #484: wxc-ep-slider 没有滑动事件的回调吗??
URL: 
https://github.com/apache/incubator-weex-ui/issues/484#issuecomment-562828276
 
 
   我的锅。没打开Log


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] KitsGithub opened a new issue #484: wxc-ep-slider 没有滑动事件的回调吗??

2019-12-07 Thread GitBox
KitsGithub opened a new issue #484: wxc-ep-slider 没有滑动事件的回调吗??
URL: https://github.com/apache/incubator-weex-ui/issues/484
 
 
   # 1.Your development environment(weex、weex-toolkit、system and more).
- weex
- 
   
   # 2.Expected behavior and actual behavior.   
-  没有滑动事件的回调??
- 
   
   # 3.Steps to reproduce the problem.
- 
- 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn opened a new issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex not support “.we” DSL yet in V0.28。

2019-12-06 Thread GitBox
zsmjhtn opened a new issue #3064: [Android/ios] Not Bug!Ask for confirming is 
Weex  not support “.we” DSL yet in V0.28。
URL: https://github.com/apache/incubator-weex/issues/3064
 
 
   I tried to load 4 WeexFragment in Activity, contains three "Vue" files, and 
the last is "We".
   All fragments rendered wonderfully but the only "We" fragment . 
   Replace  Vue to We, all  fragments showed white screen.
   Looks like "We" DSL is not supported in V0.28. Developers can not use "We" 
DSL any more.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] hyyhl opened a new issue #3063: [Android] 显示异常 when weex version is 0.26.0 or 0.28.0

2019-12-05 Thread GitBox
hyyhl opened a new issue #3063: [Android] 显示异常  when weex version is 0.26.0  or 
0.28.0
URL: https://github.com/apache/incubator-weex/issues/3063
 
 
   weex_sdk版本号升级到 0.26.0 或 0.28.0  页面上加载失败,低于0.26.0 显示正常。
   
   错误信息W/weex: Warning :Component tree has not build 
completely,onActivityCreate can not be call!
   
   
![image](https://user-images.githubusercontent.com/7758411/70299620-629a5600-1830-11ea-9b04-147fab584c0e.png)
   
   看源码,是由于在 WXSDKInstance 中的 mRootComp 为null, 不明白为何会这样?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] hyyhl commented on issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: Warning :Component tree has not build completely,onActivityCreate can not be call!

2019-12-05 Thread GitBox
hyyhl commented on issue #2563: [Android]weex最新版本,在部分设备上加载失败。错误信息W/weex: 
Warning :Component tree has not build completely,onActivityCreate can not be 
call!
URL: https://github.com/apache/incubator-weex/issues/2563#issuecomment-562439611
 
 
   update to the latest version of Weex,This problem still exists


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] Hzhxi9 opened a new issue #3062: weex scroller组件的scroll事件部分机型失效

2019-12-05 Thread GitBox
Hzhxi9 opened a new issue #3062: weex scroller组件的scroll事件部分机型失效
URL: https://github.com/apache/incubator-weex/issues/3062
 
 
   weex scroller组件的scroll事件部分机型失效


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
YorkShen commented on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-56241
 
 
   1. A runnable demo, please. Not code snippet.
   2. Set the background color of the container to red, which will help you 
skip the problem. The reason of the problem is also in the document I provided.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] YorkShen merged pull request #563: Feat update rax docs

2019-12-05 Thread GitBox
YorkShen merged pull request #563: Feat update rax docs
URL: https://github.com/apache/incubator-weex-site/pull/563
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] wegi8 opened a new issue #564: 推荐weex 做出类似于css var(--color) 或者scss $baseColor类似的全局样式

2019-12-05 Thread GitBox
wegi8 opened a new issue #564: 推荐weex 做出类似于css var(--color) 或者scss  
$baseColor类似的全局样式
URL: https://github.com/apache/incubator-weex-site/issues/564
 
 
   https://weex.apache.org/zh/docs/styles/color-name.html


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] yacheng opened a new pull request #563: Feat update rax docs

2019-12-05 Thread GitBox
yacheng opened a new pull request #563: Feat update rax docs
URL: https://github.com/apache/incubator-weex-site/pull/563
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor commented on issue #1695: Fixed 'index' is invalid when 'slider' data reduction

2019-12-05 Thread GitBox
wqyfavor commented on issue #1695: Fixed 'index' is invalid when 'slider' data 
reduction
URL: https://github.com/apache/incubator-weex/pull/1695#issuecomment-562122464
 
 
   Thanks, I think your pull request is OK and I will merge it. But could you 
also provide a demo for this case?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor merged pull request #1695: Fixed 'index' is invalid when 'slider' data reduction

2019-12-05 Thread GitBox
wqyfavor merged pull request #1695: Fixed 'index' is invalid when 'slider' data 
reduction
URL: https://github.com/apache/incubator-weex/pull/1695
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] ctyytc opened a new issue #483: [BUG]Weex Playground无法扫描README中的二维码

2019-12-05 Thread GitBox
ctyytc opened a new issue #483: [BUG]Weex Playground无法扫描README中的二维码
URL: https://github.com/apache/incubator-weex-ui/issues/483
 
 
   Weex Playground无法扫描README中的二维码,用手淘APP反而能正常扫描打开。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-ui] wegi8 opened a new issue #482: weexCell assembly slot value nesting input Invalid

2019-12-05 Thread GitBox
wegi8 opened a new issue #482: weexCell assembly slot value nesting input 
Invalid
URL: https://github.com/apache/incubator-weex-ui/issues/482
 
 
   weexCell assembly slot value nesting input Invalid
   ` 
   
   
   
   `


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
wangxiongtao commented on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562057560
 
 
   > Try use 
[roundOffDeviation](https://weex.apache.org/zh/docs/modules/meta.html#setviewport)
   > 
   > Please provide a 
[demo](https://weex.apache.org/zh/docs/modules/meta.html#setviewport) next.
   
   表示不起作用啊 我entry.js这么设置的
   import Vue from "vue";
   import weex from "weex-vue-render";
   
   
   const meta = weex.requireModule('meta');
   meta.setViewport({
 roundOffDeviation: false
   });
   weex.init(Vue);
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
wangxiongtao commented on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562057150
 
 
   表示不起作用啊 我entry.js这么设置的
   import Vue from "vue";
   import weex from "weex-vue-render";
   
   
   const meta = weex.requireModule('meta');
   meta.setViewport({
 roundOffDeviation: false
   });
   weex.init(Vue);
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao removed a comment on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
wangxiongtao removed a comment on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562057150
 
 
   表示不起作用啊 我entry.js这么设置的
   import Vue from "vue";
   import weex from "weex-vue-render";
   
   
   const meta = weex.requireModule('meta');
   meta.setViewport({
 roundOffDeviation: false
   });
   weex.init(Vue);
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor merged pull request #3061: [iOS] Fix dark scheme.

2019-12-05 Thread GitBox
wqyfavor merged pull request #3061: [iOS] Fix dark scheme.
URL: https://github.com/apache/incubator-weex/pull/3061
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor merged pull request #3053: [iOS] Replace UIWebView with WKWebView

2019-12-05 Thread GitBox
wqyfavor merged pull request #3053: [iOS] Replace UIWebView with WKWebView
URL: https://github.com/apache/incubator-weex/pull/3053
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3061: [iOS] Fix dark scheme.

2019-12-05 Thread GitBox
weex-bot commented on issue #3061: [iOS] Fix dark scheme.
URL: https://github.com/apache/incubator-weex/pull/3061#issuecomment-562036216
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
7793f071ad27274b8a2a63d3d74ee1d018d94052
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3061: [iOS] Fix dark scheme.

2019-12-05 Thread GitBox
wqyfavor opened a new pull request #3061: [iOS] Fix dark scheme.
URL: https://github.com/apache/incubator-weex/pull/3061
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3055: [Android]在Android端保存图片会在相册产生两张图片

2019-12-05 Thread GitBox
YorkShen closed issue #3055: [Android]在Android端保存图片会在相册产生两张图片
URL: https://github.com/apache/incubator-weex/issues/3055
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3055: [Android]在Android端保存图片会在相册产生两张图片

2019-12-05 Thread GitBox
YorkShen commented on issue #3055: [Android]在Android端保存图片会在相册产生两张图片
URL: https://github.com/apache/incubator-weex/issues/3055#issuecomment-562031651
 
 
   I'm pretty sure about Weex will only [save one 
file](https://github.com/apache/incubator-weex/blob/7548ba6214ddfe16455cf03c577941f1dfb1ecdc/android/sdk/src/main/java/org/apache/weex/utils/WXViewToImageUtil.java#L90-L126)
 to your phone.
   
   As for system gallery problem, I think this is the problem of Android 
system, and there are many similar issue you search in the internet.
   
   Next time, please provide a [demo](dotwe.org).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
YorkShen commented on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562029611
 
 
   Try use 
[roundOffDeviation](https://weex.apache.org/zh/docs/modules/meta.html#setviewport)
   
   Please provide a 
[demo](https://weex.apache.org/zh/docs/modules/meta.html#setviewport) next.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-05 Thread GitBox
YorkShen closed issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] YorkShen merged pull request #562: change qr code

2019-12-05 Thread GitBox
YorkShen merged pull request #562: change qr code
URL: https://github.com/apache/incubator-weex-site/pull/562
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] YorkShen closed issue #561: playground页面二维码指向的页面404

2019-12-05 Thread GitBox
YorkShen closed issue #561: playground页面二维码指向的页面404
URL: https://github.com/apache/incubator-weex-site/issues/561
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao opened a new issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

2019-12-04 Thread GitBox
wangxiongtao opened a new issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060
 
 
   
   
   
   
   
   ## Describe the bug
   
![1575529363](https://user-images.githubusercontent.com/2977/70211579-6c5c8480-1770-11ea-9b78-bf1e08424c22.jpg)
   
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao opened a new issue #3059: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2019-12-04 Thread GitBox
wangxiongtao opened a new issue #3059: [Android][iOS][Dev-tool] Unexpected 
behavior when xx where weex version is 0.aa.bb.cc
URL: https://github.com/apache/incubator-weex/issues/3059
 
 
   
   
   
   
   
   ## Describe the bug
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao closed issue #3059: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2019-12-04 Thread GitBox
wangxiongtao closed issue #3059: [Android][iOS][Dev-tool] Unexpected behavior 
when xx where weex version is 0.aa.bb.cc
URL: https://github.com/apache/incubator-weex/issues/3059
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao closed issue #3058: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2019-12-04 Thread GitBox
wangxiongtao closed issue #3058: [Android][iOS][Dev-tool] Unexpected behavior 
when xx where weex version is 0.aa.bb.cc
URL: https://github.com/apache/incubator-weex/issues/3058
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wangxiongtao opened a new issue #3058: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2019-12-04 Thread GitBox
wangxiongtao opened a new issue #3058: [Android][iOS][Dev-tool] Unexpected 
behavior when xx where weex version is 0.aa.bb.cc
URL: https://github.com/apache/incubator-weex/issues/3058
 
 
   
   
   
   
   
   ## Describe the bug
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen closed pull request #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
YorkShen closed pull request #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot edited a comment on issue #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
weex-bot edited a comment on issue #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057#issuecomment-561954329
 
 
   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   HashMap can be replaced with 
SparseArray
 
 
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   
   
   For maps where the keys are of type integer, it's typically more efficient 
to use the Android SparseArray API. This check identifies 
scenarios where you might want to consider using SparseArray 
instead of HashMap for better performance.
   
   This is particularly useful when the value types are primitives like 
ints, where you can use SparseIntArray and avoid auto-boxing the 
values from int to Integer.
   
   If you need to construct a HashMap because you need to call an 
API outside of your control which requires a Map, you can suppress 
this warning using for example the @SuppressLint 
annotation.To suppress this error, use the issue id "UseSparseArrays" as 
explained in the Suppressing Warnings and Errors 
section.
   
   
   
   
   
   UseSparseArrays
   
   
   Performance
   
   
   Warning
   
   
   Priority 4/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   HashMap can be replaced with 
SparseArray
 
 
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   
   
   For maps where the keys are of type integer, it's typically more efficient 
to use the Android SparseArray API. This check identifies 
scenarios where you might want to consider using SparseArray 
instead of HashMap for better performance.
   
   This is particularly useful when the value types are primitives like 
ints, where you can use SparseIntArray and avoid auto-boxing the 
values from int to Integer.
   
   If you need to construct a HashMap because you need to call an 
API outside of your control which requires a Map, you can suppress 
this warning using for example the @SuppressLint 
annotation.To suppress this error, use the issue id "UseSparseArrays" as 
explained in the Suppressing Warnings and Errors 
section.
   
   
   
   
   
   UseSparseArrays
   
   
   Performance
   
   
   Warning
   
   
   Priority 4/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
e7d7468fdb75d74db4e588d340ed01bfe627d594
   
   


This is an automated message from the Apache Git Service.
To respond to 

[GitHub] [incubator-weex] weex-bot edited a comment on issue #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
weex-bot edited a comment on issue #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057#issuecomment-561951342
 
 
   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 
   
 Code file 
weex_core/Source/base/android/jniprebuild/jniheader/JSContext_jni.h has cn 
source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/wrap/js_processer.h has cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/wrap/js_context.h has cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/jsengine/task/impl/js_action_task.h has 
cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/jsengine/object/js_action.h has cn 
source code.
 
   
 
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/org/apache/weex/WXEnvironment.java without metion it 
in commit message. You'd better add '@notdanger' in your commit log. 
   
 
   
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
e7d7468fdb75d74db4e588d340ed01bfe627d594
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
weex-bot commented on issue #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057#issuecomment-561954329
 
 
   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   HashMap can be replaced with 
SparseArray
 
 
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   
   
   For maps where the keys are of type integer, it's typically more efficient 
to use the Android SparseArray API. This check identifies 
scenarios where you might want to consider using SparseArray 
instead of HashMap for better performance.
   
   This is particularly useful when the value types are primitives like 
ints, where you can use SparseIntArray and avoid auto-boxing the 
values from int to Integer.
   
   If you need to construct a HashMap because you need to call an 
API outside of your control which requires a Map, you can suppress 
this warning using for example the @SuppressLint 
annotation.To suppress this error, use the issue id "UseSparseArrays" as 
explained in the Suppressing Warnings and Errors 
section.
   
   
   
   
   
   UseSparseArrays
   
   
   Performance
   
   
   Warning
   
   
   Priority 4/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   HashMap can be replaced with 
SparseArray
 
 
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   ../../src/main/java/org/apache/weex/jsEngine/JSEngine.java:91:
 Use new 
android.support.v4.util.LongSparseArray(...) instead for better 
performance
 88 
next.getValue().error(ERROR_JSENGINE_CRASHED);
 89 }
 90 
 91 
HashMapLong, JSContext> map = new 
HashMap>(mCreatedJSContext);
 92 mCreatedJSContext.clear();
 93 for 
(Map.EntryLong, JSContext> next : map.entrySet()) {
 94 JSContext value = 
next.getValue();
   
   
   
   
   For maps where the keys are of type integer, it's typically more efficient 
to use the Android SparseArray API. This check identifies 
scenarios where you might want to consider using SparseArray 
instead of HashMap for better performance.
   
   This is particularly useful when the value types are primitives like 
ints, where you can use SparseIntArray and avoid auto-boxing the 
values from int to Integer.
   
   If you need to construct a HashMap because you need to call an 
API outside of your control which requires a Map, you can suppress 
this warning using for example the @SuppressLint 
annotation.To suppress this error, use the issue id "UseSparseArrays" as 
explained in the Suppressing Warnings and Errors 
section.
   
   
   
   
   
   UseSparseArrays
   
   
   Performance
   
   
   Warning
   
   
   Priority 4/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
7d686edaab76798bbaf4b09c8fd6ba1a03834214
   
   


This is an automated message from the Apache Git Service.
To respond to the 

[GitHub] [incubator-weex] weex-bot commented on issue #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
weex-bot commented on issue #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057#issuecomment-561951342
 
 
   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 
   
 Code file 
weex_core/Source/base/android/jniprebuild/jniheader/JSContext_jni.h has cn 
source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/wrap/js_processer.h has cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/wrap/js_context.h has cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/jsengine/task/impl/js_action_task.h has 
cn source code.
 
   
 
   
 :no_entry_sign:
 
   
 Code file weex_core/Source/android/jsengine/object/js_action.h has cn 
source code.
 
   
 
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 Potential BREAK CHANGE. Modify public in 
android/sdk/src/main/java/org/apache/weex/WXEnvironment.java without metion it 
in commit message. You'd better add '@notdanger' in your commit log. 
   
 
   
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
7d686edaab76798bbaf4b09c8fd6ba1a03834214
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn commented on issue #3056: [Android] Unable to expand TAR 'xxxx/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28

2019-12-04 Thread GitBox
zsmjhtn commented on issue #3056: [Android] Unable to expand TAR 
'/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28
URL: https://github.com/apache/incubator-weex/issues/3056#issuecomment-561950133
 
 
download文件损坏


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn closed issue #3056: [Android] Unable to expand TAR 'xxxx/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28

2019-12-04 Thread GitBox
zsmjhtn closed issue #3056: [Android] Unable to expand TAR 
'/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28
URL: https://github.com/apache/incubator-weex/issues/3056
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] YorkShen opened a new pull request #3057: Merge Release/20190925 into master

2019-12-04 Thread GitBox
YorkShen opened a new pull request #3057: Merge Release/20190925 into master
URL: https://github.com/apache/incubator-weex/pull/3057
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn commented on issue #3056: [Android] Unable to expand TAR 'xxxx/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28

2019-12-04 Thread GitBox
zsmjhtn commented on issue #3056: [Android] Unable to expand TAR 
'/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28
URL: https://github.com/apache/incubator-weex/issues/3056#issuecomment-561929629
 
 
   the Gradle task unzipJsc after downloadJsc build failed.
   Gradle:3.3.2
   Gradle-wrapper:gradle-4.10.1-all


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn opened a new issue #3056: [Android] Unable to expand TAR 'xxxx/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28

2019-12-04 Thread GitBox
zsmjhtn opened a new issue #3056: [Android] Unable to expand TAR 
'/weex_sdk/build/jsc/jsc-android-241213.1.0.tgz' when V0.28
URL: https://github.com/apache/incubator-weex/issues/3056
 
 
   ```java
   > Task :weex_sdk:download UP-TO-DATE
   > Task :weex_sdk:unzipJSC FAILED
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':weex_sdk:unzipJSC'.
   > Unable to expand TAR 
'x.../weex_sdk/build/jsc/jsc-android-241213.1.0.tgz'
   The tar might be corrupted or it is compressed in an unexpected way.
   By default the tar tree tries to guess the compression based on the file 
extension.
   If you need to specify the compression explicitly please refer to the 
DSL reference.
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output. Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   ```
   https://user-images.githubusercontent.com/18029210/70196608-3f927800-1744-11ea-9721-353e030aba2b.png;>
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] cnryb opened a new pull request #562: change qr code

2019-12-04 Thread GitBox
cnryb opened a new pull request #562: change qr code
URL: https://github.com/apache/incubator-weex-site/pull/562
 
 
   #561 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] jianhan-he merged pull request #3054: [iOS] Optimize dark scheme logic.

2019-12-04 Thread GitBox
jianhan-he merged pull request #3054: [iOS] Optimize dark scheme logic.
URL: https://github.com/apache/incubator-weex/pull/3054
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-site] cnryb opened a new issue #561: playground页面二维码指向的页面404

2019-12-04 Thread GitBox
cnryb opened a new issue #561: playground页面二维码指向的页面404
URL: https://github.com/apache/incubator-weex-site/issues/561
 
 
   https://weex.apache.org/zh/guide/playground.html


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot edited a comment on issue #3054: [iOS] Optimize dark scheme logic.

2019-12-04 Thread GitBox
weex-bot edited a comment on issue #3054: [iOS] Optimize dark scheme logic.
URL: https://github.com/apache/incubator-weex/pull/3054#issuecomment-561133033
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
d893d61ede2bb2bca0ce2e179bd36a3c339fd109
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] netzhouxiang closed issue #3052: [Android] APP打包后图片位置异常

2019-12-04 Thread GitBox
netzhouxiang closed issue #3052: [Android] APP打包后图片位置异常
URL: https://github.com/apache/incubator-weex/issues/3052
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] netzhouxiang commented on issue #3052: [Android] APP打包后图片位置异常

2019-12-04 Thread GitBox
netzhouxiang commented on issue #3052: [Android] APP打包后图片位置异常
URL: https://github.com/apache/incubator-weex/issues/3052#issuecomment-561577095
 
 
   问题已经修复,是 ImageAdapter Glide的问题,改用 Picasso 就正常了


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] yjouyang edited a comment on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧

2019-12-04 Thread GitBox
yjouyang edited a comment on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧
URL: https://github.com/apache/incubator-weex/issues/3015#issuecomment-561542513
 
 
   I've tried to run the release version apk, it didn't help. Scrolling a the 
*recycle-list* is so slow


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] yjouyang commented on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧

2019-12-04 Thread GitBox
yjouyang commented on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧
URL: https://github.com/apache/incubator-weex/issues/3015#issuecomment-561542789
 
 
   Android 9.0 and weex version 0.28


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] yjouyang commented on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧

2019-12-04 Thread GitBox
yjouyang commented on issue #3015: [Android] recycle-list在使用子组件时卡顿掉帧
URL: https://github.com/apache/incubator-weex/issues/3015#issuecomment-561542513
 
 
   I've tried to run the release version apk, it didn't help. Scrolling a 
 is so slow


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] caixiquan opened a new issue #3055: [Android]在Android端保存图片会在相册产生两张图片

2019-12-03 Thread GitBox
caixiquan opened a new issue #3055: [Android]在Android端保存图片会在相册产生两张图片
URL: https://github.com/apache/incubator-weex/issues/3055
 
 
   
在Android端保存图片的时候会在weex文件下产生一张图片,然后在pictures文件下产生一张一样的图片,weex文件下的图片是原图,pictures下面的图片是压缩过的,如何解决,iOS没事


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot edited a comment on issue #3053: [iOS] Replace UIWebView with WKWebView

2019-12-03 Thread GitBox
weex-bot edited a comment on issue #3053: [iOS] Replace UIWebView with WKWebView
URL: https://github.com/apache/incubator-weex/pull/3053#issuecomment-561084231
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
2d4869e5a505a2683405abc44c5f120d9d739d60
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3054: [iOS] Optimize dark scheme logic.

2019-12-03 Thread GitBox
weex-bot commented on issue #3054: [iOS] Optimize dark scheme logic.
URL: https://github.com/apache/incubator-weex/pull/3054#issuecomment-561133033
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
8d8751bdc2d883c4c0952cffcb3840a65e6c0f72
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3054: [iOS] Optimize dark scheme logic.

2019-12-03 Thread GitBox
wqyfavor opened a new pull request #3054: [iOS] Optimize dark scheme logic.
URL: https://github.com/apache/incubator-weex/pull/3054
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3053: [iOS] Replace UIWebView with WKWebView

2019-12-03 Thread GitBox
weex-bot commented on issue #3053: [iOS] Replace UIWebView with WKWebView
URL: https://github.com/apache/incubator-weex/pull/3053#issuecomment-561084231
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
cd6e78e9621c9d072be23b0c3ee119fd2deecc70
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] AMoraga opened a new pull request #3053: [iOS] Replace UIWebView with WKWebView

2019-12-03 Thread GitBox
AMoraga opened a new pull request #3053: [iOS] Replace UIWebView with WKWebView
URL: https://github.com/apache/incubator-weex/pull/3053
 
 
   Apple will stop accepting submissions of apps that use UIWebView APIs and 
urges developers to use WKWebView instead.
   
   > ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions 
of apps that use UIWebView APIs . See 
https://developer.apple.com/documentation/uikit/uiwebview for more information.
   
   Related issue:
   https://github.com/apache/incubator-weex/issues/2866
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] netzhouxiang opened a new issue #3052: [Android] APP打包后图片位置异常

2019-12-03 Thread GitBox
netzhouxiang opened a new issue #3052: [Android] APP打包后图片位置异常
URL: https://github.com/apache/incubator-weex/issues/3052
 
 
   我用了 weex,出现以下问题,在打包后,图片出现随机起飞的情况:
   
![image](https://user-images.githubusercontent.com/20832795/70037771-16fa6900-15f2-11ea-985b-277ef5015eda.png)
   
![image](https://user-images.githubusercontent.com/20832795/70037793-1b268680-15f2-11ea-99ec-65f90656eb4e.png)
   
![image](https://user-images.githubusercontent.com/20832795/70037803-211c6780-15f2-11ea-9621-9438d6d0b4b9.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor merged pull request #3051: [iOS] Add unregisterSchemeChangeListener method.

2019-12-02 Thread GitBox
wqyfavor merged pull request #3051: [iOS] Add unregisterSchemeChangeListener 
method.
URL: https://github.com/apache/incubator-weex/pull/3051
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3051: [iOS] Add unregisterSchemeChangeListener method.

2019-12-02 Thread GitBox
weex-bot commented on issue #3051: [iOS] Add unregisterSchemeChangeListener 
method.
URL: https://github.com/apache/incubator-weex/pull/3051#issuecomment-561022504
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
4471d24004968f064ce39ffccfdd2612bb234ea7
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3051: [iOS] Add unregisterSchemeChangeListener method.

2019-12-02 Thread GitBox
wqyfavor opened a new pull request #3051: [iOS] Add 
unregisterSchemeChangeListener method.
URL: https://github.com/apache/incubator-weex/pull/3051
 
 
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] jianhan-he merged pull request #3050: [iOS] Add dark scheme module for each instance. Add invertingBehavior…

2019-12-02 Thread GitBox
jianhan-he merged pull request #3050: [iOS] Add dark scheme module for each 
instance. Add invertingBehavior…
URL: https://github.com/apache/incubator-weex/pull/3050
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] weex-bot commented on issue #3050: [iOS] Add dark scheme module for each instance. Add invertingBehavior…

2019-12-02 Thread GitBox
weex-bot commented on issue #3050: [iOS] Add dark scheme module for each 
instance. Add invertingBehavior…
URL: https://github.com/apache/incubator-weex/pull/3050#issuecomment-561007099
 
 
   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js;>dangerJS against 
df95e7b9fd9aee5378e45a54b7fefdd7b8501433
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor opened a new pull request #3050: [iOS] Add dark scheme module for each instance. Add invertingBehavior…

2019-12-02 Thread GitBox
wqyfavor opened a new pull request #3050: [iOS] Add dark scheme module for each 
instance. Add invertingBehavior…
URL: https://github.com/apache/incubator-weex/pull/3050
 
 
   … for more precise control of each instance for dark scheme auto-inverting.
   
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] wqyfavor merged pull request #3049: Optimize for custom render target.

2019-12-02 Thread GitBox
wqyfavor merged pull request #3049: Optimize for custom render target.
URL: https://github.com/apache/incubator-weex/pull/3049
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex-cli] yjouyang commented on issue #544: weex build android 命令报错,Packaging a project which is used for preview is meaningless. We are thinking about how to better define this mo

2019-12-02 Thread GitBox
yjouyang commented on issue #544: weex build android 命令报错,Packaging a project 
which is used for preview is meaningless. We are thinking about how to better 
define this module. Please do not use this command for the time being.请问这是什么原因呢
URL: 
https://github.com/apache/incubator-weex-cli/issues/544#issuecomment-560976259
 
 
   @congchivan why did you close this issue? Could you please tell me how to 
solve this


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


<    5   6   7   8   9   10   11   12   13   14   >