summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Simplify `KeyframeAnimation`'s internal stateJanito Vaqueiro Ferreira Filho3-164/+58
2018-12-19Remove image handling from `KeyframeAnimation`Janito Vaqueiro Ferreira Filho2-53/+19
2018-12-19Remove support for repeating animationsJanito Vaqueiro Ferreira Filho2-55/+2
2018-12-19Remove animation support for alternationJanito Vaqueiro Ferreira Filho2-59/+1
2018-12-19Fix `KeyframeAnimation.reverse` getterJanito Vaqueiro Ferreira Filho1-1/+1
2018-12-19Merge branch 'fix-sleep-related-relay-list-update-issues'Linus Färnstrand2-9/+26
2018-12-19Check relay list cache age more oftenLinus Färnstrand2-9/+26
2018-12-18Merge branch 'start-minimized-on-linux'Janito Vaqueiro Ferreira Filho13-33/+281
2018-12-18Describe "start minimized" setting in change logJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-18Remove GUI settings file in macOS uninstallerJanito Vaqueiro Ferreira Filho1-1/+7
2018-12-18Describe GUI settings path in READMEJanito Vaqueiro Ferreira Filho1-0/+11
2018-12-18Add start minimized toggle to Preferences screenJanito Vaqueiro Ferreira Filho4-31/+86
2018-12-18Allow changing GUI settings through IPCJanito Vaqueiro Ferreira Filho3-0/+49
2018-12-18Store GUI settings in Redux stateJanito Vaqueiro Ferreira Filho3-0/+36
2018-12-18Send GUI settings to renderer processJanito Vaqueiro Ferreira Filho3-3/+20
2018-12-18Create `GuiSettings` helper classJanito Vaqueiro Ferreira Filho2-20/+53
2018-12-18Load GUI settings file when app startsJanito Vaqueiro Ferreira Filho1-10/+24
2018-12-18Use a settings file to handle Linux window startJanito Vaqueiro Ferreira Filho1-1/+26
2018-12-18Merge branch 'connect-when-disconnecting'Andrej Mihajlov2-10/+12
2018-12-18Switch to the disconnected state ahead of time to make the app look more resp...Andrej Mihajlov1-5/+3
2018-12-18Allow connecting a tunnel in a disconnecting stateAndrej Mihajlov2-9/+13
2018-12-18Merge branch 'fix-update-relay-locations-type'Linus Färnstrand2-1/+2
2018-12-18Fix return type of update_relay_locationsLinus Färnstrand2-1/+2
2018-12-17Merge branch 'merge-imports'Linus Färnstrand44-200/+245
2018-12-13Dont import all enum variants into the entire module scopeLinus Färnstrand1-4/+3
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand44-200/+246
2018-12-13Merge branch 'convert-more-to-rust2018'Linus Färnstrand32-224/+134
2018-12-13Move public useLinus Färnstrand1-1/+2
2018-12-13Upgrade mullvad-tests to Rust 2018Linus Färnstrand7-65/+41
2018-12-13Upgrade mullvad-rpc to Rust 2018Linus Färnstrand5-67/+53
2018-12-13Upgrade mullvad-problem-report to Rust 2018Linus Färnstrand4-28/+8
2018-12-13Upgrade mullvad-ipc-client to Rust 2018Linus Färnstrand2-30/+19
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand14-34/+12
2018-12-12Merge branch 'upgrade-towards-rust2018'Linus Färnstrand27-91/+53
2018-12-12Bump openvpn-plugin git hashLinus Färnstrand1-1/+1
2018-12-12Upgrade mullvad-paths to Rust 2018Linus Färnstrand7-19/+10
2018-12-12Upgrade mullvad-types to Rust 2018Linus Färnstrand14-37/+25
2018-12-12Upgrade talpid-types to Rust 2018Linus Färnstrand5-18/+17
2018-12-12Upgrade talpid-openvpn-plugin to Rust 2018Linus Färnstrand4-17/+1
2018-12-12Merge branch 'capture-resolvconf-stderr'Linus Färnstrand1-5/+28
2018-12-12Check if resolvconf is a symlink to resolvectlLinus Färnstrand1-5/+24
2018-12-12Capture and log stderr from resolvconf when failingLinus Färnstrand1-0/+4
2018-12-11Merge branch 'time-running-out-message'Janito Vaqueiro Ferreira Filho8-21/+117
2018-12-11Describe time running out warning in change logJanito Vaqueiro Ferreira Filho1-0/+1
2018-12-11Test `NotificationArea` with time running lowJanito Vaqueiro Ferreira Filho1-0/+21
2018-12-11Capitalize first letter of remaining time bannerJanito Vaqueiro Ferreira Filho1-1/+7
2018-12-11Fix notification banner animation race conditionJanito Vaqueiro Ferreira Filho1-4/+9
2018-12-11Implement warning when little account time remainsJanito Vaqueiro Ferreira Filho4-3/+53
2018-12-11Use `AccountExpiry` helper in `Connect` componentJanito Vaqueiro Ferreira Filho2-5/+5
2018-12-11Create `AccountExpiry` helper classJanito Vaqueiro Ferreira Filho2-10/+23