[handler] Embed URL into string
ClosedPublic

Authored by nicolasfella on Nov 3 2018, 12:04 AM.

Details

Summary

E.g.
Device to call +1234567 with
Device to send /home/nico/foo to
Device to open http://google.com on

Diff Detail

Repository
R224 KDE Connect
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella created this revision.Nov 3 2018, 12:04 AM
Restricted Application added a project: KDE Connect. · View Herald TranscriptNov 3 2018, 12:04 AM
Restricted Application added a subscriber: kdeconnect. · View Herald Transcript
nicolasfella requested review of this revision.Nov 3 2018, 12:04 AM
nicolasfella edited the summary of this revision. (Show Details)
nicolasfella edited the summary of this revision. (Show Details)
apol accepted this revision.Nov 3 2018, 12:14 AM
apol added a subscriber: apol.
apol added inline comments.
urlhandler/kdeconnect-handler.cpp
102–103

It doesn't make a lot of sense to PreferLocalFile when we know !isLocalFile

This revision is now accepted and ready to land.Nov 3 2018, 12:14 AM
nicolasfella added inline comments.Nov 3 2018, 12:15 AM
urlhandler/kdeconnect-handler.cpp
102–103

It will make sense later, I promise ;)

This revision was automatically updated to reflect the committed changes.