relaycorp / relayverse

Issues that apply to multiple Awala-related projects from Relaycorp
https://github.com/relaycorp/relayverse/issues
0 stars 0 forks source link

Port changes to communicate across Internet gateways in Android apps #40

Closed gnarea closed 2 years ago

gnarea commented 2 years ago

We have to port some backwardly-incompatible changes from the JVM lib in order to fix a wider issue in the protocol. I already ported them to the Courier app but we still have to port them to the Ping and Gateway apps.

The high-level changes are:

So this is basically what we have to do:

Filmaluco commented 2 years ago

PR for the first step: https://github.com/relaycorp/awala-endpoint-android/pull/263

2nd step pending 1st