ooni / probe

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

probe-android: come up with better ways of sharing apk for testing #2643

Closed hellais closed 6 months ago

hellais commented 6 months ago

Currently the workflow for creating and sharing apks for test branches is suboptimal.

We should look into using some other solutions to make it easier to test feature branches.

@aanorbel was suggesting to look into: https://firebase.google.com/docs/app-distribution

It would be very nice if this was integrated with github actions so that we can easily click and download the apk from the PR and test it for each branch. This actions looks promising: https://github.com/marketplace/actions/firebase-app-distribution-action.

Stretch goal: integrate this into https://appetize.io/ so we can do live preview in the browser of a apk build 🎉