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.
 
 
 
 
 
 
Jason A. Donenfeld b9948085a4 ThemeChangeAwareActivity: recreate activity after changing theme hace 4 años
.idea Implement custom theming to match Google's AOSP design hace 4 años
gradle/wrapper Upgrade AGP and Gradle hace 4 años
tunnel WgQuickBackend: by default use single-tunnel mode like GoBackend, but add option hace 4 años
ui ThemeChangeAwareActivity: recreate activity after changing theme hace 4 años
.gitignore Update AGP to 3.5.0 hace 5 años
.gitmodules Migrate tunnel related classes to tunnel/ Gradle module hace 4 años
COPYING global: move to Apache 2.0 hace 6 años
README.md libwg-go: update to go 1.13 hace 5 años
build.gradle Migrate tunnel related classes to tunnel/ Gradle module hace 4 años
gradle.properties Migrate to AndroidX hace 5 años
gradlew Update Gradle to 6.0.1 hace 4 años
nonnull.gradle Enable nonnull generation for tunnel module hace 4 años
settings.gradle Rename app module to ui hace 4 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 --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease