Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-23 | AppListDialogFragment: change "Deselect All" to "Toggle All" | Sébastien LEBEAU | |
Change functionality in excluded apps dialog for better user experience when user wants only one or few apps to use WireGuard. Signed-off-by: Sébastien LEBEAU <sebcbi1@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-02-16 | SharedLibraryLoader: Fix leaked Closeable warning | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-02-16 | Record StrictMode failures to logcat | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-02-15 | Add japanese translation. | Eiji Tanioka | |
Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> | |||
2020-02-14 | Port tunnel creation UI from Viscerion | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-02-12 | Implement custom theming to match Google's AOSP design | Harsh Shandilya | |
Closes: #4 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-02-10 | Attribute: remove need for android TextUtils | Jason A. Donenfeld | |
If this is to be JRE-only, then it doesn't make sense to rely on the android class, especially since this is so trivial to inline. | |||
2020-02-10 | InetAddresses: don't have global android import | Jason A. Donenfeld | |
This allows a proper fallback on normal JRE. | |||
2020-02-09 | Update Russian translation | Alexey | |
2020-02-06 | version: bump | Jason A. Donenfeld | |
2020-02-06 | wg: bump to latest snapshot | Jason A. Donenfeld | |
2020-02-06 | Add Russian translation | Alexey | |
2020-02-03 | wg-go: bump go requirement | Jason A. Donenfeld | |
2020-02-03 | wg: remove mnl dependency and bump dep | Jason A. Donenfeld | |
2020-01-24 | version: bump | Jason A. Donenfeld | |
2020-01-24 | GoBackend: restrict APIs to proper version | Jason A. Donenfeld | |
2020-01-24 | Upgrade to Gradle 6.1 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2020-01-24 | GoBackend: Ensure we're unmetered on API 29 as well | Harsh Shandilya | |
VPN apps targetting Android 10 are treated as metered by default. Source: https://developer.android.com/reference/android/net/VpnService.Builder.html#setMetered(boolean) Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2020-01-23 | version: bump | Jason A. Donenfeld | |
2020-01-23 | Rework timer in tunnel detail | Jason A. Donenfeld | |
2020-01-23 | Match lowercase asus phones for fab hack | Jason A. Donenfeld | |
2020-01-23 | manifest: reorder | Jason A. Donenfeld | |
2020-01-23 | tools: update deps | Jason A. Donenfeld | |
2020-01-23 | GoBackend: set empty underlying networks | Jason A. Donenfeld | |
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004859.html https://issuetracker.google.com/issues/114309459 https://developer.android.com/about/versions/pie/android-9.0-changes-all#network-capabilities-vpn Apparently we need to call this at least once. Reported-by: Andrey Kupreychik <foxel@quickfox.ru> | |||
2020-01-22 | Manifest: make wireguard compatible with android TV | Revath S Kumar | |
As of now wireguard is not listed in Android TV play store due to the lack of CATEGORY_LEANBACK_LAUNCHER [1]. Even the app is not listed when we sideload into TV device[2]. [1]: https://developer.android.com/reference/android/content/Intent.html#CATEGORY_LEANBACK_LAUNCHER [2]: https://developer.android.com/training/tv/start/start.html#tv-activity Signed-off-by: Revath S Kumar <rsk@revathskumar.com> | |||
2020-01-22 | Add Italian translation | xalloc | |
2019-12-27 | tools: bump to new wireguard-tools repo | Jason A. Donenfeld | |
2019-12-20 | Version bump | Jason A. Donenfeld | |
2019-12-20 | Introduce TunnelToggleActivity | Harsh Shandilya | |
On Android 10, apps cannot start services when they're in the background. This means that starting VpnService from within QuickTileService when the app is not active ends badly. To mitigate this situation, we introduce a proxy activity of sorts that will handle starting VpnService for us. The activity is completely transparent and invisible, and does only four things: - Toggle the tunnel state - Request the Tile bound by QuickTileService to refresh its state - Handle any error that might have been thrown during toggle - Call finishAffinity() and go away Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
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. |