aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* preferences: add donation linkJason A. Donenfeld2019-10-123-0/+47
|
* libwg-go: update to go 1.13Jason A. Donenfeld2019-10-125-56/+40
|
* idea: update settings for 3.5Jason A. Donenfeld2019-10-121-38/+0
|
* Migrate to Android 10Harsh Shandilya2019-09-302-6/+14
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* InetAddresses: prepare for Android 10's real method supportJason A. Donenfeld2019-09-301-0/+2
|
* FragmentUtils: Directly cast context as SettingsActivityHarsh Shandilya2019-09-271-2/+2
| | | | | | | | ContextThemeWrapper#getContext seems to be an instance of ContextImpl now which is not public API and also not what we want. Directly cast context as SettingsActivity which seems to work exactly how we need this to. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Update runtime dependenciesHarsh Shandilya2019-09-271-6/+9
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Add LeakCanary to debug buildsHarsh Shandilya2019-09-271-0/+2
| | | | | | | LeakCanary is an advanced memory leak detection library for Android designed by the fine folks at Square. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Fix activity leak on Android QHarsh Shandilya2019-09-271-1/+10
| | | | | | | | | | This workaround was discussed at https://twitter.com/Piwai/status/1169274622614704129 after Google had closed the issuetracker with a WONTFIX at https://issuetracker.google.com/issues/139738913. The situation has since changed with Google promising a fix on October's ASB but since we can't really know, patch this ourselves for the timebeing. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Update to Golang 1.12.10Harsh Shandilya2019-09-271-1/+1
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Update AGP to 3.5.0Harsh Shandilya2019-09-272-2/+2
| | | | | | | Also update the gitignore to ignore the '.cxx' directory AGP 3.5.0 uses for native build artifacts. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Uprev to Gradle 5.6.2Harsh Shandilya2019-09-274-5/+27
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Version bumpJason A. Donenfeld2019-07-081-2/+2
|
* tools: bump depsJason A. Donenfeld2019-07-083-2/+12
|
* Version bumpJason A. Donenfeld2019-06-051-2/+2
|
* TunnelList: Get focus to toggle button via remote for Fire TVRevath S Kumar2019-06-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | This removes a no-longer-needed workaround for the ListView OnItemClickListener (it won't fire if a focusable view is inside the item view). Since converting our ListView instances to RecyclerView instances, we set the OnClick and OnLongClick listeners directly on the item view, and this workaround no longer has any effect. Unsurprisingly, the workaround breaks focusability of the Switch, which is necessary to toggle tunnels on devices with keypad-based navigation, such as the Fire TV. This commit also adds explicit focusability hints for the Switch. Related mail thread: https://lists.zx2c4.com/pipermail/wireguard/2019-May/004112.html Reported-by: Christophe-Marie Duquesne <chmd@chmd.fr> Reported-by: Revath S Kumar <gmail@revathskumar.com> [Samuel: sorted attributes; expanded commit message] Signed-off-by: Samuel Holland <samuel@sholland.org>
* libwg-go: bumpJason A. Donenfeld2019-06-053-13/+13
|
* Version bumpJason A. Donenfeld2019-03-191-2/+2
|
* InetEndpoint: properly match IPv6 addressesJason A. Donenfeld2019-03-191-1/+1
| | | | | | The old one didn't account for trailing digits. Reported-by: Brandon Jackson <bjackson@napshome.net>
* libwg-go: bumpJason A. Donenfeld2019-03-192-6/+6
|
* strings: %i is invalidJason A. Donenfeld2019-03-191-4/+4
|
* WgQuickBackend: pass result to error stringJason A. Donenfeld2019-03-161-1/+1
|
* Version bumpJason A. Donenfeld2019-03-083-9/+10
|
* libwg-go: use netpoll rather than rwcancelJason A. Donenfeld2019-03-072-8/+7
|
* libwg-go: don't use submoduleJason A. Donenfeld2019-03-0310-113/+41
|
* libwg-go: update to 1.12Jason A. Donenfeld2019-02-277-328/+49
|
* project: bump dependenciesJason A. Donenfeld2019-02-174-6/+6
|
* ToolsInstaller: fix typo on cleanupJason A. Donenfeld2019-02-171-1/+1
|
* Version bumpJason A. Donenfeld2019-02-151-2/+2
|
* tools: bump upstream versionJason A. Donenfeld2019-02-143-3/+1
| | | | | This now includes the latest ARM64 ChaCha20 implementation, which should improve performance.
* ToolsInstaller: Require Magisk 18Jason A. Donenfeld2019-02-141-6/+6
| | | | | People installing magisk modules are people capable of updating Magisk. No need to leave around old compat cruft.
* ToolsInstaller: Use chcon over restoreconHarsh Shandilya2019-02-141-1/+1
| | | | | | | | | | | restorecon probes file_contexts to get the context to be applied to the file. /sbin/.magisk does not exist in file_contexts for obvious reasons so restorecon always fails. Use chcon directly with the system_file context to allow contexts to be applied. Suggested-by: Chris Renshaw <osm0sis@outlook.com> Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Update copyrightJason A. Donenfeld2019-01-0780-80/+80
|
* PeerProxy: Only add IPv4 DNS servers when excluding private IPsSamuel Holland2019-01-071-0/+1
| | | | Reported-By: Christophe-Marie Duquesne <chmd@chmd.fr>
* Bump stream support libraries to latest stableHarsh Shandilya2018-12-181-1/+1
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* strings: squelch warning on multiple %sJason A. Donenfeld2018-12-181-2/+2
|
* Enable proguard and wire up rulesHarsh Shandilya2018-12-182-0/+7
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Version bumpJason A. Donenfeld2018-12-181-2/+2
|
* Migrate to AndroidXHarsh Shandilya2018-12-1866-164/+165
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Bump the go runtimeJason A. Donenfeld2018-12-161-1/+1
|
* InetEndpoint: disallow huge portsJason A. Donenfeld2018-12-151-1/+1
|
* Adjust code generation to match existing styleSamuel Holland2018-12-151-0/+3
|
* Clean up error messagesSamuel Holland2018-12-1515-113/+217
|
* Provide semantically meaningful exceptions for translationSamuel Holland2018-12-1518-186/+364
|
* Bump the go runtimeJason A. Donenfeld2018-12-151-1/+1
|
* Fix locale usageJason A. Donenfeld2018-12-1112-49/+35
|
* Version bumpJason A. Donenfeld2018-12-111-2/+2
|
* Squelch xml warningJason A. Donenfeld2018-12-111-1/+1
|
* Throw illegalargumentexception instead of nullpointerexception for builder errorsJason A. Donenfeld2018-12-113-3/+10
|
* Unwrap the correct exceptionZachary Wander2018-12-111-1/+1
|