Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Samuel Holland 2e8d566bd4 Clean up error messages hace 5 años
.idea Remodel the Model hace 5 años
app Clean up error messages hace 5 años
gradle/wrapper Update gradle and external deps hace 6 años
.gitignore global: Add nullity annotations hace 6 años
.gitmodules GoBackend: integrate into app hace 6 años
COPYING global: move to Apache 2.0 hace 6 años
README.md global: move to Apache 2.0 hace 6 años
build.gradle Remodel the Model hace 5 años
gradle.properties project: Create empty project with WireGuard icon hace 7 años
gradlew wg-build: Update gradle build files hace 6 años
settings.gradle project: Create empty project with WireGuard icon hace 7 años

README.md

Android GUI for WireGuard

Download from the Play Store

This is an Android GUI for WireGuard. It opportunistically uses the kernel implementation, and falls back to using the non-root userspace implementation.

Building

$ git clone https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ git submodule init
$ git submodule update
$ ./gradlew assembleRelease