| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-23 | Add `StringRes` annotation to `urlId` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-04-23 | Select `TVActivity` class when running on TVs | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2021-04-22 | Remove starting activity while asking to connect | Janito Vaqueiro Ferreira Filho | 2 | -22/+0 |
| 2021-04-22 | Request for VPN permission when service asks to | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-04-22 | Refactor `requestVpnPermission` to obtain `Intent` | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2021-04-22 | Send initial VPN request when UI connects | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2021-04-22 | Keep track of when waiting for permission response | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2021-04-22 | Send requests from service side `VpnPermission` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-04-22 | Update UI side `VpnPermission` to receive requests | Janito Vaqueiro Ferreira Filho | 2 | -2/+12 |
| 2021-04-22 | Add `Event.VpnPermissionRequest` variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-04-22 | Use `VoucherRedeemer` in redeem voucher fragment | Janito Vaqueiro Ferreira Filho | 1 | -13/+8 |
| 2021-04-22 | Add `VoucherRedeemer` to `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-22 | Remove leftover ID code in redeem voucher fragment | Janito Vaqueiro Ferreira Filho | 1 | -5/+0 |
| 2021-04-22 | Create UI side `VoucherRedeemer` | Janito Vaqueiro Ferreira Filho | 1 | -0/+43 |
| 2021-04-22 | Instantiate `VoucherRedeemer` in endpoint | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-04-22 | Create service side `VoucherRedeemer` | Janito Vaqueiro Ferreira Filho | 1 | -0/+40 |
| 2021-04-22 | Implement voucher submission messages | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2021-04-22 | Make `VoucherSubmissionResult` parcelable | Janito Vaqueiro Ferreira Filho | 2 | -7/+23 |
| 2021-04-22 | Force fragment reconfiguration on new connection | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 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-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 | 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-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 | 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 |
| 2021-04-19 | Refactor SplitTunneling Fragment, add tests. | Aleksandr Granin | 10 | -371/+225 |
