feat: Add custom long press action - #2285
Open
Muuushuuu wants to merge 5 commits into
Open
Conversation
Muuushuuu
force-pushed
the
feat/add-other-long-press-options
branch
from
August 18, 2026 11:07
d76660b to
42ab30e
Compare
Contributor
|
This PR/issue depends on:
|
There was a problem hiding this comment.
Pull request overview
Adds a localized “Paste and adjust the style” action to the message composer’s long-press menu.
Changes:
- Integrates the custom editor command.
- Adds translations across 13 locales.
- Updates editor dependency resolution.
No concrete security issue found in the reviewed Infomaniak Mail trust boundaries.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
Tuist/Package.swift |
Uses the editor feature branch. |
Tuist/Package.resolved |
Updates resolved dependencies. |
Mail/Views/New Message/ComposeMessageBodyView.swift |
Adds the custom paste action. |
MailResources/Localizable/sv.lproj/Localizable.strings |
Adds Swedish localization. |
MailResources/Localizable/pt.lproj/Localizable.strings |
Adds Portuguese localization. |
MailResources/Localizable/pl.lproj/Localizable.strings |
Adds Polish localization. |
MailResources/Localizable/nl.lproj/Localizable.strings |
Adds Dutch localization. |
MailResources/Localizable/nb.lproj/Localizable.strings |
Adds Norwegian localization. |
MailResources/Localizable/it.lproj/Localizable.strings |
Adds Italian localization. |
MailResources/Localizable/fr.lproj/Localizable.strings |
Adds French localization. |
MailResources/Localizable/fi.lproj/Localizable.strings |
Adds Finnish localization. |
MailResources/Localizable/es.lproj/Localizable.strings |
Adds Spanish localization. |
MailResources/Localizable/en.lproj/Localizable.strings |
Adds English localization. |
MailResources/Localizable/el.lproj/Localizable.strings |
Adds Greek localization. |
MailResources/Localizable/de.lproj/Localizable.strings |
Adds German localization. |
MailResources/Localizable/da.lproj/Localizable.strings |
Adds Danish localization. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Muuushuuu
force-pushed
the
feat/add-other-long-press-options
branch
from
August 18, 2026 11:53
7c2ebab to
4b38b65
Compare
Muuushuuu
force-pushed
the
feat/add-mail-model
branch
from
August 19, 2026 11:58
a196f93 to
8394073
Compare
Muuushuuu
force-pushed
the
feat/add-other-long-press-options
branch
from
August 19, 2026 11:58
415d1f2 to
1bb0fe0
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.



Depends On #Infomaniak/swift-rich-html-editor#41
Depends On #2277