kdeconnect-kde/core/backends/lan
Erik Duisters b6c15289f5 Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown
Summary:
Combine multiple upload jobs for files into a single KCompositeJob so only 1 notification will be shown
Includes changes introduced in D16279

Test Plan:
1. Share of multiple files is performed using 1 composite job

   Setup:
	- Select multiple (big) files in dolphin and share with an Android device
   Result:
	- The files will be transferred using 1 CompositeUploadJob and showing only 1 notification

2. Share of file while another share is already running adds job to existing composite job

   Setup:
	- Select multiple (big) files in dolphin and share with an Android device
	- Share an additional file with the same Android device
   Result:
	- The files are all transferred using 1 CompositeUploadJob and showing only 1 notification
	- The notification is updated after adding the last file

3. Other packets are transmitted as usual

   Setup:
        - Setup sharing desktop notification with device
	- Share a big file with an Android device
	- Generate a desktop notification (eg. sending or receiving an email)

   Result:
	- Notification packet is send immediately

Reviewers: #kde_connect, nicolasfella, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: albertvaka, apol, nicolasfella, broulik, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D17081
2018-11-30 08:26:00 +01:00
..
CMakeLists.txt Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
compositeuploadjob.cpp Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
compositeuploadjob.h Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
landevicelink.cpp Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
landevicelink.h Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
lanlinkprovider.cpp Disable bad cipher suites now that we dropped support for Android<14 2018-11-07 16:31:54 +01:00
lanlinkprovider.h Fix minor EBN issues and typos 2018-10-07 21:23:20 +03:00
lanpairinghandler.cpp Rename NetworkPackage -> NetworkPacket 2018-03-05 20:03:23 +01:00
lanpairinghandler.h Rename NetworkPackage -> NetworkPacket 2018-03-05 20:03:23 +01:00
server.cpp QTcpServer already has a list of pending connections and emits newConnection after calling incomingConnection 2018-11-19 14:13:41 +01:00
server.h QTcpServer already has a list of pending connections and emits newConnection after calling incomingConnection 2018-11-19 14:13:41 +01:00
socketlinereader.cpp Rename NetworkPackage -> NetworkPacket 2018-03-05 20:03:23 +01:00
socketlinereader.h Rename NetworkPackage -> NetworkPacket 2018-03-05 20:03:23 +01:00
uploadjob.cpp Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00
uploadjob.h Combine multiple upload jobs into a single KCompositeJob so only 1 notification will be shown 2018-11-30 08:26:00 +01:00