feat: Save send options in draft and restore them when opening - #2993
Open
Elouan1411 wants to merge 3 commits into
Open
feat: Save send options in draft and restore them when opening#2993Elouan1411 wants to merge 3 commits into
Elouan1411 wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Persists scheduled-send and reminder options in drafts and restores them in the composer.
Changes:
- Adds embedded reminder draft data.
- Updates the Realm schema.
- Saves, restores, and snapshots send options.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
ReminderDraftInfo.kt |
Defines persisted reminder settings. |
Draft.kt |
Adds reminder data to drafts. |
NewMessageViewModel.kt |
Persists and restores send options. |
RealmDatabase.kt |
Registers the model and increments the schema. |
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 23, 2026 08:44
5fc5edc to
cf3545b
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 27, 2026 08:12
5ff9592 to
2112fd7
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 28, 2026 09:24
7a1ae26 to
49f54b8
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
from
July 28, 2026 14:06
49f54b8 to
795d6cd
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 29, 2026 14:16
6bcc1d8 to
97259d4
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 30, 2026 09:31
8253c73 to
e00e385
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
from
July 30, 2026 13:14
e00e385 to
ff6317c
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
2 times, most recently
from
July 31, 2026 11:44
3d421f1 to
5f53573
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
from
July 31, 2026 12:33
5f53573 to
770b3cf
Compare
Elouan1411
force-pushed
the
save-option-in-draft
branch
from
August 7, 2026 13:01
770b3cf to
738e756
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.