| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-06-03 | Describe expiry check fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-03 | Add a one-day margin of error to initial check | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-06-03 | Merge branch 'connect-screen-scroll-view' | Janito Vaqueiro Ferreira Filho | 4 | -119/+170 |
| 2020-06-03 | Describe scrollable Connect screen in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-03 | Tweak margin below banner | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-06-03 | Add space for notification banner to expand | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2020-06-03 | Add `NotificationBanner.onHeightChange` callback | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-06-03 | Add a scroll view to the Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -119/+129 |
| 2020-06-03 | Bump iOS build (2020.3.4)ios/2020.3 | Andrej Mihajlov | 1 | -4/+4 |
| 2020-06-03 | Merge branch 'fw-reject-outgoing' | David Lönnhager | 4 | -10/+27 |
| 2020-06-03 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+5 |
| 2020-06-03 | Reject select outgoing traffic instead of silently dropping it on Linux | David Lönnhager | 1 | -3/+15 |
| 2020-06-03 | Bump nftnl | David Lönnhager | 2 | -7/+7 |
| 2020-06-02 | Merge branch 'enter-split-screen-smoothly' | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2020-06-02 | Describe split-screen fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-02 | Don't recreate Activity to enter split-screen mode | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-06-02 | Merge branch 'clear-back-stack-on-service-loss' | Janito Vaqueiro Ferreira Filho | 2 | -3/+10 |
| 2020-06-02 | Describe clearing back stack in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-02 | Clear back stack when returning to launch screen | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-06-02 | Merge branch 'settings-scroll-animation' | Janito Vaqueiro Ferreira Filho | 16 | -685/+1185 |
| 2020-06-02 | Describe scrollable settings screens in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-02 | Scroll to start of body when advancing the screen | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2020-06-02 | Add scroll animation to the Problem Report screen | Janito Vaqueiro Ferreira Filho | 2 | -150/+188 |
| 2020-06-02 | Add scroll animation to Preferences screen | Janito Vaqueiro Ferreira Filho | 2 | -88/+125 |
| 2020-06-02 | Add scroll animation to WireGuard Key screen | Janito Vaqueiro Ferreira Filho | 2 | -108/+147 |
| 2020-06-02 | Add scroll animation to Advanced screen | Janito Vaqueiro Ferreira Filho | 2 | -91/+129 |
| 2020-06-02 | Add scroll animation to Account screen | Janito Vaqueiro Ferreira Filho | 2 | -73/+107 |
| 2020-06-02 | Add scroll animation to Settings screen | Janito Vaqueiro Ferreira Filho | 2 | -175/+206 |
| 2020-06-02 | Create `CollapsibleTitleController` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+196 |
| 2020-06-02 | Create `ListenableScrollView` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+30 |
| 2020-06-02 | Create `LinearInterpolation` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2020-06-02 | Merge branch 'ephemeral-urlsession' | Andrej Mihajlov | 10 | -24/+35 |
| 2020-06-02 | Switch to using ephemeral URLSession configuration | Andrej Mihajlov | 10 | -24/+35 |
| 2020-06-02 | Merge branch 'openvpn-plugin-tonic' | David Lönnhager | 9 | -137/+678 |
| 2020-06-02 | Use gRPC for OpenVPN plugin IPC | David Lönnhager | 9 | -137/+678 |
| 2020-06-02 | Merge branch 'split-tunnel-linux' | David Lönnhager | 23 | -46/+976 |
| 2020-06-02 | Update comment on kernel version issues in Linux firewall | David Lönnhager | 1 | -2/+3 |
| 2020-06-02 | Use separate NAT chains for ip and ip6 tables | David Lönnhager | 1 | -13/+24 |
| 2020-06-02 | Use zero-sized private field for Firewall type | David Lönnhager | 1 | -2/+2 |
| 2020-06-02 | Rename split modules to split_tunnel | David Lönnhager | 8 | -21/+21 |
| 2020-06-02 | Set up split tunneling routes in routing module | David Lönnhager | 7 | -226/+302 |
| 2020-06-02 | Set up routes for excluded applications using the route manager | David Lönnhager | 6 | -117/+53 |
| 2020-06-02 | Force outgoing packets to use the correct source IP | David Lönnhager | 1 | -0/+17 |
| 2020-06-02 | Update .gitignore | David Lönnhager | 1 | -0/+1 |
| 2020-06-02 | Fix assumptions about rt_tables file | David Lönnhager | 1 | -6/+19 |
| 2020-06-02 | Clarify comments about constants in split module | David Lönnhager | 1 | -0/+2 |
| 2020-06-02 | Check return codes from ip in split module | David Lönnhager | 1 | -54/+36 |
| 2020-06-02 | Define cgroup name in one place | David Lönnhager | 5 | -8/+22 |
| 2020-06-02 | Initialize net_cls cgroup if it does not exist | David Lönnhager | 1 | -1/+20 |
| 2020-06-02 | Make mangle firewall rules compatible with older kernels | David Lönnhager | 1 | -40/+74 |
