Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [IOPAE-1100,IOPAE-1282,IOPAE-1285] Remove old implementation of services #5898

Merged
merged 18 commits into from
Jul 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into IOPAE-1100-1282-1285
  • Loading branch information
adelloste committed Jun 25, 2024
commit 5ad155d15f885d4f490c25e7fbe0b624b7a536c1
11 changes: 0 additions & 11 deletions locales/de/index.yml
Original file line number Diff line number Diff line change
@@ -1859,17 +1859,6 @@ biometric_recognition:
needed_to_disable: "Bestätigung zur Deaktivierung erforderlich"
send_email_messages:
title: "Mitteilungen mittels E-Mail weiterleiten"
subtitle: "Möchtest du, dass IO den Inhalt von Mitteilungen per E-Mail weiterleitet an"
options:
disable_all:
label: "Für alle Dienste deaktivieren"
info: "Du erhältst keine Mitteilung mittels E-Mail mehr"
enable_all:
label: "Für alle aktiven Dienste aktivieren"
info: "Jede Mitteilung wird an deine E-Mail-Adresse weitergeleitet, wenn der Dienst dies zulässt"
by_service:
label: "Dienst für Dienst auswählen"
info: "Du kannst auf der Registerkarte jedes Dienstes wählen, ob du dessen Mitteilungen auch per E-Mail erhalten möchtest"
services:
optIn:
preferences:
15 changes: 4 additions & 11 deletions locales/en/index.yml
Original file line number Diff line number Diff line change
@@ -2078,17 +2078,10 @@ biometric_recognition:
needed_to_disable: Recognition required to disable
send_email_messages:
title: Forward messages by email
subtitle: Do you want IO to forward messages contents by email to
options:
disable_all:
label: Disable for all services
info: You will not receive email messages anymore
enable_all:
label: Enable for all active services
info: Every message will be forwarded to your email, if allowed by the service
by_service:
label: Select service by service
info: You will be able to select from each service settings screen to receive its messages by email as well
subtitle: You want IO to forward message previews to
switch:
title: Email a preview
subtitle: You will get a preview of the message at your email address if the service allows.
services:
optIn:
preferences:
15 changes: 4 additions & 11 deletions locales/it/index.yml
Original file line number Diff line number Diff line change
@@ -2078,17 +2078,10 @@ biometric_recognition:
needed_to_disable: Riconoscimento richiesto per disabilitare
send_email_messages:
title: Inoltro dei messaggi via email
subtitle: Vuoi che IO inoltri il contenuto dei messaggi anche a
options:
disable_all:
label: Disabilita per tutti i servizi
info: Non riceverai più messaggi via email
enable_all:
label: Abilita per tutti i servizi attivi
info: Ogni messaggio sarà inoltrato alla tua email, se il servizio lo consente
by_service:
label: Scegli servizio per servizio
info: Potrai scegliere nella scheda di ogni servizio di ricevere i relativi messaggi anche via email
subtitle: Vuoi che IO inoltri un’anteprima dei messaggi all’indirizzo
switch:
title: Invia un’anteprima via email
subtitle: Riceverai un'anteprima del messaggio al tuo indirizzo email, se il servizio lo consente.
services:
optIn:
preferences:
3 changes: 0 additions & 3 deletions ts/navigation/ProfileNavigator.tsx
Original file line number Diff line number Diff line change
@@ -62,9 +62,6 @@ const ProfileStackNavigator = () => (
component={ServicesPreferenceScreen}
/>
<Stack.Screen
options={{
headerShown: false
}}
name={ROUTES.PROFILE_PREFERENCES_EMAIL_FORWARDING}
component={EmailForwardingScreen}
/>
Loading
Loading