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

[incubator-weex] branch feature/remove_sharedLibrary updated (fb014f7 -> 1bc106e)

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.


    omit fb014f7  Update gradle and Jcenter.
    omit 1c0ea33  * Remove sharedLibrary for android.
    omit 3787b87  Update
    omit 4a9b954  Update
    omit f1beb46  Update gradle
    omit 8941fa2  Update build.gradle
    omit 2b0e54d  Update build.gradle
    omit 58f33dc  Update build.gradle
    omit 8361a55  Update build.gradle
    omit f56d9a7  [Android] Make JS Interpolator in Android as replaceable.
     add 2c169da  [iOS] Fix the problem that background color should use [UIColor clearColor] instance when transparent. (#2942)
     add 2bef3bb  [Android] close alarm_signal for release test
     add e2dc1bb  [iOS] add WXTabbarComponentCreatedCallback on instance
     add fe41a75  Revert "[Android] Change default value to from NAN to 0 (#2883)"
     add b9c003a  Revert "[Android]support "wx" in animation and wxtext (#2783)"
     add c8ab8f1  [Android] Split whitescreen code which reboot count>50
     add 6845123  Merge branch 'release/20190925-ws-code' into 'release/20190925'
     add 433a6c2  Merge branch 'release/20190925'
     add 55c1da4  [Android] public method readStreamToString
     add 4d91cb5  Merge branch 'release/20190925'
     add 555ae82  [Android] open enableAlarmSignal config
     add 43fa33d  Merge branch 'release/20190925-opensignalswitch' into 'release/20190925'
     add 6f5d057  Merge branch 'release/20190925'
     add 4135133  Update Travis
     add 15264ee  Merge pull request #2939 from YorkShen/master
     add 1bc106e  [Android] Make JS Interpolator in Android as replaceable.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fb014f7)
            \
             N -- N -- N   refs/heads/feature/remove_sharedLibrary (1bc106e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 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 +-
 .../src/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 ++-
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m                         | 2 +-
 7 files changed, 13 insertions(+), 9 deletions(-)