Skip to content

Releases: cometchat/cometchat-uikit-android

v4.3.17

02 Dec 18:11
7417074
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed the mention visibility issue that was introduced in the previous release (v4.3.16), where mentions were not appearing in the text message bubble.
  • Fixed a bug where updating the date pattern using the setDatePattern() method did not update the date in message bubble.
  • Fixed an issue where the setDisableReactions(true) method did not disable reactions for threaded messages.
  • Corrected an issue where the sender of the message incorrectly appeared in the message information list for group messages.
  • Resolved a problem where the online/offline status text was not visible in the user details screen.

v4.3.16

18 Sep 14:26
0adaf73
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue in CometChatMessageList where the last message ID, user ID, or group ID of a conversation was being cached when a custom MessagesRequestBuilder was set, leading to incorrect data display in the CometChatMessageList.
  • Fixed an issue where the string “Call” was not localized in the UI Kit.
  • Fixed an issue where messages containing “&” were being rendered as “&“.
  • Fixed an issue where phone numbers and URLs were not visible due to an incorrect highlight color.

v4.3.15

20 Aug 14:30
1c9b34e
Compare
Choose a tag to compare

New:

  • Added a new prop hideReceipt to hide the receipt in the message bubble and conversation’s last message.

Fixes:

  • Fixed an issue where the online/typing indicator was being displayed for blocked users.
  • Fixed an issue where the online/offline status was not localised.
  • Fixed an issue where if the conversation type was set to users and a message was received in a group, the group was visible in the conversations list in real time.

Deprecations:

  • Deprecated disableReceipt prop from CometChatMessageList & CometChatConversations component.

v4.3.14

09 Aug 11:33
0bd4b4f
Compare
Choose a tag to compare

New

  • The sender of a message will now see a double tick on a group message to indicate that the message has been successfully delivered to all users within that group, and a double blue tick once it has been read by all participants in the group.

Enhancements

  • Updated Chat SDK to version 4.0.10.

Fixes

  • Fixed an issue where the status of blocked users (online/typing) was still visible in the CometChatMessageHeader and CometChatConversation components.

v4.3.13

09 Jul 14:31
ce717b7
Compare
Choose a tag to compare

Enhancements:

  • Added annotations to all style class color setter methods to warn developers if the parameter passed is not retrieved using getResources(), ensuring proper usage of resource values.

Fixes:

  • Fixed an issue where the unread message count was not updated correctly when two users are logged in on different devices, ensuring that messages are marked as read consistently across both devices.

v4.3.12

02 Jul 15:00
b6d5f58
Compare
Choose a tag to compare

Fixes:

  • Added logic to manually clear active call object using CometChat.clearActiveCall() when a call ends unexpectedly, allowing subsequent call initiation.
  • Fixed an issue in CometChatCallLogs where applying a custom request builder caused unknown items to appear in the call list.
  • Fixed crash in the CometChatGroupsWithMessages component that occurred after applying createGroupStyle.
  • Fixed the issue where the Create Group icon's tint color could not be updated.
  • Resolved the issue preventing updates to the Create Group icon using XML attributes.
  • Fixed the issue where the back button icon in the Create Group component was not updating properly.
  • Fixed an issue where the subtitle text appearance was not being applied correctly.
  • Removed unnecessary top space between the title and list items in the CometChatCallLogs component.
  • Corrected AvatarStyle functionality in CometChatOutgoingCall and CometChatIncomingCall components to ensure proper appearance.
  • Resolved issue with setSearchRequestBuilder in CometChatBannedMembers component to ensure proper functionality.
  • Fixed alignment and cursor visibility issues in the Join Protected Group Password Input component.

v4.3.11

19 Jun 09:23
929a032
Compare
Choose a tag to compare

Fixes:

  • Resolved the issue where long text in poll options would overlap with the progress bar showing the voting percentage.
  • Added the setTitleColor method in the MessageHeaderStyle which add the ability to directly modify the titleColor in CometChatMessageHeader
  • Fixed the setSentIcon() method in the CometChatMessageList component. Users can now successfully change the sent icon (single tick) as per their requirements.
  • Fixed the scheduler bubble to correctly handle the actionType regardless of case (post or POST). The scheduler bubble now works seamlessly with both variations.

v4.3.10

07 Jun 10:44
e8044ad
Compare
Choose a tag to compare

Enhancement:

  • Introduced real-time updates for the last message and unread count in conversations based on App settings configured via the dashboard, ensuring up-to-date information is displayed.

Fixes:

  • Fixed the issue where the subtitleTextColor property was not affecting the color of the online status text and group member's count text.
  • Resolved the problem where the badge background color was not customizable.
  • Fixed a bug where setting hideSeparator to true caused the Add Members selection to stop working.

v4.3.9

29 May 05:05
af30f5d
Compare
Choose a tag to compare

Enhancements:

  • Added mentionsType Users and UsersAndGroupMembers to define visible mentions in one-on-one and group conversations.
  • Added visibility usersConversationOnly, groupConversationOnly and both with the parameter name visible In to control the visibility of the mentions type.

Fixes:

  • Corrected the alignment of the send message bubble in RTL (Right-to-Left) mode to display on the left instead of the right.

v4.3.8

14 May 11:44
139dd6a
Compare
Choose a tag to compare

Fixes:

  • Resolved visibility issue of parent message in CometChatThreadedMessages.
  • Fixed crashes in CometChatMessages and CometChatThreadedMessages that occurred when launched from a Fragment, caused by problems with ActivityResultCallBack in CometChatMessageComposer and CometChatMediaRecorder.