mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
OONI Probe: update repo to use the new multiplatform project.
This commit is contained in:
parent
fc99f7fa1e
commit
9e68da43a2
29 changed files with 47 additions and 89 deletions
|
|
@ -5,72 +5,16 @@ License: BSD-2-Clause
|
|||
AuthorName: Open Observatory of Network Interference
|
||||
AuthorEmail: contact@openobservatory.org
|
||||
WebSite: https://ooni.org/
|
||||
SourceCode: https://github.com/ooni/probe-android
|
||||
SourceCode: https://github.com/ooni/probe-multiplatform
|
||||
IssueTracker: https://github.com/ooni/probe/issues
|
||||
Translation: https://www.transifex.com/otf/ooniprobe/
|
||||
Changelog: https://github.com/ooni/probe-android/releases
|
||||
Changelog: https://github.com/ooni/probe-multiplatform/releases
|
||||
Donate: https://ooni.org/donate/
|
||||
|
||||
AutoName: OONI Probe
|
||||
Description: |-
|
||||
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
|
||||
<a href="https://github.com/ooni">on Github</a>. Curious to learn how OONI Probe tests
|
||||
work? Learn more <a href="https://ooni.io/nettest">here</a>.
|
||||
|
||||
To receive updates from the OONI-verse,
|
||||
<a href="https://twitter.com/OpenObservatory">follow us on Twitter</a>
|
||||
|
||||
Disclaimer: Running OONI Probe might be against the terms of service of your ISP
|
||||
or legally questionable in your country. By running OONI Probe, you will connect
|
||||
to web services which might be banned. The OONI project will publish data
|
||||
submitted by probes, possibly including your IP address or other identifying
|
||||
information. In addition, your use of OONI Probe will be clear to anyone who has
|
||||
access to your computer, and to anyone who can monitor your Internet connection
|
||||
(such as your employer, ISP or government). Learn more about potential risks
|
||||
<a href="https://ooni.torproject.org/about/risks">here</a>
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ooni/probe-android.git
|
||||
Repo: https://github.com/ooni/probe-multiplatform.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
|
|
@ -747,7 +691,49 @@ Builds:
|
|||
- sed -i -e "/android {/alintOptions { disable 'ExtraTranslation' }" build.gradle
|
||||
ndk: r22b
|
||||
|
||||
- versionName: 5.0.3
|
||||
versionCode: 161
|
||||
commit: 4b1fb704811b368b95493092b12e22d04f39ac47
|
||||
subdir: composeApp
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's/include("x86".*/include("armeabi-v7a")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 5.0.3
|
||||
versionCode: 162
|
||||
commit: 4b1fb704811b368b95493092b12e22d04f39ac47
|
||||
subdir: composeApp
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's/include("x86".*/include("arm64-v8a")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 5.0.3
|
||||
versionCode: 163
|
||||
commit: 4b1fb704811b368b95493092b12e22d04f39ac47
|
||||
subdir: composeApp
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's/include("x86".*/include("x86")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 5.0.3
|
||||
versionCode: 164
|
||||
commit: 4b1fb704811b368b95493092b12e22d04f39ac47
|
||||
subdir: composeApp
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's/include("x86".*/include("x86_64")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.0.2
|
||||
CurrentVersionCode: 124
|
||||
VercodeOperation:
|
||||
- 1 + %c
|
||||
- 2 + %c
|
||||
- 3 + %c
|
||||
- 4 + %c
|
||||
UpdateCheckData: composeApp/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"(.*)"
|
||||
CurrentVersion: 5.0.3
|
||||
CurrentVersionCode: 164
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
المرصد المفتوح لتداخل الشبكة (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatori Obert d'Interferència en Xarxa (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Otevřené středisko pro sledování síťového rušení (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Offenes Observatorium von Netzerk-Interferenzen (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Open Observatory of Network Interference (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Malferma Observatorio pri Perturboj en Interreto (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatorio Abierto de Interferencia de Redes (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatoire Ouvert des Interférences du Réseau (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Faireachlann Oscailte um Chur Isteach Líonra (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
חוקר פתוח להפרעות תקשורת (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Open Observatory of Network Interference (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Osservatorio aperto delle interferenze di rete (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
ネットワーク干渉の公開観測所(OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Åpent observatorium for nettverksinterferens (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Otwarte Obserwatorium Zakłóceń w Sieci (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatório Aberto de Interferência de Rede (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatório Aberto de Interferência de Rede (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatório Aberto de Interferência de Rede (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatorul deschis al interferențelor în rețea (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Открытая обсерватория сетевых помех (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Observatori i Hapët i Intereferencave të Rrjetit (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Опсерваторија за отворено праћење мрежних сметњи (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fungua uchunguzi unaotatiza mtandao
|
||||
|
|
@ -1 +0,0 @@
|
|||
பிணையம் குறுக்கீட்டின் திறந்த ஆய்வகம் (ஓனி)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Ağ Girişimi Açık Gözlemevi (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Відкрита обсерваторія мережних перешкод (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
开放式网络干扰观测站 (OONI)
|
||||
|
|
@ -1 +0,0 @@
|
|||
開放式網絡干擾觀測站 (OONI)
|
||||
Loading…
Reference in a new issue