Bug 402040 - add kdeconnect as app to dial number
Summary: add kdeconnect as app to dial number
Status: RESOLVED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-12 09:19 UTC by Philippe ROUBACH
Modified: 2019-04-03 15:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2018-12-12 09:19:33 UTC
Today we can set kaddressbook according to use the command kdeconnect-cli --name 'Samsung SM-G930F' --share 'tel:%N' to compose a phone number.

But if in a web page i click on a phone number then a window opens which offers to select the app which will manage this phone url.
In the list of apps there is kdeconnect.
I choose kdeconnect then click on "open link" then on my smartphone the phone app is launched with the phone number as operand.

It would be very handy to get by default such a feature when in kaddressbook clicking on a contact phone number.

thanks







SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Philippe ROUBACH 2019-04-03 09:21:46 UTC
today in kaddressbook settings > contacts actions > dial phone number
we can select skype, Ekiga, SflPhone

please add kdeconnect

thanks
Comment 2 Philippe ROUBACH 2019-04-03 09:29:59 UTC
the command is

kdeconnect-cli --name '<phone name>' --share 'tel:%N'
Comment 3 Laurent Montel 2019-04-03 11:58:19 UTC
Git commit 52247b0b4769b56f0a4a58c76def0d4419fc4dde by Laurent Montel.
Committed on 03/04/2019 at 11:57.
Pushed by mlaurent into branch 'master'.

implement kdeconnect support

M  +35   -3    kcm/akonadicontactactions.ui
M  +5    -1    kcm/kcmakonadicontactactions.cpp
M  +9    -0    src/akonadi-contacts/actions/contactactionssettings.kcfg.cmake
M  +1    -1    src/akonadi-contacts/actions/qekigadialer.cpp

https://commits.kde.org/akonadi-contacts/52247b0b4769b56f0a4a58c76def0d4419fc4dde
Comment 4 Philippe ROUBACH 2019-04-03 15:26:42 UTC
thanks