Skip to content

Releases: sendbird/sendbird-syncmanager-android

v1.1.31

20 Aug 00:09
Compare
Choose a tag to compare
  • Fixed a bug in MessageCollection which could block the main thread.

v1.1.30

03 Mar 04:46
Compare
Choose a tag to compare
  • Fixed a flaky bug where a message could be missing when fetching messages from the server.

v1.1.29

01 Dec 06:36
Compare
Choose a tag to compare
  • Improved stability.

v1.1.28

03 Nov 06:34
Compare
Choose a tag to compare
  • Added MessageCollection#deleteMessageByRequestId and MessageCollection#deleteMessageByMessageId.

v1.1.27

20 Oct 06:18
Compare
Choose a tag to compare
  • Fixed a bug in FailedMessageDispatcher caused by a timing issue.
  • Fixed a bug in ChannelCollection caused by a timing issue.

v1.1.26

29 Sep 06:08
Compare
Choose a tag to compare
  • Added MessageCollection#fetchPendingMessages.
  • Sendbird Core SDK is now embedded in the SyncManager.

v1.1.24

11 Sep 08:00
Compare
Choose a tag to compare
  • Prevent duplicate message being inserted in MessageCollection.
  • Improved stability.

v1.1.23

08 Sep 04:58
Compare
Choose a tag to compare
  • Fixed MessageCollectionHandler.onNewMessage not being fired in certain situations when receiving a new message.

v1.1.22

29 Jul 04:09
Compare
Choose a tag to compare
  • Fixed MessageCollectionHandler.onSucceededMessageEvent() not being called in some cases when failed message resend is successful.
  • Improved stability.

v1.1.21

25 Jun 04:33
Compare
Choose a tag to compare
  • Changed resending failed messages job to be thread-safe.
  • Improved stability.