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
/
app
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-09
Rename app module to ui
Harsh Shandilya
52
-6014
/
+0
2020-03-09
Migrate tunnel related classes to tunnel/ Gradle module
Harsh Shandilya
24
-3485
/
+0
2020-03-09
ToolsInstaller: restrict to only main app usage
Jason A. Donenfeld
1
-0
/
+2
2020-03-09
ToolsInstaller: remove versioning
Jason A. Donenfeld
1
-2
/
+1
2020-03-09
RootShell: remove need for BuildConfig
Jason A. Donenfeld
1
-2
/
+1
2020-03-09
Tunnel: move state change into interface
Jason A. Donenfeld
6
-65
/
+23
2020-03-09
MainActivity: Dispatch insets to all fragments
Harsh Shandilya
1
-1
/
+3
2020-03-09
global: Use requireContext rather than getContext in fragments
Harsh Shandilya
3
-10
/
+10
2020-03-08
Backend: do not use singletons
Jason A. Donenfeld
4
-26
/
+33
2020-03-08
GoBackend: setConfigureIntent does nothing
Jason A. Donenfeld
2
-10
/
+2
2020-03-09
ToolsInstaller: do not use R
Jason A. Donenfeld
1
-3
/
+1
2020-03-09
RootShell: properly use errormessages
Jason A. Donenfeld
4
-33
/
+71
2020-03-09
ModuleDownloaderPreference: properly use errormessages
Jason A. Donenfeld
2
-2
/
+2
2020-03-09
ErrorMessages: do not use R from backend
Jason A. Donenfeld
6
-47
/
+83
2020-03-09
ErrorMessages: do not traverse down into remote exceptions
Jason A. Donenfeld
1
-1
/
+6
2020-03-09
backend: do not depend on anything except config
Jason A. Donenfeld
19
-260
/
+370
2020-02-28
MainActivity: Remove unused imports
Harsh Shandilya
1
-4
/
+0
2020-02-28
ModuleLoader: Staticize isModuleLoaded
Harsh Shandilya
3
-4
/
+5
2020-02-26
Resolve some lint and build warnings
Harsh Shandilya
1
-1
/
+1
2020-02-25
ThemeChangeAwareActivity: Remove drawable cache buster
Harsh Shandilya
1
-35
/
+0
2020-02-25
MainActivity: Fix backstack bug exposed by fragment 1.2.2
Harsh Shandilya
1
-0
/
+1
2020-02-25
Resolve deprecation warnings
Harsh Shandilya
2
-7
/
+4
2020-02-25
Cleanup inset dispatch code
Harsh Shandilya
1
-3
/
+2
2020-02-25
Ensure insets are dispatched to all fragments
Harsh Shandilya
1
-0
/
+19
2020-02-25
Setup EdgeToEdge
Harsh Shandilya
3
-0
/
+10
2020-02-25
Add EdgeToEdge and coreKtx dependency
Harsh Shandilya
1
-0
/
+67
2020-02-23
AppListDialogFragment: Revamp toggle logic
Harsh Shandilya
1
-1
/
+7
2020-02-23
AppListDialogFragment: Code cleanup
Harsh Shandilya
1
-9
/
+10
2020-02-23
AppListDialogFragment: change "Deselect All" to "Toggle All"
Sébastien LEBEAU
1
-2
/
+2
2020-02-16
SharedLibraryLoader: Fix leaked Closeable warning
Harsh Shandilya
1
-0
/
+1
2020-02-16
Record StrictMode failures to logcat
Harsh Shandilya
1
-0
/
+5
2020-02-14
Port tunnel creation UI from Viscerion
Harsh Shandilya
9
-918
/
+138
2020-02-10
Attribute: remove need for android TextUtils
Jason A. Donenfeld
1
-3
/
+12
2020-02-10
InetAddresses: don't have global android import
Jason A. Donenfeld
1
-3
/
+2
2020-01-24
GoBackend: restrict APIs to proper version
Jason A. Donenfeld
1
-3
/
+3
2020-01-24
GoBackend: Ensure we're unmetered on API 29 as well
Harsh Shandilya
1
-0
/
+5
2020-01-23
Rework timer in tunnel detail
Jason A. Donenfeld
1
-15
/
+11
2020-01-23
Match lowercase asus phones for fab hack
Jason A. Donenfeld
1
-1
/
+1
2020-01-23
GoBackend: set empty underlying networks
Jason A. Donenfeld
1
-0
/
+1
2019-12-20
Introduce TunnelToggleActivity
Harsh Shandilya
2
-13
/
+61
2019-12-20
Use RequiresApi instead of TargetApi
Jason A. Donenfeld
2
-4
/
+4
2019-11-27
QuickTileService: require phone be unlocked
Jason A. Donenfeld
1
-6
/
+8
2019-11-20
Implement statistics
Jason A. Donenfeld
5
-6
/
+221
2019-10-22
ModuleLoader: sync file before renaming
Jason A. Donenfeld
1
-2
/
+2
2019-10-21
ToolsInstaller: write to temporary file, fsync, rename
Jason A. Donenfeld
2
-3
/
+8
2019-10-18
InetAddresses: cleanup and implement final fallback
Jason A. Donenfeld
1
-22
/
+30
2019-10-18
Application: put user agent in log to help debugging
Jason A. Donenfeld
2
-6
/
+16
2019-10-18
Suppress depreciation warnings
Jason A. Donenfeld
2
-0
/
+3
2019-10-16
Google doesn't want to enable others to support free open source software
Jason A. Donenfeld
1
-44
/
+0
2019-10-14
Download modules after verifying signify signature
Jason A. Donenfeld
4
-1
/
+307
[next]