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
* Add Turbine library to compose module
* Add unit tests for ChannelHeaderViewModel
* Add unit tests for ChannelAttachmentsViewModel
* Add unit tests for ChannelInfoMemberViewModel
* Add unit tests for ChannelInfoViewModel
* Add unit tests for ChannelAttachmentsViewModelFactory
* Add unit tests for ChannelHeaderViewModelFactory
* Add unit tests for ChannelInfoViewModelFactory
* Add unit tests for ChannelInfoMemberViewModelFactory
* Add unit tests for ChannelViewModelFactory
* Add unit tests and preview for GiphyAttachmentContent
* Add previews and unit tests for media attachment content
* Add unit tests for PinnedMessageListViewModel
* Add unit tests for MentionListViewModel
* Add unit tests for MentionListViewModelFactory
* Add unit tests for MessagesViewModelFactory
* Add unit tests for ThreadsViewModelFactory and ThreadListViewModel
* Add unit tests for MentionSuggestionList
* Remove the fixed height modifier in `FileUploadItem`
* Add unit tests for CommandSuggestionList
* Integrate Kover for better code coverage reporting
* Update snapshots
* Increase code coverage of ChannelsScreen
* Add unit tests for PinnedMessagesScreen and update PinnedMessageListState defaults
* Add unit tests for MessageComposerScreen
* Add unit tests for ChatsScreen
* Increase coverage of CopyToClipboardHandlerImpl
* Increase code coverage of ChannelsScreen
* Add unit tests for ChatsScreen
* Add unit tests for MessagesScreen
* Deprecate AudioWaveVSeekbar component
* Add unit tests and preview for AudioWaveVSeekbar component
* Add unit tests for MessageModerationDialog
* Add previews and snapshot tests for MessageComposerRecordingContent
* Rename SuggestionLazyList to MentionSuggestionLazyList for clarity
* Refactor PinnedMessageListState to use default values and update tests
* Refactor view models to use property accessors for controller and state
* code review
* Log only failed tests
* Remove MessageComposerCommandSuggestionListHeader component factory
|`AttachmentType.LINK` constant | 2025.09.08 ⌛ ||| This property has been deprecated. The attachment of type 'LINK' is not officially supported, and Attachment.type can never have a value equal to "link". |
8
9
|`Attachment.isLink()` method | 2025.09.08 ⌛ ||| This method has been deprecated. The attachment of type 'LINK' is not officially supported, and Attachment.type can never have a value equal to "link". |
9
10
|`StreamColors.linkBackground` property | 2025.08.12 ⌛ ||| This property has been deprecated. Please use `MessageTheme.linkBackgroundColor` instead. |
Copy file name to clipboardExpand all lines: stream-chat-android-compose/api/stream-chat-android-compose.api
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -513,6 +513,15 @@ public final class io/getstream/chat/android/compose/ui/attachments/content/Comp
513
513
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
514
514
}
515
515
516
+
public final class io/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$GiphyAttachmentContentKt {
517
+
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$GiphyAttachmentContentKt;
518
+
public static field lambda-1 Lkotlin/jvm/functions/Function2;
519
+
public static field lambda-2 Lkotlin/jvm/functions/Function2;
520
+
public fun <init> ()V
521
+
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
522
+
public final fun getLambda-2$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
523
+
}
524
+
516
525
public final class io/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$ImageAttachmentPreviewContentKt {
517
526
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$ImageAttachmentPreviewContentKt;
518
527
public static field lambda-1 Lkotlin/jvm/functions/Function2;
@@ -535,9 +544,17 @@ public final class io/getstream/chat/android/compose/ui/attachments/content/Comp
535
544
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$MediaAttachmentContentKt;
536
545
public static field lambda-1 Lkotlin/jvm/functions/Function3;
537
546
public static field lambda-2 Lkotlin/jvm/functions/Function3;
547
+
public static field lambda-3 Lkotlin/jvm/functions/Function2;
548
+
public static field lambda-4 Lkotlin/jvm/functions/Function2;
549
+
public static field lambda-5 Lkotlin/jvm/functions/Function2;
550
+
public static field lambda-6 Lkotlin/jvm/functions/Function2;
538
551
public fun <init> ()V
539
552
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function3;
540
553
public final fun getLambda-2$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function3;
554
+
public final fun getLambda-3$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
555
+
public final fun getLambda-4$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
556
+
public final fun getLambda-5$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
557
+
public final fun getLambda-6$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
541
558
}
542
559
543
560
public final class io/getstream/chat/android/compose/ui/attachments/content/ComposableSingletons$MediaAttachmentPreviewContentKt {
@@ -2036,8 +2053,10 @@ public final class io/getstream/chat/android/compose/ui/components/suggestions/c
2036
2053
public final class io/getstream/chat/android/compose/ui/components/suggestions/commands/ComposableSingletons$CommandSuggestionListKt {
2037
2054
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/components/suggestions/commands/ComposableSingletons$CommandSuggestionListKt;
2038
2055
public static field lambda-1 Lkotlin/jvm/functions/Function2;
2056
+
public static field lambda-2 Lkotlin/jvm/functions/Function2;
2039
2057
public fun <init> ()V
2040
2058
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2059
+
public final fun getLambda-2$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2041
2060
}
2042
2061
2043
2062
public final class io/getstream/chat/android/compose/ui/components/suggestions/mentions/ComposableSingletons$MentionSuggestionItemKt {
@@ -2053,6 +2072,13 @@ public final class io/getstream/chat/android/compose/ui/components/suggestions/m
2053
2072
public final fun getLambda-4$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function3;
2054
2073
}
2055
2074
2075
+
public final class io/getstream/chat/android/compose/ui/components/suggestions/mentions/ComposableSingletons$MentionSuggestionListKt {
2076
+
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/components/suggestions/mentions/ComposableSingletons$MentionSuggestionListKt;
2077
+
public static field lambda-1 Lkotlin/jvm/functions/Function2;
2078
+
public fun <init> ()V
2079
+
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2080
+
}
2081
+
2056
2082
public final class io/getstream/chat/android/compose/ui/components/suggestions/mentions/MentionSuggestionItemKt {
2057
2083
public static final fun MentionSuggestionItem (Lio/getstream/chat/android/models/User;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function4;Lkotlin/jvm/functions/Function4;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
2058
2084
}
@@ -2484,9 +2510,15 @@ public final class io/getstream/chat/android/compose/ui/messages/composer/intern
2484
2510
public static final field INSTANCE Lio/getstream/chat/android/compose/ui/messages/composer/internal/ComposableSingletons$DefaultMessageComposerRecordingContentKt;
2485
2511
public static field lambda-1 Lkotlin/jvm/functions/Function2;
2486
2512
public static field lambda-2 Lkotlin/jvm/functions/Function2;
2513
+
public static field lambda-3 Lkotlin/jvm/functions/Function2;
2514
+
public static field lambda-4 Lkotlin/jvm/functions/Function2;
2515
+
public static field lambda-5 Lkotlin/jvm/functions/Function2;
2487
2516
public fun <init> ()V
2488
2517
public final fun getLambda-1$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2489
2518
public final fun getLambda-2$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2519
+
public final fun getLambda-3$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2520
+
public final fun getLambda-4$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2521
+
public final fun getLambda-5$stream_chat_android_compose_release ()Lkotlin/jvm/functions/Function2;
2490
2522
}
2491
2523
2492
2524
public final class io/getstream/chat/android/compose/ui/messages/composer/internal/DefaultMessageComposerRecordingContentKt {
@@ -5014,8 +5046,8 @@ public final class io/getstream/chat/android/compose/viewmodel/threads/ThreadLis
5014
5046
public final class io/getstream/chat/android/compose/viewmodel/threads/ThreadsViewModelFactory : androidx/lifecycle/ViewModelProvider$Factory {
5015
5047
public static final field $stable I
5016
5048
public fun <init> ()V
5017
-
public fun <init> (III)V
5018
-
public synthetic fun <init> (IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
5049
+
public fun <init> (IIILio/getstream/chat/android/client/ChatClient;)V
5050
+
public synthetic fun <init> (IIILio/getstream/chat/android/client/ChatClient;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
5019
5051
public fun create (Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/attachments/content/FileUploadContent.kt
0 commit comments