Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-11 | tools: wg-quick: bump | Jason A. Donenfeld | |
2018-11-06 | libwg-go: do not mix C style and Go style variable names | Jason A. Donenfeld | |
2018-11-03 | libwg-go: don't forget to include jni calls | Jason A. Donenfeld | |
2018-11-01 | Bump version so that we have correct submodule hashes | Jason A. Donenfeld | |
2018-10-30 | tools: update submodules | Jason A. Donenfeld | |
2018-10-11 | Never use system go | Jason A. Donenfeld | |
Telling people to patch their system go is bonkers. | |||
2018-10-09 | Update to go modules | Jason A. Donenfeld | |
2018-10-01 | Fix small error | Jason A. Donenfeld | |
2018-10-01 | Version bump | Jason A. Donenfeld | |
2018-10-01 | Peer: prefer v4 endpoints to v6 | Jason A. Donenfeld | |
This works around DNS64 XLAT changeovers. | |||
2018-10-01 | strings: properly mark positionals | Jason A. Donenfeld | |
2018-10-01 | Update gradle and external deps | Jason A. Donenfeld | |
2018-09-06 | global: update copyright headers | Jason A. Donenfeld | |
2018-08-26 | Version bump | Jason A. Donenfeld | |
2018-08-26 | tools: bump submodules | Jason A. Donenfeld | |
2018-08-26 | libwg-go: update golang version | Jason A. Donenfeld | |
2018-08-26 | QuickTileService: Don't use deprecated getDrawable method | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | Target SDK 28 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | FragmentUtils: Make final and prevent instantiation | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | Sort dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | Supress false-positive DefaultLocale warnings | Harsh Shandilya | |
We decided in 402472237e8f that it's a bad idea for our use-case Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | Extract error messages to string resources | Harsh Shandilya | |
Useful for validation errors and localisation later on Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | MonkeyedSnackbar: remove | Jason A. Donenfeld | |
This didn't actually help with much and caused problems. | |||
2018-08-16 | config: fix wrong Peer endpoint string format | Zhao Gang | |
When a tunnel is running, saving the tunnel's config with an IPv6 address endpoint like [::1]:42 would result in the wrong format ::1:42. This patch fixes it. For endpoints with an IPv6 address(e.g. [::1]:42). Since the default endpoint InetSocketAddress is created unresolved, getEndpointString() returns "[::1]:42" (InetSocketAddress.getHostString() returns the literal hostname). After the endpoint is resolved, getEndpointString() returns "::1:42" (InetSocketAddress.getHostString() returns the IPv6 address without the square brackets). This inconsistent return values caused the above mentioned bug. With this patch, function getEndpointString would return the right format string whether the endpoint is resolved or not. Signed-off-by: Zhao Gang <gang.zhao.42@gmail.com> | |||
2018-07-31 | GoBackend: make socket IPC optional | Jason A. Donenfeld | |
This fixes the multi-user case, which cannot be determined at compile time and probably isn't reasonable to consider anyway in a global manner. | |||
2018-07-30 | Style: use attrs from appcompat rather than from frameworks | Jason A. Donenfeld | |
This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here. | |||
2018-07-30 | FloatingActionsMenu: don't wrap context on asus api 21 | Jason A. Donenfeld | |
Works around frameworks bug. | |||
2018-07-30 | Show different color for multiselection | Jason A. Donenfeld | |
2018-07-30 | Replace hard-coded colors with theme colors | Jason A. Donenfeld | |
2018-07-30 | Remove placeholder color and directly use alpha | Harsh Shandilya | |
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-29 | MonkeyedSnackbar: fix typos | Jason A. Donenfeld | |
2018-07-29 | Version bump | Jason A. Donenfeld | |
2018-07-29 | ConfigNamingDialog: use name input filter | Jason A. Donenfeld | |
2018-07-29 | MonkeyedSnackbar: work around Harsh's broken phone | Jason A. Donenfeld | |
I think I'd probably like to revert this, since presumably there's a good reason in the first place why the support lib disables animations when accessibility services are turned on? | |||
2018-07-29 | MSF: make it more obvious what needs to be done | Jason A. Donenfeld | |
2018-07-29 | FloatingActionButtonBehavior: animate transitions | Jason A. Donenfeld | |
2018-07-29 | Roll back to API 27 for now | Jason A. Donenfeld | |
There's no source available for API 28, which is a pain. But this commit should be reverted whenever source is released. | |||
2018-07-29 | Target API 28 | Jason A. Donenfeld | |
2018-07-29 | TunnelListFragment: show selected tunnel | Jason A. Donenfeld | |
2018-07-29 | TunnelListFragment: fix multiselection on rotation | Jason A. Donenfeld | |
2018-07-29 | FloatingActionButonBehavior: set translation back to 0 when snackbar dies | Jason A. Donenfeld | |
2018-07-29 | MainActivity: only show two column on tablets | Jason A. Donenfeld | |
2018-07-28 | MainActivity: Fix fragment selection logic | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-07-28 | Application: refuse to run on old android | Jason A. Donenfeld | |
2018-07-28 | QuickTileService: fix bug the wrong way | Jason A. Donenfeld | |
2018-07-27 | config: show more informative error message on wrong key | Jason A. Donenfeld | |
2018-07-26 | Set ACRA install source | Jason A. Donenfeld | |
2018-07-26 | Version bump | Jason A. Donenfeld | |
2018-07-26 | TunnelDetailFragment now restores state correctly after process death | Eric Kuck | |
2018-07-26 | Application: use proper completablefuture for backend | Jason A. Donenfeld | |