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",
|
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Description": "Synchronize Contacts Between the Desktop and the Connected Device",
|
2018-04-30 04:27:39 +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",
|
2018-04-29 04:21:10 +01:00
|
|
|
|
"Description[en_GB]": "Synchronise Contacts Between the Desktop and the Connected Device",
|
2018-04-28 04:27:44 +01:00
|
|
|
|
"Description[gl]": "Sincronizar contactos entre o escritorio e o dispositivo conectado",
|
2018-05-02 04:27:43 +01:00
|
|
|
|
"Description[it]": "Sincronizza contatti tra il desktop e il dispositivo connesso",
|
2018-04-26 04:16:51 +01:00
|
|
|
|
"Description[nl]": "Contactpersonen synchroniseren tussen het bureaublad en het verbonden apparaat",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[pt]": "Sincronizar os Contactos entre o Sistema e o Dispositivo Ligado",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Description[sv]": "Synkronisera kontakter mellan skrivbordet och ansluten enhet",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Description[uk]": "Синхронізація контактів між комп'ютером і з'єднаним пристроєм",
|
|
|
|
|
"Description[x-test]": "xxSynchronize Contacts Between the Desktop and the Connected Devicexx",
|
|
|
|
|
"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,
|
|
|
|
|
"Icon": "dialog-ok",
|
|
|
|
|
"Id": "kdeconnect_contacts",
|
|
|
|
|
"License": "GPL",
|
|
|
|
|
"Name": "Contacts",
|
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",
|
2018-04-28 04:27:44 +01:00
|
|
|
|
"Name[gl]": "Contactos",
|
2018-05-02 04:27:43 +01:00
|
|
|
|
"Name[it]": "Contatti",
|
2018-04-26 04:16:51 +01:00
|
|
|
|
"Name[nl]": "Contactpersonen",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[nn]": "Kontaktar",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[pt]": "Contactos",
|
2018-04-30 04:27:39 +01:00
|
|
|
|
"Name[sv]": "Kontakter",
|
2018-04-25 04:23:19 +01:00
|
|
|
|
"Name[uk]": "Контакти",
|
|
|
|
|
"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",
|
|
|
|
|
"Website": "http://albertvaka.wordpress.com"
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|