eduvpn / android

Android eduVPN application
https://play.google.com/store/apps/details?id=nl.eduvpn.app&hl=en
GNU General Public License v3.0
126 stars 44 forks source link

Use common Go library #397

Closed dzolnai closed 10 months ago

dzolnai commented 11 months ago

Very large PR, since this library replaces about 80% of the functionality we have. It was not possible to do this in multiple PRs, because the storage has also moved to the Go library, so the state was also moved there.

Because of this change, a lot of our libraries (AppAuth, OkHttp, libSodium) could be removed, because they are not needed anymore.