Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Jason A. Donenfeld 8ec2cc8582 FloatingActionsMenu: don't wrap context on asus api 21 il y a 6 ans
.idea global: Add nullity annotations il y a 6 ans
app FloatingActionsMenu: don't wrap context on asus api 21 il y a 6 ans
gradle/wrapper app: Regularly scheduled gradle updates il y a 6 ans
.gitignore global: Add nullity annotations il y a 6 ans
.gitmodules GoBackend: integrate into app il y a 6 ans
COPYING global: move to Apache 2.0 il y a 6 ans
README.md global: move to Apache 2.0 il y a 6 ans
build.gradle app: Regularly scheduled gradle updates il y a 6 ans
gradle.properties project: Create empty project with WireGuard icon il y a 7 ans
gradlew wg-build: Update gradle build files il y a 6 ans
settings.gradle project: Create empty project with WireGuard icon il y a 7 ans

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