feat: Add actions on reminder - #2995
Open
Elouan1411 wants to merge 15 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds reminder management and follow-up composition to the thread experience.
Changes:
- Adds create, modify, and disable reminder API flows.
- Introduces reminder preset/custom-selection UI.
- Adds a follow-up draft mode with prefilled content and recipients.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
OldKotlin/realm-models/src/main/kotlin/com/infomaniak/mail/data/models/draft/Draft.kt |
Adds follow-up draft mode. |
app/src/main/java/com/infomaniak/mail/utils/DraftInitManager.kt |
Initializes follow-up recipients, attachments, and quote. |
app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageViewModel.kt |
Creates follow-up draft content. |
app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageFragment.kt |
Focuses the editor for follow-ups. |
app/src/main/java/com/infomaniak/mail/ui/newMessage/BodyContentPayload.kt |
Adds wrapped body creation. |
app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadViewModel.kt |
Implements reminder operations and state. |
app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadFragment.kt |
Connects reminder and follow-up actions. |
app/src/main/java/com/infomaniak/mail/ui/main/thread/actions/ActionItemView.kt |
Supports iconless action items. |
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ReminderBottomSheetDialog.kt |
Provides reminder delay selection. |
app/src/main/java/com/infomaniak/mail/data/api/ApiRoutes.kt |
Defines reminder endpoints. |
app/src/main/java/com/infomaniak/mail/data/api/ApiRepository.kt |
Adds reminder API calls. |
Elouan1411
force-pushed
the
actions-on-reminder
branch
3 times, most recently
from
July 23, 2026 08:01
03a4e84 to
52c4eea
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
July 23, 2026 08:53
3a77835 to
f2574ee
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 27, 2026 08:12
800f003 to
4737830
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 28, 2026 09:24
c887e50 to
393315e
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
July 28, 2026 14:06
393315e to
65c56cb
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 29, 2026 09:29
8a7ba7e to
2d2a5a8
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 29, 2026 11:02
308af44 to
062dd43
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
July 29, 2026 14:15
062dd43 to
abf79b0
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
July 30, 2026 07:27
abf79b0 to
051a477
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 30, 2026 09:30
3119f54 to
08f6102
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
July 30, 2026 13:14
08f6102 to
5d777d3
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 31, 2026 08:15
99026c6 to
cec0c5b
Compare
Elouan1411
force-pushed
the
actions-on-reminder
branch
2 times, most recently
from
July 31, 2026 12:32
ddef80b to
3e4d1d2
Compare
…n adding or modifying a reminder
…on from the thread list
Elouan1411
force-pushed
the
actions-on-reminder
branch
from
August 7, 2026 13:01
6e40241 to
9ebf4ac
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.



No description provided.