Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
{
|
|
|
|
|
"Encoding": "UTF-8",
|
|
|
|
|
"KPlugin": {
|
|
|
|
|
"Authors": [
|
|
|
|
|
{
|
|
|
|
|
"Email": "simon@ergotech.com",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name": "Simon Redman",
|
2022-02-20 01:45:04 +00:00
|
|
|
|
"Name[ar]": "Simon Redman",
|
2019-08-07 04:00:07 +01:00
|
|
|
|
"Name[ast]": "Simon Redman",
|
2020-09-17 05:15:05 +01:00
|
|
|
|
"Name[az]": "Simon Redman",
|
2022-07-02 03:00:21 +01:00
|
|
|
|
"Name[bg]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[ca@valencia]": "Simon Redman",
|
|
|
|
|
"Name[ca]": "Simon Redman",
|
|
|
|
|
"Name[cs]": "Simon Redman",
|
2020-04-09 05:26:57 +01:00
|
|
|
|
"Name[da]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[de]": "Simon Redman",
|
2020-10-17 05:06:46 +01:00
|
|
|
|
"Name[el]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[en_GB]": "Simon Redman",
|
|
|
|
|
"Name[es]": "Simon Redman",
|
2019-11-30 04:34:44 +00:00
|
|
|
|
"Name[et]": "Simon Redman",
|
2018-12-03 04:29:48 +00:00
|
|
|
|
"Name[eu]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[fi]": "Simon Redman",
|
|
|
|
|
"Name[fr]": "Simon Redman",
|
|
|
|
|
"Name[gl]": "Simon Redman",
|
2021-11-03 01:25:15 +00:00
|
|
|
|
"Name[hu]": "Simon Redman",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Name[ia]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[id]": "Simon Redman",
|
|
|
|
|
"Name[it]": "Simon Redman",
|
|
|
|
|
"Name[ko]": "Simon Redman",
|
2019-06-29 04:17:17 +01:00
|
|
|
|
"Name[lt]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[nl]": "Simon Redman",
|
|
|
|
|
"Name[nn]": "Simon Redman",
|
2019-01-09 04:31:18 +00:00
|
|
|
|
"Name[pl]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[pt]": "Simon Redman",
|
|
|
|
|
"Name[pt_BR]": "Simon Redman",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Name[ro]": "Simon Redman",
|
2019-12-19 04:49:03 +00:00
|
|
|
|
"Name[ru]": "Simon Redman",
|
2019-01-31 04:44:46 +00:00
|
|
|
|
"Name[sk]": "Simon Redman",
|
2020-06-20 04:10:40 +01:00
|
|
|
|
"Name[sl]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[sv]": "Simon Redman",
|
2021-03-24 04:53:37 +00:00
|
|
|
|
"Name[tr]": "Simon Redman",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[uk]": "Simon Redman",
|
2020-06-18 04:39:20 +01:00
|
|
|
|
"Name[x-test]": "xxSimon Redmanxx",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[zh_CN]": "Simon Redman",
|
|
|
|
|
"Name[zh_TW]": "Simon Redman"
|
Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Description": "Synchronize Contacts Between the Desktop and the Connected Device",
|
2022-02-20 01:45:04 +00:00
|
|
|
|
"Description[ar]": "زامن المتراسلين بين سطح المكتب والجهاز المتصل",
|
2022-07-04 02:47:05 +01:00
|
|
|
|
"Description[az]": "Kontakları Qoşulmuş Cihaz və İş masası arasında eyniləşdirmək",
|
2022-07-02 03:00:21 +01:00
|
|
|
|
"Description[bg]": "Синхронизиране на контакти между компютъра и свързаното устройство",
|
2022-06-13 03:25:53 +01:00
|
|
|
|
"Description[ca@valencia]": "Sincronitza els contactes entre l'escriptori i el dispositiu connectat",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[ca]": "Sincronitza els contactes entre l'escriptori i el dispositiu connectat",
|
2018-04-27 04:27:16 +01:00
|
|
|
|
"Description[cs]": "Synchronizovat kontakty mezi pracovní plochou a připojeným zařízením",
|
2020-04-09 05:26:57 +01:00
|
|
|
|
"Description[da]": "Synkronisér kontakter mellem desktoppen og den tilsluttede enhed",
|
2018-06-08 04:49:22 +01:00
|
|
|
|
"Description[de]": "Abgleich der Kontakte zwischen Arbeitsfläche und angeschlossenem Gerät",
|
2020-10-17 05:06:46 +01:00
|
|
|
|
"Description[el]": "Συγχρονισμός επαφών μεταξύ της επιφάνειας εργασίας και των συνδεδεμένων συσκευών",
|
2018-04-29 04:21:10 +01:00
|
|
|
|
"Description[en_GB]": "Synchronise Contacts Between the Desktop and the Connected Device",
|
2018-05-04 04:28:59 +01:00
|
|
|
|
"Description[es]": "Sincronizar contactos entre el equipo de escritorio y el dispositivo conectado",
|
2019-11-30 04:34:44 +00:00
|
|
|
|
"Description[et]": "Kontaktide sünkroonimine töölaua ja ühendatud seadme vahel",
|
2018-12-03 04:29:48 +00:00
|
|
|
|
"Description[eu]": "Sinkronizatu kontaktuak mahaiganaren eta konektatutako gailuaren artean",
|
2018-08-05 04:29:07 +01:00
|
|
|
|
"Description[fi]": "Synkronoi yhteystiedot työpöydän ja yhdistetyn laitteen välillä",
|
2018-06-30 04:43:37 +01:00
|
|
|
|
"Description[fr]": "Synchroniser les contacts entre l'ordinateur et le périphérique connecté",
|
2018-04-28 04:27:44 +01:00
|
|
|
|
"Description[gl]": "Sincronizar contactos entre o escritorio e o dispositivo conectado",
|
2021-11-24 01:36:30 +00:00
|
|
|
|
"Description[hu]": "Névjegyek szinkronizálása a számítógép és a csatlakoztatott eszköz között",
|
2021-11-04 01:16:42 +00:00
|
|
|
|
"Description[ia]": "Synchronisa Contactos Inter le Scriptorio e le dispositivo Connectite",
|
2021-02-15 06:07:57 +00:00
|
|
|
|
"Description[id]": "Sinkronkan Kontak Antara Desktop dengan Perangkat yang Terkoneksi",
|
2018-11-21 04:40:27 +00:00
|
|
|
|
"Description[it]": "Sincronizza i contatti tra il desktop e il dispositivo connesso",
|
2018-08-18 04:41:47 +01:00
|
|
|
|
"Description[ko]": "데스크톱과 연결된 장치간 연락처 동기화",
|
2019-06-29 04:17:17 +01:00
|
|
|
|
"Description[lt]": "Sinchronizuoti adresatus tarp darbalaukio ir prijungto įrenginio",
|
2018-04-26 04:16:51 +01:00
|
|
|
|
"Description[nl]": "Contactpersonen synchroniseren tussen het bureaublad en het verbonden apparaat",
|
2018-05-16 04:26:25 +01:00
|
|
|
|
"Description[nn]": "Synkroniser kontaktar mellom skrivebordet og tilkopla eining",
|
2022-02-13 01:40:53 +00:00
|
|
|
|
"Description[pl]": "Współdzieli kontakty między urządzeniami",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[pt]": "Sincronizar os Contactos entre o Sistema e o Dispositivo Ligado",
|
2018-06-17 04:29:14 +01:00
|
|
|
|
"Description[pt_BR]": "Sincroniza os contatos entre o sistema e o dispositivo conectado",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Description[ro]": "Sincronizare contacte între calculator și dispozitivul conectat",
|
2019-12-19 04:49:03 +00:00
|
|
|
|
"Description[ru]": "Синхронизация контактов между компьютером и подключённым устройством",
|
2020-04-07 05:11:40 +01:00
|
|
|
|
"Description[sk]": "Synchronizácia kontaktov medzi počítačom a pripojeným zariadením",
|
2020-06-20 04:10:40 +01:00
|
|
|
|
"Description[sl]": "Uskladi stike med namizjem in povezano napravo",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Description[sv]": "Synkronisera kontakter mellan skrivbordet och ansluten enhet",
|
2022-03-31 02:41:19 +01:00
|
|
|
|
"Description[tr]": "Masaüstü ve bağlı aygıt arasında kişileri eşzamanla",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[uk]": "Синхронізація контактів між комп'ютером і з'єднаним пристроєм",
|
2020-06-18 04:39:20 +01:00
|
|
|
|
"Description[x-test]": "xxSynchronize Contacts Between the Desktop and the Connected Devicexx",
|
2018-06-13 04:35:14 +01:00
|
|
|
|
"Description[zh_CN]": "同步电脑和已连接设备的通讯录",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[zh_TW]": "在電腦與連線裝置之間同步聯絡人",
|
Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
"EnabledByDefault": true,
|
2018-09-10 16:30:49 +01:00
|
|
|
|
"Icon": "tag-people",
|
Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
"Id": "kdeconnect_contacts",
|
|
|
|
|
"License": "GPL",
|
|
|
|
|
"Name": "Contacts",
|
2022-02-20 01:45:04 +00:00
|
|
|
|
"Name[ar]": "المتراسلون",
|
2019-08-07 04:00:07 +01:00
|
|
|
|
"Name[ast]": "Contautos",
|
2020-09-17 05:15:05 +01:00
|
|
|
|
"Name[az]": "Kontaktlar",
|
2022-07-02 03:00:21 +01:00
|
|
|
|
"Name[bg]": "Контакти",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[ca@valencia]": "Contactes",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[ca]": "Contactes",
|
2018-04-27 04:27:16 +01:00
|
|
|
|
"Name[cs]": "Kontakty",
|
2020-04-09 05:26:57 +01:00
|
|
|
|
"Name[da]": "Kontakter",
|
2018-05-19 05:05:53 +01:00
|
|
|
|
"Name[de]": "Kontakte",
|
2020-10-17 05:06:46 +01:00
|
|
|
|
"Name[el]": "Επαφές",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[en_GB]": "Contacts",
|
2018-05-04 04:28:59 +01:00
|
|
|
|
"Name[es]": "Contactos",
|
2019-11-30 04:34:44 +00:00
|
|
|
|
"Name[et]": "Kontaktid",
|
2018-12-03 04:29:48 +00:00
|
|
|
|
"Name[eu]": "Kontaktuak",
|
2018-08-05 04:29:07 +01:00
|
|
|
|
"Name[fi]": "Yhteystiedot",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[fr]": "Contacts",
|
2018-04-28 04:27:44 +01:00
|
|
|
|
"Name[gl]": "Contactos",
|
2021-11-03 01:25:15 +00:00
|
|
|
|
"Name[hu]": "Névjegyek",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Name[ia]": "Contactos",
|
2018-10-24 04:55:51 +01:00
|
|
|
|
"Name[id]": "Contacts",
|
2018-05-02 04:27:43 +01:00
|
|
|
|
"Name[it]": "Contatti",
|
2018-08-18 04:41:47 +01:00
|
|
|
|
"Name[ko]": "연락처",
|
2019-06-29 04:17:17 +01:00
|
|
|
|
"Name[lt]": "Adresatai",
|
2018-04-26 04:16:51 +01:00
|
|
|
|
"Name[nl]": "Contactpersonen",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[nn]": "Kontaktar",
|
2022-02-13 01:40:53 +00:00
|
|
|
|
"Name[pl]": "Współdzielenie kontaktów",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[pt]": "Contactos",
|
2018-06-17 04:29:14 +01:00
|
|
|
|
"Name[pt_BR]": "Contatos",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Name[ro]": "Contacte",
|
2019-12-19 04:49:03 +00:00
|
|
|
|
"Name[ru]": "Контакты",
|
2019-01-31 04:44:46 +00:00
|
|
|
|
"Name[sk]": "Kontakty",
|
2020-06-20 04:10:40 +01:00
|
|
|
|
"Name[sl]": "Stiki",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[sv]": "Kontakter",
|
2021-03-24 04:53:37 +00:00
|
|
|
|
"Name[tr]": "Kişiler",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[uk]": "Контакти",
|
2020-06-18 04:39:20 +01:00
|
|
|
|
"Name[x-test]": "xxContactsxx",
|
2018-04-27 04:27:16 +01:00
|
|
|
|
"Name[zh_CN]": "联系人",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[zh_TW]": "聯絡人",
|
Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
"ServiceTypes": [
|
|
|
|
|
"KdeConnect/Plugin"
|
|
|
|
|
],
|
|
|
|
|
"Version": "0.1",
|
2019-03-23 16:34:48 +00:00
|
|
|
|
"Website": "https://albertvaka.wordpress.com"
|
Add contacts-reading plugin (KDE side)
Summary:
Add a plugin to KDE Connect which supports exporting the Android contacts databases to vcards on the desktop
When the devices are connected, the plugin sends a request for all timestamps and IDs
When a packet with timestamps and IDs is received, it verifies it has vcards for each ID and that the timestamps match and deletes any vcards for IDs which were not reported. It then sends a request for all vcards which were missing or need updating
When a packet with vcards is received they are unconditionally written to disk, possibly overwriting existing vcards
Provides one dbus method: contacts/synchronizeRemoteWithLocal which triggers the request for all timestamps and IDs
BUG: 367999
Test Plan:
Connect the device to the desktop and verify that vcards are created in QStandardPaths::GenericDataLocation / kpeoplevcard". On my system this is ~/.local/share/kpeoplevcard
Create a dummy contact on the device and verify it is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Modify the dummy contact and verify the modifications are synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Delete the dummy contact and verify the deletion is synchronized (Currently not automatic, have to disconnect and reconnect or use dbus)
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: mtijink, #kde_connect, apol
Tags: #kde_connect
Maniphest Tasks: T8283
Differential Revision: https://phabricator.kde.org/D9691
2018-04-23 21:27:38 +01:00
|
|
|
|
},
|
|
|
|
|
"X-KdeConnect-OutgoingPacketType": [
|
|
|
|
|
"kdeconnect.contacts.request_all_uids_timestamps",
|
|
|
|
|
"kdeconnect.contacts.request_vcards_by_uid"
|
|
|
|
|
],
|
|
|
|
|
"X-KdeConnect-SupportedPacketType": [
|
|
|
|
|
"kdeconnect.contacts.response_uids_timestamps",
|
|
|
|
|
"kdeconnect.contacts.response_vcards"
|
|
|
|
|
]
|
|
|
|
|
}
|