mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
- Move ResponseState<T> to core/model - Move PacketResponseStateDialog to core/ui/component - Create RadioConfigStateProvider interface in core/model - RadioConfigViewModel implements RadioConfigStateProvider - ConnectionsScreen accepts interface instead of concrete VM - ConnectionsNavigation receives provider via lambda from app/desktop - Remove projects.feature.settings dependency from connections build This eliminates a feature→feature dependency, improving build parallelism and enforcing proper module boundaries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>