Age | Commit message (Expand) | Author |
2018-01-08 | WgQuickBackend: Ensure tools are available before use | Samuel Holland |
2018-01-08 | ToolsInstaller: Add a method to ensure tool availability | Samuel Holland |
2018-01-08 | WgQuickBackend: Inline resolveState() | Samuel Holland |
2018-01-08 | ToolsInstaller: Add methods to check/make symlinks | Samuel Holland |
2018-01-08 | ToolsInstallerPreference: Examine current state on load | Samuel Holland |
2018-01-08 | ToolsInstaller: Add method to check installation status | Samuel Holland |
2018-01-08 | TunnelEditorFragment: Fix dismissing creator activity | Samuel Holland |
2018-01-08 | global: Fix or suppress most lints/warnings | Samuel Holland |
2018-01-08 | project: Remove currently-unused library | Samuel Holland |
2018-01-08 | Fragment/Tile: Make success/error messages translatable | Samuel Holland |
2018-01-09 | layout: never use suggestions | Jason A. Donenfeld |
2018-01-09 | TunnelListFragment: fix plural grammar | Jason A. Donenfeld |
2018-01-08 | RootShell: fix off by one | Jason A. Donenfeld |
2018-01-08 | QuickTileService: show toast for longer and use right messages | Jason A. Donenfeld |
2018-01-08 | global: Prefix tags with WireGuard/ | Jason A. Donenfeld |
2018-01-08 | RootShell: multiplex commands | Jason A. Donenfeld |
2018-01-08 | Port over remaining error handling | Samuel Holland |
2018-01-08 | Handle tunnel state change errors appropriately | Samuel Holland |
2018-01-08 | TunnelListFragment: Fix crash on deleting multiple tunnels | Samuel Holland |
2018-01-08 | ToggleSwitch: Improve reliability | Samuel Holland |
2018-01-08 | WgQuickBackend: Improve error handling | Samuel Holland |
2018-01-08 | Tunnel: Add a State factory method | Samuel Holland |
2018-01-08 | project: Global cleanup | Samuel Holland |
2018-01-08 | Application: Remove unneeded exported component | Samuel Holland |
2018-01-08 | ToolsInstaller: Extract to its own classes | Samuel Holland |
2018-01-07 | TunnelManager: Simplify save/resume methods | Samuel Holland |
2018-01-07 | BaseActivity: Make variable names consistent | Samuel Holland |
2018-01-07 | TunnelManager/QuickTileService: Remember last used tunnel | Samuel Holland |
2018-01-07 | Remove primary configuration preference | Samuel Holland |
2018-01-07 | FileConfigStore: Move function returns outside try blocks | Samuel Holland |
2018-01-07 | Tunnel: Remove UNKNOWN state | Samuel Holland |
2018-01-07 | Move bundle keys where they are used | Samuel Holland |
2018-01-07 | WgQuickBackend: Prefer ArrayList over LinkedList | Samuel Holland |
2018-01-07 | app: Upgrade to build tools version 27.0.3 | Samuel Holland |
2018-01-07 | ConfigEditorFragment: Support renaming tunnels | Samuel Holland |
2018-01-07 | model: Allow renaming tunnels | Samuel Holland |
2018-01-07 | model: Remove confusing uses of completion chaining | Samuel Holland |
2018-01-07 | TunnelListFragment: Name a CompletionStage what it is | Samuel Holland |
2018-01-07 | Tunnel: The name passed to isNameValid is never null | Samuel Holland |
2018-01-07 | ConfigEditorFragment: Ensure localName is never null | Samuel Holland |
2018-01-07 | Make TunnelManager the point of asynchronicity | Samuel Holland |
2018-01-06 | TunnelManager: Sort tunnels case-insensitively | Samuel Holland |
2018-01-06 | SortedKeyedList...: Support arbitrary comparators | Samuel Holland |
2018-01-06 | Keyed...: Rename all the things | Samuel Holland |
2018-01-06 | project: Minor cleanups | Samuel Holland |
2018-01-06 | model: Proxy all async work through the TunnelManager | Samuel Holland |
2018-01-06 | TunnelManager: Enumerate running tunnels only once | Samuel Holland |
2018-01-06 | Tunnel: Require passing a state to the constructor | Samuel Holland |
2018-01-06 | Backend: Add a function to enumerate running tunnels | Samuel Holland |
2018-01-06 | MainActivity: Fix ActionBar after rotation | Samuel Holland |