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",
|
2023-01-01 02:14:13 +00:00
|
|
|
|
"Name[ar]": "سيمون ريدمان",
|
2023-10-21 02:20:48 +01:00
|
|
|
|
"Name[he]": "סיימון רדמן",
|
2024-06-09 02:17:55 +01:00
|
|
|
|
"Name[hi]": "साइमन रेडमैन",
|
2024-06-28 02:20:00 +01:00
|
|
|
|
"Name[x-test]": "xxSimon Redmanxx"
|
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
|
|
|
|
}
|
|
|
|
|
],
|
2022-07-17 02:35:13 +01:00
|
|
|
|
"Description": "Synchronize Contacts from the Connected Device to the Desktop",
|
2022-08-09 02:44:40 +01:00
|
|
|
|
"Description[ar]": "زامن المتراسلين بين سطح المكتب والجهاز المتصل",
|
2022-07-26 02:44:57 +01:00
|
|
|
|
"Description[az]": "Əlaqələri qoşulmuş cihazdan iş masasına eyniləşdirin",
|
2022-08-02 02:44:38 +01:00
|
|
|
|
"Description[bg]": "Синхронизиране на контактите между свързаното устройство и компютъра",
|
2022-07-27 02:46:11 +01:00
|
|
|
|
"Description[ca@valencia]": "Sincronitza els contactes des del dispositiu connectat a l'escriptori",
|
2022-07-25 02:43:13 +01:00
|
|
|
|
"Description[ca]": "Sincronitza els contactes des del dispositiu connectat a l'escriptori",
|
2023-01-04 02:00:19 +00:00
|
|
|
|
"Description[cs]": "Synchronizovat kontakty z připojeného zařízení do pracovního prostředí",
|
2024-07-30 02:23:49 +01:00
|
|
|
|
"Description[da]": "Synkronisér kontakter fra den tilsluttede enhed til desktoppen",
|
2023-02-09 02:05:26 +00:00
|
|
|
|
"Description[de]": "Abgleich von Kontakten vom angeschlossenen Gerät zum Arbeitsplatz",
|
2022-08-08 02:47:08 +01:00
|
|
|
|
"Description[en_GB]": "Synchronise Contacts from the Connected Device to the Desktop",
|
2023-07-28 02:41:47 +01:00
|
|
|
|
"Description[eo]": "Sinkronigi Kontaktojn de la Konektita Aparato al la Labortablo",
|
2022-08-01 02:42:52 +01:00
|
|
|
|
"Description[es]": "Sincronizar contactos desde el dispositivo conectado al equipo de escritorio",
|
2022-07-31 02:46:42 +01:00
|
|
|
|
"Description[eu]": "Sinkronizatu kontaktuak konektatutako gailutik mahaigainera",
|
2022-10-16 02:56:08 +01:00
|
|
|
|
"Description[fi]": "Synkronoi yhteystiedot yhdistetyltä laitteelta työpöydälle",
|
2022-07-26 02:44:57 +01:00
|
|
|
|
"Description[fr]": "Synchroniser les contacts du périphérique connecté avec ceux du bureau",
|
2023-07-30 02:37:54 +01:00
|
|
|
|
"Description[gl]": "Sincronizar contactos do dispositivo conectado ao escritorio.",
|
2023-10-21 02:20:48 +01:00
|
|
|
|
"Description[he]": "סנכרון אנשי קשר ממכשיר מחובר לשולחן העבודה",
|
2024-06-09 02:17:55 +01:00
|
|
|
|
"Description[hi]": "जुडे हुए उपकरण से डेस्कटॉप पर संपर्कों को समकालन करें",
|
2024-01-19 01:11:56 +00:00
|
|
|
|
"Description[hu]": "Névjegyek szinkronizálása a számítógép és a csatlakoztatott eszköz között",
|
2022-12-15 01:56:04 +00:00
|
|
|
|
"Description[ia]": "Synchronisa Contactos ex le dispositivo Connectite e le Scriptorio",
|
2022-11-19 01:48:52 +00:00
|
|
|
|
"Description[id]": "Sinkron Kontak dari Peranti Terhubung ke Desktop",
|
2024-02-18 01:14:07 +00:00
|
|
|
|
"Description[is]": "Samstilla tengiliði á tengda tækinu við tölvuna",
|
2022-07-30 02:44:31 +01:00
|
|
|
|
"Description[it]": "Sincronizza i contatti dal dispositivo connesso al desktop",
|
2023-09-25 02:22:07 +01:00
|
|
|
|
"Description[ja]": "接続されたデバイスの連絡先を PC と同期",
|
2022-12-15 01:56:04 +00:00
|
|
|
|
"Description[ka]": "მიერთებული მოწყობილობიდან კონტაქტების სინქრონიზაცია კომპიუტერთან",
|
2022-08-10 02:51:08 +01:00
|
|
|
|
"Description[ko]": "연결된 장치에서 데스크톱으로 연락처 동기화",
|
2022-09-20 02:48:04 +01:00
|
|
|
|
"Description[lt]": "Sinchronizuoti adresatus iš prijungto įrenginio į darbalaukį",
|
2024-01-15 01:13:08 +00:00
|
|
|
|
"Description[lv]": "Sinhronizēt kontaktus no savienotās ierīces uz datoru",
|
2022-07-25 02:43:13 +01:00
|
|
|
|
"Description[nl]": "Contactpersonen synchroniseren uit het verbonden apparaat naar het bureaublad",
|
2022-07-28 02:43:54 +01:00
|
|
|
|
"Description[nn]": "Synkroniser kontaktar frå tilkopla eining og til skrivebordet",
|
2024-02-11 01:13:59 +00:00
|
|
|
|
"Description[pa]": "ਕਨੈਕਟ ਹੋਏ ਡਿਵਾਈਸ ਤੋਂ ਸੰਪਰਕਾਂ ਨੂੰ ਡੈਸਕਟਾਪ ਨਾਲ ਸੈਕਰੋਨਾਈਜ਼ ਕਰੋ",
|
2022-08-01 02:42:52 +01:00
|
|
|
|
"Description[pl]": "Współdzieli kontakty podłączonego urządzenia z komputerem",
|
2022-07-25 02:43:13 +01:00
|
|
|
|
"Description[pt]": "Sincronizar os Contactos do Dispositivo Ligado para o Sistema",
|
2022-08-21 02:47:29 +01:00
|
|
|
|
"Description[pt_BR]": "Sincroniza os contatos entre do dispositivo conectado para a área de trabalho",
|
2022-08-16 02:47:35 +01:00
|
|
|
|
"Description[ro]": "Sincronizare contacte de pe dispozitivul conectat pe calculator",
|
2022-08-11 02:42:55 +01:00
|
|
|
|
"Description[ru]": "Синхронизация контактов с подключённого устройства на компьютер",
|
2022-07-26 02:44:57 +01:00
|
|
|
|
"Description[sl]": "Uskladi stike iz povezane naprave na namizje",
|
2022-08-04 02:45:07 +01:00
|
|
|
|
"Description[sv]": "Synkronisera kontakter från ansluten enhet till skrivbordet",
|
2022-07-25 02:43:13 +01:00
|
|
|
|
"Description[tr]": "Bağlı Aygıttaki Kişileri Masaüstüne Eşzamanla",
|
|
|
|
|
"Description[uk]": "Синхронізація контактів зі з'єднаного пристрою на комп'ютер",
|
2023-11-07 02:12:13 +00:00
|
|
|
|
"Description[x-test]": "xxSynchronize Contacts from the Connected Device to the Desktopxx",
|
2022-07-31 02:46:42 +01:00
|
|
|
|
"Description[zh_CN]": "同步已连接设备的联系人到桌面",
|
2023-01-22 01:59:52 +00: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
|
|
|
|
"License": "GPL",
|
|
|
|
|
"Name": "Contacts",
|
2022-02-20 01:45:04 +00:00
|
|
|
|
"Name[ar]": "المتراسلون",
|
2022-07-07 02:42:28 +01:00
|
|
|
|
"Name[az]": "Əlaqələr",
|
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]": "Επαφές",
|
2023-07-28 02:41:47 +01:00
|
|
|
|
"Name[eo]": "Kontaktoj",
|
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-04-28 04:27:44 +01:00
|
|
|
|
"Name[gl]": "Contactos",
|
2023-10-21 02:20:48 +01:00
|
|
|
|
"Name[he]": "אנשי קשר",
|
2024-06-09 02:17:55 +01:00
|
|
|
|
"Name[hi]": "संपर्क",
|
2021-11-03 01:25:15 +00:00
|
|
|
|
"Name[hu]": "Névjegyek",
|
2020-09-19 05:10:24 +01:00
|
|
|
|
"Name[ia]": "Contactos",
|
2022-11-17 01:47:30 +00:00
|
|
|
|
"Name[ie]": "Contactes",
|
2022-08-25 02:46:23 +01:00
|
|
|
|
"Name[is]": "Tengiliðir",
|
2018-05-02 04:27:43 +01:00
|
|
|
|
"Name[it]": "Contatti",
|
2023-09-25 02:22:07 +01:00
|
|
|
|
"Name[ja]": "連絡先",
|
2022-09-30 02:47:48 +01:00
|
|
|
|
"Name[ka]": "კონტაქტები",
|
2018-08-18 04:41:47 +01:00
|
|
|
|
"Name[ko]": "연락처",
|
2019-06-29 04:17:17 +01:00
|
|
|
|
"Name[lt]": "Adresatai",
|
2024-01-15 01:13:08 +00:00
|
|
|
|
"Name[lv]": "Kontakti",
|
2018-04-26 04:16:51 +01:00
|
|
|
|
"Name[nl]": "Contactpersonen",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[nn]": "Kontaktar",
|
2024-01-29 01:11:56 +00:00
|
|
|
|
"Name[pa]": "ਸੰਪਰਕ",
|
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",
|
2024-04-08 02:13:43 +01:00
|
|
|
|
"Name[ta]": "தொடர்புகள்",
|
2021-03-24 04:53:37 +00:00
|
|
|
|
"Name[tr]": "Kişiler",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[uk]": "Контакти",
|
2023-11-07 02:12:13 +00:00
|
|
|
|
"Name[x-test]": "xxContactsxx",
|
2018-04-27 04:27:16 +01:00
|
|
|
|
"Name[zh_CN]": "联系人",
|
2023-07-20 13:52:04 +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
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|