Skip to content

Releases: webex/webexconnect-android-sdk

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.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

v2.20.1

07 Nov 03:29
Compare
Choose a tag to compare

Enhancements and Improvements:
• Fixed an issue that was hindering policy updates upon application restart
• Various internal improvements and enhancements

v2.20.0

26 Sep 12:46
Compare
Choose a tag to compare

What is New:
• Introduced the fetchThread method to fetch the thread data for a given thread ID.
• Android 14 compatibility changes.

Enhancements and Improvements:
• Added support for sending acknowledgment for Thread Update Event.
• Various internal improvements and enhancements.

v2.19.0

18 Jul 12:44
Compare
Choose a tag to compare

New Features
· Decoupled the push permissions request from registration.
Enhancements
· Various internal improvements and enhancements

v2.18.0

18 Jul 12:14
Compare
Choose a tag to compare

What is New:
• Added support multi-select drop-down as a new field type in form messages
• Added support for firebase messaging v23.0.8, play-services-base v18.1.0 version and location v20.0.0
• Added support for HMS version v6.5.0.300

Enhancements and Improvements:
• Removed duplicate values from the input array for the set message status method
• Various internal improvements and enhancements