Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-20 | Use RequiresApi instead of TargetApi | Jason A. Donenfeld | |
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 | 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 | InetAddresses: cleanup and implement final fallback | 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 | 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 | 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 | 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 | SharedLibraryLoader: prioritize ABI ordering | Jason A. Donenfeld | |
2019-10-13 | SharedLibraryLoader: iterate through all apks for bundles | Jason A. Donenfeld | |
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-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 | 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-06-05 | TunnelList: Get focus to toggle button via remote for Fire TV | Revath S Kumar | |
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> | |||
2019-03-19 | InetEndpoint: properly match IPv6 addresses | Jason A. Donenfeld | |
The old one didn't account for trailing digits. Reported-by: Brandon Jackson <bjackson@napshome.net> | |||
2019-03-19 | strings: %i is invalid | Jason A. Donenfeld | |
2019-03-16 | WgQuickBackend: pass result to error string | Jason A. Donenfeld | |
2019-02-17 | project: bump dependencies | Jason A. Donenfeld | |
2019-02-17 | ToolsInstaller: fix typo on cleanup | Jason A. Donenfeld | |
2019-02-14 | ToolsInstaller: Require Magisk 18 | Jason A. Donenfeld | |
People installing magisk modules are people capable of updating Magisk. No need to leave around old compat cruft. | |||
2019-02-14 | ToolsInstaller: Use chcon over restorecon | Harsh Shandilya | |
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> | |||
2019-01-07 | Update copyright | Jason A. Donenfeld | |
2019-01-07 | PeerProxy: Only add IPv4 DNS servers when excluding private IPs | Samuel Holland | |
Reported-By: Christophe-Marie Duquesne <chmd@chmd.fr> | |||
2018-12-18 | strings: squelch warning on multiple %s | Jason A. Donenfeld | |
2018-12-18 | Migrate to AndroidX | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2018-12-15 | InetEndpoint: disallow huge ports | Jason A. Donenfeld | |
2018-12-15 | Clean up error messages | Samuel Holland | |
2018-12-15 | Provide semantically meaningful exceptions for translation | Samuel Holland | |
2018-12-11 | Fix locale usage | Jason A. Donenfeld | |
2018-12-11 | Squelch xml warning | Jason A. Donenfeld | |
2018-12-11 | Throw illegalargumentexception instead of nullpointerexception for builder ↵ | Jason A. Donenfeld | |
errors | |||
2018-12-11 | Unwrap the correct exception | Zachary Wander | |
2018-12-11 | Order strings | Jason A. Donenfeld | |
2018-12-11 | Localize exception messages | Zachary Wander | |
2018-12-11 | Lowercase endpoint in exception message | Jason A. Donenfeld | |
2018-12-10 | Do not allow for an empty port in endpoint | Jason A. Donenfeld | |
2018-12-10 | Export actual configuration for zips | Jason A. Donenfeld | |
Reported-by: John Greenwood <ijohnyyh@gmail.com> | |||
2018-12-09 | Use English lower casing | Jason A. Donenfeld | |
In Turkish, I becomes ı instead of i, which is a problem when matching things like "AllowedIPs". | |||
2018-12-08 | Do not close zip input stream | Jason A. Donenfeld | |
2018-12-08 | Remove ACRA | Jason A. Donenfeld | |
This was requested by developers who never wound up using it. It's not really worth keeping around, since the play console gives us most of what we need anyway. |