Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
317cdf2
Replace the direct call to `AttachmentPickerMenu` with the version pr…
andremion Mar 11, 2026
197db72
Refactor and relocate message composer attachment preview components.
andremion Mar 11, 2026
f8a0856
Add composer attachment components to `ChatComponentFactory` and defi…
andremion Mar 11, 2026
c458963
Add `MessageComposerAttachmentsTest` and migrate attachment preview s…
andremion Mar 11, 2026
a3b958a
Refactor Paparazzi screenshot tests to use a centralized `TestEnviron…
andremion Mar 11, 2026
65b5e46
Remove `AttachmentFactory` and `StreamAttachmentFactories` in favor o…
andremion Mar 11, 2026
1c419b2
Update docs and guides usages.
andremion Mar 11, 2026
650978d
Fix e2e tests
andremion Mar 11, 2026
df1305e
apiDump
andremion Mar 11, 2026
89414eb
Add `MediaBadges` components and refactor `ImagesPicker` to use `Vide…
andremion Mar 12, 2026
be66d1a
Update `MessageComposerAttachmentMediaItem` UI
andremion Mar 12, 2026
086bf2d
Update `MessageComposerAttachmentFileItem` UI
andremion Mar 12, 2026
772b9c0
Update `MessageComposerAttachmentAudioRecordItem` UI
andremion Mar 12, 2026
3a81ea4
Fix docs and guides
andremion Mar 12, 2026
3d470e3
Review
andremion Mar 12, 2026
1ce8058
Use the standard onCreate(Bundle?) override for the documentation exa…
andremion Mar 16, 2026
e61b8ad
Update `ImagesPicker` previews to use `VideoLengthInSeconds` for vide…
andremion Mar 16, 2026
dc26643
Update `Attachment` fallback documentation and usage in custom attach…
andremion Mar 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ open class MessageListPage {
val attachmentsButton get() = By.res("Stream_ComposerAttachmentsButton")
val quotedMessage get() = By.res("Stream_QuotedMessage")
val cancelEditButton get() = By.res("Stream_ComposerCancelEditButton")
val attachmentCancelIcon get() = By.res("Stream_AttachmentCancelIcon")
val columnWithMultipleFileAttachments get() = By.res("Stream_FileAttachmentPreviewContent")
val columnWithMultipleMediaAttachments get() = By.res("Stream_MediaAttachmentPreviewContent")
val mediaAttachment get() = By.res("Stream_MediaAttachmentPreviewItem")
val fileSize get() = By.res("Stream_FileSizeInPreview")
val fileName get() = By.res("Stream_FileNameInPreview")
val attachmentCancelIcon get() = By.res("Stream_MessageComposerAttachmentCancelIcon")
val columnWithMultipleFileAttachments get() = By.res("Stream_MessageComposerAttachments")
val columnWithMultipleMediaAttachments get() = By.res("Stream_MessageComposerAttachments")
val mediaAttachment get() = By.res("Stream_MessageComposerAttachmentMediaItem")
val fileSize get() = By.res("Stream_MessageComposerAttachmentFileSize")
val fileName get() = By.res("Stream_MessageComposerAttachmentFileName")
val fileImage = MessageList.Message.fileImage
val linkPreviewImage get() = By.res("Stream_LinkPreviewImage")
val linkPreviewTitle get() = By.res("Stream_LinkPreviewTitle")
Expand Down
293 changes: 138 additions & 155 deletions stream-chat-android-compose/api/stream-chat-android-compose.api

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading
Loading