Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-20 | Use RequiresApi instead of TargetApi | Jason A. Donenfeld | |
2019-12-15 | Update AGP to 3.5.3 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-12-15 | Update Gradle to 6.0.1 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-11-27 | QuickTileService: require phone be unlocked | Jason A. Donenfeld | |
Reported-by: Simon <simon@laro.se> Reported-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-11-20 | Version bump | Jason A. Donenfeld | |
2019-11-20 | Implement statistics | Jason A. Donenfeld | |
2019-10-22 | ModuleLoader: sync file before renaming | Jason A. Donenfeld | |
2019-10-21 | ToolsInstaller: write to temporary file, fsync, rename | Jason A. Donenfeld | |
Reported-by: Andre Christanto <christantoandre@gmail.com> | |||
2019-10-18 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-18 | Version bump | Jason A. Donenfeld | |
2019-10-18 | InetAddresses: cleanup and implement final fallback | Jason A. Donenfeld | |
2019-10-18 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-18 | Application: put user agent in log to help debugging | Jason A. Donenfeld | |
2019-10-18 | Suppress depreciation warnings | Jason A. Donenfeld | |
We know what we're doing here, and it's not nice. | |||
2019-10-16 | Version bump | Jason A. Donenfeld | |
2019-10-16 | tools: bump wg-quick | Jason A. Donenfeld | |
2019-10-16 | Version bump | Jason A. Donenfeld | |
2019-10-16 | Google doesn't want to enable others to support free open source software | Jason A. Donenfeld | |
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. | |||
2019-10-14 | Version bump | Jason A. Donenfeld | |
2019-10-14 | Download modules after verifying signify signature | Jason A. Donenfeld | |
2019-10-13 | Revert "Fix activity leak on Android Q" | Jason A. Donenfeld | |
This reverts commit 489518000971914b2608da43e2146690dcc02cb9. October has arrived. | |||
2019-10-13 | Version bump | Jason A. Donenfeld | |
2019-10-13 | libwg-go: overwrite socket directory correctly | Jason A. Donenfeld | |
2019-10-13 | Version bump | Jason A. Donenfeld | |
2019-10-13 | proguard: reenable obfuscation | Jason A. Donenfeld | |
Android bundles let us keep everything together. | |||
2019-10-13 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-13 | ToolsInstaller: extract from apk instead of relying on native extraction | Jason A. Donenfeld | |
2019-10-13 | SharedLibraryLoader: separate out extraction | Jason A. Donenfeld | |
2019-10-13 | libwg-go: overwrite socket directory correctly | Jason A. Donenfeld | |
2019-10-13 | SharedLibraryLoader: prioritize ABI ordering | Jason A. Donenfeld | |
2019-10-13 | SharedLibraryLoader: iterate through all apks for bundles | Jason A. Donenfeld | |
2019-10-12 | Version bump | Jason A. Donenfeld | |
2019-10-12 | tools: prepare for binder usage in wg-quick | Nicolas Douma | |
Signed-off-by: Nicolas Douma <nicolas@serveur.io> | |||
2019-10-12 | Activity: make dark/night theme follow system on Q | Jason A. Donenfeld | |
2019-10-12 | Application: use preferences from compat libs | Jason A. Donenfeld | |
2019-10-12 | export: use content resolver on android Q+ | Jason A. Donenfeld | |
2019-10-12 | preferences: add donation link | Jason A. Donenfeld | |
2019-10-12 | libwg-go: update to go 1.13 | Jason A. Donenfeld | |
2019-10-12 | idea: update settings for 3.5 | Jason A. Donenfeld | |
2019-09-30 | Migrate to Android 10 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-09-30 | InetAddresses: prepare for Android 10's real method support | Jason A. Donenfeld | |
2019-09-27 | FragmentUtils: Directly cast context as SettingsActivity | Harsh Shandilya | |
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> | |||
2019-09-27 | Update runtime dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-09-27 | Add LeakCanary to debug builds | Harsh Shandilya | |
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> | |||
2019-09-27 | Fix activity leak on Android Q | Harsh Shandilya | |
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> | |||
2019-09-27 | Update to Golang 1.12.10 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-09-27 | Update AGP to 3.5.0 | Harsh Shandilya | |
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> | |||
2019-09-27 | Uprev to Gradle 5.6.2 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-07-08 | Version bump | Jason A. Donenfeld | |
2019-07-08 | tools: bump deps | Jason A. Donenfeld | |