Skip to content

add strings for the 'Calls' notification setting#4249

Open
r10s wants to merge 1 commit intomainfrom
r10s/calls-options
Open

add strings for the 'Calls' notification setting#4249
r10s wants to merge 1 commit intomainfrom
r10s/calls-options

Conversation

@r10s
Copy link
Member

@r10s r10s commented Mar 4, 2026

@r10s r10s requested review from adbenitez and Copilot March 4, 2026 13:28
@r10s r10s enabled auto-merge (rebase) March 4, 2026 13:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Android string resources needed to surface a new “Calls” notification setting (referenced by deltachat-desktop follow-up work).

Changes:

  • Added title string for the “Calls” notification setting.
  • Added explanatory/summary string for the “Calls” notification setting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +744 to +746
<string name="prev_calls">Calls</string>
<!-- Details about what the "Calls" notification settings does -->
<string name="prev_calls_explain">Show call screen on incoming calls</string>
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new string resource names prev_calls / prev_calls_explain don’t match the established pref_... naming used throughout the preferences section (e.g., pref_notifications, pref_mention_notifications_explain). This looks like a typo and will likely cause future references (or existing conventions) to miss these resources. Rename them to use the pref_... prefix consistently (and ensure the chosen name matches the preference key that will reference it).

Suggested change
<string name="prev_calls">Calls</string>
<!-- Details about what the "Calls" notification settings does -->
<string name="prev_calls_explain">Show call screen on incoming calls</string>
<string name="pref_calls">Calls</string>
<!-- Details about what the "Calls" notification settings does -->
<string name="pref_calls_explain">Show call screen on incoming calls</string>

Copilot uses AI. Check for mistakes.
<string name="pref_mention_notifications_explain">In muted groups, notify messages directed to you, like replies or reactions</string>
<!-- Title for the "Calls" notification setting. This is a plural noun, not a verb. -->
<string name="prev_calls">Calls</string>
<!-- Details about what the "Calls" notification settings does -->
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar in the translator comment is off: it says "notification settings does" (plural + singular verb). Consider rewording to something like "Details about what the "Calls" notification setting does" to avoid confusion for translators.

Suggested change
<!-- Details about what the "Calls" notification settings does -->
<!-- Details about what the "Calls" notification setting does -->

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

To test the changes in this pull request, install this apk:
📦 app-preview.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants