| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-12-17 | Add incomplete key rotation scheduler | David Lönnhager | 3 | -1/+89 |
| 2019-12-17 | Merge branch 'update-driverlogic' | David Lönnhager | 1 | -18/+8 |
| 2019-12-16 | Add more logging to driverlogic | David Lönnhager | 1 | -18/+8 |
| 2019-12-16 | Merge branch 'nsis-constants-refactor' | David Lönnhager | 8 | -120/+76 |
| 2019-12-16 | Get rid of duplicate nsis constants | David Lönnhager | 8 | -120/+76 |
| 2019-12-16 | Merge branch 'update-translations' | Linus Färnstrand | 36 | -888/+11840 |
| 2019-12-16 | Add new languages to changelog | Linus Färnstrand | 1 | -0/+3 |
| 2019-12-16 | Add new translations + Finnish+Danish | Linus Färnstrand | 34 | -841/+11806 |
| 2019-12-16 | Updated messages.pot | Linus Färnstrand | 1 | -47/+31 |
| 2019-12-13 | Merge branch 'android-verify-tunnel-is-up' | Emīls | 4 | -2/+154 |
| 2019-12-13 | Update changelog | Emīls | 1 | -1/+4 |
| 2019-12-13 | Add blocking wait for TunnelDevice to come up on Android | Emīls | 3 | -1/+150 |
| 2019-12-13 | Merge branch 'create-service-connection' | Janito Vaqueiro Ferreira Filho | 10 | -93/+144 |
| 2019-12-13 | Use `ConnectionProxy` directly | Janito Vaqueiro Ferreira Filho | 4 | -55/+21 |
| 2019-12-13 | Use `ServiceConnection` in `MainActivity` | Janito Vaqueiro Ferreira Filho | 1 | -27/+41 |
| 2019-12-13 | Rename old `MainActivity.serviceConnection` field | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2019-12-13 | Handle set up and tear down in `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-12-13 | Create UI-side `ServiceConnection` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 |
| 2019-12-13 | Decouple `RelayListListener` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -9/+8 |
| 2019-12-13 | Decouple `SettingsListener` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 |
| 2019-12-13 | Decouple `AppVersionInfoCache` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -5/+5 |
| 2019-12-13 | Add `ServiceInstance` notifier to the service | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 |
| 2019-12-13 | Create `ServiceInstance` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2019-12-12 | Updating version in package files | Linus Färnstrand | 9 | -15/+15 |
| 2019-12-12 | Update changelog for release 2019.10 | Linus Färnstrand | 1 | -1/+5 |
| 2019-12-12 | Merge branch 'throttle-location-fetch-retries' | Janito Vaqueiro Ferreira Filho | 3 | -0/+30 |
| 2019-12-12 | Describe retry throttle in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2019-12-12 | Stop location fetch when closing the UI | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2019-12-12 | Throttle retry attempts to fetch geo. IP location | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 |
| 2019-12-12 | Merge branch 'win-port53-relay-fix' | Emīls | 5 | -3/+50 |
| 2019-12-12 | HACK: Allow relays on port 53 in WinFw | Emīls Piņķis | 5 | -3/+50 |
| 2019-12-12 | Format with latest rustfmt | Linus Färnstrand | 1 | -2/+6 |
| 2019-12-11 | Merge branch 'android-finish-refactor' | Emīls | 5 | -26/+32 |
| 2019-12-11 | Finish refactor into ui and service packages | Emīls | 5 | -26/+32 |
| 2019-12-10 | Merge branch 'small-kotlin-fixes' | Janito Vaqueiro Ferreira Filho | 9 | -18/+10 |
| 2019-12-10 | Remove unusued `fetchSettings` method | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2019-12-10 | Rename unused param. to `_` in `Relay` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Rename unused param. in `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Rename unused param. to `_` in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Add `null` check in `ConfirmNoEmailDialogFrament` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Make `when` statement exhaustive | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-12-10 | Remove unnecessary `null` check | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2019-12-10 | Remove unnecessary elvis operator | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Fix unused variable binding | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Remove unnecessary `this` specifier | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-10 | Remove unnecessary coroutine | Janito Vaqueiro Ferreira Filho | 1 | -4/+1 |
| 2019-12-10 | Merge branch 'win-routing-without-futures' | Emīls | 7 | -161/+146 |
| 2019-12-10 | Update changelog | Emīls | 1 | -0/+1 |
| 2019-12-10 | Separate Windows routing implementation from Unix | Emīls | 6 | -161/+145 |
| 2019-12-10 | Merge branch 'show-selected-location-ios' | Andrej Mihajlov | 3 | -90/+233 |
