Master url share fix
Summary
This fixes the sending of URLs in KDE connect on the Android side, by splitting the sent link by newlines, checking each line for a URL, and sending the URL if it is found
Test Plan
Before:
This bug happens in applications like Google News
- Share URL from certain applications using KDE Connect
- Shared URL is of the form "Title \n URL"
- This leads the URL to be opened in a text editor instead of by the default app for the URL
After:
This bug happens in applications like Google News
- Share URL from certain applications using KDE Connect
- Shared URL is of the form "URL"
- The URL is opened in the default app for the app