Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | RootShell: Simplify, synchronize, clean up | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-09 | TunnelListFragment: Remove useless keyword | Samuel Holland | |
final doesn't do anything in try-with-resources (it's always final). Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-09 | ToolsInstaller: terminators are better than seperators | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-09 | RootShell: synchronize accesses to single shell | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | RootShell: Simplify constructor | Samuel Holland | |
ToolsInstaller now takes care of installing the tools. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | WgQuickBackend: Ensure tools are available before use | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToolsInstaller: Add a method to ensure tool availability | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | WgQuickBackend: Inline resolveState() | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToolsInstaller: Add methods to check/make symlinks | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToolsInstallerPreference: Examine current state on load | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToolsInstaller: Add method to check installation status | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | TunnelEditorFragment: Fix dismissing creator activity | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | global: Fix or suppress most lints/warnings | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | project: Remove currently-unused library | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | Fragment/Tile: Make success/error messages translatable | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-09 | TunnelListFragment: fix plural grammar | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | RootShell: fix off by one | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | QuickTileService: show toast for longer and use right messages | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | global: Prefix tags with WireGuard/ | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | RootShell: multiplex commands | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-08 | Port over remaining error handling | Samuel Holland | |
This doesn't really belong here, but there's no sense in throwing it away--even here, it's a minor optimization. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | Handle tunnel state change errors appropriately | Samuel Holland | |
This class should probably be renamed and moved, but I don't know to what or where. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | TunnelListFragment: Fix crash on deleting multiple tunnels | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToggleSwitch: Improve reliability | Samuel Holland | |
It's not great, but it's better than it was. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | WgQuickBackend: Improve error handling | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | Tunnel: Add a State factory method | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | project: Global cleanup | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | Application: Remove unneeded exported component | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-08 | ToolsInstaller: Extract to its own classes | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | TunnelManager: Simplify save/resume methods | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | BaseActivity: Make variable names consistent | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | TunnelManager/QuickTileService: Remember last used tunnel | Samuel Holland | |
This is actually a bit simpler than having a manually-selected "primary" tunnel, and is hopefully easier for the user. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | Remove primary configuration preference | Samuel Holland | |
It is no longer used. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | FileConfigStore: Move function returns outside try blocks | Samuel Holland | |
This makes more clear what things can throw exceptions, and the functions' control flow. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | Tunnel: Remove UNKNOWN state | Samuel Holland | |
It's never used. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | Move bundle keys where they are used | Samuel Holland | |
This both clarifies and simplifies the code. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | WgQuickBackend: Prefer ArrayList over LinkedList | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | ConfigEditorFragment: Support renaming tunnels | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | model: Allow renaming tunnels | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | model: Remove confusing uses of completion chaining | Samuel Holland | |
This looks like the builder pattern, but isn't. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | TunnelListFragment: Name a CompletionStage what it is | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | Tunnel: The name passed to isNameValid is never null | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | ConfigEditorFragment: Ensure localName is never null | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-07 | Make TunnelManager the point of asynchronicity | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | TunnelManager: Sort tunnels case-insensitively | Samuel Holland | |
The second comparator is required to allow multiple tunnels that differ only in case. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | SortedKeyedList...: Support arbitrary comparators | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | Keyed...: Rename all the things | Samuel Holland | |
Hooray for diamond interface inheritance. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | project: Minor cleanups | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | model: Proxy all async work through the TunnelManager | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-01-06 | TunnelManager: Enumerate running tunnels only once | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> |