ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
754 stars 142 forks source link

mobile: make sure we use check-in instead of test-list/urls API #2390

Closed bassosimone closed 1 year ago

bassosimone commented 1 year ago

After https://github.com/ooni/probe-cli/pull/1007, the engine will only expose the check-in API. We already have code in probe-android using such an API. We need to make sure we're not using other APIs and migrate them to check-in.

Additionally, https://github.com/ooni/probe-cli/pull/1007 contains another change where the method name used to set categories for Web Connectivity has changed from .Add to .AddCategory.

bassosimone commented 1 year ago

We can close this issue right about now. The pull requests implementing the changes have been merged to the main branch. Eventually there will be releases that only use the check-in API for fetching URLs from the OONI backend.