<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nav.git/android-app/app/src/main/res/values-night, branch main</title>
<subtitle>nav — android navigation app
</subtitle>
<id>https://git.terst.org/nav.git/atom?h=main</id>
<link rel='self' href='https://git.terst.org/nav.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/'/>
<updated>2026-04-11T09:55:54+00:00</updated>
<entry>
<title>WaveView adapts sky/sea colors to light/dark mode</title>
<updated>2026-04-11T09:55:54+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-04-11T09:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=122e8b7b84df85b1f6a9ed50c6c66273acee911d'/>
<id>urn:sha1:122e8b7b84df85b1f6a9ed50c6c66273acee911d</id>
<content type='text'>
Day (light mode): vivid sky blue (#2B8FC4 → #87C8DF) fading into
tropical deep-sea blue (#0D7A9A → #074B68) — evokes a clear Kona
afternoon with deep Pacific below. Shimmer is bright white sunlight
on water (#50FFFFFF).

Night (dark mode): retains the existing dark charcoal sky (#1C1B1F →
#162433) and midnight navy sea (#0B3050 → #0D2137) with blue shimmer.

Colors are defined as adaptive color resources (values/ and values-night/)
and read in WaveView.onSizeChanged() and paint init instead of hardcoded
Color.parseColor() calls.

https://claude.ai/code/session_01HXPjBsogsJVRwCiekDGkJX
</content>
</entry>
<entry>
<title>Fix bottom sheet corners; add full light/dark mode palette</title>
<updated>2026-04-11T09:53:34+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-04-11T09:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=e4ae5ac3a83f1da940ab33c93da4ed3e03cd7f14'/>
<id>urn:sha1:e4ae5ac3a83f1da940ab33c93da4ed3e03cd7f14</id>
<content type='text'>
Rounded corners:
- Replace androidx CardView with MaterialCardView + ShapeAppearance.Nav.BottomSheet
  so only the top-left and top-right corners are rounded (24dp); bottom corners
  are square flush with the screen edge

Light/dark mode:
- Introduce values-night/colors.xml with the existing dark M3 palette (moved from
  values/colors.xml); instrument values stay dark (#E6E1E5 text, #1C1B1F bg)
- values/colors.xml now carries the light M3 palette: surface #FFFBFE,
  onSurface #1C1B1F, surfaceVariant #E7E0EB etc.; instrument text flips to dark
  (#1C1B1F normal, #6F6878 secondary) for readability on light backgrounds
- Fix InstrumentUnit hardcoded #6B6070 → ?attr/colorOnSurfaceVariant so the
  unit labels adapt automatically in both modes
- Mark the forecast row (ocean navy #0D2137) and WaveView with
  android:forceDarkAllowed="false" so the system never inverts them — the
  ocean section is intentionally always dark regardless of system theme

https://claude.ai/code/session_01HXPjBsogsJVRwCiekDGkJX
</content>
</entry>
</feed>
