mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-14 22:29:58 +02:00
feat(apple): collect transfers held for this device
Adds the opt-in foreground check and an explicit Check now, the waiting-to- be-delivered list on the sender side, and honest reporting when a send could not be delivered: a closed app is a delay, not a success nobody received. The setting is off by default and its footer states that checking reveals app-open times to remembered devices, since that is the reason it is a setting at all. Records in the design doc that this shipped as one global toggle rather than the per-contact opt-in originally specified.
This commit is contained in:
@@ -337,6 +337,13 @@
|
||||
<string name="contacts_grant_lifetime_title">Ongebruikte apparaten vergeten na</string>
|
||||
<string name="contacts_grant_lifetime_hint">De teller start opnieuw bij elke overdracht met het apparaat.</string>
|
||||
<string name="contacts_grant_lifetime_never">Nooit</string>
|
||||
<string name="contacts_check_on_open">Controleren op wachtende overdrachten</string>
|
||||
<string name="contacts_check_on_open_hint">Bij het openen van VniDrop wordt aan je onthouden apparaten gevraagd of ze iets voor je hebben. Zij weten daardoor wanneer je de app opende.</string>
|
||||
<string name="contacts_check_now">Nu controleren</string>
|
||||
<string name="contacts_check_none">Niets in de wacht</string>
|
||||
<string name="contacts_offer_held">Dat apparaat is niet geopend. De overdracht wordt bezorgd zodra het VniDrop weer opent.</string>
|
||||
<string name="contacts_waiting_title">Wacht op bezorging</string>
|
||||
<string name="contacts_waiting_hint">Annuleer de overdracht om die in te trekken.</string>
|
||||
<plurals name="transfer_file_count">
|
||||
<item quantity="one">%1$d bestand</item>
|
||||
<item quantity="other">%1$d bestanden</item>
|
||||
|
||||
Reference in New Issue
Block a user