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

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


    from 89ec540  [Android] Make JS Interpolator in Android as replaceable.
     add b107915  [Android] add log for reload and fm init count
     add 111ce44  Merge branch 'release/20190925-reinitlog' into 
'release/20190925'
     add be91276  Fix eagle refresh instance Npe
     add b623198  Merge branch feature/fix-npeofjson into release/20190925
     add f2786a1  [iOS] Fix the problem that background color should use 
[UIColor clearColor] instance when transparent. (#2943)
     add cb7fe03  [iOS] Protect endless iteration when setting index for slider 
view.
     add 6e38fe3  Merge pull request #2945 from apache/double11-fix5
     add 65e7acb  Revert "[iOS] Fix the problem that background color should 
use [UIColor clearColor] instance when transparent. (#2943)"
     add 3a8a7ff  Revert "[iOS] Fix the problem that background color should 
use [UIColor clearColor] instance when transparent. (#2942)"
     add e2ca906  Revert "[iOS] Fix problem that _backgroundColor causing 
multithread crashing. (#2934)"
     add ce42fd6  [iOS] Use lock to add mutex for _backgroundColor property 
usage.
     add 3919fdb  [iOS] Remove useless switch.
     add 97840a1  [iOS] Remove useless switch.
     add c112f2b  Merge pull request #2947 from apache/revert-backgroundcolor
     add c778ff3  [iOS Use property to access 'backgroundColor'. (#2948)
     add cbb8af1  [iOS] Break retain cycle when set function of JSContext
     add 6be3e96  Merge pull request #2891 from 
zhongwuzw/break_jsContext_retain_cycle
     add a32c578  [iOS] Release property name after set property
     add c9abe38  Merge pull request #2887 from zhongwuzw/fix_js_string_release
     add 51c8d12  [iOS] Rename the backgroundColor property name. (#2951)
     add ac0c6b1  Merge branch 'master' into release/20190925
     add 9cb3909  Merge pull request #2946 from YorkShen/release/20190925
     add 7bb97fc  [iOS] Fix slider crash on iOS9
     add 07d2295  Merge pull request #2952 from apache/wqyfavor-patch-1
     add 43f5edb  Add clearBFCs method and clear BFCs after self-layout of 
scroller node.
     add 542b319  Merge pull request #2953 from apache/fix-rtl-crash
     add 01adab8  Update scripts for apache release.
     add bf02df0  Merge pull request #2955 from YorkShen/feature/update
     add 0cac4c3  Merge branch 'master' into feature/remove_sharedLibrary

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 CHANGELOG.md                                       |  1 +
 HOW-TO-BUILD.md                                    | 79 ++++++++++------------
 LICENSE                                            |  2 +-
 README.md                                          | 51 ++++++--------
 android/sdk/build.gradle                           |  2 +-
 android/sdk/buildSrc/unstripped.gradle             |  6 +-
 .../org/apache/weex/bridge/WXBridgeManager.java    |  5 ++
 .../org/apache/weex/utils/WXDataStructureUtil.java | 27 ++++----
 dangerfile.js                                      |  1 +
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj          | 13 ++--
 ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m   |  5 +-
 .../Sources/Component/WXComponent_internal.h       | 17 +++--
 .../Sources/Component/WXCycleSliderComponent.mm    | 12 ++++
 .../Sources/Component/WXScrollerComponent.mm       |  5 ++
 .../WeexSDK/Sources/Display/WXComponent+Display.m  | 61 ++++-------------
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm       | 10 +--
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.h        |  2 -
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m        | 30 --------
 ios/sdk/WeexSDK/Sources/Utility/WXVersion.m        | 38 +++++------
 .../Sources/View/WXComponent+ViewManagement.mm     | 13 ++--
 scripts/build_from_source.sh                       | 60 +++-------------
 scripts/generate_apache_source.sh                  | 31 +--------
 scripts/release_files.rules                        | 19 ++++--
 .../core/bridge/platform/core_side_in_platform.cpp |  7 +-
 weex_core/Source/core/layout/layout.h              |  4 ++
 26 files changed, 188 insertions(+), 314 deletions(-)

Reply via email to