Skip to content

Releases: webex/webexconnect-android-sdk

v3.0.3

22 May 01:40
Compare
Choose a tag to compare

New Features
• Android 16 compatibility changes.

Enhancements
• Various internal improvements and enhancements.

v3.0.2

13 Mar 07:07
Compare
Choose a tag to compare

Enhancements
• Support for firebase messaging v24.1.0
• Upgraded SQLCipher library version to 4.6.1.
• Resolved an issue where retries were incorrectly attempted for failed push topic subscriptions and unsubscriptions when the Push FCM/HMS module was not included.
• Various internal improvements and enhancements

v3.0.1

22 Jan 06:10
Compare
Choose a tag to compare

Enhancements
• Added support to migrate existing registration data from SDK v2.x
• Added Play Services Base as a transitive dependency for the Push FCM module
• Various security improvements

v3.0.0

30 Sep 08:34
Compare
Choose a tag to compare

What is New:
•We are happy to announce that we are launching a new set of modular SDKs for Android to provide you with the flexibility to add selective functionality to your mobile apps depending on your requirements. Following are the module names

webexconnect-core
webexconnect-push
webexconnect-fcm
webexconnect-hms
webexconnect-inappmessaging

Enhancements:
•Proactive unregistration for inactive app users.
•SDK will now be disabled if support for the SDK version is discontinued.

IMPORTANT

This version of the SDK requires devices to be re-registered with the Webex Connect platform.

When upgrading from a previous version of the SDK, ensure that you execute your registration code again. Use the WebexConnect.instance.isRegistered method to determine the current registration status and conditionally execute your registration code.

If you have any questions or need assistance, please do not hesitate to reach out to us via Webex Connect Support.

v2.20.7

22 May 01:21
Compare
Choose a tag to compare

New Features
• Android 16 compatibility changes.

Enhancements
• Various internal improvements and enhancements.

v2.20.6

03 Apr 06:29
Compare
Choose a tag to compare

Enhancements
• Support for firebase messaging v24.1.0, play-services-base v18.5.0 version and location v21.3.0.
• Support for HMS Push kit version v6.13.0.300.
• Upgraded SQLCipher library version to 4.5.4.

Important
• 2.20.6 will require min supported OS version to be Android OS 5.0 (API level 21) and higher

v2.20.5

22 Jan 06:09
Compare
Choose a tag to compare

Enhancements:
• Proactive unregistration for inactive app users.

v2.20.4

30 Sep 06:00
Compare
Choose a tag to compare

Enhancements:
•Fixed Geofence Permissions Handling issue.

v2.20.3

22 Aug 07:17
Compare
Choose a tag to compare

•Android 15 compatibility changes

v2.20.2

20 Feb 08:52
Compare
Choose a tag to compare

What is New:
•Added support for the Singapore environment

Enhancements and Improvements:
•Resolved a connection issue that could occur when toggling between multiple profiles
•Various internal improvements and enhancements