Skip to content

Modernize ChangelogFragment Using Jetpack Compose #10690

@shamim-emon

Description

@shamim-emon

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions