| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-09-03 | Fix header title clipping | Andrej Mihajlov | 1 | -1/+1 |
| 2019-09-03 | Update NSEventMonitor to 0.0.16 | Andrej Mihajlov | 2 | -3/+3 |
| 2019-09-03 | Fix scrollbars | Andrej Mihajlov | 1 | -1/+1 |
| 2019-09-03 | Update to Electron 6.0.3 | Andrej Mihajlov | 2 | -7/+7 |
| 2019-09-03 | Update menu roles | Andrej Mihajlov | 1 | -2/+2 |
| 2019-09-03 | Patch typescript typings and enable node integration (it's off by default now) | Andrej Mihajlov | 2 | -56/+65 |
| 2019-09-03 | Merge branch 'disable-nightly-rust-ci' | Linus Färnstrand | 3 | -12/+22 |
| 2019-09-03 | Use same CI script on AppVeyor as on Travis | Linus Färnstrand | 3 | -10/+15 |
| 2019-09-03 | Don't build Rust on nightly for now | Linus Färnstrand | 1 | -2/+7 |
| 2019-09-02 | Update changelog | Linus Färnstrand | 1 | -0/+7 |
| 2019-09-02 | Merge branch 'add-set-bridge-settings' | Andrej Mihajlov | 3 | -2/+9 |
| 2019-09-02 | Add set_bridge_settings RPC call | Andrej Mihajlov | 3 | -2/+9 |
| 2019-09-02 | Merge branch 'improve-macos-uninstaller' | Andrej Mihajlov | 1 | -0/+1 |
| 2019-09-02 | Unregister uninstalled pkg from the system | Andrej Mihajlov | 1 | -0/+1 |
| 2019-09-02 | Merge branch 'lock-dev-hash-length' | Linus Färnstrand | 2 | -2/+2 |
| 2019-09-02 | Make the amount of chars from the git hash in version string constant | Linus Färnstrand | 2 | -2/+2 |
| 2019-09-02 | Merge branch 'rename-wg-key-view-elements' | Linus Färnstrand | 6 | -44/+44 |
| 2019-09-02 | Re-order Android layout for consistency | Linus Färnstrand | 2 | -30/+30 |
| 2019-09-02 | Change WireGuard keys to singular key | Linus Färnstrand | 3 | -3/+3 |
| 2019-09-02 | Always show Manage keys button on Android | Linus Färnstrand | 1 | -6/+6 |
| 2019-09-02 | Change text on verify wg key button | Linus Färnstrand | 3 | -3/+3 |
| 2019-09-02 | Change text on manage keys button on wg view | Linus Färnstrand | 3 | -4/+4 |
| 2019-08-30 | Merge branch 'refactor-version-injection' | Linus Färnstrand | 8 | -82/+129 |
| 2019-08-30 | Simplify error message | Linus Färnstrand | 1 | -1/+1 |
| 2019-08-30 | Backup Cargo.lock in build-apk.sh | Linus Färnstrand | 1 | -0/+2 |
| 2019-08-30 | Updating version in package files | Linus Färnstrand | 4 | -8/+8 |
| 2019-08-30 | Refactor injecting version numbers into files into dedicated script | Linus Färnstrand | 4 | -74/+119 |
| 2019-08-30 | Merge branch 'set-android-build-name-on-builds' | Linus Färnstrand | 1 | -0/+5 |
| 2019-08-30 | Update build.gradle with product version on build | Linus Färnstrand | 1 | -0/+5 |
| 2019-08-30 | Merge branch 'compute-android-version-code' | Linus Färnstrand | 2 | -6/+20 |
| 2019-08-30 | Make VERSION_REGEX stricter, only accept 0<x<100 | Linus Färnstrand | 1 | -1/+1 |
| 2019-08-30 | Compute and insert versionCode and versionName for Android | Linus Färnstrand | 2 | -6/+20 |
| 2019-08-30 | Merge branch 'upgrade-netlink-dependency' | Emīls Piņķis | 2 | -21/+21 |
| 2019-08-30 | Update netlink dependencies | Emīls Piņķis | 2 | -21/+21 |
| 2019-08-30 | Merge branch 'replace-gulp-envify' | Andrej Mihajlov | 3 | -329/+2 |
| 2019-08-29 | Replace gulp-envify with inject.replace | Andrej Mihajlov | 3 | -329/+2 |
| 2019-08-29 | Merge branch 'foreground-notification' | Janito Vaqueiro Ferreira Filho | 18 | -83/+367 |
| 2019-08-29 | Set notification icon color | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-08-29 | Update notification with tunnel state messages | Janito Vaqueiro Ferreira Filho | 3 | -2/+75 |
| 2019-08-29 | Create `ForegroundNotificationManager` class | Janito Vaqueiro Ferreira Filho | 2 | -23/+36 |
| 2019-08-29 | Move `ConnectionProxy` to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 2 | -2/+6 |
| 2019-08-29 | Defer `ConnectionProxy` availability | Janito Vaqueiro Ferreira Filho | 4 | -29/+58 |
| 2019-08-29 | Store tunnel state in `WireguardKeyFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2019-08-29 | Create `SmartDeferred` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+32 |
| 2019-08-29 | Create `JobTracker` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2019-08-29 | Use `EventNotifier` in `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 4 | -19/+23 |
| 2019-08-29 | Create `EventNotifier` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+42 |
| 2019-08-29 | Remove semicolons | Janito Vaqueiro Ferreira Filho | 1 | -13/+13 |
| 2019-08-29 | Remove unused field | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-08-29 | Remove redundant listener configuration | Janito Vaqueiro Ferreira Filho | 1 | -10/+0 |
