Implement new status 'connecting', automatic reconnect on disconnect and auto resume of transfer + sending of queued messages. (fixes #260 and #247)

This commit is contained in:
schlagmichdoch 2024-02-04 18:02:10 +01:00
parent b36105b1cf
commit f22abca783
3 changed files with 589 additions and 316 deletions

View file

@ -176,9 +176,11 @@
"click-to-send-share-mode": "Click to send {{descriptor}}",
"click-to-send": "Click to send files or right click to send a message",
"connection-hash": "To verify the security of the end-to-end encryption, compare this security number on both devices",
"connecting": "Connecting…",
"preparing": "Preparing…",
"waiting": "Waiting…",
"processing": "Processing…",
"transferring": "Transferring…"
"transferring": "Transferring…",
"receiving": "Receiving…"
}
}