-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Modernize ChangelogFragment Using Jetpack Compose #10690
Copy link
Copy link
Open
Description
The ChangelogFragment currently uses an XML-based layout for rendering its UI. As part of our ongoing modernization effort and gradual migration toward Jetpack Compose, this issue proposes replacing the existing XML layout with a fully Compose-based UI.
Migrating this screen will help reduce UI boilerplate, improve readability, and align the codebase with modern Android UI development practices already adopted in other parts of the project.
🎯 Goals
- Remove XML layout usage from
ChangelogFragment. - Implement the UI using Jetpack Compose.
- Use MVI in
ChangelogFragment. - Ensure no regression in functionality.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Review