<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nav.git/android-app/app/src/main/res, 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-07-02T04:52:10+00:00</updated>
<entry>
<title>fix+feat: track layer cleanup, notification, log redesign, color consistency</title>
<updated>2026-07-02T04:52:10+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-02T04:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=715806c626aeb0f0101f8be5bae0f6179b28e3cb'/>
<id>urn:sha1:715806c626aeb0f0101f8be5bae0f6179b28e3cb</id>
<content type='text'>
- Fix track events persisting on main map: clear selectedTrack and pop
  track_detail back stack in hideOverlays() so speed segments and tack
  circles are removed when navigating to Map via bottom nav
- Notification: dual channels (recording=DEFAULT, background=MIN);
  shows app name + "Recording journey · Xh Ym · X.X nm"; updates live
  from trackStats collector; invisible when not recording
- Log tab: unified reverse-chronological ship's log merging saved tracks
  + standalone notes (no photo-only rows); form hidden when not recording
  with "New Note" button → AlertDialog (with camera/gallery); combine()
  flow keeps list reactive to both tracks and log entries
- Sheet border: bottom nav + fragment container now use colorSurfaceContainerHigh
  matching the instrument card's elevated surface color; card elevation set
  to 0dp with explicit background to avoid double-tinting

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix+feat: layer cards, ocean floor, notifications, units, log, photos</title>
<updated>2026-07-02T02:56:25+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-02T02:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=80aa2531144563e8a117ffd81f6dd6d9af8bd574'/>
<id>urn:sha1:80aa2531144563e8a117ffd81f6dd6d9af8bd574</id>
<content type='text'>
Layer picker:
- Fix blank cards: app:layout_columnWeight → android:layout_columnWeight
  (GridLayout children require android: namespace for weight attributes)
- Add Distance unit chips (nm/km/mi) to UNITS section

Map layers:
- Fix ocean floor: use addLayerAbove(lastFillLayer) instead of addLayerAt(0)
  so base rasters appear above OFM water/land fills but below roads+labels
- CardView elevation 16dp→4dp to eliminate visible shadow border

Notifications:
- Add POST_NOTIFICATIONS to manifest
- Request it alongside location permissions on Android 13+ (TIRAMISU+)

Conditions sheet:
- showOverlay() now always hides bottom sheet (STATE_HIDDEN) so it can't
  leak onto non-map pages; bottom padding (80dp) added to Safety+Log panes

Log entries:
- Log entry form visible always (was only shown while recording)
- Photo-only events filtered from track timeline; photos appear only when
  paired with real text in a log entry

Anchor watch:
- Inputs and output radius now use configured depth unit (ft/m)
  with label updates and ft→m conversion before calculation

Photos:
- Tap thumbnail in track event log → fullscreen dialog viewer

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(ui): quit X icon, FAB visibility, sheet border, blank map layers</title>
<updated>2026-07-02T02:04:40+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-02T02:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=d0164358d2f449d40f7c79149dccfdd5bfa79d7f'/>
<id>urn:sha1:d0164358d2f449d40f7c79149dccfdd5bfa79d7f</id>
<content type='text'>
- Remove ic_close icon from Quit App button (fragment_safety.xml)
- fab_fishing now hides/shows in showOverlay/showTrackDetail/hideOverlays
  so fishing+record FABs always move together and disappear on non-map pages
- Add strokeWidth=0dp to instrument bottom sheet card to remove gray border
- Fix blank map: split addToStyleBuilder into addSourcesToStyleBuilder
  (builder time) + addBaseLayersToStyle (inserts at index 0, below OFM
  vector layers) + addOverlayLayersToStyle (appends above OFM labels).
  Previously withLayer() appended rasters after OFM layers so the opaque
  Ocean base covered all labels/roads.
- Add Log.d tracing throughout style load + layer insertion for debugging

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(ui): layer previews, fishing pole icon, button alignment, safety page cleanup</title>
<updated>2026-07-02T01:35:07+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-02T01:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=1893aee8e9a23fdc51e203c918f52374fa601d7d'/>
<id>urn:sha1:1893aee8e9a23fdc51e203c918f52374fa601d7d</id>
<content type='text'>
- Layer picker: change android:src→android:background on preview ImageViews; shape
  drawables have no intrinsic size so centerCrop renders blank — background fills correctly
- Replace ic_fish with ic_fishing_pole (rod + reel + line + hook vector)
- Move fab_fishing to CoordinatorLayout with layout_anchor on instrument_bottom_sheet
  top|start, matching fab_record_track positioning so both FABs sit level at sheet top
- Raise fishing_overlay marginBottom 140dp→200dp to clear the realigned FAB
- Safety: remove HELP button + DocFragment import from SafetyFragment; rename Quit→Quit App

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(ui): remove night mode FAB, fix fishing FAB occlusion, cap Ocean tiles at zoom 13</title>
<updated>2026-07-02T00:59:44+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-02T00:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=801288968198814b77e0a740da72db3cfb584872'/>
<id>urn:sha1:801288968198814b77e0a740da72db3cfb584872</id>
<content type='text'>
- Remove fab_night_mode from layout and all MainActivity code (nightModePrefs,
  isNightMode, fabNightMode field, onCreate theme apply, click handler, applyScreenBrightness)
- Raise fab_fishing marginBottom 80dp→136dp so it clears the instrument sheet peek (120dp)
- Set maxZoom=13 on Esri Ocean Base TileSet; tiles stop at z13, MapLibre overzooms
  rather than fetching blank 404 tiles at higher zoom levels

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(ui): Windy-style layer picker layout with base map cards and overlay sections</title>
<updated>2026-07-01T06:43:01+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-01T06:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=9b8bd9078f2b78c77aadc52a08f79eac48dd32a9'/>
<id>urn:sha1:9b8bd9078f2b78c77aadc52a08f79eac48dd32a9</id>
<content type='text'>
Replaces ScrollView + flat switch list with NestedScrollView + GridLayout
card sections: BASE MAP (2x2 preview cards), NAVIGATION, OCEAN DATA,
WEATHER, MY DATA (toggle cards with 48dp previews), and UNITS (unchanged).
Stubs out old chip_group_base wiring in LayerPickerSheet.kt pending Task 7 rewrite.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(ui): gradient preview drawables for layer picker cards</title>
<updated>2026-07-01T06:34:38+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-01T06:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=bee75a1083455726c5fc2d179d564571da5096cb'/>
<id>urn:sha1:bee75a1083455726c5fc2d179d564571da5096cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(layers): bundled Pacific TSS GeoJSON asset (placeholder coordinates)</title>
<updated>2026-07-01T06:34:36+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-01T06:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=565fe28b20079d83cd0691ff9febe549f5728ab3'/>
<id>urn:sha1:565fe28b20079d83cd0691ff9febe549f5728ab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(layers): OCEAN base preset (Esri), ATON/TSS pref keys, all defaults false</title>
<updated>2026-07-01T06:29:20+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-01T06:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=b2e8624b8d1e4a545449d5e81d19fd45a57801a2'/>
<id>urn:sha1:b2e8624b8d1e4a545449d5e81d19fd45a57801a2</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(fishing): wire fishing mode FAB and overlay in MainActivity</title>
<updated>2026-06-30T18:48:39+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-06-30T18:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/nav.git/commit/?id=ddfeae7a5f109fc4e993e6697b961ea652360fc2'/>
<id>urn:sha1:ddfeae7a5f109fc4e993e6697b961ea652360fc2</id>
<content type='text'>
Adds FishingOverlayView + fab_fishing to layout, initializes FishingModeManager,
and wires FAB click to toggle fishing mode with SST layer and target overlay.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
