-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Search inside conversation (WPB-4915) #2358
Conversation
…tatus from message
# Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/conversations/ConversationScreen.kt
# Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/conversations/details/GroupConversationDetailsScreen.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.
Looks pretty good and solid to me 🚀
Just added small suggestions, so if it does not makes sense, juit skip them :D
...e/android/ui/home/conversations/search/messages/SearchConversationMessagesNoResultsScreen.kt
Show resolved
Hide resolved
...n/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesScreen.kt
Show resolved
Hide resolved
...in/com/wire/android/ui/home/conversations/search/messages/SearchConversationMessagesState.kt
Outdated
Show resolved
Hide resolved
...n/com/wire/android/ui/home/conversations/messages/SearchConversationMessagesViewModelTest.kt
Outdated
Show resolved
Hide resolved
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1465 succeeded. The build produced the following APK's: |
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.
Awesome work. Just one suggestion to make MessageItem
more reusable.
app/src/main/kotlin/com/wire/android/ui/home/conversations/MessageItem.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/home/conversations/MessageItem.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/home/conversations/MessageItem.kt
Outdated
Show resolved
Hide resolved
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1471 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
No way to search messages from a conversation.
Causes (Optional)
Not implemented.
Solutions
Addition of screen to search messages of selected conversation.
Entry points:
There is a minimum of 2 characters to start the search and a debounce of 500ms in between each search.
This PR aims only to display the searched messages and not being able to select a message and navigate to its place in Conversation screen.
Dependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Attachments (Optional)