thunderbird / thunderbird/thunderbird-android

Modernize Sending Mail Settings Using Jetpack Compose

Open
#11,041 0 comments 0 reactions 1 assignee View on GitHub

@shamim-emon is already working on this.

Since May 23, 2026.

Dominant language
Kotlin
Stars
14k
Forks
2.8k
Avg merge
3d 3h
Merged PRs (30d)
57

Description

The Sending Mail Settings screen (under Account Settings) currently relies on an XML-based layout and PreferenceGroup for its UI. As part of our ongoing modernization and gradual transition to Jetpack Compose, this proposal suggests replacing the existing XML layout and PreferenceGroup with a fully Compose-based implementation.

Migrating this screen to Compose will reduce UI boilerplate, enhance code readability, and bring it in line with the modern Android UI practices already adopted elsewhere in the project.

🎯 Goals
  • Implement the UI using Jetpack Compose.
  • Use MVI in Sending Mail Settings.
  • Ensure no regression in functionality.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.