| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2019-12-10 | Show selected location | Andrej Mihajlov | 3 | -90/+233 |
| 2019-12-10 | Merge branch 'commit-project-file-ios' | Andrej Mihajlov | 4 | -161/+370 |
| 2019-12-10 | Commit new project file | Andrej Mihajlov | 4 | -161/+370 |
| 2019-12-10 | Merge branch 'wireup-connect-controller-ios' | Andrej Mihajlov | 7 | -116/+580 |
| 2019-12-10 | Add methods to refresh header bar appearance | Andrej Mihajlov | 1 | -10/+11 |
| 2019-12-10 | Filter attempts to unwind to exactly the same controller | Andrej Mihajlov | 1 | -0/+3 |
| 2019-12-10 | Update Storyboard | Andrej Mihajlov | 2 | -91/+309 |
| 2019-12-10 | Update colors | Andrej Mihajlov | 1 | -11/+23 |
| 2019-12-10 | Add TunnelControlViewController | Andrej Mihajlov | 1 | -0/+96 |
| 2019-12-10 | Update title colors on custom buttons | Andrej Mihajlov | 1 | -1/+3 |
| 2019-12-10 | Wireup Connect controller with the tunnel manager | Andrej Mihajlov | 1 | -3/+135 |
