You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by lu...@apache.org on 2019/09/27 08:28:59 UTC

[incubator-weex] branch master updated (2c169da -> 15264ee)

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

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


    from 2c169da  [iOS] Fix the problem that background color should use [UIColor clearColor] instance when transparent. (#2942)
     new 2bef3bb  [Android] close alarm_signal for release test
     new e2dc1bb  [iOS] add WXTabbarComponentCreatedCallback on instance
     new fe41a75  Revert "[Android] Change default value to from NAN to 0 (#2883)"
     new b9c003a  Revert "[Android]support "wx" in animation and wxtext (#2783)"
     new c8ab8f1  [Android] Split whitescreen code which reboot count>50
     new 6845123  Merge branch 'release/20190925-ws-code' into 'release/20190925'
     new 433a6c2  Merge branch 'release/20190925'
     new 55c1da4  [Android] public method readStreamToString
     new 4d91cb5  Merge branch 'release/20190925'
     new 555ae82  [Android] open enableAlarmSignal config
     new 43fa33d  Merge branch 'release/20190925-opensignalswitch' into 'release/20190925'
     new 6f5d057  Merge branch 'release/20190925'
     new 4135133  Update Travis
     new 15264ee  Merge pull request #2939 from YorkShen/master

The 11803 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:
 .travis.yml                                                       | 8 ++++----
 android/sdk/src/main/java/org/apache/weex/WXSDKInstance.java      | 3 +++
 .../sdk/src/main/java/org/apache/weex/bridge/WXBridgeManager.java | 6 +++++-
 android/sdk/src/main/java/org/apache/weex/common/WXErrorCode.java | 2 +-
 .../main/java/org/apache/weex/dom/transition/WXTransition.java    | 4 ----
 android/sdk/src/main/java/org/apache/weex/utils/WXFileUtils.java  | 2 +-
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.h                     | 3 ++-
 7 files changed, 16 insertions(+), 12 deletions(-)