| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-13 | Update Wintun installer path | David Lönnhager | 1 | -1/+1 | |
| 2020-07-13 | Bump binaries submodule | David Lönnhager | 1 | -0/+0 | |
| 2020-07-13 | Merge branch 'desktop-ui-scaling' | Oskar Nyberg | 29 | -186/+177 | |
| 2020-07-13 | Improve alignment in HeaderBar and NotificationArea | Oskar Nyberg | 2 | -5/+7 | |
| 2020-07-13 | Scale down UI elements | Oskar Nyberg | 25 | -100/+127 | |
| 2020-07-13 | Move common style definitions to its own file | Oskar Nyberg | 8 | -59/+44 | |
| 2020-07-13 | Remove letter spacing | Oskar Nyberg | 13 | -26/+3 | |
| 2020-07-10 | Merge branch 'fix-clap-warning' | Linus Färnstrand | 1 | -6/+9 | |
| 2020-07-10 | Ignore deprecation warning in clap macro invocation | Linus Färnstrand | 1 | -6/+9 | |
| 2020-07-09 | Merge branch 'reduce-jni-lib-size' | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-07-08 | Force JNI libraries to be compressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-07-08 | Merge branch 'update-android-build-setup-in-readme' | Janito Vaqueiro Ferreira Filho | 1 | -37/+41 | |
| 2020-07-08 | Update build setup steps for Android in the README | Janito Vaqueiro Ferreira Filho | 1 | -37/+41 | |
| 2020-07-08 | Merge branch 'bundle-relays' | Andrej Mihajlov | 10 | -183/+557 | |
| 2020-07-08 | Uncombine RelayCache and bundle relays.json with the app | Andrej Mihajlov | 9 | -109/+390 | |
| 2020-07-07 | Uncombine MullvadRpc | Andrej Mihajlov | 1 | -74/+167 | |
| 2020-07-07 | Merge branch 'remove-standalone-toolchains' | Janito Vaqueiro Ferreira Filho | 4 | -57/+12 | |
| 2020-07-07 | Remove standalone toolchain setup | Janito Vaqueiro Ferreira Filho | 2 | -40/+9 | |
| 2020-07-07 | Use prebuild toolchain | Janito Vaqueiro Ferreira Filho | 2 | -17/+3 | |
| 2020-07-07 | Merge branch 'move-header-to-xib' | Andrej Mihajlov | 7 | -85/+164 | |
| 2020-07-07 | Move root controller out of Storyboard | Andrej Mihajlov | 7 | -85/+164 | |
| 2020-07-06 | Merge branch 'add-operations' | Andrej Mihajlov | 16 | -0/+924 | |
| 2020-07-06 | Add operations | Andrej Mihajlov | 16 | -0/+924 | |
| 2020-07-06 | Merge branch 'add-chained-error-pr' | Andrej Mihajlov | 3 | -1/+82 | |
| 2020-07-06 | Add ChainedError and DisplayChainedError protocols | Andrej Mihajlov | 3 | -1/+82 | |
| 2020-07-03 | Merge branch 'fix-xml-formatting' | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-07-03 | Fix XML formatting | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-07-03 | Merge branch 'fix-unsupported-version-notification' | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 | |
| 2020-07-03 | Change message for unknown unsupported version | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 | |
| 2020-07-03 | Merge branch 'animate-connect-padding' | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-07-03 | Animate padding change in the Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-07-03 | Merge branch 'android-use-correct-notification-text' | Emīls | 1 | -1/+1 | |
| 2020-07-03 | Use correct expiry notification text | Emīls | 1 | -1/+1 | |
| 2020-07-03 | Merge branch 'improve-postinstall' | Emīls | 13 | -387/+358 | |
| 2020-07-03 | Update changelog | Emīls | 1 | -0/+1 | |
| 2020-07-03 | Use CLI instead of mullvad-setup to clear wg keys | Emīls | 3 | -0/+11 | |
| 2020-07-03 | Add RPC to clear account history | Emīls | 4 | -2/+48 | |
| 2020-07-03 | Use new style future for wireguard keys | Emīls | 5 | -372/+287 | |
| 2020-07-03 | Improve retrying | Emīls | 1 | -13/+11 | |
| 2020-07-02 | Merge branch 'animate-notification-change' | Janito Vaqueiro Ferreira Filho | 1 | -14/+62 | |
| 2020-07-01 | Synchronize notification updates to prevent races | Janito Vaqueiro Ferreira Filho | 1 | -10/+14 | |
| 2020-07-01 | Animate notification change transition | Janito Vaqueiro Ferreira Filho | 1 | -6/+18 | |
| 2020-07-01 | Work around banner showing bottom part too soon | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| If the notification that is to be shown increases the height of the banner, it will take another layout pass for it to properly adjust the animation offsets. During this time, the view becomes visible and shows the bottom part of the banner before the animation starts. The work around implemented here is to simply delay the animation by a small amount (enough for a frame to be skipped) to ensure the layout has completed and moved the banner up enough for the bottom part to not be shown when the view becomes visible. | |||||
| 2020-07-01 | Use an `ObjectAnimator` for the banner animation | Janito Vaqueiro Ferreira Filho | 1 | -8/+37 | |
| 2020-07-01 | Merge branch 'in-app-notification-refactor' | Janito Vaqueiro Ferreira Filho | 15 | -353/+647 | |
| 2020-07-01 | Remove old `NotificationBanner` controller | Janito Vaqueiro Ferreira Filho | 1 | -284/+0 | |
| 2020-07-01 | Use new `NotificationBanner` widget | Janito Vaqueiro Ferreira Filho | 2 | -69/+18 | |
| 2020-07-01 | Implement in-app notification click behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 | |
| 2020-07-01 | Create new `NotificationBanner` widget | Janito Vaqueiro Ferreira Filho | 2 | -0/+158 | |
| 2020-07-01 | Create account expiry in-app notification | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 | |
