From f51a6fb3547d7e5e9a47610f8f7c5023b1fdd022 Mon Sep 17 00:00:00 2001 From: Cristian Monforte Date: Thu, 23 May 2024 12:06:34 +0200 Subject: [PATCH] Message users about incident (#63) Asana: https://app.asana.com/0/0/1207390279203639/f --- live/android-config/android-config.json | 65 +++---------------------- live/ios-config/ios-config.json | 26 ++++++++-- 2 files changed, 31 insertions(+), 60 deletions(-) diff --git a/live/android-config/android-config.json b/live/android-config/android-config.json index 62a1fc7..d1cfe5f 100644 --- a/live/android-config/android-config.json +++ b/live/android-config/android-config.json @@ -1,65 +1,16 @@ { - "version": 17, + "version": 18, "messages": [ { - "id": "voice_search_promo_may_2024", + "id": "search_down_may_23", "content": { - "messageType": "big_single_action", - "titleText": "Private Voice Search", - "descriptionText": "Search the web quickly and privately by adding Private Voice Search to the address bar.", - "placeholder": "Announce", - "primaryActionText": "Add Private Voice Search", - "primaryAction": { - "type": "navigation", - "value": "accessibility", - "additionalParameters": { - "payload": "{\"highlightedItem\": \"voiceSearch\"}" - } - } + "messageType": "medium", + "titleText": "Announcement", + "descriptionText": "We're currently experiencing an issue with DuckDuckGo Search that might prevent you from getting results. Thanks for your patience while we get our ducks in a row…", + "placeholder": "CriticalUpdate" }, - "translations": { - "de": { - "titleText": "Private Sprachsuche", - "descriptionText": "Durchsuche das Web schnell und privat, indem du die private Sprachsuche zur Adressleiste hinzufügst.", - "primaryActionText": "Private Sprachsuche hinzufügen" - }, - "es": { - "titleText": "Búsqueda privada por voz", - "descriptionText": "Busca en internet de forma rápida y privada añadiendo la búsqueda privada por voz a la barra de direcciones.", - "primaryActionText": "Añadir búsqueda privada por voz" - }, - "fr": { - "titleText": "Recherche vocale privée", - "descriptionText": "Effectuez des recherches sur le Web de façon rapide et confidentielle en ajoutant la Recherche vocale privée à la barre d'adresse.", - "primaryActionText": "Ajouter la Recherche vocale privée" - }, - "it": { - "titleText": "Ricerca vocale privata", - "descriptionText": "Cerca sul Web in modo rapido e privato aggiungendo Private Voice Search alla barra degli indirizzi.", - "primaryActionText": "Aggiungi Private Voice Search" - }, - "pt": { - "titleText": "Pesquisa por voz privada", - "descriptionText": "Pesquisa na Internet de forma rápida e privada adicionando a Pesquisa por Voz Privada à barra de endereços.", - "primaryActionText": "Adicionar Pesquisa por Voz Privada" - } - }, - "matchingRules": [ - 1 - ] + "matchingRules": [] } ], - "rules": [ - { - "id": 1, - "attributes": { - "voiceSearchSupported": { - "value": true - }, - "voiceSearchEnabled": { - "value": false - } - } - } - ] + "rules": [] } diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index 3755549..d082bbf 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,25 @@ { - "version": 27, - "messages": [], - "rules": [] + "version": 28, + "messages": [ + { + "id": "search_down_may_23", + "content": { + "messageType": "medium", + "titleText": "Announcement", + "descriptionText": "We're currently experiencing an issue with DuckDuckGo Search that might prevent you from getting results. Thanks for your patience while we get our ducks in a row…", + "placeholder": "CriticalUpdate" + }, + "matchingRules": [1] + } + ], + "rules": [ + { + "id": 1, + "attributes": { + "appVersion": { + "min": "7.118.0" + } + } + } + ] } \ No newline at end of file