File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
metadata/ooni/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ android {
181181 applicationId = config.appId
182182 minSdk = libs.versions.android.minSdk.get().toInt()
183183 targetSdk = libs.versions.android.targetSdk.get().toInt()
184- versionCode = 200 // Always increment by 10. See fdroid flavor below
185- versionName = " 5.0.6 "
184+ versionCode = 210 // Always increment by 10. See fdroid flavor below
185+ versionName = " 5.1.0 "
186186 resValue(" string" , " app_name" , config.appName)
187187 resValue(" string" , " ooni_run_enabled" , config.supportsOoniRun.toString())
188188 resValue(
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
44NMS_BUNDLE_ID=com.dw.ooniprobe
55NMS_APP_NAME=News Media Scan
66NMS_TEAM_ID=D6848Q89CC
7- APP_VERSION=5.0.6
8- BUNDLE_VERSION=200
7+ APP_VERSION=5.1.0
8+ BUNDLE_VERSION=210
Original file line number Diff line number Diff line change 1- * Measurement engine synced with OONI Probe CLI v3.25.0.
2- * Fix running OONI Run link tests with large amounts of URLs.
3- * Dark-mode splash screen on Android.
4- * Other bug fixes and improvements.
1+ * Measurement engine updated to OONI Probe CLI v3.26.0
2+ * Filter results by date and network
3+ * Mark multiple results as viewed
4+ * Delete results selectively
5+ * New contact screen, with the ability to include logs
6+ * Improved translation of plurals
7+ * Predictive back on Android
8+ * Chosen websites for testing are kept from the previous run
9+ * Various minor bug fixes and enhancements
You can’t perform that action at this time.
0 commit comments