Skip to content

Releases: Bandyer/Bandyer-Android-SDK

Kaleyra Video Android SDK v3.1.2

14 Jun 17:41
Compare
Choose a tag to compare

Improvements and bugfixes

Call

  • Fixed crash when BandyerSDK.getIntstance().reset() was called on call ended
  • Fixed call creation errors not being notified on call observer
  • Fixed file sharing UI progress stuck at 0% until file was uploaded
  • Fixed file sharing not uploading files on join url calls
  • Fixed minor UI bugs

Kaleyra Video Android SDK v3.1.1

13 Jun 09:40
Compare
Choose a tag to compare

Improvements and bugfixes

Call

  • Fixed error at whiteboard dialog opening in production environments

Kaleyra Video Android SDK v3.1.0

07 Jun 18:51
Compare
Choose a tag to compare

Added

  • Added new 'us' connection region
  • Exposed on BandyerSDK instance userDetailsProvider and userDetailsFormatter that have been set with setUserDetailsProvider and setUserDetailsFormatter apis

Improvements and bugfixes

Call

  • Fixed crash when a live pointer event was received on local stream while in fullscreen mode
  • Fixed minor ui bugs
  • Improved incoming call ringing vibration

Chat

  • Improved chat messages sync after reconnection
  • Fixed chat ui not displaying messages if opened while sdk was connecting
  • Fixed minor ui bugs
  • Refactor internal receivers components to be invoked by the system without errors

Kaleyra Video Android SDK v3.0.3

31 May 16:27
Compare
Choose a tag to compare

Improvements and bugfixes

Call

  • Fixed crash when a live pointer event was received while a stream was displaying in fullscreen mode
  • Fixed ringing vibration not stopping when a call ended during incoming call notification displaying with vibration/do not disturb mode active

Kaleyra Video Android SDK v3.0.2

19 May 15:49
Compare
Choose a tag to compare

Improvements and bugfixes

Call

  • Fixed ringing vibration not ending after incoming call was declined from notification while in vibration mode

Kaleyra Video Android SDK v3.0.1

19 May 15:47
Compare
Choose a tag to compare

Improvements and bugfixes

Call

  • Fixed minor UI bugs in call recording alerts displaying

Kaleyra Video Android SDK v3.0.0

19 May 15:38
Compare
Choose a tag to compare

Breaking changes

  • All BandyerSDKDesign style refs have been refactored in KaleyraCollaborationSuiteUI, resources/attrs/ids are now using the prefix kaleyra instead of bandyer
  • New BandyerSDK configuration flow
  • New BandyerSDK authentication and connection flow
  • Call and chat configurations must be now provided via BandyerSDKConfiguration builder tools api
  • Handling push notification requires now BandyerSDK to be authenticated and connected as first step
  • Joining call urls requires requires now BandyerSDK to be authenticated and connected as first step
  • Call and Chat module statuses have been simplified
  • UserDetailsProvider result api has been rewritten
  • All deprecated APIs have been removed

Migration details

For a complete migration guide, please refer to: Upgrade to v3+.

Added

Call

  • Manual and automatic recording types call options. Please refer to call options and observe call recording documentations.
  • Call Recording UI alerts to inform about call recording current status.

Kaleyra Video Android SDK v3.0.0-beta04

03 May 12:51
Compare
Choose a tag to compare

Breaking changes

  • All BandyerSDKDesign style refs have been refactored in KaleyraCollaborationSuiteUI, resources/attrs/ids are now using the prefix kaleyra instead of bandyer
  • New BandyerSDK configuration flow
  • New BandyerSDK authentication and connection flow
  • Call and chat configurations must be now provided via BandyerSDKConfiguration builder tools api
  • Handling push notification requires now BandyerSDK to be authenticated and connected as first step
  • Joining call urls requires requires now BandyerSDK to be authenticated and connected as first step
  • Call and Chat module statuses have been simplified
  • UserDetailsProvider result api has been rewritten
  • All deprecated APIs have been removed

Migration details

For a complete migration guide, please refer to: Upgrade to v3+.

Improvements and bugfixes

  • Library release optimization

Kaleyra Video Android SDK v3.0.0-beta03

03 May 12:48
Compare
Choose a tag to compare

Breaking changes

  • All BandyerSDKDesign style refs have been refactored in KaleyraCollaborationSuiteUI, resources/attrs/ids are now using the prefix kaleyra instead of bandyer
  • New BandyerSDK configuration flow
  • New BandyerSDK authentication and connection flow
  • Call and chat configurations must be now provided via BandyerSDKConfiguration builder tools api
  • Handling push notification requires now BandyerSDK to be authenticated and connected as first step
  • Joining call urls requires requires now BandyerSDK to be authenticated and connected as first step
  • Call and Chat module statuses have been simplified
  • UserDetailsProvider result api has been rewritten
  • All deprecated APIs have been removed

Migration details

For a complete migration guide, please refer to: Upgrade to v3+.

Improvements and bugfixes

  • Fixed chat and call configuration parcelization encoding and decoding

Kaleyra Video Android SDK v3.0.0-beta02

27 Apr 16:01
Compare
Choose a tag to compare

Breaking changes

  • All BandyerSDKDesign style refs have been refactored in KaleyraCollaborationSuiteUI, resources/attrs/ids are now using the prefix kaleyra instead of bandyer
  • New BandyerSDK configuration flow
  • New BandyerSDK authentication and connection flow
  • Call and chat configurations must be now provided via BandyerSDKConfiguration builder tools api
  • Handling push notification requires now BandyerSDK to be authenticated and connected as first step
  • Joining call urls requires requires now BandyerSDK to be authenticated and connected as first step
  • Call and Chat module statuses have been simplified
  • UserDetailsProvider result api has been rewritten
  • All deprecated APIs have been removed

Migration details

For a complete migration guide, please refer to: Upgrade to v3+.

Improvements and bugfixes

  • BandyerSDK connect api error callback is now optional
  • Chat and call configurations have been updated as shown here