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
Selected Avatar List for multi-selection across supported components, including Users, Groups, Group Members, and Conversations.
Displayed selected items in a horizontal avatar list at the bottom of the screen, ensuring selections are visible and accessible at all times.
Enabled real-time synchronization between the main list selection (checkboxes) and the selected avatar list, allowing users to remove selections from either view seamlessly.
Enhancements
Updated Play Icon: The play icon in the Media Recorder has been updated for improved visual clarity and consistency with the overall UI.
Set Mark as Unread Option: The "Mark as Unread" option visibility is now set to visible, and the "Start from Unread" option is set to true in sample apps.
Theming and Customization Support: Added theming and customization support for the selected avatar list, allowing developers to tailor the UI without additional code changes. The following new theme attributes can be customized:
Selected item avatar style
Title text appearance and color
Remove icon drawable and tint
Public Getters and Setters: Exposed public getters and setters for all new theme attributes.
Fixes
Message Reactions Sync: Fixed an issue where message reactions were not syncing in real time, ensuring reactions now update instantly across all participants.
User List and Search Results: Resolved a problem where returning from the device lock screen caused both the full user list and previous search results to appear simultaneously. The user list now displays correctly, and search results are properly cleared when navigating back.
Sticker Alignment: Fixed an alignment issue where stickers shifted to the left when multiple emoji reactions were added. Stickers now remain properly aligned regardless of the number of reactions.
Message Privately Option: Resolved an issue where using the “Message Privately” option in a group chat caused the same message to reappear incorrectly in the group conversation after returning. Messages now display correctly without duplication.