Skip to content

Allow CIDR in the custom devices list

Simon Hafner requested to merge reactormonk/kdeconnect-android:master into master

Summary

This adds the ability to also use CIDR format for adding custom devices. E.g. instead of adding 192.168.10.1, 192.168.10.2... you can add 192.168.10.0/24 as a custom device. Very useful in networks with blocked mdns and short lease times.

Test Plan

Works with this single entry for me:

Screenshot_20240604-172738_KDE_Connect

Not sure what more to test, works reasonably well for me.

Details

Should the expansion only happen on trusted networks?

Merge request reports