| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-16 | Remove callback in `RelayListListener.onDestroy` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-04-16 | Change UI side `RelayListListener` package | Janito Vaqueiro Ferreira Filho | 3 | -4/+2 |
| 2021-04-16 | Send relay list update messages | Janito Vaqueiro Ferreira Filho | 3 | -1/+12 |
| 2021-04-16 | Make `RelayList` parcelable | Janito Vaqueiro Ferreira Filho | 6 | -6/+35 |
| 2021-04-16 | Create new service side `RelayListListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 |
| 2021-04-16 | Merge branch 'filter-forward-chain' | David Lönnhager | 3 | -71/+116 |
| 2021-04-16 | Update security document | David Lönnhager | 1 | -0/+5 |
| 2021-04-16 | Update changelog | David Lönnhager | 1 | -0/+4 |
| 2021-04-16 | Fix "inbound" forwarding | David Lönnhager | 1 | -27/+23 |
| 2021-04-16 | Forward DHCP traffic | David Lönnhager | 1 | -14/+16 |
| 2021-04-16 | Add reject rule to forward chain | David Lönnhager | 1 | -6/+8 |
| 2021-04-16 | Forward packets from the tunnel interface | David Lönnhager | 1 | -0/+9 |
| 2021-04-16 | Permit remaining packets to be forwarded via the tunnel interface only | David Lönnhager | 1 | -0/+4 |
| 2021-04-16 | Permit forwarding of LAN traffic | David Lönnhager | 1 | -12/+20 |
| 2021-04-16 | Permit forwarding of select DNS packets | David Lönnhager | 1 | -23/+29 |
| 2021-04-16 | Add nftables forward chain | David Lönnhager | 1 | -2/+11 |
| 2021-04-16 | Merge branch 'split-app-version-info-cache' | Janito Vaqueiro Ferreira Filho | 11 | -105/+139 |
| 2021-04-16 | Remove old shared preferences clean-up code | Janito Vaqueiro Ferreira Filho | 2 | -12/+2 |
| 2021-04-16 | Refactor to improve readability | Janito Vaqueiro Ferreira Filho | 1 | -13/+25 |
| 2021-04-16 | Move version cache migration from UI to service | Janito Vaqueiro Ferreira Filho | 5 | -21/+15 |
| 2021-04-16 | Refactor to use observable property | Janito Vaqueiro Ferreira Filho | 1 | -18/+12 |
| 2021-04-16 | Handle version events in UI `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 2 | -28/+14 |
| 2021-04-16 | Remove callback in `AppVersionInfoCache.onDestroy` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-04-16 | Change UI side `AppVersionInfoCache` package | Janito Vaqueiro Ferreira Filho | 5 | -6/+4 |
| 2021-04-16 | Use service side `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -10/+4 |
| 2021-04-16 | Create new service side `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+44 |
| 2021-04-16 | Add `AppVersionInfo` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-16 | Make `AppVersionInfo` parcelable | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2021-04-16 | Send current version through the message channel | Janito Vaqueiro Ferreira Filho | 2 | -0/+13 |
| 2021-04-16 | Bump submodule 'windows-libraries' | Odd Stranne | 1 | -0/+0 |
| 2021-04-15 | Merge branch 'fix-shellcheck-recommendations-in-build-script' | Oskar Nyberg | 1 | -34/+34 |
| 2021-04-15 | Fix shellcheck recommendations in build.sh | Oskar Nyberg | 1 | -34/+34 |
| 2021-04-15 | Merge branch 'fix-dependency-graph' | Aleksandr Granin | 5 | -28/+27 |
| 2021-04-15 | Fix koin dependencies. | Aleksandr Granin | 5 | -28/+27 |
| 2021-04-15 | Merge branch 'get-installed-apps-windows' | Oskar Nyberg | 5 | -7/+769 |
| 2021-04-15 | Add function for retrieving applications on Windows | Oskar Nyberg | 1 | -0/+350 |
| 2021-04-15 | Persist browsed-for split-tunneling applications | Oskar Nyberg | 3 | -7/+40 |
| 2021-04-15 | Add code for parsing Windows PE format | Oskar Nyberg | 1 | -0/+379 |
| 2021-04-15 | Merge branch 'fix-account-cache-actor-crashing' | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-04-15 | Fix `AccountCache` only handled first request | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-04-15 | Merge branch 'remove-public-custom-dns-warning-dialog-on-android' | Janito Vaqueiro Ferreira Filho | 25 | -39/+11 |
| 2021-04-15 | Describe warning dialog removal in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-04-15 | Restore hard-coded dialog message | Janito Vaqueiro Ferreira Filho | 3 | -11/+5 |
| 2021-04-15 | Remove obsoleted message | Janito Vaqueiro Ferreira Filho | 22 | -25/+1 |
| 2021-04-15 | Don't show dialog for local DNS server addresses | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 |
| 2021-04-14 | Merge branch 'add-custom-split-controller' | Andrej Mihajlov | 3 | -0/+65 |
| 2021-04-14 | Add CustomSplitViewController | Andrej Mihajlov | 3 | -0/+65 |
| 2021-04-14 | Merge branch 'connect-controller-ipad' | Andrej Mihajlov | 6 | -20/+124 |
| 2021-04-14 | Connect: adapt for iPad | Andrej Mihajlov | 3 | -8/+63 |
| 2021-04-14 | Xcode: enable iPad support | Andrej Mihajlov | 1 | -2/+2 |
