index
:
wireguard-android
hs/build-upgrades
jd/icu-units
lr/for-jason
master
Android GUI for WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ui
/
src
/
main
/
java
/
com
/
wireguard
/
android
/
preference
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
DonatePreferences: use toUri() extension
Jason A. Donenfeld
1
-1
/
+2
2025-05-19
global: update copyright notices
Jason A. Donenfeld
7
-7
/
+7
2023-05-10
ui: add shortcut for adding quick settings tile
Jason A. Donenfeld
1
-0
/
+50
2023-05-08
gradle: restore play runtime detection
Jason A. Donenfeld
1
-2
/
+2
2023-05-05
ui: reformat all code
Jason A. Donenfeld
1
-6
/
+10
2023-05-04
gradle: remove runtime detection of play store
Jason A. Donenfeld
1
-3
/
+2
2023-05-01
ui: handle update signatures
Jason A. Donenfeld
1
-14
/
+2
2023-04-05
ui: distinguish play store installs at runtime for reproducible builds
Jason A. Donenfeld
1
-2
/
+15
2023-04-04
ui: always use MaterialAlertDialogBuilder
Jason A. Donenfeld
1
-3
/
+5
2023-04-04
ui: use ErrorMessages consistently
Jason A. Donenfeld
2
-2
/
+4
2023-04-04
ui: never throw on link clicks
Jason A. Donenfeld
2
-4
/
+6
2023-03-24
ui: bring back donation button
Jason A. Donenfeld
1
-0
/
+38
2023-03-21
global: bump copyright date
Jason A. Donenfeld
5
-5
/
+5
2022-01-08
ui: make when statements exhaustive everywhere
Harsh Shandilya
1
-0
/
+1
2021-10-29
global: bump copyright year
Jason A. Donenfeld
5
-5
/
+5
2021-10-29
tunnel: remove kernel module downloader
Jason A. Donenfeld
2
-78
/
+8
2021-05-06
ui: update datastore and rework api
Jason A. Donenfeld
1
-18
/
+21
2021-05-05
ui: replace deprecated string operations
Harsh Shandilya
1
-3
/
+2
2020-10-02
DownloadsFileSaver: initialize callback in constructor, not on the fly
Jason A. Donenfeld
1
-1
/
+3
2020-09-26
ui: queue up tunnel mutating on activity scope instead of fragment scope
Jason A. Donenfeld
1
-1
/
+3
2020-09-18
ui: move to Jetpack DataStore instead of SharedPrefs
Jason A. Donenfeld
3
-12
/
+142
2020-09-17
DownloadsFileSaver: encapsulate permission checks
Jason A. Donenfeld
1
-14
/
+9
2020-09-16
ZipExporterPreference: don't ask for storage permissions on newer android
Jason A. Donenfeld
1
-4
/
+9
2020-09-16
global: lint codebase with recent changes
Jason A. Donenfeld
1
-1
/
+2
2020-09-16
ui: don't use low-level logger API
Harsh Shandilya
1
-1
/
+1
2020-09-16
coroutines: lifecycleScope is by default on Main.immediate
Jason A. Donenfeld
5
-7
/
+7
2020-09-15
coroutines: use lifecycleScope where appropriate
Jason A. Donenfeld
5
-26
/
+23
2020-09-15
coroutines: convert the rest
Jason A. Donenfeld
5
-81
/
+86
2020-09-14
coroutines: convert low-hanging fruits
Jason A. Donenfeld
3
-44
/
+63
2020-07-23
AdminKnobs: allow enterprise admins to disable private key export
Jason A. Donenfeld
1
-0
/
+2
2020-04-07
KernelModuleDisablerPreference: do not make synchronous calls to getBackend
Jason A. Donenfeld
1
-8
/
+17
2020-03-30
global: cleanup code style
Jason A. Donenfeld
1
-3
/
+3
2020-03-30
BiometricAuthenticator: rework logic and bugs
Jason A. Donenfeld
1
-1
/
+2
2020-03-30
BiometricAuthenticator: implement biometric authentication for sensitive operations
Harsh Shandilya
1
-5
/
+20
2020-03-28
global: hardcode tags so that minification doesn't ruin the log
Jason A. Donenfeld
1
-1
/
+1
2020-03-28
ui: Remove unnecessary non-null assertion in TAG fields
Harsh Shandilya
1
-1
/
+1
2020-03-28
ui: use kotlin class instead of java class for tag
Jason A. Donenfeld
1
-1
/
+1
2020-03-27
databinding: simplify and address warnings
Jason A. Donenfeld
1
-1
/
+1
2020-03-27
ui: Replace ErrorMessages getter with indexing operator
Harsh Shandilya
2
-2
/
+2
2020-03-26
ObservableTunnel: port to kotlin
Jason A. Donenfeld
1
-1
/
+1
2020-03-26
ui: root: rewrite in kotlin
Jason A. Donenfeld
1
-1
/
+1
2020-03-26
Introduce realtime log viewer
Harsh Shandilya
1
-101
/
+0
2020-03-25
LogExporterPreference: Don't ask for storage permissions on Android 10 and above
Harsh Shandilya
1
-6
/
+12
2020-03-20
Replace PermissionRequestCallback with direct methods
Harsh Shandilya
2
-23
/
+12
2020-03-20
Convert activity package to Kotlin
Harsh Shandilya
2
-12
/
+22
2020-03-19
preferences: rewrite in kotlin
Jason A. Donenfeld
12
-600
/
+452
2020-03-17
preference: restart application immediately
Jason A. Donenfeld
2
-19
/
+14
2020-03-10
ModuleDownloaderPreference: remove disable_kernel_module after downloading
Jason A. Donenfeld
2
-5
/
+6
2020-03-10
ui: Codestyle cleanups
Harsh Shandilya
2
-6
/
+6
2020-03-09
KernelModuleDisablerPreference: turn off tunnels before switching backend
Jason A. Donenfeld
1
-10
/
+25
[next]