| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-06-05 | Allow screenshots to be taken in debug builds | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-06-05 | Mark support screen secure when showing email | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2020-06-05 | Mark Account screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-05 | Mark WireGuard Key screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-05 | Make it easy for fragments to be marked as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-06-05 | Block screenshots when entering a secure screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-06-05 | Merge branch 'ignore-touch-events-when-obscured' | Janito Vaqueiro Ferreira Filho | 2 | -1/+4 |
| 2020-06-05 | Describe ignoring touch events in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-05 | Ignore touch events when view is obscured | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-06-05 | Merge branch 'macos-fix-routing' | Emīls | 9 | -430/+201 |
| 2020-06-05 | Adjust Android routing code | Emīls | 1 | -16/+15 |
| 2020-06-05 | Fix small lint with daemon | Emīls Piņķis | 1 | -1/+1 |
| 2020-06-05 | Simplify routing code on Linux | Emīls | 2 | -77/+12 |
| 2020-06-05 | Fix default route monitoring on MacOS | Emīls Piņķis | 6 | -336/+173 |
| 2020-06-05 | Merge branch 'replace-use-of-spread-in-redux-reducer' | Oskar Nyberg | 3 | -41/+32 |
| 2020-06-05 | Remove use of spread operator for action data in reducers | Oskar Nyberg | 3 | -41/+32 |
| 2020-06-05 | Merge branch 'disable-auto-connect-when-out-of-time' | Oskar Nyberg | 3 | -16/+22 |
| 2020-06-05 | Move autoconnect to main process and check if account has expired | Oskar Nyberg | 3 | -16/+22 |
| 2020-06-04 | Merge branch 'improve-fw-linux' | David Lönnhager | 3 | -8/+9 |
| 2020-06-04 | Only allow root to send packets to the relay server on Linux | David Lönnhager | 1 | -0/+2 |
| 2020-06-04 | Bump nftnl-rs | David Lönnhager | 2 | -8/+7 |
| 2020-06-04 | Merge branch 'scroll-views-everywhere' | Janito Vaqueiro Ferreira Filho | 8 | -207/+226 |
| 2020-06-04 | Describe scrollable screens in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2020-06-04 | Make Redeem Voucher scrollable | Janito Vaqueiro Ferreira Filho | 1 | -55/+59 |
| 2020-06-04 | Make Out Of Time screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -57/+66 |
| 2020-06-04 | Add margin above button container | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-04 | Make Welcome screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -64/+72 |
| 2020-06-04 | Make Confirm No Email dialog scrollable | Janito Vaqueiro Ferreira Filho | 1 | -23/+27 |
| 2020-06-04 | Remove incorrect ID in some layouts | Janito Vaqueiro Ferreira Filho | 5 | -5/+0 |
| 2020-06-04 | Merge branch 'login-screen-scroll-view' | Janito Vaqueiro Ferreira Filho | 3 | -143/+168 |
| 2020-06-04 | Describe scrollable Login screen in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-04 | Scroll to important views during login steps | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 |
| 2020-06-04 | Make Login screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -143/+146 |
| 2020-06-04 | Merge branch 'fix-button-vertical-padding' | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-04 | Remove default button vertical padding | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-06-04 | Merge branch 'split-tunnel-update-mods' | David Lönnhager | 4 | -6/+15 |
| 2020-06-04 | Generalize PidManager::add_list | David Lönnhager | 1 | -1/+1 |
| 2020-06-04 | Use unit type constructor for PidManager | David Lönnhager | 1 | -4/+2 |
| 2020-06-04 | Fix names conflicting with split_tunnel modules on Windows | David Lönnhager | 4 | -1/+12 |
| 2020-06-04 | Merge branch 'fix-current-is-supported' | Oskar Nyberg | 8 | -17/+18 |
| 2020-06-04 | Add unsupported version fix to changelog | Oskar Nyberg | 1 | -0/+1 |
| 2020-06-04 | Rename all usages of currentIsSupported to just supported | Oskar Nyberg | 7 | -17/+17 |
| 2020-06-03 | Merge branch 'fix-welcome-screen-closing-prematurely' | Janito Vaqueiro Ferreira Filho | 2 | -1/+4 |
| 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 |
