[GitHub] [incubator-weex-site] YorkShen merged pull request #546: #392 fix information about list horizontal view

2019-11-10 Thread GitBox
YorkShen merged pull request #546: #392 fix information about list horizontal 
view
URL: https://github.com/apache/incubator-weex-site/pull/546
 
 
   


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


[incubator-weex-site] branch master updated: #392 fix information about horizontal view (#546)

2019-11-10 Thread kyork
This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
 new f9abfea  #392 fix information about horizontal view (#546)
f9abfea is described below

commit f9abfea3f7deacd2246afeca4243056313a8a7cc
Author: D See Ker 
AuthorDate: Sun Nov 10 10:05:30 2019 +0100

#392 fix information about horizontal view (#546)
---
 docs/docs/components/list.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/components/list.md b/docs/docs/components/list.md
index 621f60c..2ed3a09 100644
--- a/docs/docs/components/list.md
+++ b/docs/docs/components/list.md
@@ -2,7 +2,7 @@
 
 ## Summary
 
-The List component, which inspired by Android RecyclerView, is a core 
component, and it provides the most popular features for using a list of items. 
which support vertical and horizontal list.
+The List component, which inspired by Android RecyclerView, is a core 
component, and it provides the most popular features for using a list of items. 
The list component only supports vertical orientation, for horizontal 
orientation list check 
[recycle-list](https://weex.apache.org/docs/components/recycle-list.html) 
component
 
 It can provide excellent experience and performance while still maintaining 
smooth scroll and low memory usage.
 



[GitHub] [incubator-weex-site] YorkShen commented on issue #392: List component has misleading information about horizontal view

2019-11-10 Thread GitBox
YorkShen commented on issue #392: List component has misleading information 
about horizontal view
URL: 
https://github.com/apache/incubator-weex-site/issues/392#issuecomment-552176505
 
 
   #546 is merged.
   
   `hlist` is already implemented in current Weex sdk, it just doesn't show up 
in our doucumentaion somehow. You could add an document about `hlist` is 
possbile, every hevhaior of `hlist` is the same as `list`, except for its 
horizontal direcion.


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 edited a comment on issue #392: List component has misleading information about horizontal view

2019-11-10 Thread GitBox
YorkShen edited a comment on issue #392: List component has misleading 
information about horizontal view
URL: 
https://github.com/apache/incubator-weex-site/issues/392#issuecomment-548263363
 
 
   1. The `scroll-direction` is only supported in `recycle-list`, not 
[list](https://weex.apache.org/docs/components/recycle-list.html).
   2. You can just change `list` to `hlist`, then everything is fine. 
   3. Please give give us a PR about `hist`if you can, and you can always 
contact me in [mailing 
list](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list),
 where I will reply in time. I may check github issues months later, I am sorry 
if this bothers 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 edited a comment on issue #392: List component has misleading information about horizontal view

2019-11-10 Thread GitBox
YorkShen edited a comment on issue #392: List component has misleading 
information about horizontal view
URL: 
https://github.com/apache/incubator-weex-site/issues/392#issuecomment-548263363
 
 
   1. The `scroll-direction` is only supported in `recycle-list`, not 
[list](https://weex.apache.org/docs/components/recycle-list.html).
   2. You can just change `list` to `hlist`, then everything is fine. 
   3. Please give give us a PR about `hlist`if you can, and you can always 
contact me in [mailing 
list](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list),
 where I will reply in time. I may check github issues months later, I am sorry 
if this bothers 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 edited a comment on issue #392: List component has misleading information about horizontal view

2019-11-10 Thread GitBox
YorkShen edited a comment on issue #392: List component has misleading 
information about horizontal view
URL: 
https://github.com/apache/incubator-weex-site/issues/392#issuecomment-552176505
 
 
   #546 is merged, thanks.
   
   `hlist` is already implemented in current Weex sdk, it just doesn't show up 
in our doucumentaion somehow. You could add an document about `hlist` is 
possbile, every hevhaior of `hlist` is the same as `list`, except for its 
horizontal direcion.


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 #545: 使用了改完包名的weex sdk 0.28版本,weex 初始化总是失败

2019-11-10 Thread GitBox
YorkShen commented on issue #545: 使用了改完包名的weex sdk  0.28版本,weex 初始化总是失败
URL: 
https://github.com/apache/incubator-weex-site/issues/545#issuecomment-552176883
 
 
   `com.taobao.windmill` is something verbose, an we will delete it soon.
   
   As for your problem, you may want to have a look at 
https://github.com/apache/incubator-weex/issues/3003


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 #544: 控制台都报错了

2019-11-10 Thread GitBox
YorkShen commented on issue #544: 控制台都报错了
URL: 
https://github.com/apache/incubator-weex-site/issues/544#issuecomment-552176916
 
 
   Just give us a PR, thanks.


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] BatterMan-Li opened a new issue #3011: [Android] qinSource dependent,version 0.28

2019-11-10 Thread GitBox
BatterMan-Li opened a new issue #3011: [Android] qinSource dependent,version 
0.28
URL: https://github.com/apache/incubator-weex/issues/3011
 
 
   May I ask how I rely on weex 0.28 version, how to implement the specific 
steps, and do I need to compile the SDK under the andorid directory? To solve 
the
   


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-playground] yaochenfeng opened a new pull request #21: update App ID to org.apache.weex.playground

2019-11-10 Thread GitBox
yaochenfeng opened a new pull request #21: update App ID to 
org.apache.weex.playground
URL: https://github.com/apache/incubator-weex-playground/pull/21
 
 
   


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] yaochenfeng opened a new pull request #3012: fix weex iOS version

2019-11-10 Thread GitBox
yaochenfeng opened a new pull request #3012: fix weex iOS version
URL: https://github.com/apache/incubator-weex/pull/3012
 
 
   update weex ios version to 0.28.0


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 #3012: fix weex iOS version

2019-11-10 Thread GitBox
weex-bot commented on issue #3012: fix weex iOS version
URL: https://github.com/apache/incubator-weex/pull/3012#issuecomment-552312757
 
 
   
   
   
   
   
 
   
 
 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 
6dc614247021f6fc1dc637ae39b97006ee31d601
   
   


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 #3011: [Android] qinSource dependent,version 0.28

2019-11-10 Thread GitBox
YorkShen commented on issue #3011: [Android] qinSource dependent,version 0.28
URL: https://github.com/apache/incubator-weex/issues/3011#issuecomment-552329844
 
 
   Read the 
[documentation](https://weex.apache.org/zh/download/download.html#_0-28-0)


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 #3011: [Android] qinSource dependent,version 0.28

2019-11-10 Thread GitBox
YorkShen closed issue #3011: [Android] qinSource dependent,version 0.28
URL: https://github.com/apache/incubator-weex/issues/3011
 
 
   


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 merged pull request #3012: fix weex iOS version

2019-11-10 Thread GitBox
YorkShen merged pull request #3012: fix weex iOS version
URL: https://github.com/apache/incubator-weex/pull/3012
 
 
   


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


[incubator-weex] branch master updated: Update WXDefine.h (#3012)

2019-11-10 Thread kyork
This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
 new 0d993b8  Update WXDefine.h (#3012)
0d993b8 is described below

commit 0d993b883c500ec0a33d527cb929454ae500747e
Author: kyle <282696...@qq.com>
AuthorDate: Mon Nov 11 15:46:34 2019 +0800

Update WXDefine.h (#3012)
---
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h 
b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
index a9b9dcf..c687ab0 100644
--- a/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
+++ b/ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
@@ -20,7 +20,7 @@
 #ifndef __WX_DEFINE_H__
 #define __WX_DEFINE_H__
 
-#define WX_SDK_VERSION @"0.24.0"
+#define WX_SDK_VERSION @"0.28.0"
 
 #if defined(__cplusplus)
 #define WX_EXTERN extern "C" __attribute__((visibility("default")))