| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-29 | Merge branch 'add-ci-job-for-translations' | Janito Vaqueiro Ferreira Filho | 23 | -105/+238 | |
| 2021-03-27 | Ignore translations workflow changes in daemon job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Ignore desktop GUI workflow changes in daemon job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Ignore iOS workflow changes in daemon workflow job | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-27 | Add GitHub Actions workflow for translations | Janito Vaqueiro Ferreira Filho | 1 | -0/+50 | |
| Checks if: - the repository has the latest translation messages extracted into the template file; - the Android resources contain the latest translation messages obtained from the desktop GUI translation messages; - the Android messages that aren't available in the desktop GUI are present in the messages template file. | |||||
| 2021-03-27 | Add missing Android translations to template file | Janito Vaqueiro Ferreira Filho | 1 | -0/+185 | |
| 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 | |
| 2021-03-27 | Extract latest GUI messages | Janito Vaqueiro Ferreira Filho | 1 | -175/+40 | |
| 2021-03-27 | Refactor `normalize` to return `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 | |
| 2021-03-27 | Use `MsgString` for `MsgValue::Plural.plural_id` | Janito Vaqueiro Ferreira Filho | 2 | -4/+9 | |
| 2021-03-27 | Use `MsgString` for `MsgEntry.id` | Janito Vaqueiro Ferreira Filho | 2 | -9/+14 | |
| 2021-03-27 | Use `gettext::MsgString` for message values | Janito Vaqueiro Ferreira Filho | 2 | -7/+9 | |
| 2021-03-27 | Create `gettext:MsgString` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+33 | |
| A wrapper type with a custom `Display` implementation so that escaping the string can be properly taken care of. | |||||
| 2021-03-27 | Sort entries appended to messages template file | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2021-03-26 | Merge branch 'linux-systemd-fix-shutdown' | Emīls | 2 | -55/+72 | |
| 2021-03-26 | Fix deadlock in systemd-resolved | Emīls | 2 | -55/+72 | |
| 2021-03-26 | Merge branch 'add-keyboard-responder' | Andrej Mihajlov | 4 | -100/+150 | |
| 2021-03-26 | Add automatic keyboard responder helper | Andrej Mihajlov | 4 | -100/+150 | |
| 2021-03-26 | Merge branch 'retry-problem-report-send' | David Lönnhager | 2 | -5/+28 | |
| 2021-03-26 | Retry using different endpoints if a problem report cannot be sent | David Lönnhager | 2 | -5/+28 | |
| 2021-03-26 | Merge branch 'split-location-info-cache' | Janito Vaqueiro Ferreira Filho | 13 | -190/+217 | |
| 2021-03-25 | Refactor to simplify fetcher loop | Janito Vaqueiro Ferreira Filho | 1 | -28/+19 | |
| 2021-03-25 | Move `delays` to be a `fetchRetryDelays` property | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 | |
| 2021-03-25 | Remove `LocationInfoCache` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 | |
| 2021-03-25 | Send current location when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-25 | Send location events from the service | Janito Vaqueiro Ferreira Filho | 1 | -7/+2 | |
| 2021-03-25 | Update `LocationInfoCache` to listen for locations | Janito Vaqueiro Ferreira Filho | 2 | -7/+20 | |
| 2021-03-25 | Create `NewLocation` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2021-03-25 | Make `GeoIpLocation` parcelable | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2021-03-25 | Use UI-side `LocationInfoCache` in the UI | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 | |
| 2021-03-25 | Create UI-side `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 | |
| 2021-03-25 | Move `LocationInfoCache` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 5 | -24/+26 | |
| 2021-03-25 | Don't change `LocationInfoCache` from UI | Janito Vaqueiro Ferreira Filho | 2 | -32/+0 | |
| 2021-03-25 | Obtain selected relay location from relay settings | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 | |
| 2021-03-25 | Add `location` property to `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 1 | -5/+21 | |
| 2021-03-25 | Remove unused `code` property | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 | |
