index
:
wireguard-android
build/http-proxy
build13
build14
build15
build16
build17
build18
build19
build20
build21
build22
build23
build24
build25
build26
build27
build3
build4
build5
build6
build7
build8
build9
dhcp
dmwg-0.0.1
expr-tun
fix/app-list
gonet
grpc-turnon
gvisor
gvisor-transparent-proxy
http-proxy-fsm
httpproxyitems
m7n
master
miles/gonet
new/dhcp
new/gonet
new/http-proxy
new/tunnel-config-actions
new2/build
old/dhcp
old/dhcp2
old/dhcp3
old/dhcp4
peer-status-observable
tunnel-config-actions
version
WireGuard Android
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
com
/
wireguard
/
android
/
activity
/
BaseActivity.java
Age
Commit message (
Expand
)
Author
2020-03-09
Rename app module to ui
Harsh Shandilya
2020-03-09
backend: do not depend on anything except config
Jason A. Donenfeld
2019-01-07
Update copyright
Jason A. Donenfeld
2018-12-18
Migrate to AndroidX
Harsh Shandilya
2018-09-06
global: update copyright headers
Jason A. Donenfeld
2018-07-26
TunnelDetailFragment now restores state correctly after process death
Eric Kuck
2018-07-13
global: Add nullity annotations
Eric Kuck
2018-07-09
Request VPN permissions on activation
Eric Kuck
2018-07-08
Use instanceOf instead of getClass
Jason A. Donenfeld
2018-07-06
global: move to Apache 2.0
Jason A. Donenfeld
2018-06-23
treewide: Optimize imports
Harsh Shandilya
2018-06-14
global: supply backend asynchronously
Jason A. Donenfeld
2018-06-07
BaseActivity: style
Jason A. Donenfeld
2018-06-07
Give Samuel heart attack by removing Dagger
Jason A. Donenfeld
2018-06-05
DarkMode: move to shared preferences listener
Jason A. Donenfeld
2018-06-04
BaseActivity: support android 5 and 6 when clearing drawable cache
Jason A. Donenfeld
2018-06-04
BaseActivity: invalidate icon cache on Android P
Jason A. Donenfeld
2018-06-01
BaseActivity: flush themed icon cache on theme change
Jason A. Donenfeld
2018-06-01
theme: add dark theme with toggle
Jason A. Donenfeld
2018-05-03
global: fix up copyrights
Jason A. Donenfeld
2018-05-02
global: Add or update copyright headers in Java code
Samuel Holland
2018-04-30
global: Clean up Java
Samuel Holland
2018-04-30
Prefer AppCompat classes
Harsh Shandilya
2018-04-17
GoBackend: Use the android VpnService to encapsulate the go backend
Aurélien Chabot
2018-01-07
BaseActivity: Make variable names consistent
Samuel Holland
2018-01-07
Move bundle keys where they are used
Samuel Holland
2018-01-06
project: Minor cleanups
Samuel Holland
2018-01-06
activity: Remove useless indirection
Samuel Holland
2018-01-06
Serviceless rewrite, part 1
Samuel Holland