feat(send): show live progress per receiver

Attribute provider transfer progress to each remote endpoint so the
receivers panel and catalog can show per-peer send bars for multi-file
collections while a share is active.
This commit is contained in:
2026-07-12 18:16:59 +02:00
parent 50d43a3867
commit 07ec727c23
7 changed files with 383 additions and 17 deletions

View File

@@ -123,6 +123,7 @@
<string name="progress_preparing">Preparing transfer</string>
<string name="transfer_receivers_pending">%1$d waiting</string>
<string name="transfer_receivers_completed_count">%1$d completed</string>
<string name="transfer_receiver_sending">Sending</string>
<string name="transfer_event_downloading">Downloading files</string>
<string name="transfer_event_saving">Saving files</string>
<string name="transfer_event_connecting">Connecting to sender</string>