summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Add tray icons with notification dotOskar Nyberg140-0/+0
2023-02-09Add notification symbol svgOskar Nyberg1-0/+5
2023-02-09Add support for showing notification dot in tray iconOskar Nyberg4-44/+118
2023-02-09Load icons when theme change instead of all at launchOskar Nyberg1-40/+18
2023-02-09Add tray icon with notification dot to build-menubar-iconsOskar Nyberg1-21/+120
2023-02-09Remove closedNotifications listOskar Nyberg1-7/+1
2023-02-09Close notifications when they are no longer relevantOskar Nyberg8-18/+43
2023-02-09Add dispose method on notification controllerOskar Nyberg2-0/+8
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg15-85/+91
2023-02-09Add notification categoriesOskar Nyberg8-16/+34
2023-02-09Add severity to SystemNotificationOskar Nyberg13-28/+80
2023-02-09Change notification type to bannerOskar Nyberg1-1/+1
2023-02-09Add container signature for mullvadvpn-app-build:20d7550f1Mullvad build server2-0/+0
2023-02-09Merge branch 'linux-container-add-clippy-windows'Linus Färnstrand2-5/+13
2023-02-09Fix comment in dockerfile explaining how to build itLinus Färnstrand2-3/+3
2023-02-09Add clippy + the Windows toolchain into the containerLinus Färnstrand1-2/+10
2023-02-08Merge branch 'automatically-build-test-executable-2'Oskar Nyberg2-59/+64
2023-02-08Create a common sha-file for all build-files and upload them at the same timeOskar Nyberg2-59/+64
2023-02-08Merge branch 'add-container-helper-script'Linus Färnstrand2-31/+62
2023-02-08Create container-run.sh script to easier get container shellLinus Färnstrand2-31/+62
2023-02-08Merge branch 'deny-clippy-unused_async'Linus Färnstrand8-17/+17
2023-02-08Make async fns without awaits into regular fnsLinus Färnstrand7-16/+16
2023-02-08Deny unused_async lint in clippy in Github actionsLinus Färnstrand1-1/+1
2023-02-08Merge branch 'simplify-setting-dns-options'Albin4-0/+42
2023-02-08Expose settings custom dns via repositoryAlbin2-0/+19
2023-02-08Deprecate dns add/remove/replace ipc actionsAlbin2-0/+8
2023-02-08Add IPC option to set DnsOptionsAlbin2-0/+15
2023-02-07Merge branch 'win-deprecate-wg-go-fallback'David Lönnhager4-22/+39
2023-02-07Rename constant that limits retriesDavid Lönnhager1-3/+4
2023-02-07Remove automatic fallback when wireguard-nt is enabledDavid Lönnhager3-19/+35
2023-02-07Update desktop app version to 2023.1-beta2Linus Färnstrand1-1/+1
2023-02-07Update changelog for 2023.1-beta2Linus Färnstrand1-1/+6
2023-02-06Merge branch 'prepare-translations-2023.1'Oskar Nyberg58-2726/+2334
2023-02-06Update translationsOskar Nyberg57-2744/+2131
2023-02-06Update relay-locations.potOskar Nyberg20-19/+240
2023-02-06Bump iOS/2023.1 (build 4)Andrej Mihajlov1-28/+28
2023-02-06Merge branch 'backport-adaptive-presentation-dismissal-tracking'Andrej Mihajlov4-10/+61
2023-02-06Backport automatic tracking of modal overlay dismissalAndrej Mihajlov4-10/+61
2023-02-06Merge branch 'fix-device-sorting'Oskar Nyberg1-1/+1
2023-02-06Fix device sortingOskar Nyberg1-1/+1
2023-02-06Merge branch 'upgrade-tokio'Linus Färnstrand1-2/+2
2023-02-06Upgrade tokio to avoid RUSTSEC-2023-0005Linus Färnstrand1-2/+2
2023-02-06Merge branch 'drop-account-token-auth'Andrej Mihajlov3-27/+23
2023-02-06REST: migrate app/v1/create-apple-payment to use access token authorizationAndrej Mihajlov3-27/+23
2023-02-06Bump iOS/2023.1 (build 3)Andrej Mihajlov1-28/+28
2023-02-06Merge branch 'extract-url-request-proxy'Andrej Mihajlov4-70/+113
2023-02-03Extract URLRequestProxy implementationAndrej Mihajlov4-70/+112
2023-02-03Add missing call to completion in response to .cancelURLRequest(id)Andrej Mihajlov1-0/+1
2023-02-03Merge branch 'handle-os-boot'Andrej Mihajlov10-248/+437
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov4-103/+174