Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | TunnelEditorFragment: plug memory leak on listeners | Jason A. Donenfeld | |
Apparently these don't get GC'd unless they're removed explicitly, because there's a global singleton registry of them. So, introduce a little registry of our own. Reported-by: Samuel Holland <samuel@sholland.org> | |||
2018-07-25 | qrcode: minor adjustments | Jason A. Donenfeld | |
2018-07-25 | Added QR code scanner as tunnel import method | Eric Kuck | |
2018-07-24 | tools: Bump wireguard submodule | Harsh Shandilya | |
This force pushing is going to be the death of me Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-24 | tools: support ancient NDKs | Jason A. Donenfeld | |
2018-07-24 | tools: let wg(8) play with userspace implementation | Jason A. Donenfeld | |
2018-07-24 | config: Remove Locale based string format | Harsh Shandilya | |
The configurations are supposed to be in a very specific format which is not user-facing and hence doesn't have to be adjusted for locale avoiding both the redundancy as well as potential breakages in the configuration file format from different locales. Fixes: 71c67aa24ae2 ("config: Minor cleanup") Reported-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-24 | tools: pass in debug package name | Jason A. Donenfeld | |
2018-07-23 | Make placeholder pretty | Jason A. Donenfeld | |
2018-07-22 | Show help text when no tunnels are imported | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-22 | FloatingActionsMenuRecyclerViewScrollListener: add final modifiers | Jason A. Donenfeld | |
2018-07-22 | RTL layout fixes | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-22 | treewide: Optimize imports | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: move in direct ratio to scroll | Jason A. Donenfeld | |
2018-07-20 | Version bump | Jason A. Donenfeld | |
2018-07-20 | UI: use background color for navbar in dark mode | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: make icons always white | Jason A. Donenfeld | |
With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however. | |||
2018-07-20 | theme: use less disgusting color | Jason A. Donenfeld | |
Harsh's "users" were offended by the dark theme. So, we change the accent to that used by gboard's dark theme, which should be pretty uncontroversial. | |||
2018-07-20 | TunnelListFragment: Allocate interpolators outside scroll listener | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-19 | TunnelEditorFragment: fix null pointer dereference | Jason A. Donenfeld | |
2018-07-19 | QuickTileService: fix null pointer dereference | Jason A. Donenfeld | |
2018-07-18 | tools: bump version | Jason A. Donenfeld | |
2018-07-18 | Version bump | Jason A. Donenfeld | |
2018-07-18 | TunnelListFragment: setOnScrollListener is old, but we support API 21, so we ↵ | Jason A. Donenfeld | |
have to use it | |||
2018-07-18 | AppListDialogFragment: getArguments is null before onCreate | Jason A. Donenfeld | |
2018-07-18 | fab: use auto calculated fling threshold | Jason A. Donenfeld | |
2018-07-18 | fab: add fab sized padding at bottom of recycler view | Jason A. Donenfeld | |
This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible. | |||
2018-07-18 | fab: make fab respond to recyclerview scroll events | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-18 | fab: slide fab up when a snackbar shows | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-16 | android: QuickTileService: Do not use slashed icon on Android P | Harsh Shandilya | |
Android P features circle masked QS tiles which make use of colors to denote STATE_ACTIVE/STATE_INACTIVE rather than a slash across the drawable as seen on Android Oreo. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-16 | Version bump | Jason A. Donenfeld | |
2018-07-16 | InetAddresses: unwrap reflection exceptions | Jason A. Donenfeld | |
2018-07-16 | android: TunnelListFragment: Annotate parameter to match super method | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-13 | BaseFragment: do not allow tunnel to be null | Jason A. Donenfeld | |
2018-07-13 | config: dns servers can be null | Jason A. Donenfeld | |
2018-07-13 | config: make loadData private | Jason A. Donenfeld | |
2018-07-13 | TunnelEditorFragment: binding might be null | Jason A. Donenfeld | |
2018-07-13 | QuickTileService: show intermediate state when changing | Jason A. Donenfeld | |
2018-07-13 | global: Add nullity annotations | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-12 | Version bump | Jason A. Donenfeld | |
2018-07-12 | Address lint issues in TunnelListFragment | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-12 | TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918 | Jason A. Donenfeld | |
2018-07-11 | Clean up warnings | Jason A. Donenfeld | |
2018-07-11 | fab: remove asus hack | Jason A. Donenfeld | |
Let's hope Eric's changes make this no longer required. | |||
2018-07-11 | fab: use support library's rendering | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-10 | Version bump | Jason A. Donenfeld | |
2018-07-09 | QuickTileService: automatically slash the tile | Jason A. Donenfeld | |
2018-07-09 | BaseFragment: in the event no view is available, use toast | Jason A. Donenfeld | |
2018-07-09 | Request VPN permissions on activation | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-08 | Use instanceOf instead of getClass | Jason A. Donenfeld | |