aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Google doesn't want to enable others to support free open source softwareJason A. Donenfeld2019-10-163-47/+0
| | | | | | | | | | Revert "preferences: add donation link" This reverts commit e5455f579aec48abb30ba68b0248b02d79303126. The app was removed from the Play Store for violating their payments policy. Upon filing an appeal, I was told that they do not allow donations to projects like WireGuard.
* Version bumpJason A. Donenfeld2019-10-141-1/+1
|
* Download modules after verifying signify signatureJason A. Donenfeld2019-10-147-1/+316
|
* Revert "Fix activity leak on Android Q"Jason A. Donenfeld2019-10-132-12/+1
| | | | | | This reverts commit 489518000971914b2608da43e2146690dcc02cb9. October has arrived.
* Version bumpJason A. Donenfeld2019-10-131-1/+1
|
* libwg-go: overwrite socket directory correctlyJason A. Donenfeld2019-10-131-1/+1
|
* Version bumpJason A. Donenfeld2019-10-131-2/+2
|
* proguard: reenable obfuscationJason A. Donenfeld2019-10-131-2/+0
| | | | Android bundles let us keep everything together.
* libwg-go: version bumpJason A. Donenfeld2019-10-132-6/+6
|
* ToolsInstaller: extract from apk instead of relying on native extractionJason A. Donenfeld2019-10-133-51/+39
|
* SharedLibraryLoader: separate out extractionJason A. Donenfeld2019-10-131-29/+35
|
* libwg-go: overwrite socket directory correctlyJason A. Donenfeld2019-10-131-1/+1
|
* SharedLibraryLoader: prioritize ABI orderingJason A. Donenfeld2019-10-131-10/+10
|
* SharedLibraryLoader: iterate through all apks for bundlesJason A. Donenfeld2019-10-131-30/+41
|
* Version bumpJason A. Donenfeld2019-10-121-2/+2
|
* tools: prepare for binder usage in wg-quickNicolas Douma2019-10-122-1/+2
| | | | Signed-off-by: Nicolas Douma <nicolas@serveur.io>
* Activity: make dark/night theme follow system on QJason A. Donenfeld2019-10-123-6/+17
|
* Application: use preferences from compat libsJason A. Donenfeld2019-10-121-1/+1
|
* export: use content resolver on android Q+Jason A. Donenfeld2019-10-125-38/+125
|
* 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.