Skip to content

Fix remaining lint issues and remove the lint baseline#4156

Merged
jonalmeida merged 4 commits intomasterfrom
lint-fixes
Mar 2, 2026
Merged

Fix remaining lint issues and remove the lint baseline#4156
jonalmeida merged 4 commits intomasterfrom
lint-fixes

Conversation

@rvandermeulen
Copy link
Contributor

No description provided.

Add contentDescription attribute to the FloatingActionButton in
fragment_browser.xml and a corresponding string resource for
accessibility (screen reader) support.
Replace the deprecated onBackPressed() override with an
OnBackPressedCallback registered in onCreate, giving UserInteractionHandler
fragments first chance to handle back presses before falling back to the
default dispatcher behavior.
Rename mipmap-anydpi-v26 to mipmap-anydpi since minSdkVersion is 26,
making the v26 qualifier redundant. Add a <monochrome> tag to both
adaptive icon XMLs using the existing foreground drawable, enabling
themed app icon support on Android 13+.
Copy link
Collaborator

@jonalmeida jonalmeida left a comment

Choose a reason for hiding this comment

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

Thank you!

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_icon_background"/>
<foreground android:drawable="@drawable/ic_icon_foreground"/>
<monochrome android:drawable="@drawable/ic_icon_foreground"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Tragic. I might try to sketch up a monochrome icon at some point. 😄

@rvandermeulen rvandermeulen added the needs landing Auto lands approved and green PRs. label Mar 2, 2026
@mergify mergify bot added the queued label Mar 2, 2026
@mergify
Copy link

mergify bot commented Mar 2, 2026

Merge Queue Status

Rule: default


  • Entered queue2026-03-02 19:01 UTC
  • Checks passed · in-place
  • Merged2026-03-02 19:40 UTC · at dce046e7e14b545c42b2456b1b5614615d1a1c8d

This pull request spent 39 minutes 42 seconds in the queue, including 39 minutes 16 seconds running CI.

Required conditions to merge
  • status-success=pr-complete

@jonalmeida jonalmeida merged commit f63f396 into master Mar 2, 2026
15 checks passed
@jonalmeida jonalmeida deleted the lint-fixes branch March 2, 2026 19:40
@mergify mergify bot removed the queued label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs landing Auto lands approved and green PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants