-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add pagination in searched messages result screen (WPB-5498) (#…
…2277) * feat: add db query change and repository for paginating result * feat: return empty list of normal message for now * feat: add paginated data usecase and its repository extension * feat: remove unnecessary messageId from pagination as it was needed for count * feat: remove unused functions for db query * chore: adjust detekt * test: remove existing and add new tests * chore: remove unused usecase, repository and tests
- Loading branch information
1 parent
ebd7489
commit 93beb20
Showing
13 changed files
with
162 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 0 additions & 136 deletions
136
...om/wire/kalium/logic/feature/message/GetConversationMessagesFromSearchQueryUseCaseTest.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.