mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-13 05:49:57 +02:00
feat(apple): send a transfer to a device from the share panel
Send to a device now sits alongside the QR code, NFC, and export actions, since an offer is another way to deliver the same invitation. Picking a device pushes the existing transfer rather than re-sharing the files. The picker lists only devices holding a live grant, so nothing offered there can fail on tap, and it distinguishes accepted from waiting for that device to open the app. Also fixes the deprecated SF Symbol and the two Sendable warnings introduced with the contacts screen: the sections now talk to the model directly rather than storing view callbacks that a Binding setter has to convert.
This commit is contained in:
@@ -344,6 +344,10 @@
|
||||
<string name="contacts_offer_held">To urządzenie nie jest otwarte. Przesyłka zostanie dostarczona przy następnym uruchomieniu VniDrop.</string>
|
||||
<string name="contacts_waiting_title">Oczekuje na dostarczenie</string>
|
||||
<string name="contacts_waiting_hint">Anuluj przesyłkę, aby ją wycofać.</string>
|
||||
<string name="contacts_send_to_device">Wyślij do urządzenia</string>
|
||||
<string name="contacts_pick_device_title">Wybierz urządzenie</string>
|
||||
<string name="contacts_pick_device_empty">Żadne urządzenie nie jest teraz dostępne. Zapamiętane urządzenia pojawią się tu po przesłaniu.</string>
|
||||
<string name="contacts_sent_to_device">%1$s zaakceptowało przesyłkę</string>
|
||||
<plurals name="transfer_file_count">
|
||||
<item quantity="one">%1$d plik</item>
|
||||
<item quantity="few">%1$d pliki</item>
|
||||
|
||||
Reference in New Issue
Block a user