meshcore-open/lib
zjs81 28a423e0a8 fix: correct location validation and clean up target contact handling
- Fix asymmetric lat/lon validation in _handleContactAdvert (was checking
  longitude != 0 for latitude; now uses (latitude != 0 || longitude != 0)
  for both)
- Remove duplicate targetGuessed assignment in path_trace_map
- Rename public target field to private _targetContact, use local variable
  to avoid unnecessary null-aware operators

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 18:14:39 -07:00
..
connector fix: correct location validation and clean up target contact handling 2026-03-14 18:14:39 -07:00
helpers Add a signal readout for the nearest repeater. With improvements to app bar and other UI polish. (#200) 2026-02-20 20:27:38 -08:00
icons ran dart format . on libs/icons/los_icon.dart 2026-02-23 01:06:25 -05:00
l10n feat: add set-as-my-location from map long-press, connector and UI improvements 2026-03-14 09:33:37 -07:00
models Potential fix for pull request finding 2026-03-14 18:09:54 -07:00
screens fix: correct location validation and clean up target contact handling 2026-03-14 18:14:39 -07:00
services Enhance location handling and improve path trace functionality across screens 2026-03-14 17:51:24 -07:00
storage Dev discovery (#291) 2026-03-12 23:08:46 -07:00
utils Enhance location handling and improve path trace functionality across screens 2026-03-14 17:51:24 -07:00
widgets Enhance location handling and improve path trace functionality across screens 2026-03-14 17:51:24 -07:00
main.dart Refine USB transport flow 2026-03-05 02:26:37 -05:00