You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where cometchatCallButtonsVoiceCallBackgroundColor and cometchatCallButtonsVideoCallBackgroundColor did not apply the specified background colors in CustomCallButtonStyle.
Group Members – Style Prop Issue
Fixed a crash (java.lang.UnsupportedOperationException) occurring when applying custom styles using setStyle.
Message List – Mention Text Customization
Addressed an issue where mention text styles (setTextFormatters, setOutgoingBubbleMentionTextStyle, setIncomingBubbleMentionTextStyle) were not applying correctly.
Message List – Quick Reactions
Fixed an issue where custom quick reactions set using quickReactions were not displayed, defaulting to the standard emoji set.
Message Composer – Style Prop Issue
Resolved a crash (java.lang.UnsupportedOperationException) when applying a custom style using setStyle.
Groups – Subtitle View Issue
Fixed an issue where setSubtitleView was not displaying the expected custom subtitle for group conversation items.
Groups – Search Input Styling
Fixed inconsistent UI behavior where custom icons (cometchatGroupsSearchInputStartIcon, cometchatGroupsSearchInputEndIcon, etc.) were either hidden or overlapped by default icons, and tint colors were not applied correctly.
Users – Search Input Styling
Fixed overlapping default and custom icons in search input fields and addressed missing tint application for search input icons.
Users – Search Input Functionality
Fixed missing hideSeparator(boolean) method, ensuring developers can toggle the visibility of separators.
Conversations – Status Indicator Styling
Fixed an issue where cometchatStatusIndicatorBackgroundColor, cometchatStatusIndicatorBackgroundImage, and cometchatStatusIndicatorCornerRadius were not applying custom styles as expected.