Display only valid emojis in recent emoji list (#5612)

* Create `:libraries:recentemojis` and move `AddRecentEmoji` and `GetRecentEmojis` there

- Make sure `GetRecentEmojis` won't return duplicate or invalid emojis.
- `ActionListPresenter` now handles merging suggested and recent emojis, not `ActionListView`.
This commit is contained in:
Jorge Martin Espinosa
2025-10-30 16:27:51 +01:00
committed by GitHub
parent 7facc40771
commit 45b5783b23
24 changed files with 351 additions and 111 deletions

View File

@@ -119,6 +119,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:wellknown:impl"))
implementation(project(":libraries:oidc:impl"))
implementation(project(":libraries:workmanager:impl"))
implementation(project(":libraries:recentemojis:impl"))
}
fun DependencyHandlerScope.allServicesImpl() {