| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-22 | Merge branch 'fix-ui-loses-service-events' | Janito Vaqueiro Ferreira Filho | 2 | -0/+8 |
| 2021-04-22 | Describe stale UI state fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-22 | Force fragment reconfiguration on new connection | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-22 | Merge branch 'update-android-tv-banner' | Aleksandr Granin | 1 | -0/+0 |
| 2021-04-22 | Update Android TV banner | Aleksandr Granin | 1 | -0/+0 |
| 2021-04-22 | Merge branch 'create-event-dispatcher-alias' | Janito Vaqueiro Ferreira Filho | 12 | -28/+26 |
| 2021-04-22 | Remove constructor parameter property status | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-04-22 | Make some constructor parameter properties private | Janito Vaqueiro Ferreira Filho | 8 | -9/+9 |
| 2021-04-22 | Update `AppModule` to use `EventDispatcher` | Janito Vaqueiro Ferreira Filho | 1 | -3/+2 |
| 2021-04-22 | Update `SplitTunneling` to use `EventDispatcher` | Janito Vaqueiro Ferreira Filho | 1 | -5/+2 |
| 2021-04-22 | Use new `EventDispatcher` type alias | Janito Vaqueiro Ferreira Filho | 8 | -16/+16 |
| 2021-04-22 | Create an `EventDispatcher` type alias | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-22 | Updating version in package files | Linus Färnstrand | 10 | -16/+16 |
| 2021-04-22 | Add 2021.3-beta2 changelog entry | Linus Färnstrand | 1 | -0/+10 |
| 2021-04-21 | Merge branch 'improve-listener-ready-handling' | Janito Vaqueiro Ferreira Filho | 2 | -15/+19 |
| 2021-04-21 | Make `dispatcher` property private | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2021-04-21 | Refactor to create a helper method | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2021-04-21 | Ensure `ListenerReady` handler is registered first | Janito Vaqueiro Ferreira Filho | 2 | -11/+13 |
| 2021-04-21 | Merge branch 'add-bash-requirement-to-readme' | Oskar Nyberg | 1 | -0/+3 |
| 2021-04-21 | Add bash version requirement to readme | Oskar Nyberg | 1 | -0/+3 |
| 2021-04-21 | Merge branch 'set-settings-through-ipc' | Janito Vaqueiro Ferreira Filho | 10 | -25/+159 |
| 2021-04-21 | Don't use daemon in `PreferencesFragment` | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2021-04-21 | Allow setting Auto-Connect through connection | Janito Vaqueiro Ferreira Filho | 3 | -0/+13 |
| 2021-04-21 | Allow setting Allow LAN through service connection | Janito Vaqueiro Ferreira Filho | 3 | -0/+13 |
| 2021-04-21 | Change `SelectLocationFragment` to not use daemon | Janito Vaqueiro Ferreira Filho | 1 | -12/+1 |
| 2021-04-21 | Allow sending updated relay location from UI | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 |
| 2021-04-21 | Set relay location using `RelayListListener` | Janito Vaqueiro Ferreira Filho | 1 | -1/+50 |
| 2021-04-21 | Add `SetRelayLocation` request variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-21 | Send requests to set WireGuard MTU | Janito Vaqueiro Ferreira Filho | 2 | -5/+5 |
| 2021-04-21 | Allow to set WireGuard MTU with `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2021-04-21 | Create request variant for setting WireGuard MTU | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-04-21 | Allow setting account with a request from UI side | Janito Vaqueiro Ferreira Filho | 4 | -2/+19 |
| 2021-04-21 | Merge branch 'enable-downgrade-on-macos' | Oskar Nyberg | 2 | -0/+2 |
| 2021-04-21 | Enable app downgrades on macOS | Oskar Nyberg | 2 | -0/+2 |
| 2021-04-21 | Merge branch 'cross-compile-for-m1' | Oskar Nyberg | 7 | -105/+239 |
| 2021-04-21 | Add macOS build target instructions to readme | Oskar Nyberg | 1 | -1/+6 |
| 2021-04-21 | Add changelog entry for making the app native to M1 macs | Oskar Nyberg | 1 | -0/+1 |
| 2021-04-21 | Add support for building universal macOS app | Oskar Nyberg | 5 | -104/+232 |
| 2021-04-20 | Merge branch 'fix-login-failure-not-sending-login-status' | Janito Vaqueiro Ferreira Filho | 1 | -11/+16 |
| 2021-04-20 | Send `null` `LoginStatus` event if login fails | Janito Vaqueiro Ferreira Filho | 1 | -7/+16 |
| 2021-04-20 | Don't ignore login request for current account | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2021-04-20 | Merge branch 'split-auth-token-cache' | Janito Vaqueiro Ferreira Filho | 17 | -21/+129 |
| 2021-04-20 | Cancel jobs when destroying `NotificationBanner` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-04-20 | Use `AuthTokenCache` in `UrlButton` | Janito Vaqueiro Ferreira Filho | 5 | -10/+10 |
| 2021-04-20 | Use `AuthTokenCache` in in-app notifications | Janito Vaqueiro Ferreira Filho | 4 | -11/+11 |
| 2021-04-20 | Make `AuthTokenCache` available to fragments | Janito Vaqueiro Ferreira Filho | 2 | -0/+7 |
| 2021-04-20 | Create UI side `AuthTokenCache` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+42 |
| 2021-04-20 | Use service side `AuthTokenCache` | Janito Vaqueiro Ferreira Filho | 2 | -21/+27 |
| 2021-04-20 | Create service side `AuthTokenCache` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2021-04-20 | Implement auth. token IPC messages | Janito Vaqueiro Ferreira Filho | 2 | -0/+6 |
