[1/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:05:09

2017-06-13 Thread sospartan
Repository: incubator-weex-site
Updated Branches:
  refs/heads/asf-site 9ef71c520 -> bab85a9ca


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/bab85a9c/content/faq.html
--
diff --git a/content/faq.html b/content/faq.html
index 6c63785..468bae0 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -5,16 +5,16 @@
   
   FAQ | Weex
   
-  
+  
 
 
 https://weex.apache.org/faq.html";>
 
-
-
+
+
 
 
-
+
   
 
   
@@ -194,9 +194,9 @@
   
 
   
-  Updated time: 
14/06/2017
+  Updated time: 
14/06/2017
 
-FAQwhere are legacy docs?
+FAQWhere are legacy docs ??
 Guide
 References
 Advanced



[2/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:05:09

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/bab85a9c/content/content.json
--
diff --git a/content/content.json b/content/content.json
index 58ad6fc..b6c7e76 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[3/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:05:09

2017-06-13 Thread sospartan
Site updated: 2017-06-14 12:05:09


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/bab85a9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/bab85a9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/bab85a9c

Branch: refs/heads/asf-site
Commit: bab85a9ca4945b6ecd6f441372c7c0c87d6eacf6
Parents: 9ef71c5
Author: minijenkins 
Authored: Wed Jun 14 12:05:11 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 12:05:11 2017 +0800

--
 content/content.json |  2 +-
 content/faq.html | 12 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
--




[1/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:03:59

2017-06-13 Thread sospartan
Repository: incubator-weex-site
Updated Branches:
  refs/heads/asf-site 0d99f7200 -> 9ef71c520


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/9ef71c52/content/faq.html
--
diff --git a/content/faq.html b/content/faq.html
index 8a37003..6c63785 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -5,16 +5,16 @@
   
   FAQ | Weex
   
-  
+  
 
 
 https://weex.apache.org/faq.html";>
 
-
-
+
+
 
 
-
+
   
 
   
@@ -194,9 +194,9 @@
   
 
   
-  Updated time: 
14/06/2017
+  Updated time: 
14/06/2017
 
-FAQwhere are legacy docs ?
+FAQwhere are legacy docs?
 Guide
 References
 Advanced



[14/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/content.json
--
diff --git a/content/content.json b/content/content.json
index 5034a73..23bd0df 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[2/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:03:59

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/9ef71c52/content/content.json
--
diff --git a/content/content.json b/content/content.json
index 23bd0df..58ad6fc 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[12/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/components/switch.html
--
diff --git a/content/references/components/switch.html 
b/content/references/components/switch.html
index 893f49a..27d41e9 100644
--- a/content/references/components/switch.html
+++ b/content/references/components/switch.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/components/text.html
--
diff --git a/content/references/components/text.html 
b/content/references/components/text.html
index e2926c7..8234a40 100644
--- a/content/references/components/text.html
+++ b/content/references/components/text.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/components/textarea.html
--
diff --git a/content/references/components/textarea.html 
b/content/references/components/textarea.html
index b0b1853..f0f20be 100644
--- a/content/references/components/textarea.html
+++ b/content/references/components/textarea.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+

[10/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
Site updated: 2017-06-14 12:00:21


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/72413d3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/72413d3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/72413d3d

Branch: refs/heads/asf-site
Commit: 72413d3d66bc77bf9d1d1ce74f06f02cdf838623
Parents: ceffdac
Author: minijenkins 
Authored: Wed Jun 14 12:00:22 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 12:00:22 2017 +0800

--
 content/cn/references/advanced/extend-jsfm.html | 40 ++--
 .../references/advanced/extend-to-android.html  | 40 ++--
 .../cn/references/advanced/extend-to-html5.html | 40 ++--
 .../cn/references/advanced/extend-to-ios.html   | 40 ++--
 content/cn/references/advanced/index.html   | 40 ++--
 .../advanced/integrate-devtool-to-android.html  | 40 ++--
 .../advanced/integrate-devtool-to-ios.html  | 40 ++--
 content/cn/references/android-apis.html | 40 ++--
 content/cn/references/bubble.html   | 40 ++--
 content/cn/references/color-names.html  | 40 ++--
 content/cn/references/common-event.html | 40 ++--
 content/cn/references/common-style.html | 40 ++--
 content/cn/references/components/a.html | 40 ++--
 content/cn/references/components/cell.html  | 40 ++--
 content/cn/references/components/div.html   | 40 ++--
 content/cn/references/components/image.html | 40 ++--
 content/cn/references/components/index.html | 40 ++--
 content/cn/references/components/indicator.html | 40 ++--
 content/cn/references/components/input.html | 40 ++--
 content/cn/references/components/list.html  | 40 ++--
 content/cn/references/components/loading.html   | 40 ++--
 content/cn/references/components/refresh.html   | 40 ++--
 content/cn/references/components/scroller.html  | 40 ++--
 content/cn/references/components/slider.html| 40 ++--
 content/cn/references/components/switch.html| 40 ++--
 content/cn/references/components/text.html  | 40 ++--
 content/cn/references/components/textarea.html  | 40 ++--
 content/cn/references/components/video.html | 40 ++--
 content/cn/references/components/waterfall.html | 40 ++--
 content/cn/references/components/web.html   | 40 ++--
 content/cn/references/downgrade.html| 40 ++--
 content/cn/references/gesture.html  | 40 ++--
 content/cn/references/html5-apis.html   | 40 ++--
 content/cn/references/index.html| 40 ++--
 content/cn/references/ios-apis.html | 40 ++--
 content/cn/references/js-service/index.html | 40 ++--
 content/cn/references/jsfm-apis.html| 40 ++--
 content/cn/references/migration/difference.html | 40 ++--
 content/cn/references/migration/index.html  | 40 ++--
 .../migration/migration-from-weex.html  | 40 ++--
 content/cn/references/modules/animation.html| 40 ++--
 content/cn/references/modules/clipboard.html| 40 ++--
 content/cn/references/modules/dom.html  | 40 ++--
 content/cn/references/modules/globalevent.html  | 40 ++--
 content/cn/references/modules/index.html| 40 ++--
 content/cn/references/modules/modal.html| 40 ++--
 content/cn/references/modules/navigator.html| 40 ++--
 content/cn/references/modules/picker.html   | 40 ++--
 content/cn/references/modules/storage.html  | 40 ++--
 content/cn/references/modules/stream.html   | 40 ++--
 content/cn/references/modules/websocket.html| 40 ++--
 content/cn/references/modules/webview.html  | 40 ++--
 content/cn/references/native-dom-api.html   | 40 ++--
 content/cn/references/path.html | 40 ++--
 content/cn/references/platform-difference.html  | 40 ++--
 content/cn/references/text-style.html   | 40 ++--
 content/cn/references/unit.html | 40 ++--
 .../cn/references/vue/difference-of-vuex.html   | 40 ++--
 ..

[09/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/common-style.html
--
diff --git a/content/cn/references/common-style.html 
b/content/cn/references/common-style.html
index 96e1e24..738cc83 100644
--- a/content/cn/references/common-style.html
+++ b/content/cn/references/common-style.html
@@ -483,19 +483,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -572,7 +572,7 @@
   
 
   
-
+
   
 
   
@@ -580,7 +580,7 @@
   
 
   
-
+
   
 
   
@@ -613,11 +613,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -737,12 +737,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1119,19 +1119,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -1208,7 +1208,7 @@
   
 
   
-
+
   
 
   
@@ -1216,7 +1216,7 @@
   
 
   
-
+
   
 
   
@@ -1249,11 +1249,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1373,12 +1373,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/components/a.html
--
diff --git a/content/cn/references/components/a.html 
b/content/cn/references/components/a.html
index 378be72..cd07b3f 100644
--- a/content/cn/references/components/a.html
+++ b/content/cn/references/components/a.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-JS Framework APIs
+事

[08/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/components/switch.html
--
diff --git a/content/cn/references/components/switch.html 
b/content/cn/references/components/switch.html
index ca91d64..ae411ab 100644
--- a/content/cn/references/components/switch.html
+++ b/content/cn/references/components/switch.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/components/text.html
--
diff --git a/content/cn/references/components/text.html 
b/content/cn/references/components/text.html
index a3f4278..2e8f0c0 100644
--- a/content/cn/references/components/text.html
+++ b/content/cn/references/components/text.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-  

[04/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/content.json
--
diff --git a/content/content.json b/content/content.json
index e146ded..5034a73 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[01/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
Repository: incubator-weex-site
Updated Branches:
  refs/heads/asf-site ceffdac78 -> 0d99f7200


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/modules/navigator.html
--
diff --git a/content/references/modules/navigator.html 
b/content/references/modules/navigator.html
index 917871e..78bd494 100644
--- a/content/references/modules/navigator.html
+++ b/content/references/modules/navigator.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/modules/picker.html
--
diff --git a/content/references/modules/picker.html 
b/content/references/modules/picker.html
index ab18b70..2440cfa 100644
--- a/content/references/modules/picker.html
+++ b/content/references/modules/picker.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/modules/storage.html
--
diff --git a/content/references/modules/storage.html 
b/content/references/modules/storage.html
index b4caa87..423c7bf 100644
--- a/content/references/modules/storage.html
+++ b/content/references/modules/storage.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   

[16/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/bubble.html
--
diff --git a/content/cn/v-0.10/references/bubble.html 
b/content/cn/v-0.10/references/bubble.html
index c8e3adc..342ea63 100644
--- a/content/cn/v-0.10/references/bubble.html
+++ b/content/cn/v-0.10/references/bubble.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/cheatsheet.html
--
diff --git a/content/cn/v-0.10/references/cheatsheet.html 
b/content/cn/v-0.10/references/cheatsheet.html
index 5bd13fe..c26c511 100644
--- a/content/cn/v-0.10/references/cheatsheet.html
+++ b/content/cn/v-0.10/references/cheatsheet.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/color-names.html
--
diff --git a/content/cn/v-0.10/references/color-names.html 
b/content/cn/v-0.10/references/color-names.html
index 8879314..9762b75 100644
--- a/content/cn/v-0.10/references/color-names.html
+++ b/content/cn/v-0.10/references/color-names.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/common-attrs.html
--
diff --git a/content/cn/v-0.10/references/common-attrs.html 
b/content/cn/v-0.10/references/common-attrs.html
index 20b2135..653c848 100644
--- a/content/cn/v-0.10/references/common-attrs.html
+++ b/content/cn/v-0.10/references/common-attrs.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+

[18/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
Site updated: 2017-06-14 12:02:48


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/0d99f720
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/0d99f720
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/0d99f720

Branch: refs/heads/asf-site
Commit: 0d99f7200e7b4aea0e3c53faed6e91975b2bc96d
Parents: 72413d3
Author: minijenkins 
Authored: Wed Jun 14 12:02:49 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 12:02:49 2017 +0800

--
 content/cn/references/advanced/extend-jsfm.html | 16 ++---
 .../references/advanced/extend-to-android.html  | 16 ++---
 .../cn/references/advanced/extend-to-html5.html | 16 ++---
 .../cn/references/advanced/extend-to-ios.html   | 16 ++---
 content/cn/references/advanced/index.html   | 16 ++---
 .../advanced/integrate-devtool-to-android.html  | 16 ++---
 .../advanced/integrate-devtool-to-ios.html  | 16 ++---
 content/cn/references/android-apis.html | 16 ++---
 content/cn/references/bubble.html   | 16 ++---
 content/cn/references/color-names.html  | 16 ++---
 content/cn/references/common-event.html | 16 ++---
 content/cn/references/common-style.html | 16 ++---
 content/cn/references/components/a.html | 16 ++---
 content/cn/references/components/cell.html  | 16 ++---
 content/cn/references/components/div.html   | 16 ++---
 content/cn/references/components/image.html | 16 ++---
 content/cn/references/components/index.html | 16 ++---
 content/cn/references/components/indicator.html | 16 ++---
 content/cn/references/components/input.html | 16 ++---
 content/cn/references/components/list.html  | 16 ++---
 content/cn/references/components/loading.html   | 16 ++---
 content/cn/references/components/refresh.html   | 16 ++---
 content/cn/references/components/scroller.html  | 16 ++---
 content/cn/references/components/slider.html| 16 ++---
 content/cn/references/components/switch.html| 16 ++---
 content/cn/references/components/text.html  | 16 ++---
 content/cn/references/components/textarea.html  | 16 ++---
 content/cn/references/components/video.html | 16 ++---
 content/cn/references/components/waterfall.html | 16 ++---
 content/cn/references/components/web.html   | 16 ++---
 content/cn/references/downgrade.html| 16 ++---
 content/cn/references/gesture.html  | 16 ++---
 content/cn/references/html5-apis.html   | 16 ++---
 content/cn/references/index.html| 16 ++---
 content/cn/references/ios-apis.html | 16 ++---
 content/cn/references/js-service/index.html | 16 ++---
 content/cn/references/jsfm-apis.html| 16 ++---
 content/cn/references/migration/difference.html | 16 ++---
 content/cn/references/migration/index.html  | 16 ++---
 .../migration/migration-from-weex.html  | 16 ++---
 content/cn/references/modules/animation.html| 16 ++---
 content/cn/references/modules/clipboard.html| 16 ++---
 content/cn/references/modules/dom.html  | 16 ++---
 content/cn/references/modules/globalevent.html  | 16 ++---
 content/cn/references/modules/index.html| 16 ++---
 content/cn/references/modules/modal.html| 16 ++---
 content/cn/references/modules/navigator.html| 16 ++---
 content/cn/references/modules/picker.html   | 16 ++---
 content/cn/references/modules/storage.html  | 16 ++---
 content/cn/references/modules/stream.html   | 16 ++---
 content/cn/references/modules/websocket.html| 16 ++---
 content/cn/references/modules/webview.html  | 16 ++---
 content/cn/references/native-dom-api.html   | 16 ++---
 content/cn/references/path.html | 16 ++---
 content/cn/references/platform-difference.html  | 16 ++---
 content/cn/references/text-style.html   | 16 ++---
 content/cn/references/unit.html | 16 ++---
 .../cn/references/vue/difference-of-vuex.html   | 16 ++---
 .../cn/references/vue/difference-with-web.html  | 16 ++---
 content/cn/references/vue/index.html| 16 ++---
 content/cn/references/web-standards.html| 16 ++---
 content/cn/references/weex-variable.html| 16 ++---
 content/cn/v-0.10/references/api.html   | 16 ++---
 content/cn/v-0.10/references/bubble.html| 16 ++---
 

[13/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/advanced/extend-jsfm.html
--
diff --git a/content/references/advanced/extend-jsfm.html 
b/content/references/advanced/extend-jsfm.html
index 4eafa62..a26308f 100644
--- a/content/references/advanced/extend-jsfm.html
+++ b/content/references/advanced/extend-jsfm.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/advanced/extend-to-android.html
--
diff --git a/content/references/advanced/extend-to-android.html 
b/content/references/advanced/extend-to-android.html
index fd52821..f556850 100644
--- a/content/references/advanced/extend-to-android.html
+++ b/content/references/advanced/extend-to-android.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/advanced/extend-to-html5.html
--
diff --git a/content/references/advanced/extend-to-html5.html 
b/content/references/advanced/extend-to-html5.html
index 38a7ec4..36be47b 100644
--- a/content/references/advanced/extend-to-html5.html
+++ b/content/references/advanced/extend-to-html5.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,

[3/3] incubator-weex-site git commit: Site updated: 2017-06-14 12:03:59

2017-06-13 Thread sospartan
Site updated: 2017-06-14 12:03:59


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/9ef71c52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/9ef71c52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/9ef71c52

Branch: refs/heads/asf-site
Commit: 9ef71c5209f65052923d90b8bd277ab47cd4c4ff
Parents: 0d99f72
Author: minijenkins 
Authored: Wed Jun 14 12:04:00 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 12:04:00 2017 +0800

--
 content/content.json |  2 +-
 content/faq.html | 12 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
--




[05/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/component-defs.html
--
diff --git a/content/cn/v-0.10/references/component-defs.html 
b/content/cn/v-0.10/references/component-defs.html
index e1ea663..70c7400 100644
--- a/content/cn/v-0.10/references/component-defs.html
+++ b/content/cn/v-0.10/references/component-defs.html
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/components/a.html
--
diff --git a/content/cn/v-0.10/references/components/a.html 
b/content/cn/v-0.10/references/components/a.html
index 7ea3108..ae6bb83 100644
--- a/content/cn/v-0.10/references/components/a.html
+++ b/content/cn/v-0.10/references/components/a.html
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/components/cell.html
--
diff --git a/content/cn/v-0.10/references/components/cell.html 
b/content/cn/v-0.10/references/components/cell.html
index 96ee7ea..1b31929 100644
--- a/content/cn/v-0.10/references/components/cell.html
+++ b/content/cn/v-0.10/references/components/cell.html
@@ -465,11 +465,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -929,11 +929,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/components/div.html
--
diff --git a/content/cn/v-0.10/references/components/div.html 
b/content/cn/v-0.10/references/components/div.html
index e63a4f6..dc03f6c 100644
--- a/content/cn/v-0.10/references/components/div.html
+++ b/content/cn/v-0.10/references/components/div.html
@@ -466,11 +466,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -930,11 +930,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/components/image.html
--
diff --git a/content/cn/v-0.10/references/components/image.html 
b/content/cn/v-0.10/references/components/image.html
index a4afd86..a618b98 100644
--- a/content/cn/v-0.10/references/components/image.html
+++ b/content/cn/v-0.10/references/components/image.html
@@ -466,11 +466,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -930,11 +930,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/v-0.10/references/components/index.html
--

[11/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/modules/picker.html
--
diff --git a/content/references/modules/picker.html 
b/content/references/modules/picker.html
index 2440cfa..765dcc0 100644
--- a/content/references/modules/picker.html
+++ b/content/references/modules/picker.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/modules/storage.html
--
diff --git a/content/references/modules/storage.html 
b/content/references/modules/storage.html
index 423c7bf..a4d315c 100644
--- a/content/references/modules/storage.html
+++ b/content/references/modules/storage.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,19 +1220,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/references/modules/stream.html
--
diff --git a/content/references/modules/stream.html 
b/content/references/modules/stream.html
index d65a462..877aa4e 100644
--- a/content/references/modules/stream.html
+++ b/content/references/modules/stream.html
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,19 +593,19 @@
   
 
   
-globalEvent
+animation
   
 
   
-animation
+globalEvent
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 

[07/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/migration/difference.html
--
diff --git a/content/cn/references/migration/difference.html 
b/content/cn/references/migration/difference.html
index 1ca9535..69eb2f9 100644
--- a/content/cn/references/migration/difference.html
+++ b/content/cn/references/migration/difference.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/migration/index.html
--
diff --git a/content/cn/references/migration/index.html 
b/content/cn/references/migration/index.html
index 0853492..3d8653e 100644
--- a/content/cn/references/migration/index.html
+++ b/content/cn/references/migration/index.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   

[03/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/faq.html
--
diff --git a/content/faq.html b/content/faq.html
index 8394428..8a37003 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -5,16 +5,16 @@
   
   FAQ | Weex
   
-  
+  
 
 
 https://weex.apache.org/faq.html";>
 
-
-
+
+
 
 
-
+
   
 
   
@@ -194,9 +194,9 @@
   
 
   
-  Updated time: 
14/06/2017
+  Updated time: 
14/06/2017
 
-FAQwhere are legacy docs?
+FAQwhere are legacy docs ?
 Guide
 References
 Advanced

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/advanced/extend-jsfm.html
--
diff --git a/content/references/advanced/extend-jsfm.html 
b/content/references/advanced/extend-jsfm.html
index 2da3c81..4eafa62 100644
--- a/content/references/advanced/extend-jsfm.html
+++ b/content/references/advanced/extend-jsfm.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/advanced/extend-to-android.html
--
diff --git a/content/references/advanced/extend-to-android.html 
b/content/references/advanced/extend-to-android.html
index 4b82c92..fd52821 100644
--- a/content/references/advanced/extend-to-android.html
+++ b/content/references/advanced/extend-to-android.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/advanced/extend-to-html5.html
--
diff --git a/content/references/advanced/extend-to-html5.html 
b/content/references/advanced/extend-to-html5.html
index f573299..38a7e

[17/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/references/components/web.html
--
diff --git a/content/cn/references/components/web.html 
b/content/cn/references/components/web.html
index c0f5198..48105c1 100644
--- a/content/cn/references/components/web.html
+++ b/content/cn/references/components/web.html
@@ -476,19 +476,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/references/downgrade.html
--
diff --git a/content/cn/references/downgrade.html 
b/content/cn/references/downgrade.html
index 75c01b3..d0a4098 100644
--- a/content/cn/references/downgrade.html
+++ b/content/cn/references/downgrade.html
@@ -476,19 +476,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/references/gesture.html
--
diff --git a/content/cn/references/gesture.html 
b/content/cn/references/gesture.html
index 9a17820..e0e9b1f 100644
--- a/content/cn/references/gesture.html
+++ b/content/cn/references/gesture.html
@@ -476,19 +476,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/references/html5-apis.html
--
diff --git a/content/cn/references/html5-apis.html 
b/content/cn/references/html5-apis.html
index 1ae6941..3be6e41 100644
--- a/content/cn/references/html5-apis.html
+++ b/content/cn/references/html5-apis.html
@@ -476,19 +476,19 @@
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-JS

[06/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/modules/websocket.html
--
diff --git a/content/cn/references/modules/websocket.html 
b/content/cn/references/modules/websocket.html
index 0f316c0..ef2ce6c 100644
--- a/content/cn/references/modules/websocket.html
+++ b/content/cn/references/modules/websocket.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/cn/references/modules/webview.html
--
diff --git a/content/cn/references/modules/webview.html 
b/content/cn/references/modules/webview.html
index 10f81c6..ae24df2 100644
--- a/content/cn/references/modules/webview.html
+++ b/content/cn/references/modules/webview.html
@@ -476,19 +476,19 @@
   
 
   
-JS Framework APIs
+事件冒泡
   
 
   
-事件冒泡
+降级方案
   
 
   
-降级方案
+事件冒泡
   
 
   
-事件冒泡
+JS Framework APIs
   
 
   
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-迁移
+Weex 和 
Web 平台的差异
 
   
 
   
-Weex 和 Web 平台的差异
+迁移
   
 
   
@@ -1112,19 +1112,19 @@
   
 
   
-  

[15/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:02:48

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/modules/globalevent.html
--
diff --git a/content/cn/v-0.10/references/modules/globalevent.html 
b/content/cn/v-0.10/references/modules/globalevent.html
index f833653..f8ab7e3 100644
--- a/content/cn/v-0.10/references/modules/globalevent.html
+++ b/content/cn/v-0.10/references/modules/globalevent.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/modules/index.html
--
diff --git a/content/cn/v-0.10/references/modules/index.html 
b/content/cn/v-0.10/references/modules/index.html
index ba982b8..0ac2395 100644
--- a/content/cn/v-0.10/references/modules/index.html
+++ b/content/cn/v-0.10/references/modules/index.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/modules/modal.html
--
diff --git a/content/cn/v-0.10/references/modules/modal.html 
b/content/cn/v-0.10/references/modules/modal.html
index 826ceaa..29e5ff6 100644
--- a/content/cn/v-0.10/references/modules/modal.html
+++ b/content/cn/v-0.10/references/modules/modal.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -463,11 +463,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -927,11 +927,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0d99f720/content/cn/v-0.10/references/modules/navigator.html
--
diff --git a/content/cn/v-0.10/references/modules/navigator.html 
b/content/cn/v-0.10/references/modules/navigator.html
index 1aaf5e5..83424a5 100644
--- a/content/cn/v-0.10/references/modules/navigator.html
+++ b/content/cn/v-0.10/references/modules/navigator.html
@@ -427,11 +427,11 @@
   
 
   
-
+

[02/18] incubator-weex-site git commit: Site updated: 2017-06-14 12:00:21

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/components/slider.html
--
diff --git a/content/references/components/slider.html 
b/content/references/components/slider.html
index 296d0f5..16738ec 100644
--- a/content/references/components/slider.html
+++ b/content/references/components/slider.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/components/switch.html
--
diff --git a/content/references/components/switch.html 
b/content/references/components/switch.html
index 29ddb87..893f49a 100644
--- a/content/references/components/switch.html
+++ b/content/references/components/switch.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1228,11 +1228,11 @@
   
 
   
-WebSocket
+picker
   
 
   
-picker
+WebSocket
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/72413d3d/content/references/components/text.html
--
diff --git a/content/references/components/text.html 
b/content/references/components/text.html
index 93bb186..e2926c7 100644
--- a/content/references/components/text.html
+++ b/content/references/components/text.html
@@ -479,11 +479,11 @@
   
 
   
-Event 
Bubble
+downgrade
   
 
   
-downgrade
+Event 
Bubble
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -601,11 +601,11 @@
   
 

[02/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/ios-apis.html
--
diff --git a/content/references/ios-apis.html b/content/references/ios-apis.html
index 792a4e6..3b5f173 100644
--- a/content/references/ios-apis.html
+++ b/content/references/ios-apis.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/js-service/index.html
--
diff --git a/content/references/js-service/index.html 
b/content/references/js-service/index.html
index 88ef1dd..ba89d6b 100644
--- a/content/references/js-service/index.html
+++ b/content/references/js-service/index.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+a

[05/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/content.json
--
diff --git a/content/content.json b/content/content.json
index 1455389..e146ded 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[03/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/components/index.html
--
diff --git a/content/references/components/index.html 
b/content/references/components/index.html
index 177ad0c..60585a9 100644
--- a/content/references/components/index.html
+++ b/content/references/components/index.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/components/indicator.html
--
diff --git a/content/references/components/indicator.html 
b/content/references/components/indicator.html
index a4ba70d..e963fb1 100644
--- a/content/references/components/indicator.html
+++ b/content/references/components/indicator.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
  

[06/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/v-0.10/references/wxc/wxc-navpage.html
--
diff --git a/content/cn/v-0.10/references/wxc/wxc-navpage.html 
b/content/cn/v-0.10/references/wxc/wxc-navpage.html
index bb275c1..81d6c21 100644
--- a/content/cn/v-0.10/references/wxc/wxc-navpage.html
+++ b/content/cn/v-0.10/references/wxc/wxc-navpage.html
@@ -429,11 +429,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -893,11 +893,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/v-0.10/references/wxc/wxc-tabbar.html
--
diff --git a/content/cn/v-0.10/references/wxc/wxc-tabbar.html 
b/content/cn/v-0.10/references/wxc/wxc-tabbar.html
index d9d90cc..774b72b 100644
--- a/content/cn/v-0.10/references/wxc/wxc-tabbar.html
+++ b/content/cn/v-0.10/references/wxc/wxc-tabbar.html
@@ -427,11 +427,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -891,11 +891,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   



[01/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
Repository: incubator-weex-site
Updated Branches:
  refs/heads/asf-site f417aa8b3 -> ceffdac78


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/modules/webview.html
--
diff --git a/content/references/modules/webview.html 
b/content/references/modules/webview.html
index c687ed7..d5579c8 100644
--- a/content/references/modules/webview.html
+++ b/content/references/modules/webview.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/native-dom-api.html
--
diff --git a/content/references/native-dom-api.html 
b/content/references/native-dom-api.html
index 9449a4c..dae2524 100644
--- a/content/references/native-dom-api.html
+++ b/content/references/native-dom-api.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation

[09/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/components/input.html
--
diff --git a/content/cn/references/components/input.html 
b/content/cn/references/components/input.html
index aef82f4..993e5fd 100644
--- a/content/cn/references/components/input.html
+++ b/content/cn/references/components/input.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/components/list.html
--
diff --git a/content/cn/references/components/list.html 
b/content/cn/references/components/list.html
index f77aaeb..fb5d21b 100644
--- a/content/cn/references/components/list.html
+++ b/content/cn/references/components/list.html
@@ -567,7 +567,7 @@
   
 
   
-
+
   
 
   
@@ -575,7 +575,7 @@
   
 
   
-
+
   
 
   
@@ -608,11 +608,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -732,12 +732,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1203,7 +1203,7 @@
   
 
   
-
+
   
 
   
@@ -1211,7 +1211,7 @@
   
 
   
-
+
   
 
   
@@ -1244,11 +1244,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1368,12 +1368,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/components/loading.html
--
diff --git a/content/cn/references/components/loading.html 
b/content/cn/references/components/loading.html
index 8288eca..3ba3e12 100644
--- a/content/cn/references/components/loading.html
+++ b/content/cn/references/components/loading.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 

[04/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/faq.html
--
diff --git a/content/faq.html b/content/faq.html
index 554dcd7..8394428 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -5,16 +5,16 @@
   
   FAQ | Weex
   
-  
+  
 
 
 https://weex.apache.org/faq.html";>
 
-
-
+
+
 
 
-
+
   
 
   
@@ -194,9 +194,9 @@
   
 
   
-  Updated time: 
14/06/2017
+  Updated time: 
14/06/2017
 
-FAQwhere are legacy docs ?
+FAQwhere are legacy docs?
 Guide
 References
 Advanced

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/advanced/extend-jsfm.html
--
diff --git a/content/references/advanced/extend-jsfm.html 
b/content/references/advanced/extend-jsfm.html
index a26308f..2da3c81 100644
--- a/content/references/advanced/extend-jsfm.html
+++ b/content/references/advanced/extend-jsfm.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1187,11 +1187,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1220,11 +1220,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/references/advanced/extend-to-android.html
--
diff --git a/content/references/advanced/extend-to-android.html 
b/content/references/advanced/extend-to-android.html
index f556850..4b82c92 100644
--- a/content/references/advanced/extend-to-android.html
+++ b/content/references/advanced/extend-to-android.html
@@ -479,11 +479,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -560,11 +560,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -593,11 +593,11 @@
   
 
   
-animation
+globalEvent
   
 
   
-globalEvent
+animation
   
 
   
@@ -1106,11 +1106,11 @@
   
 
   
-downgrade
+Event 
Bubble
   
 
   
-Event 
Bubble
+downgrade
   
 
   
@@ -1147,11 +1147,11 @@

[10/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
Site updated: 2017-06-14 11:46:03


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/ceffdac7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/ceffdac7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/ceffdac7

Branch: refs/heads/asf-site
Commit: ceffdac78b4ff0288d59f9ce5cc310623365ded4
Parents: f417aa8
Author: minijenkins 
Authored: Wed Jun 14 11:46:05 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 11:46:05 2017 +0800

--
 content/cn/references/advanced/extend-jsfm.html | 24 +++
 .../references/advanced/extend-to-android.html  | 24 +++
 .../cn/references/advanced/extend-to-html5.html | 24 +++
 .../cn/references/advanced/extend-to-ios.html   | 24 +++
 content/cn/references/advanced/index.html   | 24 +++
 .../advanced/integrate-devtool-to-android.html  | 24 +++
 .../advanced/integrate-devtool-to-ios.html  | 24 +++
 content/cn/references/android-apis.html | 24 +++
 content/cn/references/bubble.html   | 24 +++
 content/cn/references/color-names.html  | 24 +++
 content/cn/references/common-event.html | 24 +++
 content/cn/references/common-style.html | 24 +++
 content/cn/references/components/a.html | 24 +++
 content/cn/references/components/cell.html  | 24 +++
 content/cn/references/components/div.html   | 24 +++
 content/cn/references/components/image.html | 24 +++
 content/cn/references/components/index.html | 24 +++
 content/cn/references/components/indicator.html | 24 +++
 content/cn/references/components/input.html | 24 +++
 content/cn/references/components/list.html  | 24 +++
 content/cn/references/components/loading.html   | 24 +++
 content/cn/references/components/refresh.html   | 24 +++
 content/cn/references/components/scroller.html  | 24 +++
 content/cn/references/components/slider.html| 24 +++
 content/cn/references/components/switch.html| 24 +++
 content/cn/references/components/text.html  | 24 +++
 content/cn/references/components/textarea.html  | 24 +++
 content/cn/references/components/video.html | 24 +++
 content/cn/references/components/waterfall.html | 24 +++
 content/cn/references/components/web.html   | 24 +++
 content/cn/references/downgrade.html| 24 +++
 content/cn/references/gesture.html  | 24 +++
 content/cn/references/html5-apis.html   | 24 +++
 content/cn/references/index.html| 24 +++
 content/cn/references/ios-apis.html | 24 +++
 content/cn/references/js-service/index.html | 24 +++
 content/cn/references/jsfm-apis.html| 24 +++
 content/cn/references/migration/difference.html | 24 +++
 content/cn/references/migration/index.html  | 24 +++
 .../migration/migration-from-weex.html  | 24 +++
 content/cn/references/modules/animation.html| 24 +++
 content/cn/references/modules/clipboard.html| 24 +++
 content/cn/references/modules/dom.html  | 24 +++
 content/cn/references/modules/globalevent.html  | 24 +++
 content/cn/references/modules/index.html| 24 +++
 content/cn/references/modules/modal.html| 24 +++
 content/cn/references/modules/navigator.html| 24 +++
 content/cn/references/modules/picker.html   | 24 +++
 content/cn/references/modules/storage.html  | 24 +++
 content/cn/references/modules/stream.html   | 24 +++
 content/cn/references/modules/websocket.html| 24 +++
 content/cn/references/modules/webview.html  | 24 +++
 content/cn/references/native-dom-api.html   | 24 +++
 content/cn/references/path.html | 24 +++
 content/cn/references/platform-difference.html  | 24 +++
 content/cn/references/text-style.html   | 24 +++
 content/cn/references/unit.html | 24 +++
 .../cn/references/vue/difference-of-vuex.html   | 24 +++
 .../cn/references/vue/difference-with-web.html  | 24 +++
 content/cn/references/vue/index.html| 24 +++
 content/cn/references/web-standards.html| 24 +++
 content/cn/references/weex-variable.html| 24 +++
 content/cn/v

[08/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/migration/migration-from-weex.html
--
diff --git a/content/cn/references/migration/migration-from-weex.html 
b/content/cn/references/migration/migration-from-weex.html
index 93ae601..dd623ca 100644
--- a/content/cn/references/migration/migration-from-weex.html
+++ b/content/cn/references/migration/migration-from-weex.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/modules/animation.html
--
diff --git a/content/cn/references/modules/animation.html 
b/content/cn/references/modules/animation.html
index 11ad621..490abc7 100644
--- a/content/cn/references/modules/animation.html
+++ b/content/cn/references/modules/animation.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/modules/clipboard.html
--
diff --git a/content/cn/references/modules/clipboard.html 
b/content/cn/references/modules/clipboard.html
index 8a4afcd..7ca9f9f 100644
--- a/content/cn/references/modules/clipboard.html
+++ b/content/cn/references/modules/clipboard.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-

[07/10] incubator-weex-site git commit: Site updated: 2017-06-14 11:46:03

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/vue/index.html
--
diff --git a/content/cn/references/vue/index.html 
b/content/cn/references/vue/index.html
index 62fc783..327e67a 100644
--- a/content/cn/references/vue/index.html
+++ b/content/cn/references/vue/index.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/web-standards.html
--
diff --git a/content/cn/references/web-standards.html 
b/content/cn/references/web-standards.html
index 8d4634a..80c18b7 100644
--- a/content/cn/references/web-standards.html
+++ b/content/cn/references/web-standards.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -730,12 +730,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   
@@ -1201,7 +1201,7 @@
   
 
   
-
+
   
 
   
@@ -1209,7 +1209,7 @@
   
 
   
-
+
   
 
   
@@ -1242,11 +1242,11 @@
   
 
   
-picker
+WebSocket
   
 
   
-WebSocket
+picker
   
 
   
@@ -1366,12 +1366,12 @@
   
 
   
-Weex 和 
Web 平台的差异
+迁移
 
   
 
   
-迁移
+Weex 和 Web 平台的差异
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ceffdac7/content/cn/references/weex-variable.html
--
diff --git a/content/cn/references/weex-variable.html 
b/content/cn/references/weex-variable.html
index 3a42a86..786dd2e 100644
--- a/content/cn/references/weex-variable.html
+++ b/content/cn/references/weex-variable.html
@@ -565,7 +565,7 @@
   
 
   
-
+
   
 
   
@@ -573,7 +573,7 @@
   
 
   
-
+
   
 
   
@@ -606,11 +606,11 @@
   
 
  

[3/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:28:11

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/content.json
--
diff --git a/content/content.json b/content/content.json
index 4e85770..046e181 100644
--- a/content/content.json
+++ b/content/content.json
@@ -1 +1 @@
-{"meta":{"title":"Weex","subtitle":null,"description":"A framework for 
building Mobile cross-platform UIs. Different from a \"web app\", \"HTML5 
app\", or \"hybrid app\", you can use Weex to build a real mobile app. The code 
that you write is relatively simple, because you can build native applications 
just using HTML, CSS, Javascript. But underneath, the core of the application 
is Objective-C or Java. At the same time, Weex will provide a lot of native 
components or modules for developers to 
use.","author":"Jinjiang","url":"https://weex.apache.org"},"pages":[{"title":"Release
 
Note","path":"releasenote.html","permalink":"https://weex.apache.org/releasenote.html","text":"Release
 Notev0.10.0 New Feature Support Vue.jsThe Vue.js 2.1.8 (runtime-only build) is 
in WeexSDK now. You can use Vue.js to build native app by WeexSDK 0.10.0.We 
reused the original native render engine and developed a new renderer 
(weex-vue-render) for the web platform, which is based on Vue 2.0.The former 
front-en
 d framework (commonly known as .we), which is inspired by Vue 1.0, is 
deprecated. Although it still works well in this release, we suggest to migrate 
it to Vue 2.0. SDK New CSS support text font-weightfont-weight can set to 
[normal|bold] or 100-900. gradientlike CSS3, now you can use gradient in Weex. 
For example: background-image: linear-gradient(to right, blue, white); Read 
more about gradient. Pseudo classCurrently, Weex supports 4 pseudo 
classes:active, focus, disabled, enabled. New BroadcastChannel APIDevelopers 
can use BroadcastChannel API to implement inter-instance communication. const 
Stack = new BroadcastChannel('Avengers')Stack.onmessage = function (event) 
{ console.log(event.data) // in this case, it's \"Hulk Smash !!!\"}// 
in another instanceconst Hulk = new 
BroadcastChannel('Avengers')Hulk.postMessage(\"Hulk Smash !!!\") Image’s 
onload event add naturalHeight and naturalWidthimage to get the original size 
of image file. Websocket SupportWebSockets is an adv
 anced technology that makes it possible to open an interactive communication 
session between the user’s h5/iOS/android and a server. With this API, you 
can send messages to a server and receive event-driven responses without having 
to poll the server for a reply.Read more about Weex’s websocket. Support 
synchronous method callBoth module and component method can defined synchronous 
method exposed to JS runtime now. Means native will invoke these method in JS 
thread directly. Support viewport configurationSimilar to W3C specification, 
Weex support set define viewport in script tag:  Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[8/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:30:01

2017-06-13 Thread sospartan
Site updated: 2017-06-14 11:30:01


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/f417aa8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/f417aa8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/f417aa8b

Branch: refs/heads/asf-site
Commit: f417aa8b3b7383fe26bae1e1f4998f55d0328856
Parents: 63de64a
Author: minijenkins 
Authored: Wed Jun 14 11:30:03 2017 +0800
Committer: minijenkins 
Committed: Wed Jun 14 11:30:03 2017 +0800

--
 content/content.json | 2 +-
 content/references/advanced/extend-jsfm.html | 8 
 content/references/advanced/extend-to-android.html   | 8 
 content/references/advanced/extend-to-html5.html | 8 
 content/references/advanced/extend-to-ios.html   | 8 
 content/references/advanced/index.html   | 8 
 .../references/advanced/integrate-devtool-to-android.html| 8 
 content/references/advanced/integrate-devtool-to-ios.html| 8 
 content/references/android-apis.html | 8 
 content/references/bubble.html   | 8 
 content/references/color-names.html  | 8 
 content/references/common-event.html | 8 
 content/references/common-style.html | 8 
 content/references/components/a.html | 8 
 content/references/components/cell.html  | 8 
 content/references/components/div.html   | 8 
 content/references/components/image.html | 8 
 content/references/components/index.html | 8 
 content/references/components/indicator.html | 8 
 content/references/components/input.html | 8 
 content/references/components/list.html  | 8 
 content/references/components/refresh.html   | 8 
 content/references/components/scroller.html  | 8 
 content/references/components/slider.html| 8 
 content/references/components/switch.html| 8 
 content/references/components/text.html  | 8 
 content/references/components/textarea.html  | 8 
 content/references/components/video.html | 8 
 content/references/components/waterfall.html | 8 
 content/references/components/web.html   | 8 
 content/references/downgrade.html| 8 
 content/references/gesture.html  | 8 
 content/references/html5-apis.html   | 8 
 content/references/index.html| 8 
 content/references/ios-apis.html | 8 
 content/references/js-service/index.html | 8 
 content/references/jsfm-apis.html| 8 
 content/references/migration/difference.html | 8 
 content/references/migration/index.html  | 8 
 content/references/migration/migration-from-weex.html| 8 
 content/references/modules/animation.html| 8 
 content/references/modules/clipboard.html| 8 
 content/references/modules/dom.html  | 8 
 content/references/modules/globalevent.html  | 8 
 content/references/modules/index.html| 8 
 content/references/modules/modal.html| 8 
 content/references/modules/navigator.html| 8 
 content/references/modules/picker.html   | 8 
 content/references/modules/storage.html  | 8 
 content/references/modules/stream.html   | 8 
 content/references/modules/websocket.html| 8 
 content/references/modules/webview.html  | 8 
 content/references/native-dom-api.html   | 8 
 content/references/path.html | 8 
 content/references/platfrom-difference.html  | 8 
 content/references/text-style.html   | 8 
 content/references/unit.html | 8 
 content/references/vue/difference-of-vuex.html   | 8 
 content/

[2/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:28:11

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/faq.html
--
diff --git a/content/faq.html b/content/faq.html
index 5c4ec9d..554dcd7 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -5,16 +5,16 @@
   
   FAQ | Weex
   
-  
+  
 
 
 https://weex.apache.org/faq.html";>
 
-
-
+
+
 
 
-
+
   
 
   
@@ -194,9 +194,9 @@
   
 
   
-  Updated time: 
14/06/2017
+  Updated time: 
14/06/2017
 
-FAQwhere are legacy docs?
+FAQwhere are legacy docs ?
 Guide
 References
 Advanced
@@ -243,6 +243,7 @@
   class="line">script>class="javascript">  class="built_in">module.exports = {
 >data: {  class="attr">lists: [{ class="attr">title: 'A' },class="line">{ title: class="string">'B' },{ class="attr">title: 'C' }class="line">  ]},class="line">ready: function () 
{  this.lists.splice(0, 1)}  }
 A wrong example:
    Tools Devtools Support Vue 2.0 debugging. Add network 
switch for network inspector. Make application capable to decide which bundle 
is ‘un-debuggable’, which means page’s source code is unreadable in debug 
mode. Weexpack Has full set of commands for developers to setup android/ios a
 pplication with his .we/.vue files. Developers could easily pack/install his 
application with simple command. Has full set of commands for developers to 
manage weex plugins, including create plugin template, add plugin to his 
project etc. Plugin market was formally used for developers to publish/download 
weex plugins. Bugfix * [android] add fixed size property 5191241 * [android] 
bug fix NPE && cache ScreenWidth and ScreenHeight 950e843 * [android] 
bugfix duplicate destroy 25412e0 * [android] bugfix keyboard force hide (#106) 
0ad2f95 * [android] bugfix scroller offset transform twice cd7ad66 * [android] 
change gradle to fix build 1feaadf * [android] ClipPath doesn’t work when the 
following conditions met 1. rotation or scale is used 2. API level is 24 As 
border-radius uses clipPath, this will cause views with border-radius using 
rotation or scale on API level 24 doesn’t. So far, this is a bug of Android 
N,https://code.google.com/p/android/issues/detail?id=225556&sort
 =-id&colspec=ID f69e918 * [android] Fix bug of border width due to 
viewport. Refer 
https://github.com/sospartan/weex/commit/7cfe9752e0c95f3b23bedfa3f51ba3bafb4318f4#diff-42908d45812780fec8606537dffab67dL1054
 9cd6800 * [android] fix cast exception 3136fcf * [android] fix DCL thread 
safely (#48) 62e9b71 * [android] fix duplicate add component child to list 
3fd73d7 * [android] fix find component 45643ab * [android] fix getScreenWidth 
with context parameter (#80) 16377f2 * [android] fix inefficient use of keySet 
iterator instead of entrySet iterator (#47) dac80e2 * [android] fix 
intrinsicSize when img.resize=contain b6272a2 * [android] fix npe in 
onScrollerListener (#138) 8

[1/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:28:11

2017-06-13 Thread sospartan
Repository: incubator-weex-site
Updated Branches:
  refs/heads/asf-site 89a2b2c09 -> f417aa8b3


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/modules/websocket.html
--
diff --git a/content/references/modules/websocket.html 
b/content/references/modules/websocket.html
index 9d87bf9..ae252c8 100644
--- a/content/references/modules/websocket.html
+++ b/content/references/modules/websocket.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/modules/webview.html
--
diff --git a/content/references/modules/webview.html 
b/content/references/modules/webview.html
index c687ed7..d402e73 100644
--- a/content/references/modules/webview.html
+++ b/content/references/modules/webview.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/native-dom-api.html
--
diff --git a/content/references/native-dom-api.html 
b/content/references/native-dom-api.html
index 9449a4c..0dbd1c5 100644
--- a/content/references/native-dom-api.html
+++ b/content/references/native-dom-api.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/path.html
--
diff --git a/content/references/path.html b/content/references/path.html
index 6c776e2..4879901 100644
--- a/content/references/path.html
+++ b/content/references/path.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/platfrom-difference.html
--
diff --git a/content/references/platfrom-difference.html 
b/content/references/platfrom-difference.html
index 7ce3702..31aa200 100644
--- a/content/references/platfrom-difference.html
+++ b/content/references/platfrom-difference.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/63de64ac/content/references/text-style.html
--
diff --git a/content/references/text-style.html 
b/content/references/text-style.html
index c71e95d..a3774d4 100644
--- a/content/references/text-style.html
+++ b/conten

[5/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:30:01

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/unit.html
--
diff --git a/content/references/unit.html b/content/references/unit.html
index 3fe0fa7..6e34ef2 100644
--- a/content/references/unit.html
+++ b/content/references/unit.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/vue/difference-of-vuex.html
--
diff --git a/content/references/vue/difference-of-vuex.html 
b/content/references/vue/difference-of-vuex.html
index 4512cf6..8d70af2 100644
--- a/content/references/vue/difference-of-vuex.html
+++ b/content/references/vue/difference-of-vuex.html
@@ -522,11 +522,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1149,11 +1149,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/vue/difference-with-web.html
--
diff --git a/content/references/vue/difference-with-web.html 
b/content/references/vue/difference-with-web.html
index ebe3c6e..c31f97e 100644
--- a/content/references/vue/difference-with-web.html
+++ b/content/references/vue/difference-with-web.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/vue/index.html
--
diff --git a/content/references/vue/index.html 
b/content/references/vue/index.html
index d87c2f0..62ce366 100644
--- a/content/references/vue/index.html
+++ b/content/references/vue/index.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/web-standards.html
--
diff --git a/content/references/web-standards.html 
b/content/references/web-standards.html
index b48ceb7..8e3e588 100644
--- a/content/references/web-standards.html
+++ b/content/references/web-standards.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/weex-variable.html
--
diff --git a/content/references/weex-variable.html 
b/content/references/weex-variable.html
index 0b5c5b0..b3d81d5 100644
--- a/content/references/weex-variable.html
+++ b/content/references/weex-variable.html
@@ -520,11 +520,11 @@
   
 

[4/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:28:11

2017-06-13 Thread sospartan
Site updated: 2017-06-14 11:28:11


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/63de64ac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/63de64ac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/63de64ac

Branch: refs/heads/asf-site
Commit: 63de64ac8444661d69f182ad1690dcb9dd3d450d
Parents: 89a2b2c
Author: weex 
Authored: Wed Jun 14 11:28:12 2017 +0800
Committer: weex 
Committed: Wed Jun 14 11:28:12 2017 +0800

--
 content/content.json   |  2 +-
 content/faq.html   | 13 +++--
 content/references/advanced/extend-jsfm.html   |  8 
 content/references/advanced/extend-to-android.html |  8 
 content/references/advanced/extend-to-html5.html   |  8 
 content/references/advanced/extend-to-ios.html |  8 
 content/references/advanced/index.html |  8 
 .../advanced/integrate-devtool-to-android.html |  8 
 .../references/advanced/integrate-devtool-to-ios.html  |  8 
 content/references/android-apis.html   |  8 
 content/references/bubble.html |  8 
 content/references/color-names.html|  8 
 content/references/common-event.html   |  8 
 content/references/common-style.html   |  8 
 content/references/components/a.html   |  8 
 content/references/components/cell.html|  8 
 content/references/components/div.html |  8 
 content/references/components/image.html   |  8 
 content/references/components/index.html   |  8 
 content/references/components/indicator.html   |  8 
 content/references/components/input.html   |  8 
 content/references/components/list.html|  8 
 content/references/components/refresh.html |  8 
 content/references/components/scroller.html|  8 
 content/references/components/slider.html  |  8 
 content/references/components/switch.html  |  8 
 content/references/components/text.html|  8 
 content/references/components/textarea.html|  8 
 content/references/components/video.html   |  8 
 content/references/components/waterfall.html   |  8 
 content/references/components/web.html |  8 
 content/references/downgrade.html  |  8 
 content/references/gesture.html|  8 
 content/references/html5-apis.html |  8 
 content/references/index.html  |  8 
 content/references/ios-apis.html   |  8 
 content/references/js-service/index.html   |  8 
 content/references/jsfm-apis.html  |  8 
 content/references/migration/difference.html   |  8 
 content/references/migration/index.html|  8 
 content/references/migration/migration-from-weex.html  |  8 
 content/references/modules/animation.html  |  8 
 content/references/modules/clipboard.html  |  8 
 content/references/modules/dom.html|  8 
 content/references/modules/globalevent.html|  8 
 content/references/modules/index.html  |  8 
 content/references/modules/modal.html  |  8 
 content/references/modules/navigator.html  |  8 
 content/references/modules/picker.html |  8 
 content/references/modules/storage.html|  8 
 content/references/modules/stream.html |  8 
 content/references/modules/websocket.html  |  8 
 content/references/modules/webview.html|  8 
 content/references/native-dom-api.html |  8 
 content/references/path.html   |  8 
 content/references/platfrom-difference.html|  8 
 content/references/text-style.html |  8 
 content/references/unit.html   |  8 
 content/references/vue/difference-of-vuex.html |  8 
 content/references/vue/difference-with-web.html|  8 
 content/references/vue/index.html  |  8 
 content/references/web-standards.html  |  8 
 content/references/weex-var

[6/8] incubator-weex-site git commit: Site updated: 2017-06-14 11:30:01

2017-06-13 Thread sospartan
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/extend-jsfm.html
--
diff --git a/content/references/advanced/extend-jsfm.html 
b/content/references/advanced/extend-jsfm.html
index deebb1b..a26308f 100644
--- a/content/references/advanced/extend-jsfm.html
+++ b/content/references/advanced/extend-jsfm.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/extend-to-android.html
--
diff --git a/content/references/advanced/extend-to-android.html 
b/content/references/advanced/extend-to-android.html
index f1ff228..f556850 100644
--- a/content/references/advanced/extend-to-android.html
+++ b/content/references/advanced/extend-to-android.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/extend-to-html5.html
--
diff --git a/content/references/advanced/extend-to-html5.html 
b/content/references/advanced/extend-to-html5.html
index f337eff..36be47b 100644
--- a/content/references/advanced/extend-to-html5.html
+++ b/content/references/advanced/extend-to-html5.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/extend-to-ios.html
--
diff --git a/content/references/advanced/extend-to-ios.html 
b/content/references/advanced/extend-to-ios.html
index c9f08c6..bf9f86e 100644
--- a/content/references/advanced/extend-to-ios.html
+++ b/content/references/advanced/extend-to-ios.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/index.html
--
diff --git a/content/references/advanced/index.html 
b/content/references/advanced/index.html
index 36950a7..ee296ef 100644
--- a/content/references/advanced/index.html
+++ b/content/references/advanced/index.html
@@ -520,11 +520,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   
@@ -1147,11 +1147,11 @@
   
 
   
-
+
   
 
   
-
+
   
 
   

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f417aa8b/content/references/advanced/integrate-devtool-to-android.html
--
diff --git a/content/references/advanced/integrate-de

[GitHub] incubator-weex issue #447: + [ios] not input \n when return key type is not ...

2017-06-13 Thread weex-bot
Github user weex-bot commented on the issue:

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




  

  
  Fails

  
  
  :no_entry_sign:
  This PR modify SDK code. Please add/modify corresponding 
testcases. If it is ok, please comment about it. Or put '@notdanger' in you 
commit message.

  




  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  

  :warning:
  This PR should update related documents as well. 

  





  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #447: + [ios] not input \n when return key type ...

2017-06-13 Thread kfeagle
GitHub user kfeagle opened a pull request:

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

+ [ios] not input \n when return key type  is not set default

+ [ios] not input \n when return key type  is not set default

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

$ git pull https://github.com/kfeagle/incubator-weex 
ios-bugfix-input-0.14-dev

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

https://github.com/apache/incubator-weex/pull/447.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #447


commit 33dd4133b0ee6f99e4f33f8939446ccc5c205e01
Author: 齐山 
Date:   2017-06-14T03:21:53Z

+ [ios] not input \n when return key type  is not set default




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


incubator-weex git commit: * [all] trigger travis build

2017-06-13 Thread sospartan
Repository: incubator-weex
Updated Branches:
  refs/heads/0.14-dev b7813c74b -> c16beb861


* [all] trigger travis build


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c16beb86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c16beb86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c16beb86

Branch: refs/heads/0.14-dev
Commit: c16beb8613196c93f0b53846c0689bb876e48157
Parents: b7813c7
Author: sospartan 
Authored: Tue Jun 13 20:26:11 2017 +0800
Committer: sospartan 
Committed: Tue Jun 13 20:26:11 2017 +0800

--

--




[1/2] incubator-weex git commit: + [ios] update for macaca test case

2017-06-13 Thread kfeagle
Repository: incubator-weex
Updated Branches:
  refs/heads/dev 8e1cc1f62 -> 14fc15906


+ [ios] update for macaca  test case


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ab8b4ea6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ab8b4ea6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ab8b4ea6

Branch: refs/heads/dev
Commit: ab8b4ea6c5cd2c0cebd5d5c0e14eb098a479436b
Parents: 8e1cc1f
Author: 齐山 
Authored: Tue Jun 13 18:02:32 2017 +0800
Committer: 齐山 
Committed: Tue Jun 13 18:02:32 2017 +0800

--
 ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ab8b4ea6/ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m
--
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m 
b/ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m
index d17b7db..690c709 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXCycleSliderComponent.m
@@ -209,9 +209,10 @@ typedef NS_ENUM(NSInteger, Direction) {
 if (_infinite) {
 [self.scrollView setContentOffset:CGPointMake(self.width * 2, 0) 
animated:YES];
 } else {
-_currentIndex += 1;
-if (_currentIndex - 1 < _itemViews.count) {
-[self.scrollView setContentOffset:CGPointMake(_currentIndex * 
self.width, 0) animated:YES];
+// the currentindex will be set at the end of animation
+NSInteger nextIndex = self.currentIndex + 1;
+if(nextIndex < _itemViews.count) {
+[self.scrollView setContentOffset:CGPointMake(nextIndex * 
self.width, 0) animated:YES];
 }
 }
 }



[GitHub] incubator-weex pull request #446: + [ios] update for macaca test case

2017-06-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[2/2] incubator-weex git commit: + [ios] update image dev @notdanger

2017-06-13 Thread kfeagle
+ [ios] update image dev @notdanger


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/14fc1590
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/14fc1590
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/14fc1590

Branch: refs/heads/dev
Commit: 14fc15906a7b1b031ce7cb10ab9153875c479015
Parents: ab8b4ea
Author: 齐山 
Authored: Tue Jun 13 18:35:52 2017 +0800
Committer: 齐山 
Committed: Tue Jun 13 18:35:52 2017 +0800

--
 test/screenshot/border-ios.png | Bin 128206 -> 126185 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/14fc1590/test/screenshot/border-ios.png
--
diff --git a/test/screenshot/border-ios.png b/test/screenshot/border-ios.png
index bb2f990..02e27a1 100644
Binary files a/test/screenshot/border-ios.png and 
b/test/screenshot/border-ios.png differ



incubator-weex git commit: * [all] update travis config script

2017-06-13 Thread sospartan
Repository: incubator-weex
Updated Branches:
  refs/heads/0.14-dev 9c1b9668a -> b7813c74b


* [all] update travis config script


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/b7813c74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/b7813c74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/b7813c74

Branch: refs/heads/0.14-dev
Commit: b7813c74b9fcc8ce6107da0148dfff9b8bb86bc1
Parents: 9c1b966
Author: sospartan 
Authored: Mon Jun 12 22:49:55 2017 +0800
Committer: sospartan 
Committed: Tue Jun 13 18:06:32 2017 +0800

--
 .travis.yml  | 87 ---
 android/run-ci.sh|  7 
 android/sdk/build.gradle | 11 +++---
 test/ci-funcs.sh | 18 -
 4 files changed, 71 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b7813c74/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index d506ed3..4c4f91c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
   - TEST_SUITE=danger
   - TEST_SUITE=jsfm
   - TEST_SUITE=android
+  - TEST_SUITE=release
 matrix:
 fast_finish: true
 exclude:
@@ -24,15 +25,19 @@ matrix:
 env: TEST_SUITE=ios
   - os: linux
 env: TEST_SUITE=android
+  - os: osx
+env: TEST_SUITE=release
+  - os: linux
+env: TEST_SUITE=release
 include:
   - os: osx
+env: TEST_SUITE=release
+osx_image: xcode8.1
+language: objective-c
+  - os: osx
 env: TEST_SUITE=ios
 osx_image: xcode8.1
 language: objective-c
-before_script:
-  - brew update
-script:
-  - xcodebuild -project ios/sdk/WeexSDK.xcodeproj test -scheme 
WeexSDKTests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination 
'platform=iOS Simulator,name=iPhone 6'
   - os: linux
 env: TEST_SUITE=android
 jdk: oraclejdk8
@@ -41,40 +46,78 @@ matrix:
   components:
 - platform-tools
 - tools
-- build-tools-23.0.2
 - build-tools-23.0.3
-- build-tools-24.0.3
-- android-24
 - android-23
-- android-22
 - extra-google-m2repository
 - extra-android-m2repository
 - sys-img-armeabi-v7a-android-22
-before_script:
-  - curl -o- 
https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
-  - nvm install 7.0
-  - npm install
-script:
-  - cd android
-  - ./run-ci.sh 
-  - cd $TRAVIS_BUILD_DIR
 cache:
   directories:
   - node_modules
   - $HOME/.m2
   - $HOME/.gradle
+before_script:
+  - |
+if [[ $TEST_SUITE = "android" ]]; then
+  curl -o- 
https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
+  nvm install 7.0
+  npm install
+fi
+  - |
+if [[ $TEST_SUITE = "ios" ]]; then
+  brew update
+fi
+  - |
+if [[ $TEST_SUITE = "release" ]]; then
+  brew update
+  #manual install android sdk
+  brew cask install android-sdk
+  brew install gradle
+  export ANDROID_HOME=/usr/local/share/android-sdk
+  export 
PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools
+  echo yes | sdkmanager platform-tools
+  echo yes | sdkmanager tools #tools
+  echo yes | sdkmanager "build-tools;23.0.3" #build-tool
+  echo yes | sdkmanager "platforms;android-23" #compile target
+  echo yes | sdkmanager "extras;android;m2repository" #support
+fi
 script:
-  - source test/ci-funcs.sh
-  - runJSTest $TEST_SUITE
+  - |
+if [[ $TEST_SUITE = "android" ]]; then
+  cd android
+  ./gradlew clean assembleDebug :weex_sdk:testDebugUnitTest --info 
-PdisableCov=true -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true 
-Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" 
-Dfile.encoding=UTF-8 &&
+  cd $TRAVIS_BUILD_DIR
+fi
+  - |
+if [[ $TEST_SUITE = "ios" ]]; then
+  xcodebuild -project ios/sdk/WeexSDK.xcodeproj test -scheme WeexSDKTests 
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination 'platform=iOS 
Simulator,name=iPhone 6'
+fi
+  - |
+if [[ $TEST_SUITE = "jsfm" ]]; then
+  npm run build &&
+  npm run test
+fi
+  - |
+if [[ $TEST_SUITE = "danger" ]]; then
+  npm run danger
+fi
+  - |
+if [[ $TEST_SUITE = "release" ]]; then
+  bash scripts/generate_apache_release.sh &&
+  cd apache_release_temp &&
+  bash scripts/build_from_source.sh &&
+  cd $TRAVIS_BUILD_DIR
+fi
 notifications:
   webhooks:
 on_pull_requests: false
 urls:
   - 
https://o

[GitHub] incubator-weex issue #446: + [ios] update for macaca test case

2017-06-13 Thread weex-bot
Github user weex-bot commented on the issue:

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





  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  





  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #446: + [ios] update for macaca test case

2017-06-13 Thread kfeagle
GitHub user kfeagle opened a pull request:

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

+ [ios] update for macaca  test case

+ [ios] update for macaca  test case

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

$ git pull https://github.com/kfeagle/incubator-weex ios-bugfix-macaca-dev

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

https://github.com/apache/incubator-weex/pull/446.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #446


commit ab8b4ea6c5cd2c0cebd5d5c0e14eb098a479436b
Author: 齐山 
Date:   2017-06-13T10:02:32Z

+ [ios] update for macaca  test case




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex issue #445: * [android] prevent user pressing back button to ...

2017-06-13 Thread weex-bot
Github user weex-bot commented on the issue:

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




  

  
  Fails

  
  
  :no_entry_sign:
  Running your Dangerfile has Failed

  





## Danger has errored

Error: TypeError

```sh
TypeError: diff.match is not a function
at Object. (dangerfile.js:109:24)
at Runtime._execModule 
(/home/travis/build/apache/incubator-weex/node_modules/jest-runtime/build/index.js:446:13)
at Runtime.requireModule 
(/home/travis/build/apache/incubator-weex/node_modules/jest-runtime/build/index.js:294:14)
at 
/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:136:33
at ensureCleanDangerfile 
(/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:176:5)
at Object. 
(/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:135:21)
at step 
(/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:32:23)
at Object.next 
(/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:13:53)
at 
/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:7:71
at __awaiter 
(/home/travis/build/apache/incubator-weex/node_modules/danger/distribution/runner/DangerfileRunner.js:3:12)
```



  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #445: * [android] prevent user pressing back but...

2017-06-13 Thread Neeeo
GitHub user Neeeo opened a pull request:

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

* [android] prevent user pressing back button to cancel modal.

Prevent user pressing back button to cancel modal.

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

$ git pull https://github.com/Neeeo/incubator-weex 
fix-android-back-button-for-modal

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

https://github.com/apache/incubator-weex/pull/445.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #445


commit 7cec6231840b2d86cb25a7cd1b39d107cdc79ccf
Author: Neeeo 
Date:   2017-06-13T08:43:34Z

* [android] disable back button response for modal




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #444: + [ios] update border image

2017-06-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


incubator-weex git commit: + [ios] update border image

2017-06-13 Thread kfeagle
Repository: incubator-weex
Updated Branches:
  refs/heads/0.14-dev 6dc2c8ee1 -> 9c1b9668a


+ [ios] update border image


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9c1b9668
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9c1b9668
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9c1b9668

Branch: refs/heads/0.14-dev
Commit: 9c1b9668a86c5d2365010fda352cc1fa9684075b
Parents: 6dc2c8e
Author: 齐山 
Authored: Tue Jun 13 15:35:56 2017 +0800
Committer: 齐山 
Committed: Tue Jun 13 15:35:56 2017 +0800

--
 test/screenshot/border-ios.png | Bin 128206 -> 126375 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9c1b9668/test/screenshot/border-ios.png
--
diff --git a/test/screenshot/border-ios.png b/test/screenshot/border-ios.png
index bb2f990..01a784e 100644
Binary files a/test/screenshot/border-ios.png and 
b/test/screenshot/border-ios.png differ



[GitHub] incubator-weex issue #444: + [ios] update border image

2017-06-13 Thread weex-bot
Github user weex-bot commented on the issue:

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





  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  





  Generated by :no_entry_sign: http://github.com/danger/danger-js/";>dangerJS




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-weex pull request #444: + [ios] update border image

2017-06-13 Thread kfeagle
GitHub user kfeagle opened a pull request:

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

+ [ios] update border image

+ [ios] update border image

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

$ git pull https://github.com/kfeagle/incubator-weex 
ios-bugfix-macaca-0.14-dev

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

https://github.com/apache/incubator-weex/pull/444.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #444


commit 9c1b9668a86c5d2365010fda352cc1fa9684075b
Author: 齐山 
Date:   2017-06-13T07:35:56Z

+ [ios] update border image




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[2/2] incubator-weex git commit: Merge branch 'android-bugfix-timer' of https://github.com/YorkShen/incubator-weex into 0.14-dev

2017-06-13 Thread kyork
Merge branch 'android-bugfix-timer' of 
https://github.com/YorkShen/incubator-weex into 0.14-dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6dc2c8ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6dc2c8ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/6dc2c8ee

Branch: refs/heads/0.14-dev
Commit: 6dc2c8ee1c1baeb02c389162e4410e71f38c6b0f
Parents: 64b77b1 fefe2e8
Author: YorkShen 
Authored: Tue Jun 13 15:25:08 2017 +0800
Committer: YorkShen 
Committed: Tue Jun 13 15:25:08 2017 +0800

--
 .../taobao/weex/ui/module/WXTimerModule.java| 87 +++-
 .../weex/ui/module/WXTimerModuleTest.java   | 44 +++---
 2 files changed, 80 insertions(+), 51 deletions(-)
--




[GitHub] incubator-weex pull request #439: * [android] Fixing clearTimeout and clearI...

2017-06-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[1/2] incubator-weex git commit: * [android] Fix the problem of clearTimeout and clearInterval.

2017-06-13 Thread kyork
Repository: incubator-weex
Updated Branches:
  refs/heads/0.14-dev 64b77b1d4 -> 6dc2c8ee1


* [android] Fix the problem of clearTimeout and clearInterval.

Due the implementation of [int 
auto-boxing](https://stackoverflow.com/questions/3130311/weird-integer-boxing-in-java)
 and 
[messageQueue](https://stackoverflow.com/questions/36190851/android-os-handler-removemessages-doesnt-work-when-poxing-value-type-as-msg-obj),
 clearTimeout and clearTimeout won't work when funId is greater than 127. It 
works fine when funId is smaller than 127.

Ref this [demo](http://dotwe.org/vue/1c7b541231eb86db98afe3c1b48bcdcc)


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/fefe2e8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/fefe2e8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/fefe2e8a

Branch: refs/heads/0.14-dev
Commit: fefe2e8a8787b126c22c227dbac39bb979300579
Parents: 202c180
Author: YorkShen 
Authored: Mon Jun 12 12:06:43 2017 +0800
Committer: YorkShen 
Committed: Mon Jun 12 14:39:53 2017 +0800

--
 .../taobao/weex/ui/module/WXTimerModule.java| 87 +++-
 .../weex/ui/module/WXTimerModuleTest.java   | 44 +++---
 2 files changed, 80 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/fefe2e8a/android/sdk/src/main/java/com/taobao/weex/ui/module/WXTimerModule.java
--
diff --git 
a/android/sdk/src/main/java/com/taobao/weex/ui/module/WXTimerModule.java 
b/android/sdk/src/main/java/com/taobao/weex/ui/module/WXTimerModule.java
index 2220859..caa28a6 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/module/WXTimerModule.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/module/WXTimerModule.java
@@ -18,56 +18,61 @@
  */
 package com.taobao.weex.ui.module;
 
+import static com.taobao.weex.bridge.WXBridgeManager.KEY_ARGS;
+import static com.taobao.weex.bridge.WXBridgeManager.KEY_METHOD;
+import static com.taobao.weex.bridge.WXBridgeManager.METHOD_CALLBACK;
+import static com.taobao.weex.bridge.WXBridgeManager.METHOD_CALL_JS;
+import static com.taobao.weex.common.WXJSBridgeMsgType.MODULE_INTERVAL;
+import static com.taobao.weex.common.WXJSBridgeMsgType.MODULE_TIMEOUT;
+
 import android.os.Handler;
 import android.os.Message;
+import android.support.annotation.IntDef;
 import android.support.annotation.IntRange;
 import android.support.annotation.VisibleForTesting;
-
+import android.util.SparseArray;
 import com.taobao.weex.WXSDKManager;
 import com.taobao.weex.annotation.JSMethod;
 import com.taobao.weex.bridge.WXBridgeManager;
 import com.taobao.weex.bridge.WXHashMap;
 import com.taobao.weex.bridge.WXJSObject;
 import com.taobao.weex.common.Destroyable;
-import com.taobao.weex.common.WXJSBridgeMsgType;
 import com.taobao.weex.common.WXModule;
 import com.taobao.weex.dom.action.Actions;
 import com.taobao.weex.utils.WXJsonUtils;
 import com.taobao.weex.utils.WXLogUtils;
-
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
 import java.util.ArrayList;
 import java.util.HashMap;
 
-import static com.taobao.weex.bridge.WXBridgeManager.KEY_ARGS;
-import static com.taobao.weex.bridge.WXBridgeManager.KEY_METHOD;
-import static com.taobao.weex.bridge.WXBridgeManager.METHOD_CALLBACK;
-import static com.taobao.weex.bridge.WXBridgeManager.METHOD_CALL_JS;
-
 public class WXTimerModule extends WXModule implements Destroyable, 
Handler.Callback {
 
+  @IntDef({MODULE_TIMEOUT, MODULE_INTERVAL})
+  @Retention(RetentionPolicy.SOURCE)
+  @interface MessageType {}
+
   private final static String TAG = "timer";
   private Handler handler;
+  private SparseArray antiIntAutoBoxing;
 
   public WXTimerModule() {
 handler = new Handler(WXBridgeManager.getInstance().getJSLooper(), this);
+antiIntAutoBoxing = new SparseArray<>();
   }
 
-  @VisibleForTesting
-  void setHandler(Handler handler) {
-this.handler = handler;
-  }
 
   @JSMethod(uiThread = false)
   public void setTimeout(@IntRange(from = 1) int funcId, @IntRange(from = 0) 
int delay) {
 if(mWXSDKInstance != null) {
-  postOrHoldMessage(WXJSBridgeMsgType.MODULE_TIMEOUT, funcId, delay, 
Integer.parseInt(mWXSDKInstance.getInstanceId()));
+  postOrHoldMessage(MODULE_TIMEOUT, funcId, delay, 
Integer.parseInt(mWXSDKInstance.getInstanceId()));
 }
   }
 
   @JSMethod(uiThread = false)
   public void setInterval(@IntRange(from = 1) int funcId, @IntRange(from = 0) 
int interval) {
 if(mWXSDKInstance != null) {
-  postOrHoldMessage(WXJSBridgeMsgType.MODULE_INTERVAL, funcId, interval, 
Integer.parseInt(mWXSDKInstance.getInstanceId()));
+  postOrHoldMessage(MODULE_INTERVAL, funcId, interval, 
Integer.parseInt(mWXSDKInstan

[GitHub] incubator-weex issue #441: * [android] remove some reference of DomObject on...

2017-06-13 Thread weex-bot
Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/441
  
Ok.

On Tue, Jun 13, 2017 at 2:49 PM, moxun  wrote:

> Will we continue to release the next version from this branch? This is an
> urgent bugfix
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> 
,
> or mute the thread
> 

> .
>



-- 
Best Regards!

sospartan
http://weex.apache.org/ 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---