Bug 402040

Summary: add kdeconnect as app to dial number
Product: [Applications] kaddressbook Reporter: Philippe ROUBACH <philippe.roubach>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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