Skip to content

Releases: QuickBlox/quickblox-android-sdk

1.0.0-conference-kotlin

04 Oct 08:32
Compare
Choose a tag to compare

New

Conference Kotlin:

  • Added new sample conference kotlin

4.0.4-videochat-kotlin

27 Sep 16:41
9745400
Compare
Choose a tag to compare

Fixes

Video chat module:

  • Changed logic for send Push

4.0.4-videochat-java

27 Sep 16:40
a70eb0a
Compare
Choose a tag to compare

Fixes

Video chat module:

  • Changed logic for send Push

3.9.0

17 Dec 14:44
6c54a65
Compare
Choose a tag to compare

Fixes

Chat module:

  • Fixed sendMessageWithoutJoin callback;

New

Call module:

  • Updated WebRTC revision to 25003;

Video Chat Kotlin:

  • Added new sample

Others

  • Migrated to AndroidX;
  • Updated Android Plugin for Gradle to 3.2.0 version;
  • Updated Gson lib to 2.8.5 version;
  • Updated Play Services to 16.0.0 version;
  • Updated Firebase Messaging to 17.3.3 version;
  • Deleted default "chat api" and "domain" fields

3.8.1

03 Apr 16:06
11c75ad
Compare
Choose a tag to compare

New

  • Added conference sample for Enterprise plan.

3.8.0

15 Mar 11:15
9fc30d4
Compare
Choose a tag to compare

Fixes

Chat module:

  • some fixes related with the group dialog name
  • minor fixes

New

Chat module:

Call module:

  • Added BLUETOOTH HEADSET support from SDK;
  • Added auto managing SPEAKER_PHONE by proximity sensor for audio calls in case if device doesn't have any other connected headsets

3.7.0

08 Feb 09:46
e324c24
Compare
Choose a tag to compare

Fixes

Chat module:

  • Fixed issue when QBIncomingMessagesManager didn't catch error messages;
  • Fixed issue when QBSystemMessagesManager didn't catch error messages;

CustomObjects module:

  • Fixed issue of deserialization fields type;

New

Call module:

  • Updated WebRTC revision to 21217;
  • Integrated native libs to QuickBlox Android SDK (now there is no need to add them to your app manually).
    There is simple guide How to exclude native libs from apk;
  • Replaced method parameter from type VideoCapturerAndroid.CameraEventsHandler to CameraVideoCapturer.CameraEventsHandler for
    method QBRTCClient#setCameraErrorHandler(CameraVideoCapturer.CameraEventsHandler);
  • Increased minSdkVersion to 16 (does not apply to other modules);

Deprecated

  • Removed deprecated view-class RTCGLVideoView.

Others

  • Migrated to Java version 1.8

3.6.0

29 Jan 14:13
110f57e
Compare
Choose a tag to compare
  • Updated to SDK version 3.6.0
  • Updated Android Plugin for Gradle to version 3.0.1
  • Other minor updates

3.3.1

30 Mar 11:05
Compare
Choose a tag to compare
  • Added ability to set secured or unsecured storage for session parameters in case of using auto session management.
  • Fixed error with recreating session with user when session was expired.
  • Fixed deleting user's session if user was deleted.
  • Fixed automatic refreshing QB session if you login to chat via QB Token.
  • Added field data to QBAttachment for supporting cross platform transferring. Added fields width, height, duration to QBAttachment model for sending image attachments. Renamed type for image attachment from PHOTO_TYPE to IMAGE_TYPE.
  • Added throwing NotConnectedException in all methods in QBChatDialog if you are not logged into chat.
  • Added logic for parsing Carbon messages inside QBIncomingMessagesManager to prevent catching typing/status messages from same user logged on several devices.
  • Updated play services to v.10.2.1.
  • Adding support for sending APNS VOIP push notifications. Added QBPushType.APNS_VOIP for push type when creating QBEvent .
  • QBPushManager: added callback method onSubscriptionDeleted in QBSubscribeListener to notify when service deletes subscription.
  • Fixed errors with subscribing to push notifications if you use auto session management.

3.3.0

11 Jan 10:43
Compare
Choose a tag to compare
Update README.md