All Products
Search
Document Center

Mobile Platform as a Service:10.1.32 series (discontinued maintenance)

Last Updated:Nov 24, 2022

Note

mPaaS has discontinued maintenance for the 10.1.32 series baseline since June 28, 2020. We recommend that you use 10.1.68 or 10.1.60 series baselines.

The current release notes describe the updates of the mPaaS SDK for Android with the 10.1.32 series baseline after mobile PaaS (mPaaS) was released. The release notes are sorted in reverse chronological order.

  • Added feature

  • Updated feature

  • Fixed feature

  • Removed feature

  • Known issues

10.1.32.19 (April 9, 2020)

HTML5 Container and Offline Packages

  • Fixed Fix the issue that the camera cannot be opened on the input tab in Huawei EMUI version 10. For more information, see FAQ.

  • Fixed Fix the issue that the input file tag cannot be reused after selection.

10.1.32.18 (March 5, 2020)

UC Kernel

  • Fixed Fix the bug that the UC kernel cannot use the inspect mode.

10.1.32.17 (February 20, 2020)

mPaaS Framework

  • Updated Pop-up dialogs of privacy permissions support Android 6.0 and all earlier versions.

10.1.32.16 (February 7, 2020)

mPaaS Framework

Switch Configurations

  • Fixed Fix the issue that all the configurations will be pulled every time after the whitelist is set.

10.1.32.15 (January 17, 2020)

mPaaS Framework

HTML5 Container and Offline Packages

  • Added The switch for disabling pre-creation of a webview is provided.

Message Push Service (MPS)

  • Updated The MIPUSH SDK is upgraded to version 3.7.2.

  • Updated Before MPS is initialized for the first time, MPS cannot be enabled by other services in the background.

V10.1.32.14 (January 2, 2020)

Mobile Delivery Service (MDS) Switch

  • Fixed Fix the issue that a userId with invalid characters causes switch configuration failure.

V10.1.32.13 (December 13, 2019)

Mobile Gateway Service (MGS)

  • Fixed Fix the issue that the MGS transport does not use cookie cache. Cookie cache is now enabled by default.

HTML5 Container and Offline Packages

  • Fixed Fix the issue that the already installed version will not be included in the update when you specify a version for an update.

V10.1.32.12 (November 28, 2019)

HTML5 Container and Offline Packages

  • Fixed Fix the issue that tracking points will not be deployed on a page when the page is opened for the first time.

Mobile Delivery Service (MDS) Switch Configurations

  • Fixed Fix the issue that the switch cannot be controlled by a whitelist.

V10.1.32.11 (November 21, 2019)

HTML5 Container and Offline Packages

  • Fixed Fix the bug in the container on baseline 32. This bug may cause the swipe event to fail and trigger a click directly.

V10.1.32.10 (November 14, 2019)

Message Push Service (MPS)

  • Updated The minimum heartbeat interval is adjusted to 2 minutes, and the default reconnect interval is adjusted to 2 minutes.

V10.1.32.9 (November 7, 2019)

Mobile Delivery Service (MDS) Upgrade Component

  • Added The callback operation ForceExit is provided, allowing you to control whether to terminate the current app to perform force upgrade.

Mobile Analysis Service (MAS)

  • Fixed Fix the bug that the release package does not start lag monitoring.

V10.1.32.8 (October 30, 2019)

HTML5 Container and Offline Packages

  • Added The mp_h5_back_key_ignore_repeat_count parameter is added, allowing you to disable verification on the repeatCount parameter of the Back key.

  • Fixed The log format bug of H5_APP_UNZIP is fixed.

    Note

    nebula-build has new APIs. If you are a custom private cloud user, contact mPaaS Customer Service to get the customized version.

V10.1.32.1 to V10.1.32.7 (October 12, 2019)

mPaaS Framework

  • Added An API for cleaning up whitelists is provided to set ShparedPreference and Database. This ensures that user information is not lost when a framework cleanup policy is applied.

Mini Program

  • Removed The export=true property of map Activity of the mini program is removed.

Message Push Service (MPS)

  • Added Add the API operations for reporting arrival, tapping, and ignoring tracking points.

  • Updated The showDefaultMsg and showTestMsg methods are tagged as Deprecated.

HTML5 Container and Offline Packages

  • Added A switch is added to control whether to use the UC keypad as the numeric input method under the UC kernel.

  • Added A switch of pagets is added to the header when an HTML5 Remote Procedure Call (RPC) is closed.

Mobile Gateway Service (MGS)

  • Added The version number of the RPC component is added to the request header.

  • Added The authCode suffix of the Security Guard SDK is added in SYNC.

V10.1.32 (June 17, 2019)

mPaaS Framework

  • Added The mPaaS IDEA plug-in feature of the SDK is upgraded. If you have not used the plug-in for dependency management before, see Use plug-in for dependency management for the first time.

  • Added Add full support for Android 10.0 (Q).

  • Added The environment switching feature is added.

  • Updated The compatibility with targetSdkVersion 26 is updated.

  • Updated The UC kernel is upgraded to Chrome version 57.

  • Updated The performance is fully optimized, and stability is improved.

  • Updated An intermediate layer is added to the following modules to unify and simplify the use of APIs.

    • Message Push Service (MPS)

    • Mobile Sync Service (MSS)

    • Mobile Analysis Service (MAS)

    • Switch configurations

    • Upgrade

    • HTML5 container and offline packages

V10.1.32 (April 1, 2019)

Mobile Analysis Service (MAS)

  • Added Add full support for Android Q.

  • Added The compatibility with targetSdkVersion 26 is added.

  • Added An intermediate layer is encapsulated to unify and simplify the use of APIs.

  • Updated The com.mpaas.mpaasadapter.api.MPLogger method is deprecated and the new method com.mpaas.mas.adapter.api.MPLogger is used. The following API changes are implemented:

    • reportDeviceActive\monitorDeviceActive is changed to reportClientLaunch.

    • reportUserActive\monitorUserActive is changed to reportUserLogin.

    • monitorLauncherTime is changed to reportLaunchTime.

    • trackPageEvents\initAutoTrack is changed to enableAutoLog.

    • uploadLogImmediately\report is changed to uploadAll.

    • setActiveIntervalTime is changed to setReportClientLaunchInterval.

    • The getInstance method is changed to a static method.

    • The shouldReportActive method no longer needs to be called.

    • The trackClickEvents method no longer needs to be called.

  • Updated Fragment automation logs are updated and optimized.

  • Updated The performance is fully optimized, and stability is improved.