Skip to content

Map: Fix muted aircraft colors in dark mode#118

Merged
d4rken merged 1 commit into
mainfrom
fix/map-dark-mode-colors
Mar 19, 2026
Merged

Map: Fix muted aircraft colors in dark mode#118
d4rken merged 1 commit into
mainfrom
fix/map-dark-mode-colors

Conversation

@d4rken

@d4rken d4rken commented Mar 19, 2026

Copy link
Copy Markdown
Member

Summary

  • Disable WebView algorithmic darkening that desaturates aircraft icon colors when the app is in dark mode
  • The tar1090 map already uses a dark background, so Android's automatic darkening only mutes the bright altitude-based colors
  • Handles both API 33+ (isAlgorithmicDarkeningAllowed) and API 29-32 (forceDark)

Closes #117

Disable WebView algorithmic darkening which desaturates the bright altitude-based aircraft colors on the tar1090 map. The map already has a dark background so the darkening is purely destructive.
@d4rken d4rken added bug Something isn't working c: Map Map related labels Mar 19, 2026
@d4rken d4rken marked this pull request as ready for review March 19, 2026 15:40
@d4rken d4rken merged commit ea09e98 into main Mar 19, 2026
9 checks passed
@d4rken d4rken deleted the fix/map-dark-mode-colors branch March 19, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working c: Map Map related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Aircraft colors are muted

1 participant