aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename app module to uiHarsh Shandilya2020-03-0952-6014/+0
* Migrate tunnel related classes to tunnel/ Gradle moduleHarsh Shandilya2020-03-0924-3485/+0
* ToolsInstaller: restrict to only main app usageJason A. Donenfeld2020-03-091-0/+2
* ToolsInstaller: remove versioningJason A. Donenfeld2020-03-091-2/+1
* RootShell: remove need for BuildConfigJason A. Donenfeld2020-03-091-2/+1
* Tunnel: move state change into interfaceJason A. Donenfeld2020-03-096-65/+23
* MainActivity: Dispatch insets to all fragmentsHarsh Shandilya2020-03-091-1/+3
* global: Use requireContext rather than getContext in fragmentsHarsh Shandilya2020-03-093-10/+10
* Backend: do not use singletonsJason A. Donenfeld2020-03-084-26/+33
* GoBackend: setConfigureIntent does nothingJason A. Donenfeld2020-03-082-10/+2
* ToolsInstaller: do not use RJason A. Donenfeld2020-03-091-3/+1
* RootShell: properly use errormessagesJason A. Donenfeld2020-03-094-33/+71
* ModuleDownloaderPreference: properly use errormessagesJason A. Donenfeld2020-03-092-2/+2
* ErrorMessages: do not use R from backendJason A. Donenfeld2020-03-096-47/+83
* ErrorMessages: do not traverse down into remote exceptionsJason A. Donenfeld2020-03-091-1/+6
* backend: do not depend on anything except configJason A. Donenfeld2020-03-0919-260/+370
* MainActivity: Remove unused importsHarsh Shandilya2020-02-281-4/+0
* ModuleLoader: Staticize isModuleLoadedHarsh Shandilya2020-02-283-4/+5
* Resolve some lint and build warningsHarsh Shandilya2020-02-261-1/+1
* ThemeChangeAwareActivity: Remove drawable cache busterHarsh Shandilya2020-02-251-35/+0
* MainActivity: Fix backstack bug exposed by fragment 1.2.2Harsh Shandilya2020-02-251-0/+1
* Resolve deprecation warningsHarsh Shandilya2020-02-252-7/+4
* Cleanup inset dispatch codeHarsh Shandilya2020-02-251-3/+2
* Ensure insets are dispatched to all fragmentsHarsh Shandilya2020-02-251-0/+19
* Setup EdgeToEdgeHarsh Shandilya2020-02-253-0/+10
* Add EdgeToEdge and coreKtx dependencyHarsh Shandilya2020-02-251-0/+67
* AppListDialogFragment: Revamp toggle logicHarsh Shandilya2020-02-231-1/+7
* AppListDialogFragment: Code cleanupHarsh Shandilya2020-02-231-9/+10
* AppListDialogFragment: change "Deselect All" to "Toggle All"Sébastien LEBEAU2020-02-231-2/+2
* SharedLibraryLoader: Fix leaked Closeable warningHarsh Shandilya2020-02-161-0/+1
* Record StrictMode failures to logcatHarsh Shandilya2020-02-161-0/+5
* Port tunnel creation UI from ViscerionHarsh Shandilya2020-02-149-918/+138
* Attribute: remove need for android TextUtilsJason A. Donenfeld2020-02-101-3/+12
* InetAddresses: don't have global android importJason A. Donenfeld2020-02-101-3/+2
* GoBackend: restrict APIs to proper versionJason A. Donenfeld2020-01-241-3/+3
* GoBackend: Ensure we're unmetered on API 29 as wellHarsh Shandilya2020-01-241-0/+5
* Rework timer in tunnel detailJason A. Donenfeld2020-01-231-15/+11
* Match lowercase asus phones for fab hackJason A. Donenfeld2020-01-231-1/+1
* GoBackend: set empty underlying networksJason A. Donenfeld2020-01-231-0/+1
* Introduce TunnelToggleActivityHarsh Shandilya2019-12-202-13/+61
* Use RequiresApi instead of TargetApiJason A. Donenfeld2019-12-202-4/+4
* QuickTileService: require phone be unlockedJason A. Donenfeld2019-11-271-6/+8
* Implement statisticsJason A. Donenfeld2019-11-205-6/+221
* ModuleLoader: sync file before renamingJason A. Donenfeld2019-10-221-2/+2
* ToolsInstaller: write to temporary file, fsync, renameJason A. Donenfeld2019-10-212-3/+8
* InetAddresses: cleanup and implement final fallbackJason A. Donenfeld2019-10-181-22/+30
* Application: put user agent in log to help debuggingJason A. Donenfeld2019-10-182-6/+16
* Suppress depreciation warningsJason A. Donenfeld2019-10-182-0/+3
* Google doesn't want to enable others to support free open source softwareJason A. Donenfeld2019-10-161-44/+0
* Download modules after verifying signify signatureJason A. Donenfeld2019-10-144-1/+307