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 e29c21f8df Application: refuse to run on old android pirms 6 gadiem
.idea global: Add nullity annotations pirms 6 gadiem
app Application: refuse to run on old android pirms 6 gadiem
gradle/wrapper app: Regularly scheduled gradle updates 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 app: Regularly scheduled gradle updates pirms 6 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