aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradle/wrapper (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-15Update Gradle to 6.0.1Harsh Shandilya2-1/+1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-11-27QuickTileService: require phone be unlockedJason A. Donenfeld1-6/+8
Reported-by: Simon <simon@laro.se> Reported-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-11-20Version bump0.0.20191120Jason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-11-20Implement statisticsJason A. Donenfeld11-7/+277
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-22ModuleLoader: sync file before renamingJason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-21ToolsInstaller: write to temporary file, fsync, renameJason A. Donenfeld2-3/+8
Reported-by: Andre Christanto <christantoandre@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18libwg-go: version bumpJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18Version bump0.0.20191018Jason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18InetAddresses: cleanup and implement final fallbackJason A. Donenfeld1-22/+30
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18libwg-go: version bumpJason A. Donenfeld3-11/+11
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18Application: put user agent in log to help debuggingJason A. Donenfeld2-6/+16
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-18Suppress depreciation warningsJason A. Donenfeld2-0/+3
We know what we're doing here, and it's not nice. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-16Version bump0.0.20191016Jason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-16tools: bump wg-quickJason A. Donenfeld1-0/+0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-16Version bumpJason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-16Google doesn't want to enable others to support free open source softwareJason A. Donenfeld3-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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-14Version bump0.0.20191013Jason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-14Download modules after verifying signify signatureJason A. Donenfeld7-1/+316
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13Revert "Fix activity leak on Android Q"Jason A. Donenfeld2-12/+1
This reverts commit 489518000971914b2608da43e2146690dcc02cb9. October has arrived. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13Version bumpJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13libwg-go: overwrite socket directory correctlyJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13Version bumpJason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13proguard: reenable obfuscationJason A. Donenfeld1-2/+0
Android bundles let us keep everything together. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13libwg-go: version bumpJason A. Donenfeld2-6/+6
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13ToolsInstaller: extract from apk instead of relying on native extractionJason A. Donenfeld3-51/+39
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13SharedLibraryLoader: separate out extractionJason A. Donenfeld1-29/+35
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13libwg-go: overwrite socket directory correctlyJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13SharedLibraryLoader: prioritize ABI orderingJason A. Donenfeld1-10/+10
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-13SharedLibraryLoader: iterate through all apks for bundlesJason A. Donenfeld1-30/+41
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12Version bump0.0.20191012Jason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12tools: prepare for binder usage in wg-quickNicolas Douma2-1/+2
Signed-off-by: Nicolas Douma <nicolas@serveur.io> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12Activity: make dark/night theme follow system on QJason A. Donenfeld3-6/+17
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12Application: use preferences from compat libsJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12export: use content resolver on android Q+Jason A. Donenfeld5-38/+125
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12preferences: add donation linkJason A. Donenfeld3-0/+47
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12libwg-go: update to go 1.13Jason A. Donenfeld5-56/+40
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-10-12idea: update settings for 3.5Jason A. Donenfeld1-38/+0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-09-30Migrate to Android 10Harsh Shandilya2-6/+14
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-09-30InetAddresses: prepare for Android 10's real method supportJason A. Donenfeld1-0/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-09-27FragmentUtils: Directly cast context as SettingsActivityHarsh Shandilya1-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 <me@msfjarvis.dev>
2019-09-27Update runtime dependenciesHarsh Shandilya1-6/+9
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-09-27Add LeakCanary to debug buildsHarsh Shandilya1-0/+2
LeakCanary is an advanced memory leak detection library for Android designed by the fine folks at Square. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-09-27Fix activity leak on Android QHarsh Shandilya1-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 <me@msfjarvis.dev>
2019-09-27Update to Golang 1.12.10Harsh Shandilya1-1/+1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-09-27Update AGP to 3.5.0Harsh Shandilya2-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 <me@msfjarvis.dev>
2019-09-27Uprev to Gradle 5.6.2Harsh Shandilya4-5/+27
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-07-08Version bump0.0.20190708Jason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-07-08tools: bump depsJason A. Donenfeld3-2/+12
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-06-05Version bump0.0.20190605Jason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-06-05TunnelList: Get focus to toggle button via remote for Fire TVRevath S Kumar1-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>