This page contains the Android mobile SDK release notes. The release notes are broken down in sections to allow for easier consumption. Release notes are additive, which means that to cover all improvements between two defined release states, all individual release notes have to be considered.
Android mobile SDK 2.9.0 Release Notes
Android mobile SDK 2.6.6 Release Notes
Release date: 08 December 2020
Bug
-
MSDKAND-94 - SDK-Documentation (javadoc) enables "navigation" across core, visitor and agent docs
-
MSDKAND-102 - Loudspeaker in audio call deactivated after connection interruption.
New Feature / Improvement
-
MSDKAND-33 - No request to open collapsed UI at incoming call when push notifications are not used
-
MSDKAND-93 - Update init api login call to be a
POST
request -
MSDKAND-101 - Expand agent test-app with different pages to navigate
-
MSDKAND-119 - Always show incoming call notifications unless Unblu UI is open
Minor version update: 2.6.x
API additions:
-
Add the possibility to define custom back button callback, which is invoked when back button is pressed while displaying the Unblu UI. (reference MSDKAND-61)
-
Explicitly define the language which should be used for the Mobile SDK. (reference MSDKAND-66)
Minor version update: 2.5.x
It is now possible to define a callback to handle file downloads. It will be triggered for each file download request and then the app has to start the download itself and store it at a safe location. (reference MSDKAND-50)
Android mobile SDK 2.4.0 Release Notes
Release date: 20 February 2020
Minor version update: 2.4.x
A new feature to disables file downloads per default was added. To use file download be sure to use a least Unblu version 5.18.0
or 6.3.1
.
In order to be more OWASP compliant, new features were added:
-
Possibility to encrypt user-data
-
External and internal links whitelisting
Android mobile SDK 2.3.1 Release Notes
Minor version update: 2.3.x
A new feature is introduced that allow to hide the UI on co-browsing start.
To use this new feature be sure to use a least Unblu version 5.17.1
or 6.3.0
.
Minor version update: 2.2.x
The minor version bump was made to make user aware of the change in the structure of the android sdk. It has now the structure of a maven repository to easily add it to projects and now also all dependencies are now implicitly automatically added. This requires users of the sdk to change their dependency definition. This is now also described in the documentation
Android mobile SDK 2.1.8 Release Notes
Release date: 12 November 2019
Dependencies changes
The SDK is using newer projects as dependency:
-
androidx.appcompat:appcompat:1.1.0
is a replacement forcom.android.support:appcompat-v7:28.0.0
-
com.google.android.material:material:1.0.0
is a replacementcom.android.support:design:28.0.0
Please make sure that your gradle build is aware of those changes.
To be more specific, in the SDK code, following imports were changed:
-
com.google.android.material.floatingactionbutton.FloatingActionButton
replacesandroid.support.design.widget.FloatingActionButton
-
Activity
extendsandroidx.appcompat.app.AppCompatActivity
instead ofandroid.support.v7.app.AppCompatActivity
Android mobile SDK 2.1.2 Release Notes
Release date: 25 April 2019
Bug
-
UNBLU-7731 - Cannot attach photo directly from camera on Android
-
UNBLU-7765 - Mobile app sleep mode during call dos not recover properly
-
UNBLU-7776 upload on some devices does not work (using action
Intent.ACITON_OPEN_DOCUMENT
for file upload) -
UNBLU-7861 - Slow response on mobile app (android)
-
UNBLU-7854 - Wrong links in "Android Mobile" Visitor/Agent SDK Documentation