This repository was archived by the owner on Jun 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[jsruntime][BreakChange] add runtime code (a/b) and build success #2669
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7dc90e5
to
2ce8ee3
Compare
YorkShen
suggested changes
Jul 10, 2019
android/sdk/src/main/java/com/taobao/weex/utils/WXSoInstallMgrSdk.java
Outdated
Show resolved
Hide resolved
b7b698d
to
0236a46
Compare
YorkShen
suggested changes
Jul 10, 2019
android/sdk/src/main/java/com/taobao/weex/utils/WXSoInstallMgrSdk.java
Outdated
Show resolved
Hide resolved
YorkShen
suggested changes
Jul 10, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8ce8747
to
b26292b
Compare
note that this pull breaks the ios sdk build for me #2673 |
b26292b
to
62f6eba
Compare
[Android] rebuild jsc for initHeapTimer and jsruntme/old code are work fine [jsruntime] dom_wson switch fix [Android] add args check fix && add a/b so load/update logic [Android] build logic for a/b and __enable_native_promise__ flag Fix License issue for javaScriptCore (apache#2498) License under following directory: * `weex_core/Source/include/JavaScriptCore` * `weex_core/Source/include/wtf` Update license Update Android Build Script and License. [Android] update jsc.so [Android] update jsfm to 0.27 [Android] add data record [Android] add build script for build runtime-jss.so load so dynamic [Android] fix icu init fix v7a build [Android] fix jsfm switch promise flag [Android] rm test code [Android] rm cn code for ci && mv copyjsrunttimeso in initfunc Update to ndk 18 Update changelog of 0.26.0 Update license declaration. [Android] rm jni.h for ios build
62f6eba
to
c1ed689
Compare
YorkShen
approved these changes
Jul 10, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TL;DR
Already fixed @c0decafe |
katherine95s
pushed a commit
to katherine95s/incubator-weex
that referenced
this pull request
Jul 11, 2019
Cherry-pick release/0.26
Hanks10100
added a commit
to Hanks10100/incubator-weex
that referenced
this pull request
Jul 15, 2019
Since the internal Promise API may have unpredictable behavior on some legacy Android devices, so using the js polyfill instead (as iOS does). Modify the js framework version in package.json, since it has already been updated in apache#2669
lucky-chen
pushed a commit
that referenced
this pull request
Jul 15, 2019
Since the internal Promise API may have unpredictable behavior on some legacy Android devices, so using the js polyfill instead (as iOS does). Modify the js framework version in package.json, since it has already been updated in #2669
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Android] rebuild jsc for initHeapTimer and jsruntme/old code are work fine
[jsruntime] dom_wson switch fix
[Android] add args check fix && add a/b so load/update logic
[Android] build logic for a/b and enable_native_promise flag
Fix License issue for javaScriptCore (#2498)
License under following directory:
weex_core/Source/include/JavaScriptCore
weex_core/Source/include/wtf
Update license
Update Android Build Script and License.
[Android] update jsc.so
[Android] update jsfm to 0.27
[Android] add data record
[Android] add build script for build runtime-jss.so
load so dynamic
[Android] fix icu init
fix v7a build
[Android] fix jsfm switch promise flag