| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-12-06 | Merge branch 'add-version-suffix-ios' | Andrej Mihajlov | 5 | -12/+59 |
| 2019-12-06 | Adjust settings cell margins and fix disclosure tint color | Andrej Mihajlov | 2 | -8/+26 |
| 2019-12-06 | Add version suffix and display it under Settings | Andrej Mihajlov | 3 | -4/+33 |
| 2019-12-05 | Merge branch 'fix-improved-wg-port-selectiong' | Emīls | 2 | -4/+3 |
| 2019-12-05 | Fix improved port selection for WireGuard | Emīls | 2 | -4/+3 |
| 2019-12-05 | Merge branch 'wireup-tunnel-manager-ios' | Andrej Mihajlov | 14 | -428/+152 |
| 2019-12-05 | Wire up Settings with the new Account facilities | Andrej Mihajlov | 1 | -13/+2 |
| 2019-12-05 | Remove Optional+Unwrap | Andrej Mihajlov | 1 | -23/+0 |
| 2019-12-05 | Remove WeakBox | Andrej Mihajlov | 1 | -17/+0 |
| 2019-12-05 | Use enum for SegueIdentifier | Andrej Mihajlov | 1 | -3/+3 |
| 2019-12-05 | Adjust Login controller to the new Account facilities | Andrej Mihajlov | 2 | -28/+16 |
| 2019-12-05 | Wire up AppDelegate with TunnelManager | Andrej Mihajlov | 3 | -15/+44 |
| 2019-12-05 | Wire up Account with TunnelManager | Andrej Mihajlov | 5 | -329/+87 |
| 2019-12-05 | Updating version in package files2019.10-beta2 | Linus Färnstrand | 9 | -15/+15 |
| 2019-12-05 | Add 2019.10-beta1 changelog header and small fixes | Linus Färnstrand | 1 | -4/+9 |
| 2019-12-05 | Merge branch 'improve-wireguard-port-selection' | Emīls | 2 | -0/+11 |
| 2019-12-05 | Improve wireguard port selection | Emīls | 2 | -0/+11 |
| 2019-12-05 | Merge branch 'add-tunnel-manager-ios' | Andrej Mihajlov | 2 | -0/+716 |
| 2019-12-05 | Add NEVPNStatus+Debug | Andrej Mihajlov | 1 | -0/+33 |
| 2019-12-05 | Add TunnelManager | Andrej Mihajlov | 1 | -0/+683 |
| 2019-12-05 | Merge branch 'fix-changelog-entry' | Janito Vaqueiro Ferreira Filho | 1 | -4/+2 |
| 2019-12-05 | Fix position of change log entry | Janito Vaqueiro Ferreira Filho | 1 | -4/+2 |
| 2019-12-05 | Merge branch 'fix-app-version-update-on-wrong-thread' | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2019-12-05 | Describe wrong thread update fix in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-12-05 | Fix `NotificationBanner` update on wrong thread | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2019-12-05 | Merge branch 'win-routing-wait' | Emīls | 1 | -3/+14 |
| 2019-12-05 | Fix race condition for routing manager | Emīls | 1 | -3/+14 |
| 2019-12-04 | Merge branch 'use-arc-in-android-context' | Janito Vaqueiro Ferreira Filho | 4 | -19/+9 |
| 2019-12-04 | Use `Arc<JavaVM>` in `AndroidContext` | Janito Vaqueiro Ferreira Filho | 4 | -19/+9 |
| 2019-12-04 | Merge branch 'add-relay-selector-ios' | Andrej Mihajlov | 6 | -0/+365 |
| 2019-12-04 | Add naive relay selector | Andrej Mihajlov | 6 | -0/+365 |
| 2019-12-04 | Merge branch 'fix-relay-filter' | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-04 | Fix check if relay has WireGuard tunnels | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-12-04 | Merge branch 'stop-location-fetch-when-offline' | Janito Vaqueiro Ferreira Filho | 8 | -7/+32 |
| 2019-12-04 | Describe no location fetch when offline change | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-12-04 | Try to fetch location when connectivity returns | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2019-12-04 | Don't fetch location when device is offline | Janito Vaqueiro Ferreira Filho | 2 | -4/+6 |
| 2019-12-04 | Store connectivity listener in `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -0/+7 |
| 2019-12-04 | Add event notifier to `ConnectivityListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-12-04 | Move `EventNotifier` to the Talpid library | Janito Vaqueiro Ferreira Filho | 3 | -3/+3 |
| 2019-12-04 | Merge branch 'android-offline-check' | Janito Vaqueiro Ferreira Filho | 10 | -27/+333 |
| 2019-12-04 | Describe offline check on change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-12-04 | Implement offline monitor for Android | Janito Vaqueiro Ferreira Filho | 2 | -12/+168 |
| 2019-12-04 | Send `AndroidContext` parameter to offline monitor | Janito Vaqueiro Ferreira Filho | 3 | -4/+19 |
| 2019-12-04 | Implement `Clone` for `AndroidContext` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2019-12-04 | Notify connectivity changes to the offline monitor | Janito Vaqueiro Ferreira Filho | 2 | -2/+32 |
| 2019-12-04 | Store sender address in Java class | Janito Vaqueiro Ferreira Filho | 2 | -0/+25 |
| 2019-12-04 | Remove dummy offline monitor implementation | Janito Vaqueiro Ferreira Filho | 2 | -30/+0 |
| 2019-12-04 | Implement stub offline monitor for Android | Janito Vaqueiro Ferreira Filho | 2 | -1/+31 |
| 2019-12-04 | Listen for connectivity status changes | Janito Vaqueiro Ferreira Filho | 3 | -0/+64 |
