You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2018/12/10 09:46:42 UTC

[incubator-weex] branch master updated (d4d1aa2 -> bd39c2c)

This is an automated email from the ASF dual-hosted git repository.

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


    from d4d1aa2  *[Android] edit doc HOW-TO-BUILD for android build (#1861)
     add 3436364  [build] Updated the Apache release scripts. (#1741)
     add 3b67c87  [Release] Roll version number to 0.20.0
     add 7139ca2  [Release] Added the missing Apache license (#1753)
     add d8fb665  Update LICENSE (#1765)
     add 03e203d  [iOS] fix scrollEnd can not get offset (#1729)
     add fef4326  [iOS] Remove specific animation by key instead of removing all. If we don' t remove, updating transform won't work after doing CAAnimation. http://dotwe.org/vue/ce7d8d3bd4e67d3fe321c9e8b0bbbb7b (#1734)
     add fabc9ae  [iOS] Fix deadlock if WXSDKInstance is release in thread safe dictionary. (#1757)
     add 6ef7d46  [iOS] Trigger vsync on iOS in every batch. (#1759)
     add 94049e9  [iOS] Add completion callback for registerService (#1776)
     add b56ce0a  [iOS] Forbid adjustment of safeArea by system for cycle slider component. (#1780)
     add aa88ab0  [iOS] Add methods to retrieve css style values from weexcore c++ object.
     add f060ad8  Merge pull request #1786 from wqyfavor/fix-rc-0.20
     add b79bb7c  Revert "Fix rc 0.20"
     add 0b6cfec  Merge pull request #1787 from apache/revert-1786-fix-rc-0.20
     add c4847bb  [iOS] fix scrollEnd can not get offset (#1729)
     add ca545a5  [iOS] Remove specific animation by key instead of removing all. If we don' t remove, updating transform won't work after doing CAAnimation. http://dotwe.org/vue/ce7d8d3bd4e67d3fe321c9e8b0bbbb7b (#1734)
     add ac18368  [iOS] Fix deadlock if WXSDKInstance is release in thread safe dictionary. (#1757)
     add 6b9cbe0  [iOS] Trigger vsync on iOS in every batch. (#1759)
     add fd4b750  [iOS] Add completion callback for registerService (#1776)
     add 8cf3513  [iOS] Forbid adjustment of safeArea by system for cycle slider component. (#1780)
     add 942f0c5  [iOS] Add methods to retrieve css style values from weexcore c++ object.
     add 5702b65  [Android] Fix mistype.
     add 97eda0b  Merge pull request #1789 from wqyfavor/fix-rc-20
     add cb9f751  Merge remote-tracking branch 'apache/rc-0.20.0'
     new bd39c2c  Merge pull request #1880 from wqyfavor/merge-rc20

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            |  3 +-
 android/playground/app/build.gradle                |  2 +-
 android/sdk/build.gradle                           | 21 +++++-
 android/sdk/gradle.properties                      | 19 +++++
 android/sdk/proguard-rules.pro                     | 21 +++++-
 android/sdk/publish.sh                             | 21 +++++-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.h    | 79 +++++++++++++++++++-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.mm   | 86 ++++++++++++++++++++++
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h         | 10 +--
 ios/sdk/WeexSDK/Sources/Utility/WXVersion.m        |  4 +-
 scripts/build_from_source.sh                       | 12 ++-
 scripts/generate_apache_release.sh                 |  5 +-
 weex_core/CMakeLists.txt                           | 18 +++++
 weex_core/Source/CMakeLists.txt                    | 18 +++++
 weex_core/Source/IPC/CMakeLists.txt                | 19 +++++
 .../native_render_object_utils_impl_android.cpp    |  6 +-
 weex_core/Source/core/data_render/class_factory.cc | 33 ++++++---
 weex_core/Source/core/data_render/tokenizer.cc     | 27 ++++++-
 weex_core/Source/core/layout/flex_enum.h           | 26 ++++---
 weex_core/Source/core/layout/layout.h              |  2 +-
 weex_core/Source/core/layout/style.h               |  2 +
 weex_core/Source/third_party/json11/CMakeLists.txt | 19 +++++
 weex_core/Source/weexjsc_version_script.txt        | 18 +++++
 weex_core/Source/wson/CMakeLists.txt               | 19 +++++
 24 files changed, 443 insertions(+), 47 deletions(-)


[incubator-weex] 01/01: Merge pull request #1880 from wqyfavor/merge-rc20

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bd39c2ca9cf78b848b6562438f4bd737fa74e7bd
Merge: d4d1aa2 cb9f751
Author: wqyfavor <wq...@gmail.com>
AuthorDate: Mon Dec 10 17:46:37 2018 +0800

    Merge pull request #1880 from wqyfavor/merge-rc20
    
    Merge 0.20.0 back to master.

 LICENSE                                            |  3 +-
 android/playground/app/build.gradle                |  2 +-
 android/sdk/build.gradle                           | 21 +++++-
 android/sdk/gradle.properties                      | 19 +++++
 android/sdk/proguard-rules.pro                     | 21 +++++-
 android/sdk/publish.sh                             | 21 +++++-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.h    | 79 +++++++++++++++++++-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.mm   | 86 ++++++++++++++++++++++
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h         | 10 +--
 ios/sdk/WeexSDK/Sources/Utility/WXVersion.m        |  4 +-
 scripts/build_from_source.sh                       | 12 ++-
 scripts/generate_apache_release.sh                 |  5 +-
 weex_core/CMakeLists.txt                           | 18 +++++
 weex_core/Source/CMakeLists.txt                    | 18 +++++
 weex_core/Source/IPC/CMakeLists.txt                | 19 +++++
 .../native_render_object_utils_impl_android.cpp    |  6 +-
 weex_core/Source/core/data_render/class_factory.cc | 33 ++++++---
 weex_core/Source/core/data_render/tokenizer.cc     | 27 ++++++-
 weex_core/Source/core/layout/flex_enum.h           | 26 ++++---
 weex_core/Source/core/layout/layout.h              |  2 +-
 weex_core/Source/core/layout/style.h               |  2 +
 weex_core/Source/third_party/json11/CMakeLists.txt | 19 +++++
 weex_core/Source/weexjsc_version_script.txt        | 18 +++++
 weex_core/Source/wson/CMakeLists.txt               | 19 +++++
 24 files changed, 443 insertions(+), 47 deletions(-)