Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-17 | m7n: local build modifications | Mikael Magnusson | |
2020-03-17 | strings: update Simplified Indonesian translation | fiqri19102002 | |
Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-16 | strings: Add Indonesian translations | Fiqri Ardyansyah | |
Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-14 | tunnel: Remove MISSING_VALUE from BadConfigException reasons | Harsh Shandilya | |
This is covered under SYNTAX_ERROR which feels like a reasonable choice, so get rid of this unused field and associated resource string. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-12 | strings: update Simplified Chinese translation | LilligantMatsuri | |
Signed-off-by: LilligantMatsuri <srb12345@vip.qq.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-12 | strings: update Japanese translation | Eiji Tanioka | |
Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-11 | strings: update Russian translate | Alexey | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-10 | tunnel: the external API does not expose java9 | Jason A. Donenfeld | |
2020-03-10 | ModuleDownloaderPreference: remove disable_kernel_module after downloading | Jason A. Donenfeld | |
2020-03-10 | build: abstract out groupName | Jason A. Donenfeld | |
2020-03-10 | global: java access control has important semantic meaning | Jason A. Donenfeld | |
It's not right to blindly follow all of AndroidStudio's suggestions, especially for things in tunnel/ which comprise useful API. | |||
2020-03-10 | ui: Codestyle cleanups | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-10 | BaseFragment: Always anchor Snackbars to FAB | Harsh Shandilya | |
This makes tunnel list fragment correctly render them above the FAB. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-09 | strings: remove stale translations | Jason A. Donenfeld | |
2020-03-09 | build: apply version to both modules | Jason A. Donenfeld | |
2020-03-09 | Version bump | Jason A. Donenfeld | |
2020-03-09 | KernelModuleDisablerPreference: turn off tunnels before switching backend | Jason A. Donenfeld | |
2020-03-09 | KernelModuleDisabler: allow disabling the kernel module backend | Jason A. Donenfeld | |
2020-03-09 | Preferences: give dual state summary for restore on boot | Jason A. Donenfeld | |
2020-03-09 | Preferences: reorder new checkbox | Jason A. Donenfeld | |
2020-03-09 | VersionPreference: reverse go and wgquick titles | Jason A. Donenfeld | |
2020-03-09 | TunnelDetailFragment: avoid integer overflow | Jason A. Donenfeld | |
2020-03-09 | global: format code | Jason A. Donenfeld | |
2020-03-09 | global: optimize imports | Jason A. Donenfeld | |
2020-03-09 | global: get rid of nonnull gradle hack | Jason A. Donenfeld | |
Hacking things up via gradle is not right, and package-info.java poses problems with two modules, so instead we just apply it manually to every class. Remember to add this to new classes! | |||
2020-03-09 | Application: simplify static block | Jason A. Donenfeld | |
2020-03-09 | gradle: use optimized proguard rules | Jason A. Donenfeld | |
2020-03-09 | Use dark system bars on API 21 | Harsh Shandilya | |
Light system bars didn't come around until API 23. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-09 | ThemeChangeAwareActivity: recreate activity after changing theme | Jason A. Donenfeld | |
API 21 had issues without this. | |||
2020-03-09 | WgQuickBackend: by default use single-tunnel mode like GoBackend, but add option | Jason A. Donenfeld | |
Note that this currently doesn't play well with people activating wg-quick tunnels from outside the app. Those tunnels won't be deactivated. But presumably that's desired behavior anyway, considering people are mucking around at the command line. | |||
2020-03-09 | ObservableTunnel: pass right argument to state transition | Jason A. Donenfeld | |
2020-03-09 | ModuleLoader: move to right project | Jason A. Donenfeld | |
2020-03-09 | AsyncWorker: move back to original location | Jason A. Donenfeld | |
2020-03-09 | Use AndroidX Nullable annotation everywhere | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-09 | Rename app module to ui | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |