You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/10 05:59:11 UTC

[14/14] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/gurisxie/incubator-weex into wip-us-0.16-dev

Merge branch '0.16-dev' of https://github.com/gurisxie/incubator-weex into wip-us-0.16-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/78e92039
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/78e92039
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/78e92039

Branch: refs/heads/0.16-dev
Commit: 78e92039bd5212104794a146088a909032b5e002
Parents: 839c40a 01d8772
Author: acton393 <zh...@gmail.com>
Authored: Thu Aug 10 13:58:32 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Aug 10 13:58:32 2017 +0800

----------------------------------------------------------------------
 ios/.gitignore                                  |   1 +
 .../WeexDemo.xcodeproj/project.pbxproj          |  24 ++-
 ios/playground/WeexDemo/AppDelegate.m           |   8 +-
 ios/playground/WeexDemo/WXDemoViewController.m  |   2 -
 ios/playground/WeexDemo/WXExtModule.h           |  26 +++
 ios/playground/WeexDemo/WXExtModule.m           |  43 +++++
 package.json                                    |   7 +-
 test/pages/components/iconfont.vue              |  71 ++++++++
 test/pages/components/input-event.vue           |  65 ++++++++
 test/pages/components/refresh-loading.vue       | 115 +++++++++++++
 test/pages/components/switch-event.vue          |  60 +++++++
 test/pages/components/web-event.vue             |  56 +++++++
 test/pages/include/button.vue                   | 162 +++++++++++++++++++
 test/pages/include/h1.vue                       |  13 ++
 test/pages/include/h2.vue                       |  13 ++
 test/pages/include/h3.vue                       |  13 ++
 test/pages/include/hn.vue                       |  47 ++++++
 test/pages/include/panel.vue                    | 141 ++++++++++++++++
 test/pages/include/wxc-desc.vue                 |  66 ++++++++
 test/pages/modules/animation-translate.vue      | 129 +++++++++++++++
 test/pages/modules/clipboard-event.vue          |  57 +++++++
 test/pages/modules/cover-generate.vue           |  53 ++++++
 test/pages/modules/downgrade-event.vue          |  74 +++++++++
 test/pages/modules/gesture-longpress.vue        |  75 +++++++++
 test/pages/modules/modal-event.vue              |  61 +++++++
 test/pages/modules/picker-event.vue             |  63 ++++++++
 test/pages/modules/storage-event.vue            |  59 +++++++
 test/pages/modules/stream-result.vue            |  85 ++++++++++
 test/run.sh                                     |  30 +++-
 test/screenshot/border-android.png              | Bin 156247 -> 158634 bytes
 test/scripts/components/iconfont.test.js        |  34 ++++
 test/scripts/components/input-event.test.js     |  36 +++++
 test/scripts/components/refresh-loading.test.js |  38 +++++
 test/scripts/components/switch-event.test.js    |  38 +++++
 test/scripts/components/web-event.test.js       |  30 ++++
 .../scripts/modules/animation-translate.test.js |  40 +++++
 test/scripts/modules/clipboard-event.test.js    |  35 ++++
 test/scripts/modules/downgrade-event.test.js    |  30 ++++
 test/scripts/modules/gesture-longpress.test.js  |  37 +++++
 test/scripts/modules/modal-event.test.js        |  35 ++++
 test/scripts/modules/picker-event.test.js       |  41 +++++
 test/scripts/modules/storage-event.test.js      |  36 +++++
 test/scripts/modules/stream-result.test.js      |  34 ++++
 test/scripts/util.js                            |  41 +++++
 test/scripts/zcover-generate.js                 |  32 ++++
 test/serve.sh                                   |   2 +-
 46 files changed, 2135 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/78e92039/package.json
----------------------------------------------------------------------