Skip to content

v5.2.6

Choose a tag to compare

@vivekCometChat vivekCometChat released this 09 Dec 12:11
· 8 commits to v5 since this release
c0ee912

New

  • None

Enhancements

  • Improved thread reply navigation in MessagesActivity.kt and ThreadMessageActivity.kt by supporting the passing of both user and group information, enhancing context handling in thread conversations.

Fixes

  • Message Composer Logic: Refactored send button state management in CometChatMessageComposer.java, improving code clarity and maintainability by moving related methods to the main class scope. The update ensures correct button activation when editing messages.
  • Mention Bubble Styling: Corrected the logic in CometChatMentionsFormatter.java to fix the styling of mention bubbles, ensuring proper alignment for both incoming and outgoing mentions.
  • Thread Reply Navigation: Updated MessagesActivity.kt and ThreadMessageActivity.kt to improve thread reply navigation for both users and groups.
  • UI Visibility: Fixed a bug in CometChatConversations.java where the search box layout visibility was incorrectly set to GONE; it now reflects the correct visibility state.