feat: Add banners to message for recipient and sender - #2994
Open
Elouan1411 wants to merge 11 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds reminder metadata and sender/recipient reminder banners to message threads.
Changes:
- Persists reminder data and recomputes thread reminder state.
- Adds reminder banners, icons, localized text, and analytics events.
- Extends message alerts with a third action.
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
OldKotlin/realm-models/.../thread/Thread.kt |
Adds transient reminder state. |
OldKotlin/realm-models/.../message/ReminderMessageInfo.kt |
Defines reminder API/Realm model. |
OldKotlin/realm-models/.../message/Message.kt |
Adds reminder fields and sender-name extraction. |
app/src/main/res/values/strings.xml |
Adds English reminder strings. |
app/src/main/res/values/attrs.xml |
Adds a third alert action. |
app/src/main/res/values-sv/strings.xml |
Adds Swedish translations. |
app/src/main/res/values-pt/strings.xml |
Adds Portuguese translations. |
app/src/main/res/values-pl/strings.xml |
Adds Polish translations. |
app/src/main/res/values-nl/strings.xml |
Adds Dutch translations. |
app/src/main/res/values-nb/strings.xml |
Adds Norwegian translations. |
app/src/main/res/values-it/strings.xml |
Adds Italian translations. |
app/src/main/res/values-fr/strings.xml |
Adds French translations. |
app/src/main/res/values-fi/strings.xml |
Adds Finnish translations. |
app/src/main/res/values-es/strings.xml |
Adds Spanish translations. |
app/src/main/res/values-el/strings.xml |
Adds Greek translations. |
app/src/main/res/values-de/strings.xml |
Adds German translations. |
app/src/main/res/values-da/strings.xml |
Adds Danish translations. |
app/src/main/res/layout/view_message_alert.xml |
Supports three divided actions. |
app/src/main/res/layout/item_message.xml |
Adds reminder icons and banners. |
app/src/main/res/drawable/divider_vertical.xml |
Defines action divider styling. |
app/src/main/res/drawable/bg_reminder_icon.xml |
Defines reminder icon background. |
app/src/main/java/.../utils/ThreadListUtils.kt |
Detects reminders in messages. |
app/src/main/java/.../thread/ThreadFragment.kt |
Supplies mailbox feature flags. |
app/src/main/java/.../thread/ThreadAdapter.kt |
Binds reminder UI and actions. |
app/src/main/java/.../thread/MessageAlertView.kt |
Implements third-action handling. |
app/src/main/java/.../MatomoMail.kt |
Adds reminder analytics names. |
app/src/main/java/.../cache/RealmDatabase.kt |
Registers the reminder Realm type. |
app/src/main/java/.../ThreadRecomputations.kt |
Recomputes thread reminder state. |
Elouan1411
force-pushed
the
ui-banners
branch
2 times, most recently
from
July 23, 2026 08:44
a34edec to
3029b86
Compare
Elouan1411
force-pushed
the
ui-banners
branch
2 times, most recently
from
July 28, 2026 09:24
01a6dc4 to
32067a6
Compare
Elouan1411
force-pushed
the
ui-banners
branch
4 times, most recently
from
July 29, 2026 14:15
25e76d7 to
819db28
Compare
Elouan1411
force-pushed
the
ui-banners
branch
2 times, most recently
from
July 31, 2026 11:44
4259d27 to
79bf32f
Compare
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



(button actions not implemented)