-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PBE-4800] Support Voice Recording in Compose #5404
Conversation
# Conflicts: # stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/attachments/StreamAttachmentFactories.kt # stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/attachments/factory/AudioRecordAttachmentFactory.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me! I left several trivial comments 😄
...getstream/chat/android/compose/ui/attachments/content/AudioRecordAttachmentPreviewContent.kt
Outdated
Show resolved
Hide resolved
...ava/io/getstream/chat/android/compose/ui/attachments/content/AudioRecordAttachmentContent.kt
Outdated
Show resolved
Hide resolved
...e/src/main/java/io/getstream/chat/android/compose/viewmodel/messages/AudioPlayerViewModel.kt
Outdated
Show resolved
Hide resolved
...in/kotlin/io/getstream/chat/android/ui/common/feature/messages/list/AudioPlayerController.kt
Outdated
Show resolved
Hide resolved
.../src/main/kotlin/io/getstream/chat/android/ui/common/state/messages/list/AudioPlayerState.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great, great job. I left some trivial comments about docs.
I also left a comment regarding the parameters count at two places. This should not affect the functionality, but I think will at least not increase the complexity of the MessageComposer
. I think we should start avoiding the long parameter lists in any possible way :)
🎯 Goal
Closes:
🎨 UI Changes
Screen_recording_20240916_211127.webm
☑️Contributor Checklist
General
develop
branchCode & documentation
☑️Reviewer Checklist
🎉 GIF
Please provide a suitable gif that describes your work on this pull request