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
/
ui
/
src
/
main
/
java
/
com
/
wireguard
/
android
/
preference
Age
Commit message (
Expand
)
Author
2023-03-23
ui: bring back donation button
Jason A. Donenfeld
2023-03-21
global: bump copyright date
Jason A. Donenfeld
2022-01-08
ui: make when statements exhaustive everywhere
Harsh Shandilya
2021-10-29
global: bump copyright year
Jason A. Donenfeld
2021-10-29
tunnel: remove kernel module downloader
Jason A. Donenfeld
2021-05-06
ui: update datastore and rework api
Jason A. Donenfeld
2021-05-05
ui: replace deprecated string operations
Harsh Shandilya
2020-10-02
DownloadsFileSaver: initialize callback in constructor, not on the fly
Jason A. Donenfeld
2020-09-26
ui: queue up tunnel mutating on activity scope instead of fragment scope
Jason A. Donenfeld
2020-09-18
ui: move to Jetpack DataStore instead of SharedPrefs
Jason A. Donenfeld
2020-09-17
DownloadsFileSaver: encapsulate permission checks
Jason A. Donenfeld
2020-09-16
ZipExporterPreference: don't ask for storage permissions on newer android
Jason A. Donenfeld
2020-09-16
global: lint codebase with recent changes
Jason A. Donenfeld
2020-09-16
ui: don't use low-level logger API
Harsh Shandilya
2020-09-16
coroutines: lifecycleScope is by default on Main.immediate
Jason A. Donenfeld
2020-09-15
coroutines: use lifecycleScope where appropriate
Jason A. Donenfeld
2020-09-15
coroutines: convert the rest
Jason A. Donenfeld
2020-09-14
coroutines: convert low-hanging fruits
Jason A. Donenfeld
2020-07-23
AdminKnobs: allow enterprise admins to disable private key export
Jason A. Donenfeld
2020-04-07
KernelModuleDisablerPreference: do not make synchronous calls to getBackend
Jason A. Donenfeld
2020-03-30
global: cleanup code style
Jason A. Donenfeld
2020-03-30
BiometricAuthenticator: rework logic and bugs
Jason A. Donenfeld
2020-03-30
BiometricAuthenticator: implement biometric authentication for sensitive oper...
Harsh Shandilya
2020-03-28
global: hardcode tags so that minification doesn't ruin the log
Jason A. Donenfeld
2020-03-28
ui: Remove unnecessary non-null assertion in TAG fields
Harsh Shandilya
2020-03-28
ui: use kotlin class instead of java class for tag
Jason A. Donenfeld
2020-03-27
databinding: simplify and address warnings
Jason A. Donenfeld
2020-03-27
ui: Replace ErrorMessages getter with indexing operator
Harsh Shandilya
2020-03-26
ObservableTunnel: port to kotlin
Jason A. Donenfeld
2020-03-26
ui: root: rewrite in kotlin
Jason A. Donenfeld
2020-03-26
Introduce realtime log viewer
Harsh Shandilya
2020-03-25
LogExporterPreference: Don't ask for storage permissions on Android 10 and above
Harsh Shandilya
2020-03-20
Replace PermissionRequestCallback with direct methods
Harsh Shandilya
2020-03-20
Convert activity package to Kotlin
Harsh Shandilya
2020-03-19
preferences: rewrite in kotlin
Jason A. Donenfeld
2020-03-17
preference: restart application immediately
Jason A. Donenfeld
2020-03-10
ModuleDownloaderPreference: remove disable_kernel_module after downloading
Jason A. Donenfeld
2020-03-10
ui: Codestyle cleanups
Harsh Shandilya
2020-03-09
KernelModuleDisablerPreference: turn off tunnels before switching backend
Jason A. Donenfeld
2020-03-09
KernelModuleDisabler: allow disabling the kernel module backend
Jason A. Donenfeld
2020-03-09
VersionPreference: reverse go and wgquick titles
Jason A. Donenfeld
2020-03-09
global: format code
Jason A. Donenfeld
2020-03-09
global: optimize imports
Jason A. Donenfeld
2020-03-09
global: get rid of nonnull gradle hack
Jason A. Donenfeld
2020-03-09
ModuleLoader: move to right project
Jason A. Donenfeld
2020-03-09
Rename app module to ui
Harsh Shandilya