OpenTails/tail_app

Pause scanning when all known gear is connected

Closed this issue · 0 comments

Scanning happens in the background whenever the shell is loaded, There is no reason to scan when all devices are connected

  • Move passive scanning to own stateful widget, placed before shell
  • Use MultiValueListener monitoring connection state of every known gear
    • pass child so Shell does not rebuild on state change
  • Add Continuous/30 Second scan modes

Prerequisite for #79