Skip to content

[FR]: Update redundant KDoc and replace use of deprecated icons #1572

Open
@onurvatansever6

Description

@onurvatansever6

Is there an existing issue for this?

  • I have searched the existing issues

Is this a feature request for one of the samples?

  • Yes, this is a specific request related to this samples repo.

Sample app

JetNews

Describe the problem

  1. Redundant or outdated KDoc entry
    A parameters documentation (e.g., @param showNavigationIcon) no longer accurately reflects the code's logic or structure. (ArticleScreen.kt)

  2. Use of deprecated icons
    Some icons used in the project, such as Icons.Filled.ArrowBack, have been deprecated in the latest Material icons package. These should be replaced with their updated AutoMirrored counterparts.

Describe the solution

  1. Replace outdated @param descriptions like showNavigationIcon with accurate ones such as isExpandedScreen reflecting actual behavior.

  2. Update deprecated icon usages by switching from Icons.Filled.* to Icons.AutoMirrored.Filled.* as recommended by Material guidelines.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttriage meIssue that needs to be triaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions