plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

feat(connectivity_plus): Return multiple active types on MacOS/iOS when available

Open vbuberen opened this issue 7 months ago • 6 comments

Description

Switching from check for active used connection on iOS/MacOS to available connections to return multiple connection types when such are available. Tested with a dongle for MacBook which has Ethernet port and looks like getting results as expected: Screenshot 2024-07-09 at 18 08 41 Here is a screenshot from a few more test cases where I tried to connect/disconnect both Wi-Fi and Ethernet Screenshot 2024-07-09 at 18 13 41

Additionally did a few changes to the API documentation comments.

Related Issues

Closes #3073

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • [ ] Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • [x] No, this is not a breaking change.

vbuberen avatar Jul 09 '24 15:07 vbuberen