This repository has been 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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Upgrade to android 28 (#2791)
* Upgrade to android 28 * Update ChangeLog * Update danger * Update link
- Loading branch information
Showing
4 changed files
with
11 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
# Abstract | ||
## Feature | ||
* Support arm64 & ndk18 on Android platform. | ||
* Android JSC Runtime refactor. | ||
* Android & iOS multi-size screen & rotation support. | ||
* Background JS thread on iOS. | ||
* Log module on iOS and Android to support redirection | ||
* Synchronous call of component methods. | ||
### WeexCore | ||
* Unified C++ log system of WeexCore. | ||
|
||
## Main Bugfix | ||
* Animation module crash on iOS. | ||
* RTL layout crash on iOS. | ||
* NSTimer not removed by WXTimerModule on iOS. | ||
* Occasionally showing placeholder instead of main image on iOS. | ||
* Animation end progress error on iOS. | ||
* Some NPE issues on Android. | ||
* Closing fd multiple times on Android IPC. | ||
* box-shadow crash protection on Android. | ||
* GPU texture size overflow protection on Android. | ||
* Weexcore.so loading failure problem on Android. | ||
### Android | ||
* Upgrade targetsdk & compilesdk to 28 | ||
|
||
## Main Bugfix |
This file contains 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
This file contains 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