https://bugs.kde.org/show_bug.cgi?id=503574
Bug ID: 503574 Summary: Cannot enter IPv6 address Classification: Applications Product: kdeconnect Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: android-application Assignee: albertv...@gmail.com Reporter: domini...@corbex.org CC: andrew.g.r.hol...@gmail.com Target Milestone: --- SUMMARY Cannot add any IPv6 address to the custom addresses list. STEPS TO REPRODUCE 1. Select: Open Settings 2. Select: Add devices by IP 3. Enter a valid IPv6 and press Ok OBSERVED RESULT Message : Invalid device name EXPECTED RESULT The IPv6 address should be added to the custom list SOFTWARE/OS VERSIONS Android ADDITIONAL INFORMATION src/org/kde/kdeconnect/DeviceHost.kt: line 46: private val hostnameValidityPattern = Regex("^[0-9A-Za-z._-]+$") shouldn't be: private val hostnameValidityPattern = Regex("^[0-9A-Za-z._-:]+$") -- You are receiving this mail because: You are watching all bug changes.