Skip to content

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

BUG: 458487

Test Plan

Before:

This bug happens in applications like Google News

  1. Share URL from certain applications using KDE Connect
  2. Shared URL is of the form "Title \n URL"
  3. 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

  1. Share URL from certain applications using KDE Connect
  2. Shared URL is of the form "URL"
  3. The URL is opened in the default app for the app

Merge request reports