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.
 
 
 
 
 
 
Harsh Shandilya 0db233e5c7 Use dark system bars on API 21 il y a 4 ans
.idea Implement custom theming to match Google's AOSP design il y a 4 ans
gradle/wrapper Upgrade AGP and Gradle il y a 4 ans
tunnel WgQuickBackend: by default use single-tunnel mode like GoBackend, but add option il y a 4 ans
ui Use dark system bars on API 21 il y a 4 ans
.gitignore Update AGP to 3.5.0 il y a 5 ans
.gitmodules Migrate tunnel related classes to tunnel/ Gradle module il y a 4 ans
COPYING global: move to Apache 2.0 il y a 6 ans
README.md libwg-go: update to go 1.13 il y a 5 ans
build.gradle Migrate tunnel related classes to tunnel/ Gradle module il y a 4 ans
gradle.properties Migrate to AndroidX il y a 5 ans
gradlew Update Gradle to 6.0.1 il y a 4 ans
nonnull.gradle Enable nonnull generation for tunnel module il y a 4 ans
settings.gradle Rename app module to ui il y a 4 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 --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease