Releases: GetStream/stream-chat-android
Releases · GetStream/stream-chat-android
v6.5.3
stream-chat-android-client
✅ Added
- Add
ChatClient::markThreadUnread
to mark a given thread as unread. #5457 - Add
ChannelClient::markThreadUnread
to mark a given thread as unread. #5457
stream-chat-android-ui-components
🐞 Fixed
- Fix crash in
CameraAttachmentFragment
related to permissions checks. #5465 - Fix crash in
FileAttachmentFragment
related to permissions checks. #5465 - Fix crash in
MediaAttachmentFragment
related to permissions checks. #5465 - Fix crash in
AttachmentsPickerSystemFragment
related to permissions checks. #5465
v6.5.2
Common changes for all artifacts
⚠️ Changed
- Deprecate
NotInFilterObject
because it is not supported backend-side anymore. #5393 - Deprecate
AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions()
in favor of a more configurable method. #5430 - Deprecate
AttachmentsPickerSystemTabFactory(otherFactories)
in favor of a more configurable constructor. #5430
❌ Removed
- Remove
NotInFilterObject
because it is not supported backend-side anymore. #5394
stream-chat-android-client
🐞 Fixed
- Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440
⬆️ Improved
- Avoid multiple
ChatClient::connectUser
invocations by sharing theCall
. #5439
✅ Added
- Add
ChatClient::markThreadRead
to mark a given thread as read. #5447 - Add
ChannelClient::markThreadRead
to mark a given thread as read. #5447
stream-chat-android-state
✅ Added
- Add
GlobalState::unreadThreadsCount
property to observe the number of unread threads. #5452
stream-chat-android-ui-common
✅ Added
- Added
ImageAssetTransformer
to transform image assets before rendering them on the UI. #5438
stream-chat-android-ui-components
🐞 Fixed
- Fix max allowed votes base on available options. #5431
- Fix
CAMERA
permission request when using the capture photo/video attachment picker fromAttachmentsPickerSystemTabFactory
. #5430 - Fixed
MessageListView
scroll to the bottom behaviour when a new message is added. #5427
✅ Added
- Added
ChatUI.imageAssetTransformer
to transform image assets before rendering them on the UI. #5438
stream-chat-android-compose
🐞 Fixed
- Fix
CAMERA
permission request when using the capture photo/video attachment picker fromAttachmentsPickerSystemTabFactory
. #5430 - Fixed
MessageList
scroll to the bottom behaviour when a new message is added. #5427
✅ Added
- Added
ChannelListViewModel.refresh
method to refresh the channel list. #5425 - Add
PinnedMessageList
component for showing the list of pinned messages in a channel. #5420 - Add
formatMessageTitle
method toMessagePreviewFormatter
, to allow message preview title formatting customization. #5420 - Add
AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions
to customize which attachment pickers are allowed. #5430 - Add
AttachmentsPickerSystemTabFactory(filesAllowed, mediaAllowed, captureImageAllowed, captureVideoAllowed, pollAllowed)
to to customize which attachment pickers are allowed. #5430 - Added
ChatTheme.imageAssetTransformer
to transform image assets before rendering them on the UI. #5438 - Added option to suggest new options on a poll. #5424
- Added UI for Answers. #5432
⚠️ Changed
- Exposed
DefaultMessageComposerRecordingContent
andDefaultAudioRecordButton
components. #5433
v6.5.1
Common changes for all artifacts
⚠️ Changed
- Deprecate
NotInFilterObject
because it is not supported backend-side anymore. #5393
stream-chat-android-client
⬆️ Improved
Attachment.uploadId
is only used locally and removed whenever the attachments are uploaded. #5395
✅ Added
Added notificationTextFormatter
lambda parameter to NotificationHandlerFactory::createNotificationHandler
which is being used to formats the text of the notification. #5409
Added actionsProvider
lambda parameter to NotificationHandlerFactory::createNotificationHandler
which is being used to provide actions for the notification. #5409
- Added
FileTransformer
to allow transforming files before uploading. #5416
stream-chat-android-ui-common
🐞 Fixed
- UnreadLabel is not added on the case all unread messages are deleted. #5403
stream-chat-android-ui-components
✅ Added
- Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
- Add view to see poll results. #5405
stream-chat-android-compose
🐞 Fixed
- Fix condition to show async-voice attachments on MessageList. #5395
✅ Added
v6.5.0
stream-chat-android-offline
✅ Added
- Store poll info on local data base. #5283
stream-chat-android-state
🐞 Fixed
- Fixed
ChannelState.watchers
not being updated when a watcher gets deleted. #5378
⬆️ Improved
- Keep members updated on QueryChannelsState. 5382
stream-chat-android-ui-common
🐞 Fixed
- Fixed
MessageListController.channel.members
not being updated when a member is banned. #5368
⬆️ Improved
- Hide "Unread Messages" button when there are no messages on the messages list. #5376
stream-chat-android-ui-components
🐞 Fixed
- Message list is cleared when the channel remove all its messages. #5360
- Ensure channels list doesn't show deleted messages on the last message preview. #5367
- Fixed
Message.messageTextUpdatedAt
fluctuations withinFootnoteDecorator
when editing a message. #5374
⬆️ Improved
MessageOptionsDialogFragment
now usesMessageListItemViewHolderFactory
to get item view type. #5369- Default
MentionsViewHolder
usesuser.id
ifuser.name
is empty. #5384
✅ Added
- Create a new UI for the poll message. #5285
- Create a new UI to create a poll message. #5361
- Added system attachment picker to select media without extra permissions. #5380
stream-chat-android-compose
🐞 Fixed
- Message list is cleared when the channel remove all its messages. #5360
- Increase max allowed votes base on available options. #5363
- Poll Attachment show description instead of question twice. #5364
- Show proper votes count in anonymous polls. #5366
- Fixed
DefaultQuotedMessageTextFormatter
not using the correct text style. #5373 - Fixed
Message.messageTextUpdatedAt
fluctuations withinMessageFooter
when editing a message. #5374 - Expose
topBarContent
andbottomBarContent
inMessageScreen
. #5377
⬆️ Improved
DefaultMentionSuggestionItemCenterContent
component usesuser.id
ifuser.name
is empty. #5384- Added
showFileSize
parameter toStreamAttachmentFactories.defaultFactories
to control file size UI visibility. #5383 - Made
MessagesScreen
edge-to-edge friendly. #5386
✅ Added
- Add
PollDialogs
component used to show poll dialogs. #5370 - Add
MessageDialogs
component used to prompt the user with message flagging and deletion actions. #5370 - Add
MessageModerationDialog
component used for message that needs to be moderated. #5370 - Add
AttachmentsPickerMenu
component used to show the attachment picker menu. #5370 - Add
MessageMenus
component used to prompt the user with message actions. #5370 - Added system attachment picker to select media without extra permissions. #5380
v6.4.4
stream-chat-android-core
✅ Added
- Added optional
banExpires
field toMember
entity. #5340
stream-chat-android-state
🐞 Fixed
- Fixed expired pinned messages being exposed in the pinned message list. #5343
stream-chat-android-ui-components
🐞 Fixed
- Fixed crash in
MessageListView
when posting a message to an empty channel. #5332
stream-chat-android-compose
🐞 Fixed
- Fixed
Edited
label not being displayed right after editing a message. #5342
✅ Added
v6.4.3
stream-chat-android-client
🐞 Fixed
- Fixed pinned message expire date validation. #5329
⚠️ Changed
Attachment
class doesn't useurl
property anymore. UseassetUrl
instead. #5325
❌ Removed
- Removed
url
property ofAttachment
class. UseassetUrl
instead. #5325
stream-chat-android-state
🐞 Fixed
- Fixed channel cache not being updated on message unpin operation. #5329
stream-chat-android-compose
✅ Added
- Exposed user avatar click listener in MessagesScreen.kt
- Added ability to create multiple instance of ChannelListViewModel with differing parameters
v6.4.2
stream-chat-android-state
🐞 Fixed
- Fixed channel cache not being updated when a message is soft deleted. #5321
- Expired/deleted pinned messages are filtered out. #5321
- Clear channels' cache on
channel.hidden
event. #5324
stream-chat-android-ui-common
✅ Added
- Added
TimeProvider
to provide the current time. #5321
stream-chat-android-ui-components
⬆️ Improved
- Sent messages from the MessageComposer are marked as read. #5322
stream-chat-android-compose
🐞 Fixed
- Fixed quoted message styling. #5316
- Fixed checkbox visibility in
MessageComposer
's footer when dark theme is used. #5318
⬆️ Improved
- Sent messages from the MessageComposer are marked as read. #5322
✅ Added
- Added
ChatTheme.timeProvider
to provide the current time. #5321
v6.4.1
stream-chat-android-client
✅ Added
- Added
ChatClient.getNewerReplies
to fetch newer replies for a message in a thread. #5256 - Added
ChatClient.getThreads
to fetch threads for the current users. #5264 - Added
ChatClient.sendPoll
,ChatClient.castVotePoll
,ChatClient.closePoll
andChatClient.removePollVote
methods to interact with Polls. #5273 - Added new
ChatEvents
related with Polls. #5273 - Added pinned messages parsing. #5306
stream-chat-android-offline
🐞 Fixed
- Fixed messages from hidden channels being shown up. #5281
stream-chat-android-state
🐞 Fixed
- Fixed member.role being missing when updating other members' roles in a channel. #5290
✅ Added
- Added
ChannelState.pinnedMessage
to obtain the pinned message in a channel. #5306
⚠️ Changed
- Delete a pinned message from the pinned list if it was deleted. #5315
stream-chat-android-ui-common
🐞 Fixed
- Fixed the message list to scroll to the bottom when a message reaction is added. #5280
✅ Added
- Added pinned messages support to
MessageListController
. #5306
stream-chat-android-ui-components
🐞 Fixed
- Fixed crash on
AttachmentGalleryActivity
. #5284 - Fixed quoted message styling to be consistent with
isMine
property. #5287- 🚨If you are overriding
TransformStyle.messageReplyStyleTransformer
, please ensure you validate your UI after this change.
- 🚨If you are overriding
- Fixed video being displayed in voice recording attachment. #5296
⬆️ Improved
- Extended search result list styling. #5286
✅ Added
- Added additional message option for user blocking. #5289
stream-chat-android-compose
🐞 Fixed
- Fixed deleted pinned messages being highlighted as pinned. #5315
- Fixed the url used when click on the link. #5314
⬆️ Improved
- Enabled Strong Skipping Mode for Compose compiler and improved Compose performance. #5303
✅ Added
- Added
MessageOptionItemVisibility
class that controls menu item visibility in the selected message options menu. #5226 - Added new
ChatTheme.messageOptionItemVisibility
property of typeMessageOptionItemVisibility
. #5226 - Added docs sections that describe these changes. #5226
- Added
StreamImage
Composable functions to load internal images, such as profile images, attachments, and other media files. #5299 - Added
AttachmentPickerTheme
to customize theAttachmentsPicker
component. #5297
⚠️ Changed
- Used the new
ChatTheme.messageOptionItemVisibility
property indefaultMessageOptionsState()
in combination with own capabilities to control menu option item visibility. #5226 - Now, Compose components use
StreamImage
, which delegates Landscapist-Coil for loading internal images. #5299 - Migrated to Kotlin 2.0 and Compose compiler plugin #5303
v6.4.0
stream-chat-android-client
🐞 Fixed
- Fix crash when parsing users from query user endpoint. #5257
- Fix
ChatClient.sendMessage()
method to be able to send multiple message in parallel. #5266
✅ Added
- Added
ChatClient.getNewerReplies
to fetch newer replies for a message in a thread. #5256
stream-chat-android-state
✅ Added
- Added an option to fetch thread from older to newer messages. #5258
stream-chat-android-ui-common
✅ Added
- Created
VideoHeadersProvider
interface to provide headers for video requests. #5265
⚠️ Changed
- The
ImageHeadersProvider.getImageRequestHeaders()
method use the url as a parameter. #5265
stream-chat-android-ui-components
✅ Added
- Added an option to fetch thread from older to newer messages. #5258
stream-chat-android-compose
🐞 Fixed
- Fixed infinite progress bar on channel list screen. #5259
- Fixed thread replies are being scrolled to bottom. #5261
✅ Added
- Added an option to fetch thread from older to newer messages. #5258
v6.3.2
Common changes for all artifacts
🐞 Fixed
- Shadowed messages are filtered. #5234
⬆️ Improved
Channel.lastMessageAt
is not updated when there is a new message within a thread. #5245
✅ Added
- Added
reason
andcustom
fields to flag message endpoint.#5242 - Added
reason
andcustom
fields to flag user endpoint.#5242 - Added
reactionGroups
field toMessage
entity. #5247 - Added
ReactionSorting
interface to allow custom sorting of reactions. #5248 - Added
privacySettings
field toUser
entity. #5249
stream-chat-android-ui-components
⬆️ Improved
- Channel List is not updated with new messages within a thread. #5245
✅ Added
- Added a Button to jump to the first unread message in the channel. #5236
- Added
ViewReactionsViewStyle.reactionSorting
field to customize the sorting of reactions. #5248
stream-chat-android-compose
🐞 Fixed
- Fixed
ChannelsState.isLoadingMore
being stuck. #5239