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: add metadata folder for F-Droid release #470

Merged
merged 5 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 9 additions & 1 deletion fastlane/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
/report.xml
/screenshots/*/*.png
/screenshots/screenshots.html
Comment on lines 3 to 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need these?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think so. Its just legacy ingore copied from fastlane

/metadata/android/screenshots.html
/screenshots/report.xml
/metadata/
/README.md

/metadata/android/*/images/phoneScreenshots/*.jpg
/metadata/android/*/images/phoneScreenshots/*.png
!/metadata/android/*/images/phoneScreenshots/1_*
!/metadata/android/*/images/phoneScreenshots/2_*
!/metadata/android/*/images/phoneScreenshots/3_*
!/metadata/android/*/images/phoneScreenshots/4_*
!/metadata/android/*/images/phoneScreenshots/5_*
2 changes: 1 addition & 1 deletion fastlane/Screengrabfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ app_apk_path "composeApp/build/outputs/apk/full/debug/composeApp-full-debug.apk"
tests_apk_path "composeApp/build/outputs/apk/androidTest/full/debug/composeApp-full-debug-androidTest.apk"
reinstall_app true
exit_on_test_failure false
clear_previous_screenshots true
clear_previous_screenshots false # ensures the selected screenshots for the store are not deleted.
use_tests_in_packages(['org.ooni.probe.uitesting.screenshots'])
25 changes: 25 additions & 0 deletions fastlane/metadata/android/ar/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
هل المواقع وتطبيقات التواصل الاجتماعي محجوبة؟ هل شبكتكم بطيئة فوق العادة؟ قوموا بإستخدام OONI Probe لتعرفوا!

باستعمال هذا التطبيق، بإمكانكم الكشف عن حجب المواقع وتطبيقات الاتصال الفوري، قياس سرعة وأداء شبكتكم، والكشف عن وجود أنظمة الرّقابة والمراقبة.

OONI Probe مطوّر من قبل المرصد المفتوح للتدخّل في الشبكة (OONI) وهو عبارة عن مشروع برنامج حر ومفتوح المصدر (تابع لمشروع تور)، ويسعى إلى كشف الرّقابة على الانترنت حول العالم.

منذ 2012، قام مجتمع OONI الدولي جمع ملايين المقاييس من شبكات من أكثر من 200 دولة مسلّطين الضوء على عدّة حالات من تشويش الشبكات.

<b>اجمعوا الأدلّة على رقابة الإنترنت</b>
بإمكانك الكشف عن المواقع وتطبيقات المراسلة المحجوبة وعن كيفيّة حجبها. بيانات قياس الشبكة التي ستجمعونها قد تخدم كأدلّة للرّقابة على الإنترنت.

<b>الكشف عن الأنظمة المسؤولة عن الرّقابة والمراقبة</b>
صُمّمت اختبارات OONI Probe لتكشف عن وجود أنظمة (نقاط تفتيش) قد تستخدم في الرّقابة والمُراقبة.

<b>فحص سرعة وأداء شبكتك</b>
بإمكانك فياس سرعة وأداء شبكتك عن طريق إستخدام تنفيذ OONI لاختبار تشخيص الشبكة (NDT). بإمكانك أيضاً قياس أداء بث الفيديو من خلال اختبار البث الديناميكي المتأقلم (DASH) عبر HTTP.

<b>فتح البيانات</b>
ينشر OONI جميع معلومات قياسات الشبكات لتمكين أطراف أخرى من التحقق من نتائج OONI و القيام بدراسات مستقلّة والإجابة على أسئلة الباحثين. كذلك يساهم نشر بيانات OONI بشكل مفتوح في دعم الشفافية حول الرّقابة على الانترنت حول العالم. بإمكانكم الاطلاع على بيانات OONI وتحميلها هنا: /https://ooni.io/data.

<b>برنامج حر</b>
جميع إختبارات OONI Probe (بما فيها تنفيذات NDT و DASH)، تعتمد على برامج مجّانيّة ومفتوحة المصدر. بإمكانكم العثور على مشاريع OONI من البرامج على جيت هب: https://github.com/ooni. اذا كان لديكم فضول لمعرفة كيفيّة عمل OONI Probe؟ تعلّموا أكثر على: https://ooni.io/nettest/

للحصول على تحديثات من OONI-verse, تابعنا على تويتر:
https://twitter.com/OpenObservatory
1 change: 1 addition & 0 deletions fastlane/metadata/android/ar/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
قياس مدى الحجب، السرعة و جودة الشبكة
1 change: 1 addition & 0 deletions fastlane/metadata/android/ar/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
24 changes: 24 additions & 0 deletions fastlane/metadata/android/ca/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Els llocs web i les aplicacions de xarxes socials estan blocades? La vostra xarxa és inusualment lenta? Executeu OONI Probe per esbrinar-ho!

Amb aquesta aplicació, examinareu el blocatge de llocs web i aplicacions de missatgeria instantània, mesurarà la velocitat i el rendiment de la vostra xarxa i verificarà si en la vostra xarxa hi ha sistemes que podrien ser responsables de la censura i la vigilància.

OONI Probe és desenvolupat per l'Open Observatory of Network Interference (OONI), un projecte de programari gratuït (sota el Projecte Tor) que apunta a descobrir la censura d'Internet a tot el món.

Des de 2012, la comunitat global d'OONI ha recopilat milions de mesuraments de xarxes de més de 200 països, el que llança llum sobre múltiples casos d'interferència a la xarxa.

<b>Recull evidències de censura d'Internet.</b>
Podeu verificar si i com es bloquen els llocs web i les aplicacions de missatgeria instantània. Les dades de mesurament de la xarxa que recopilarà poden servir com a evidència de la censura d'Internet.

<b>Detecta sistemes responsables de censura i vigilància</b>
Les proves d'OONI Probe també estan dissenyades per descobrir la presència de sistemes («middleboxes») que podrien ser responsables de la censura i la vigilància.

<b>Mesura la velocitat i el rendiment de la vostra xarxa</b>
Pot mesurar la velocitat i el rendiment de la vostra xarxa executant la implementació d'OONI de la prova de diagnòstic de xarxa (NDT). També pot mesurar el rendiment de la transmissió de vídeo amb la prova de transmissió dinàmica adaptativa a través d'HTTP (DASH).

<b>Informació oberta</b>
OONI publica dades de mesurament de xarxes perquè la informació oberta permet a tercers verificar les troballes d'OONI, realitzar estudis independents i respondre altres preguntes d'investigació. La publicació oberta d'informació d'OONI també ajuda a augmentar la transparència de la censura d'Internet a tot el món. Podeu explorar i baixar dades d'OONI aquí: https://ooni.io/data/

<b>Programari lliure</b>
Totes les proves d'OONI Probe (incloses les nostres implementacions NDT i DASH) es basen en programari de codi obert i gratuït. Podeu trobar projectes de programari OONI a GitHub: https://github.com/ooni. Sentiu curiositat per saber com funcionen les proves d'OONI? Més informació: https://ooni.io/nettest/

Per rebre actualitzacions d'OONI-vers, Seguiu-nos a Twitter: https://twitter.com/OpenObservatory
1 change: 1 addition & 0 deletions fastlane/metadata/android/ca/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mesura la censura d'Internet, la velocitat i el rendiment
1 change: 1 addition & 0 deletions fastlane/metadata/android/ca/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
24 changes: 24 additions & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Sind Webseiten oder Social-Media-Apps gesperrt? Ist dein Netzwerk ungewöhnlich langsam? Nutze OONI Probe, um es herauszufinden!

Mit dieser App kannst du Sperrungen von Webseiten und Instant-Messaging-Apps untersuchen, die Geschwindigkeit und die Performance deines Netzwerks testen und prüfen, welche Systeme für Zensur und Überwachung in deinem Netzwerk verantwortlich sein können.

OONI Probe wird vom Open Observatory of Network Interference (OONI) entwickelt, ein Freies Softwareprojekt (unter dem Tor Project), das sich als Ziel setzt, Internetzensur weltweit aufzudecken.

Seit 2012 hat OONIs globale Gemeinschaft Millionen von Netzwerk-Messungen aus mehr als 200 Ländern gesammelt und somit Licht auf eine Vielzahl von Fällen der Internetzensur und Traffic-Manipulation geworfen.

<b>Sammle Anzeichen auf Internetzensur</b>
Du kannst überprüfen, ob und wie Webseiten und Instant Messaging-Apps blockiert werden. Die von dir erfassten Netzwerkmessdaten können als Beweis für Internetzensur dienen.

<b>Entdecke für Zensur und Überwachung verantwortliche Systeme.</b>
OONI Probe Tests wurden auch entworfen, um die Anwesenheit von für Zensur und Überwachung verantwortlichen Systemen (middleboxes) zu entdecken.

<b>Miss die Geschwindigkeit und Performance deines Netzwerks</b>
Du kannst die Geschwindigkeit und Leistung deines Netzwerks messen, indem du OONIs Implementierung des Network Diagnostic Test (NDT) ausführst. Mit dem Dynamic Adaptive Streaming over HTTP (DASH) Test kannst du die Performance von Video-Streaming messen.

<b>Open Data</b>
OONI veröffentlicht Netzwerkmessdaten, da dies Dritten ermöglicht, die Ergebnisse von OONI zu überprüfen, unabhängige Studien durchzuführen und andere Forschungsfragen zu beantworten. Durch die offene Veröffentlichung von OONI-Daten wird auch die Transparenz von Internet Zensur auf der ganzen Welt erhöht. Du kannst die OONI-Daten hier erkunden und herunterladen: https://ooni.io/data/

<b>Freie Software</b>
Alle OONI Probe Tests (einschließlich unserer NDT- und DASH-Implementierungen) basieren auf Freier- und Open-Source-Software. Die OONI Softwareprojekte findest du auf GitHub: https://github.com/ooni. Neugierig, wie OONI Probe-Tests funktionieren? Erfahre mehr: https://ooni.io/nettest/

Um Updates aus dem OONI-Verse zu erhalten, folge uns auf Twitter: https://twitter.com/OpenObservatory
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Führe Messungen zu Internet Zensur, Geschwindigkeit und Performance durch
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
24 changes: 24 additions & 0 deletions fastlane/metadata/android/el-GR/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Έχουν μπλοκαριστεί ιστοσελίδες και chat εφαρμογές; Είναι ασυνήθιστα αργό το Διαδίκτυο; Τρέξε το OONI Probe για να μάθεις!

Με αυτήν την εφαρμογή, θα ελέγξεις το μπλοκάρισμα ιστοσελιδών και chat εφαρμογών, θα μετρήσεις την ταχύτητα και την απόδοση του δικτύου σου, και θα ελέγξεις αν υπάρχουν συστήματα που ίσως ευθύνονται για λογοκρισία και επιτήρηση στο δίκτυό σου.

Το OONI Probe αναπτύχθηκε από το OONI (Open Observatory of Network Interference), ένα έργο ελεύθερου λογισμικού (του οργανισμού The Tor Project) που αποσκοπεί στην αποκάλυψη της λογοκρισίας στο Διαδίκτυο, σε όλο τον κόσμο.

Από το 2012, η ​​παγκόσμια κοινότητα του OONI έχει συγκεντρώσει εκατομμύρια μετρήσεις δικτύου από περισσότερες από 200 χώρες, ρίχνοντας φως σε πολλές περιπτώσεις παρεμβολών στο Διαδίκτυο.

<b>Σύλλεξε αποδεικτικά στοιχεία για τη λογοκρισία στο Διαδίκτυο</b>
Μπορείς να ελέγξεις εάν και πώς έχουν μπλοκαριστεί ιστοσελίδες και εφαρμογές συνομιλιών. Τα δεδομένα μέτρησης του δικτύου που θα συλλέξεις μπορούν να χρησιμεύσουν ως αποδεικτικά λογοκρισίας στο Διαδίκτυο.

<b>Εντόπισε συστήματα υπεύθυνα για λογοκρισία και επιτήρηση στο Διαδίκτυο</b>
Οι δοκιμές του OONI Probe έχουν επίσης σχεδιαστεί για να αποκαλύπτουν την παρουσία συστημάτων (middleboxes) που θα μπορούσαν να ευθύνονται για τη λογοκρισία και την επιτήρηση στο Διαδίκτυο.

<b>Μέτρησε την ταχύτητα και την απόδοση του δικτύου σου</b>
Μπορείς να μετρήσεις την ταχύτητα και την απόδοση του δικτύου σου τρέχοντας τη δοκιμή NDT, που συμπεριλαμβάνεται στο OONI Probe. Μπορείς επίσης να μετρήσεις την απόδοση ροής βίντεο με τη δοκιμή DASH (Dynamic Adaptive Streaming over HTTP).

<b>Ανοιχτά δεδομένα</b>
To OONI δημοσιεύει δεδομένα μέτρησης δικτύων, επειδή τα ανοιχτά δεδομένα επιτρέπουν την ανεξάρτητη επαλήθευση ευρυμάτων και τη διεξαγωγή ανεξάρτητων ερευνών. Επίσης, η ανοικτή δημοσίευση των δεδομένων συμβάλλει στην αύξηση της διαφάνειας για τη λογοκρισίας στο Διαδίκτυο σε όλο τον κόσμο. Μπορείς να βεις τα δεδομένα του OONI εδώ: https://ooni.io/data/

<b>Ελεύθερο λογισμικό</b>
Όλες οι δοκιμές του OONI Probe (συμπεριλαμβανομένων των δοκιμών NDT και DASH) βασίζονται σε λογισμικό ελεύθερου και ανοικτού κώδικα. Μπορείς να βρεις το λογισμικό του OONI στο GitHub: https://github.com/ooni. Αν θες να μάθεις πώς λειτουργούν οι δοκιμές του OONI Probe, μάθε περισσότερα εδώ: https://ooni.io/nettest/

Για ενημερώσεις από την OONI κοινότητα, παρακολούθησέ μας στο Twitter: https://twitter.com/OpenObservatory
1 change: 1 addition & 0 deletions fastlane/metadata/android/el-GR/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ανίχνευσε τη Λογοκρισία και Μέτρησε την Ταχύτητα στο Διαδίκτυο
1 change: 1 addition & 0 deletions fastlane/metadata/android/el-GR/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Measurement engine synced with OONI Probe CLI v3.24.0.
* Bug fixes and improvements.
24 changes: 24 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Are websites and social media apps blocked? Is your network unusually slow? Run OONI Probe to find out!

With this app, you will examine the blocking of websites and instant messaging apps, measure your network's speed and performance, and check whether systems that could be responsible for censorship and surveillance are in your network.

OONI Probe is developed by the Open Observatory of Network Interference (OONI), a free software project (under The Tor Project) that aims to uncover internet censorship around the world.

Since 2012, OONI’s global community has collected millions of network measurements from more than 200 countries, shedding light on multiple cases of network interference.

<b>Collect evidence of internet censorship</b>
You can check whether and how websites and instant messaging apps are blocked. The network measurement data you will collect may serve as evidence of internet censorship.

<b>Detect systems responsible for censorship and surveillance</b>
OONI Probe tests are also designed to uncover the presence of systems (middleboxes) that could be responsible for censorship and surveillance.

<b>Measure the speed and performance of your network</b>
You can measure the speed and performance of your network by running OONI's implementation of the Network Diagnostic Test (NDT). You can also measure video streaming performance with the Dynamic Adaptive Streaming over HTTP (DASH) test.

<b>Open data</b>
OONI publishes network measurement data because open data allows third parties to verify OONI findings, conduct independent studies, and answer other research questions. Openly publishing OONI data also helps increase transparency of internet censorship around the world. You can explore and download OONI data here: https://ooni.io/data/

<b>Free software</b>
All OONI Probe tests (including our NDT and DASH implementations), are based on free and open source software. You can find OONI software projects on GitHub: https://github.com/ooni. Curious to learn how OONI Probe tests work? Learn more: https://ooni.io/nettest/

To receive updates from the OONI-verse, follow us on Twitter: https://twitter.com/OpenObservatory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Measure Internet Censorship, Speed & Performance
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
24 changes: 24 additions & 0 deletions fastlane/metadata/android/es-ES/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
¿Los sitios web y aplicaciones de redes sociales están siendo bloqueados? ¿Tu red es inusualmente lenta? ¡Corre OONI Probe para saberlo!

Con esta aplicación, examinarás si existe bloqueo de sitios web o aplicaciones de mensajería instantánea, medirás la velocidad y rendimiento de tu red, y comprobarás si hay sistemas que puedan realizar censura o vigilancia presentes en tu red.

OONI Probe es desarrollada por el Observatorio Abierto de Interferencia de Red (OONI), un proyecto de software libre (bajo el Proyecto Tor) que apunta a descubrir la censura de Internet por todo el mundo.

Desde 2012, la comunidad global de OONI ha recopilado millones de mediciones de red de más de 200 países, exponiendo múltiples casos de interferencia de red.

<b>Recopila evidencia de censura en Internet</b>
Puedes comprobar si están siendo bloqueados ciertos sitios web y aplicaciones de mensajería instantánea y conocer como lo hacen. Los datos de mediciones de red que recopiles pueden servir como evidencia de censura de Internet.

<b>Detecta sistemas responsables de censura y vigilancia</b>
Las pruebas de OONI Probe también están diseñadas para descubrir la presencia de sistemas (middleboxes) que pueden ser utilizados para llevar a cabo censura y vigilancia.

<b>Mide la velocidad y rendimiento de tu red</b>
Puedes medir la velocidad y rendimiento de tu red corriendo la implementación de OONI de la prueba de diagnóstico de red (NDT). También puedes medir el rendimiento del streaming de vídeo con la prueba streaming por adaptación dinámica sobre HTTP (DASH).

<b>Datos abiertos</b>
OONI publica datos de mediciones de red porque al colocar los datos en el dominio público permite que terceros verifiquen los hallazgos de OONI, conduzcan estudios independientes, y contesten otras preguntas de investigación. La publicación abierta de datos de OONI también ayuda a aumentar la transparencia acerca de la censura de Internet alrededor del mundo. Puedes explorar y descargar datos de OONI desde aquí: https://ooni.io/data/

<b>Software libre</b>
Todas las pruebas de OONI Probe (incluyendo nuestras implementaciones de NDT y DASH), están basadas en software libre y de código abierto. Puedes encontrar proyectos de software de OONI en GitHub: https://github.com/ooni. ¿Sientes curiosidad acerca de cómo funcionan las pruebas de OONI Probe? Conoce más en: https://ooni.io/nettest/

Para recibir actualizaciones del OONI-verso, síguenos en Twitter: https://twitter.com/OpenObservatory
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mide la censura, velocidad y rendimiento de Internet
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OONI Probe
Empty file.
Loading