| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-01 | Download translations from Crowdin | Oskar Nyberg | 38 | -319/+757 | |
| 2021-03-31 | Remove `AccountCache` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -4/+1 | |
| 2021-03-31 | Refactor service side `AccountCache` exposed API | Janito Vaqueiro Ferreira Filho | 1 | -23/+11 | |
| 2021-03-31 | Use UI side `AccountCache` | Janito Vaqueiro Ferreira Filho | 5 | -5/+6 | |
| 2021-03-31 | Create UI-side `AccountCache` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+67 | |
| 2021-03-31 | Add an `EventNotifier.notifyIfChanged` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2021-03-31 | Send account history change events | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 | |
| 2021-03-31 | Create `AccountHistory` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2021-03-31 | Send login status events | Janito Vaqueiro Ferreira Filho | 2 | -0/+6 | |
| 2021-03-31 | Add new `LoginStatus` event | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2021-03-31 | Implement handling of `AccountCache` requests | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 | |
| 2021-03-31 | Add account handling request variants | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 | |
| 2021-03-31 | Remove UI side login logic | Janito Vaqueiro Ferreira Filho | 1 | -14/+1 | |
| 2021-03-31 | Implement login logic in the service side | Janito Vaqueiro Ferreira Filho | 1 | -2/+19 | |
| 2021-03-31 | Use new `logout()` method in `AccountFragment` | Janito Vaqueiro Ferreira Filho | 1 | -7/+1 | |
| 2021-03-31 | Add `logout` method to `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2021-03-31 | Refactor `AccountCache` login logic into an actor | Janito Vaqueiro Ferreira Filho | 1 | -10/+46 | |
| 2021-03-31 | Don't return account token when creating account | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2021-03-31 | Refactor `LoginFragment` to use `LoginStatus` | Janito Vaqueiro Ferreira Filho | 1 | -74/+68 | |
| 2021-03-31 | Properly update the login status in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 | |
| 2021-03-31 | Create new `LoginStatus` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 | |
| 2021-03-31 | Remove `SettingsListener` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -3/+0 | |
| 2021-03-31 | Set notification manager's account listener | Janito Vaqueiro Ferreira Filho | 2 | -5/+6 | |
| 2021-03-31 | Simplify `AccountCache` constructor parameters | Janito Vaqueiro Ferreira Filho | 2 | -9/+7 | |
| 2021-03-31 | Move `AccountCache` to `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 10 | -11/+13 | |
| 2021-03-31 | Use an intermittent daemon in `AccountCache` | Janito Vaqueiro Ferreira Filho | 2 | -9/+13 | |
| 2021-03-31 | Unsubscribe listeners in `AccountCache.onDestroy` | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2021-03-31 | Use `List` instead of `ArrayList` for history | Janito Vaqueiro Ferreira Filho | 3 | -3/+3 | |
| 2021-03-31 | Centralize where `messageId` is configured | Janito Vaqueiro Ferreira Filho | 3 | -6/+6 | |
| 2021-03-29 | Remove `KeyStatusListener` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 | |
| 2021-03-29 | Refactor `KeyStatusListener` into an actor | Janito Vaqueiro Ferreira Filho | 1 | -5/+30 | |
| 2021-03-29 | Reduce service side `KeyStatusListener` interface | Janito Vaqueiro Ferreira Filho | 1 | -11/+6 | |
| 2021-03-29 | Use UI side `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 3 | -3/+4 | |
| 2021-03-29 | Prepare `WireguardKeyFragment` for service conn. | Janito Vaqueiro Ferreira Filho | 1 | -2/+13 | |
| 2021-03-29 | Create UI-side `KeyStatusListener` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+33 | |
| 2021-03-29 | Send current key status when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-29 | Send WireGuard key status through the messenger | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2021-03-29 | Add `WireGuardKeyStatus` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2021-03-29 | Make `KeygenEvent` parcelable | Janito Vaqueiro Ferreira Filho | 2 | -3/+15 | |
| 2021-03-29 | Refactor `KeygenEvent` to prepare for `Parcelize` | Janito Vaqueiro Ferreira Filho | 1 | -14/+6 | |
| 2021-03-29 | Implement requests to verify and generate keys | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 | |
| 2021-03-29 | Add request variants for WireGuard key management | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2021-03-29 | Pass endpoint reference to `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 | |
| 2021-03-29 | Remove synchronization blocks | Janito Vaqueiro Ferreira Filho | 1 | -15/+11 | |
| This is safe because all the code is running in the UI thread. There was one coroutine to reset the reconnection expected flag that wasn't running in the UI thread, but since it's a really simple task it was moved to the UI thread as well. | |||||
| 2021-03-29 | Only verify WireGuard key if it's present | Janito Vaqueiro Ferreira Filho | 1 | -9/+6 | |
| 2021-03-29 | Move `KeyStatusListener` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 6 | -4/+9 | |
| 2021-03-29 | Use an intermittent daemon in `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 2 | -11/+14 | |
| 2021-03-29 | Remove unnecessary `Parcelable` marker | Janito Vaqueiro Ferreira Filho | 5 | -18/+13 | |
| 2021-03-27 | Fix incorrect escaping in translated message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-27 | Remove obsoleted translation message | Janito Vaqueiro Ferreira Filho | 18 | -18/+0 | |
