| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-12-19 | Simplify `KeyframeAnimation`'s internal state | Janito Vaqueiro Ferreira Filho | 3 | -164/+58 |
| 2018-12-19 | Remove image handling from `KeyframeAnimation` | Janito Vaqueiro Ferreira Filho | 2 | -53/+19 |
| 2018-12-19 | Remove support for repeating animations | Janito Vaqueiro Ferreira Filho | 2 | -55/+2 |
| 2018-12-19 | Remove animation support for alternation | Janito Vaqueiro Ferreira Filho | 2 | -59/+1 |
| 2018-12-19 | Fix `KeyframeAnimation.reverse` getter | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-12-19 | Merge branch 'fix-sleep-related-relay-list-update-issues' | Linus Färnstrand | 2 | -9/+26 |
| 2018-12-19 | Check relay list cache age more often | Linus Färnstrand | 2 | -9/+26 |
| 2018-12-18 | Merge branch 'start-minimized-on-linux' | Janito Vaqueiro Ferreira Filho | 13 | -33/+281 |
| 2018-12-18 | Describe "start minimized" setting in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-12-18 | Remove GUI settings file in macOS uninstaller | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2018-12-18 | Describe GUI settings path in README | Janito Vaqueiro Ferreira Filho | 1 | -0/+11 |
| 2018-12-18 | Add start minimized toggle to Preferences screen | Janito Vaqueiro Ferreira Filho | 4 | -31/+86 |
| 2018-12-18 | Allow changing GUI settings through IPC | Janito Vaqueiro Ferreira Filho | 3 | -0/+49 |
| 2018-12-18 | Store GUI settings in Redux state | Janito Vaqueiro Ferreira Filho | 3 | -0/+36 |
| 2018-12-18 | Send GUI settings to renderer process | Janito Vaqueiro Ferreira Filho | 3 | -3/+20 |
| 2018-12-18 | Create `GuiSettings` helper class | Janito Vaqueiro Ferreira Filho | 2 | -20/+53 |
| 2018-12-18 | Load GUI settings file when app starts | Janito Vaqueiro Ferreira Filho | 1 | -10/+24 |
| 2018-12-18 | Use a settings file to handle Linux window start | Janito Vaqueiro Ferreira Filho | 1 | -1/+26 |
| 2018-12-18 | Merge branch 'connect-when-disconnecting' | Andrej Mihajlov | 2 | -10/+12 |
| 2018-12-18 | Switch to the disconnected state ahead of time to make the app look more resp... | Andrej Mihajlov | 1 | -5/+3 |
| 2018-12-18 | Allow connecting a tunnel in a disconnecting state | Andrej Mihajlov | 2 | -9/+13 |
| 2018-12-18 | Merge branch 'fix-update-relay-locations-type' | Linus Färnstrand | 2 | -1/+2 |
| 2018-12-18 | Fix return type of update_relay_locations | Linus Färnstrand | 2 | -1/+2 |
| 2018-12-17 | Merge branch 'merge-imports' | Linus Färnstrand | 44 | -200/+245 |
| 2018-12-13 | Dont import all enum variants into the entire module scope | Linus Färnstrand | 1 | -4/+3 |
| 2018-12-13 | Activate the merge_imports rustfmt feature | Linus Färnstrand | 44 | -200/+246 |
| 2018-12-13 | Merge branch 'convert-more-to-rust2018' | Linus Färnstrand | 32 | -224/+134 |
| 2018-12-13 | Move public use | Linus Färnstrand | 1 | -1/+2 |
| 2018-12-13 | Upgrade mullvad-tests to Rust 2018 | Linus Färnstrand | 7 | -65/+41 |
| 2018-12-13 | Upgrade mullvad-rpc to Rust 2018 | Linus Färnstrand | 5 | -67/+53 |
| 2018-12-13 | Upgrade mullvad-problem-report to Rust 2018 | Linus Färnstrand | 4 | -28/+8 |
| 2018-12-13 | Upgrade mullvad-ipc-client to Rust 2018 | Linus Färnstrand | 2 | -30/+19 |
| 2018-12-13 | Convert mullvad-cli to Rust 2018 | Linus Färnstrand | 14 | -34/+12 |
| 2018-12-12 | Merge branch 'upgrade-towards-rust2018' | Linus Färnstrand | 27 | -91/+53 |
| 2018-12-12 | Bump openvpn-plugin git hash | Linus Färnstrand | 1 | -1/+1 |
| 2018-12-12 | Upgrade mullvad-paths to Rust 2018 | Linus Färnstrand | 7 | -19/+10 |
| 2018-12-12 | Upgrade mullvad-types to Rust 2018 | Linus Färnstrand | 14 | -37/+25 |
| 2018-12-12 | Upgrade talpid-types to Rust 2018 | Linus Färnstrand | 5 | -18/+17 |
| 2018-12-12 | Upgrade talpid-openvpn-plugin to Rust 2018 | Linus Färnstrand | 4 | -17/+1 |
| 2018-12-12 | Merge branch 'capture-resolvconf-stderr' | Linus Färnstrand | 1 | -5/+28 |
| 2018-12-12 | Check if resolvconf is a symlink to resolvectl | Linus Färnstrand | 1 | -5/+24 |
| 2018-12-12 | Capture and log stderr from resolvconf when failing | Linus Färnstrand | 1 | -0/+4 |
| 2018-12-11 | Merge branch 'time-running-out-message' | Janito Vaqueiro Ferreira Filho | 8 | -21/+117 |
| 2018-12-11 | Describe time running out warning in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-12-11 | Test `NotificationArea` with time running low | Janito Vaqueiro Ferreira Filho | 1 | -0/+21 |
| 2018-12-11 | Capitalize first letter of remaining time banner | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2018-12-11 | Fix notification banner animation race condition | Janito Vaqueiro Ferreira Filho | 1 | -4/+9 |
| 2018-12-11 | Implement warning when little account time remains | Janito Vaqueiro Ferreira Filho | 4 | -3/+53 |
| 2018-12-11 | Use `AccountExpiry` helper in `Connect` component | Janito Vaqueiro Ferreira Filho | 2 | -5/+5 |
| 2018-12-11 | Create `AccountExpiry` helper class | Janito Vaqueiro Ferreira Filho | 2 | -10/+23 |
