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 fd573f6c1c ToolsInstaller: restrict to only main app usage hace 4 años
.idea Implement custom theming to match Google's AOSP design hace 4 años
app ToolsInstaller: restrict to only main app usage hace 4 años
gradle/wrapper Upgrade AGP and Gradle hace 4 años
.gitignore Update AGP to 3.5.0 hace 5 años
.gitmodules wg: remove mnl dependency and bump dep 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 Upgrade AGP and Kotlin hace 4 años
gradle.properties Migrate to AndroidX hace 5 años
gradlew Update Gradle to 6.0.1 hace 4 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 --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease