- Addressed a usability issue by removing the View Profile button in User Profile for streamlined navigation.
- Rectified a functionality issue with the polls, where users were unable to swipe and remove answers.
- Corrected an issue with the threaded messages count being incremented improperly.
- Enhanced
ThreadedMessagesConfiguration
andCometChatThreadedMessages
by addingmessageComposerView
,messageListView
andhideMessageComposer
for better configuration control. - Updated the
CreatePoll
functionality by adding a suffix icon to allow users to easily remove answers. - Updated
cometchat_uikit_shared
to version4.2.10
.
- Addressed an issue with duplicate messages appearing in CometChatMessageList when a media message was sent.
- Resolved an issue where smart replies did not disappear after sending or receiving messages.
- Upgraded
cometchat_uikit_shared
to version4.2.9
- Upgraded
cometchat_sdk
to version4.0.8
- Resolved a padding issue with the
CometChatMessageHeader
to improve user experience. - Corrected an issue where the user name was missing in the typing indicator for a group in the
CometChatConversations
Component. - Fixed an issue where the user name was not displayed before the last message for a group in the
CometChatConversations
Component.
- Upgraded
cometchat_uikit_shared
to version4.2.8
- Addressed an issue with user presence not updating correctly in
CometChatConversations
andCometChatConversationsWithMessages
, ensuring accurate user status. - Resolved render flex overflow issue in the
headerView
ofCometChatMessageBubble
inCometChatMessageList
for smoother UI experience.
- Upgraded
cometchat_uikit_shared
to version4.2.7
- support for the new
Reaction
feature fromcometchat_sdk: ^4.0.7
CometChatReactions
will be displayed onCometChatMessageBubble
usingreactions
property ofTextMessage
,MediaMessage
andCustomMessage
inCometChatMessageList
.CometChatReactionList
can be accessed on long pressing onCometChatReactions
fromCometChatMessageList
.
- Upgraded
cometchat_sdk
to version4.0.7
- Upgraded
cometchat_uikit_shared
to version4.2.6
- Added spacing between
leadingView
andcontentView
ofCometChatMessageBubble
constructed inCometChatMessageList
. - Issue of member count not updating when we are performing Group related actions like adding, banning or removing a
GroupMember
or trying to transfer ownership to another group member. - Fixed pixelation of AI features icon shown in
CometChatMessageComposer
- duplication issue in
CometChatConversations
,CometChatUsers
, andCometChatGroups
. - real time message receiving when filtering categories and types from
messageRequestBuilder
inCometChatMessageList
.
bubbleView
alignment issue fixed inCometChatMessageList
- missing configurations
hideAppBar
,submitIcon
,selectionIcon
forwarded fromCometChatUsersWithMessages
,CometChatGroupsWithMessages
,CometChatConversationsWithMessages
toCometChatUsers
,CometChatGroups
,CometChatConversations
respectively.
- onSchedulerMessageReceived listeners implemented in
CometChatMessageList
,CometChatThreadedMessages
,SmartReplyExtension
,AIConversationStarter
,AIConversationSummary
andAiSmartReplyExtension
. hideAppBar
property added inCometChatConversations
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.5
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.2.1
- components
AIAssistBot
andAIConversationSummary
- dateSeparatorStyle in CometChatMessageList
- apiConfiguration in
AIAssistBot
,AIConversationStarter
,AIConversationSummary
andAISmartReplies
- support for customizing the AI option in
CometChatMessageComposer
using the properties:aiIcon
,aiIconURL
,aiIconPackageName
andaiOptionStyle
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.4
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.7
- removed permission.MANAGE_EXTERNAL_STORAGE
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.5
- support for Interactive Messages i.e Form Message and Card Message
- support for modifying margin and padding in CometchatListItem
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.3
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.4
- Emoji keyboard interferes with the virtual home button on iPhone
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.3
- Class name AiExtension changed to AiExtension
- Changed
smartReplyView
andconversationStarterView
properties tocustomView
- support for modifying the color of the voice recording button in
CometChatMessageComposer
usingvoiceRecordingIconTint
property ofMessageComposerStyle
. - support for custom attachment options, sound and ability to disable read receipts in
CometChatThreadedMessages
.
- import issues of
AiConversationStarter
. - theme issues in
CometChatThreadedMessages
.
- unnecessary logs
- support for ai features:
AiSmartReply
andAiConversationStarter
AiSmartReply
provides a list of replies generated using AI for a received message in a conversationAiConversationStarter
gives a list of opening messages generated using AI for starting a conversation when no messages have been exchanged between the participants in a conversation- a button has been added in
CometChatMessageComposer
tapping on which will list the enabled ai features
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.2
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.2
- support for handling events received when disconnected websocket connection is reestablished in
CometChatUsers
,CometChatGroups
,CometChatConversations
andCometChatMessageList
. - support for handling calling events received in
CometChatConversations
- all Extension classes conform to the updated
ExtensionsDataSource
class by implementing new methodsaddExtension
andgetExtensionId
. - properties to configure color of the sticker icon shown in
CometChatMessageComposer
.
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.1
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.1
- order of options shown for a message in
CometChatMessageList
- replaced implementation of
SoundManager
withCometChatUIKit.soundManager
. - replaced implementation of
ChatConfigurator.getDataSource()
withCometChatUIKit.getDataSource()
.
- property
hideCreateGroup
fromCometChatGroupsWithMessages
- Emoji and
emojiIconTint
fromCometChatMessageComposer
- unused assets
- dead code
- background color of message reactions
- support for audio and video calling through CometChat's call ui kit plugin.
- Messages information for sent messages.
- Send audio recordings through CometChatMessageComposer.
- Share messages to other applications on the device.
- Upgrade kotlin version for native code: 1.7.10.
- Callback function signature for onMessageSend parameter in ComeChatMessageComposer.
- Shared module moved to a different package cometchat_uikit_shared.
- 🎉 first release!