Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Jason A. Donenfeld e1965f121c Lowercase endpoint in exception message pirms 5 gadiem
.idea Remodel the Model pirms 5 gadiem
app Lowercase endpoint in exception message pirms 5 gadiem
gradle/wrapper Update gradle and external deps pirms 6 gadiem
.gitignore global: Add nullity annotations pirms 6 gadiem
.gitmodules GoBackend: integrate into app pirms 6 gadiem
COPYING global: move to Apache 2.0 pirms 6 gadiem
README.md global: move to Apache 2.0 pirms 6 gadiem
build.gradle Remodel the Model pirms 5 gadiem
gradle.properties project: Create empty project with WireGuard icon pirms 7 gadiem
gradlew wg-build: Update gradle build files pirms 6 gadiem
settings.gradle project: Create empty project with WireGuard icon pirms 7 gadiem

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