Skip to content

Commit

Permalink
Release 3.8.0 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Mar 30, 2023
1 parent c241d6c commit dc288c9
Show file tree
Hide file tree
Showing 27 changed files with 187 additions and 167 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk 21
targetSdk 33
versionName '3.7.3'
versionCode 95
versionName '3.8.0'
versionCode 98
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -133,7 +133,7 @@
android:pathPrefix="/nettest"
android:scheme="https" />
</intent-filter>
<intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -146,7 +146,7 @@
android:pathPrefix="/nettest"
android:scheme="http" />
</intent-filter>
<intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">إجراء الاختبارات التجريبيّة الجديدة</string>
<string name="Dashboard_Experimental_Overview_Paragraph">يمكنكم إجراء بعض الاختبارات التجريبيّة الجديدة المطوّرة من قبل فريق OONI: \n%1$s\n\nسيتم نشر نتائج اختباراتكم على كل من [مكتشف OONI](https://explorer.ooni.org) و [واجهة تطبيق OONI](https://api.ooni.io/)</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">غيغابت/ثا</string>
<string name="TestResults_Mbps">ميغابت/ثا</string>
<string name="TestResults_Kbps">كيلوبت/ثا</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Run new experimental tests</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Run the following new experimental tests developed by the OONI team:\n%1$s\n\nYour results will be published on [OONI Explorer](https://explorer.ooni.org/) and [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Neue experimentelle Tests durchführen</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Führe die folgenden neuen, vom OONI-Team entwickelten experimentellen Tests durch:\n%1$s\n\nDeine Ergebnisse werden im [OONI Explorer] veröffentlicht.(https://explorer.ooni.org/) und [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Die folgenden Tests werden nur im Rahmen von automatisierten Tests durchgeführt:</string>
<string name="Dashboard_DisabledTests_Label">Deaktivierte Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Εκτέλεση νέων πειραματικών δοκιμών</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Εκτέλεσε τις παρακάτω νέες πειραματικές δοκιμές που αναπτύχθηκαν από την ομάδα του OONI:\n%1$s\n\nΤα αποτελέσματά σου θα δημοσιευθούν στο [OONI Explorer](https://explorer.ooni.org/) και στο [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Οι παρακάτω δοκιμές θα εκτελούνται μόνο ως μέρος των αυτοματοποιημένων δοκιμών:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<string name="Dashboard_Websites_Overview_Paragraph_Desktop">Comprueba si los sitios web están bloqueados usando la [prueba conectividad de la Web] de OONI (https://ooni.org/nettest/web-connectivity/).\n\nProbarás los sitios web incluídos en las listas de pruebas de Citizen Lab [global](https://github.com/citizenlab/test-lists/blob/master/lists/global.csv) y [específicas por país](https://github.com/citizenlab/test-lists/tree/master/lists).\n\nEsta prueba mide si los sitios web están bloqueados por medio de manipulación de DNS, bloqueo de TCP/IP o por un proxy HTTP transparente.\n\nTus resultados serán publicados en el [Explorador OONI](https://explorer.ooni.org/) y la [API OONI](https://api.ooni.io/).</string>
<string name="Dashboard_Performance_Card_Description">Mide la velocidad y rendimiento de tu red</string>
<string name="Dashboard_Performance_Overview_Paragraph">Mide la velocidad y rendimiento de tu red usando la prueba [NDT](https://ooni.org/nettest/ndt/).\n\nMide el rendimiento del streaming de vídeo usando la prueba [DASH](https://ooni.org/nettest/dash/).\n\nEstas pruebas consumen datos dependiendo de la velocidad de tu red.\n\nTus resultados serán publicados en el [Explorador OONI](https://explorer.ooni.org/world/) y la [API OONI](https://api.ooni.io/).\n\nDescargo: Estas pruebas dependen de servidores de terceros. Por lo tanto, no podemos garantizar que tu dirección IP no será recopilada.</string>
<string name="Dashboard_Performance_Overview_Paragraph_Updated">Al ejecutar las pruebas en esta tarjeta, tu:\n\n- Medirás la velocidad y desempeño de tu red (prueba [NDT](https://ooni.org/nettest/ndt/))\n- Medirás el desempeño del streaming de vídeo (prueba [DASH](https://ooni.org/nettest/dash/))\n- Comprobarás la presencia de [tecnologías middlebox] (https://ooni.org/support/glossary/#middlebox) en tu red (pruebas [HTTP Invalid Request Line](https://ooni.org/nettest/http-invalid-request-line/) y [HTTP Header Field Manipulation](https://ooni.org/nettest/http-header-field-manipulation/))\n\nEstas pruebas consumen datos dependiendo de la velocidad de tu red.\n\nLos resultados de tus pruebas serán publicados en [OONI Explorer](https://explorer.ooni.org/) y [OONI API](https://api.ooni.io/).\n\n**Descargo:** Las pruebas [NDT](https://ooni.org/nettest/ndt/) y [DASH](https://ooni.org/nettest/dash/) son conducidas en contra de servidores de terceros provistos por [Measurement Lab (M-Lab)](https://www.measurementlab.net/). Si las ejecutas, M-Lab recolectará y publicará tu dirección IP (por propósitos de investigación), independientemente de tus ajustes de OONI Probe. Aprende más acerca de la política de datos de M-Lab’s a través de su [declaración de privacidad](https://www.measurementlab.net/privacy/).</string>
<string name="Dashboard_Performance_Overview_Paragraph_Updated">Al ejecutar las pruebas en esta tarjeta, tu:\n\n- Medirás la velocidad y desempeño de tu red (prueba [NDT](https://ooni.org/nettest/ndt/))\n- Medirás el desempeño del streaming de vídeo (prueba [DASH](https://ooni.org/nettest/dash/))\n- Comprobarás la presencia de [tecnologías middlebox] (https://ooni.org/support/glossary/#middlebox) en tu red (pruebas [HTTP Invalid Request Line](https://ooni.org/nettest/http-invalid-request-line/) y [HTTP Header Field Manipulation](https://ooni.org/nettest/http-header-field-manipulation/))\n\nEstas pruebas consumen datos dependiendo de la velocidad de tu red.\n\nLos resultados de tus pruebas serán publicados en [Explorador OONI](https://explorer.ooni.org/) y [OONI API](https://api.ooni.io/).\n\n**Descargo:** Las pruebas [NDT](https://ooni.org/nettest/ndt/) y [DASH](https://ooni.org/nettest/dash/) son conducidas en contra de servidores de terceros provistos por [Measurement Lab (M-Lab)](https://www.measurementlab.net/). Si las ejecutas, M-Lab recolectará y publicará tu dirección IP (por propósitos de investigación), independientemente de tus ajustes de OONI Probe. Aprende más acerca de la política de datos de M-Lab’s a través de su [declaración de privacidad](https://www.measurementlab.net/privacy/).</string>
<string name="Dashboard_Middleboxes_Card_Description">Detecta middleboxes en tu red</string>
<string name="Dashboard_Middleboxes_Overview_Paragraph">Los Proveedores de Servicio de Internet a menudo usan dispositivos de red (middleboxes) para varios propósitos técnicos (tales como cacheo). A veces estos middleboxes son usados para implementar censura y/o vigilancia de Internet.\n\nEncuentra middleboxes en tu red usando las pruebas de OONI [HTTP Invalid Request Line](https://ooni.org/nettest/http-invalid-request-line/) y [HTTP Header Field Manipulation](https://ooni.org/nettest/http-header-field-manipulation/).\n\nTus resultados serán publicados en el [Explorador OONI](https://explorer.ooni.org/world/) y la [API OONI](https://api.ooni.io/).</string>
<string name="Dashboard_InstantMessaging_Card_Description">Prueba el bloqueo de aplicaciones de mensajería instantánea.</string>
Expand All @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Ejecutar nuevas pruebas experimentales</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Ejecutar las siguientes nuevas pruebas experimentales desarrolladas por el equipo OONI:\n%1$s\n\nTus resultados serán publicados en el [Explorador OONI](https://explorer.ooni.org/) y el [API OONI](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Las siguientes pruebas solo se ejecutarán como parte de las pruebas automatizadas:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down Expand Up @@ -159,7 +160,7 @@
<string name="TestResults_Details_CopyExplorerURL">Copiar URL del explorador</string>
<string name="TestResults_Details_ShareExplorerURL">Compartir URL del explorador</string>
<string name="TestResults_Details_CopyToClipboard">Copiar al portapapeles</string>
<string name="TestResults_Details_ShowInExplorer">Mostrar en OONI Explorer</string>
<string name="TestResults_Details_ShowInExplorer">Mostrar en Explorador OONI</string>
<string name="TestResults_Details_Failed_Title">Falló</string>
<string name="TestResults_Details_Failed_Paragraph">Puedes ejecutar esta prueba de nuevo</string>
<string name="TestResults_Details_Failed_TryAgain">Intenta otra vez</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">اجرای تست‌های آزمایشی جدید</string>
<string name="Dashboard_Experimental_Overview_Paragraph">این تست‌های آزمایشی جدید توسعه یافته توسط تیم OONI را اجرا کنید:\n%1$s\n\nنتایج شما بر روی [OONI Explorer](https://explorer.ooni.org/) و [OONI API](https://api.ooni.io/) منتشر خواهند شد.</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">تست‌های زیر فقط به عنوان بخشی از تست خودکار اجرا می‌شوند:</string>
<string name="Dashboard_DisabledTests_Label">آزمایش‌ها غیرفعال شده</string>
<string name="TestResults_Gbps">گیگابیت بر ثانیه</string>
<string name="TestResults_Mbps">مگابیت بر ثانیه</string>
<string name="TestResults_Kbps">کیلوبیت بر ثانیه</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Effectuer les nouveaux tests expérimentaux</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Effectuer les nouveaux tests expérimentaux suivants conçus par l’équipe d’OONI :\n%1$s\n\nVos résultats seront publiés dans l’[Explorateur OONI](https://explorer.ooni.org/) et l’[API d’OONI](https://api.ooni.io/) (site en anglais).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Les tests suivants ne seront exécutés que dans le cadre des tests automatisés :</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">नए प्रयोगात्मक परीक्षण चलाएं</string>
<string name="Dashboard_Experimental_Overview_Paragraph">OONI टीम द्वारा विकसित निम्नलिखित नए प्रयोगात्मक परीक्षण चलाएँ:\n%1$s\n\nआपके परिणाम [OONI Explorer](https://explorer.ooni.org/) और [OONI API](https://api.ooni.io/) पर प्रकाशित किए जाएंगे। </string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Jalankan tes percobaan baru</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Jalankan tes eksperimen baru ini yang dikembangkan oleh tim OONI:\n%1$s\n\nHasil Anda akan dipubikasikan di [OONI Explorer](https://explorer.ooni.org/) dan [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-is/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Keyra nýjar prófanir á tilraunastigi</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Keyrðu eftirfarandi tilraunaprófanir sem þróaðar hafa verið af OONI-teyminu:\n%1$s\n\nNiðurstöðurnar þínar verða birtar í [OONI Explorer](https://explorer.ooni.org/) og [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Eftirfarandi prófanir eru einungis keyrðar sem hluti af sjálfvirkum prófunum:</string>
<string name="Dashboard_DisabledTests_Label">Óvirkar prófanir</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Esegui nuovi test sperimentali</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Esegui i seguenti nuovi test sperimentali sviluppati dal team di OONI:\n%1$s\n\nI risultati saranno pubblicati su [OONI Explorer](https://explorer.ooni.org/) e [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Nieuwe experimentele tests uitvoeren</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Voer de volgende nieuwe experimentele tests uit die zijn ontwikkeld door het OONI-team:\n%1$s\n\nUw resultaten worden gepubliceerd op [OONI Explorer](https://explorer.ooni.org/) en [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Executar novos testes experimentais</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Execute os seguintes novos testes experimentais desenvolvidos pela equipe OONI:\n%1$s\n\nSeus resultados serão publicados em [OONI Explorer](https://explorer.ooni.org/) e [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Os testes a seguir serão executados apenas como parte de testes automatizados:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Run new experimental tests</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Run the following new experimental tests developed by the OONI team:\n%1$s\n\nYour results will be published on [OONI Explorer](https://explorer.ooni.org/) and [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">The following tests will only be run as part of automated testing:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Запустить новые экспериментальные тесты</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Попробуйте запустить новые экспериментальные тесты созданные командой OONI:\n%1$s\n\nРезультаты будут опубликованы в [OONI Explorer](https://explorer.ooni.org/) и [OONI API](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Следующие тесты будут выполняться только в рамках автоматизированного тестирования:</string>
<string name="Dashboard_DisabledTests_Label">Отключенные тесты</string>
<string name="TestResults_Gbps">Гбит/с</string>
<string name="TestResults_Mbps">Мбит/с</string>
<string name="TestResults_Kbps">кбит/с</string>
Expand Down
Loading

0 comments on commit dc288c9

Please sign in to comment.