summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-07-22Merge branch 'implement-recents-support-ui'Kalle Lindström34-209/+997
2025-07-22Update changelogKalle Lindström1-0/+2
2025-07-22Implement select location recents uiKalle Lindström33-209/+995
2025-07-22Update dependencies to fix `CVE-2025-7783`Oliver1-65/+169
2025-07-22Update eslint to `9.31.0`Oliver2-172/+188
2025-07-18Merge branch 'fix-entry-not-present'David Göransson1-6/+9
2025-07-18Handle locations being not presentDavid Göransson1-6/+9
2025-07-18Merge branch 'run-reproducible-builds-workflow-on-file-changes-droid-1997'Albin1-4/+7
2025-07-18Trigger reproducible workflow on file changesAlbin1-4/+7
The intention with this change is primarily to improve our PR workflow so that some specific files trigger the reproducible workflow. It's not possible to trigger workflows on either PR `branches` OR `paths`, so as a workaround for this limitation we now also trigger on release note changes.
2025-07-18Merge branch 'unify-checksum-types-in-scripts-and-documentation-droid-1975'Albin1-1/+1
2025-07-18Change md5 to sha256 checksum in build scriptAlbin1-1/+1
2025-07-18Merge branch 'port-android-app-2025.6-beta1-to-main'David Göransson3-3/+7
2025-07-18Update android app version to 2025.6-beta1Albin2-2/+2
2025-07-18Update changelog for android/2025.6-beta1David Göransson1-1/+5
2025-07-18Merge branch 'focus-textfield-when-opening-search-droid-2081'David Göransson1-1/+1
2025-07-18Fix keyboard not showing on searchDavid Göransson1-1/+1
2025-07-18Merge branch 'bump-gettext-vuln-date'David Lönnhager1-1/+1
2025-07-18Bump ignore date for node-gettext vulnDavid Lönnhager1-1/+1
2025-07-17Merge branch 'make-entryexit-relay-non-selectable-in-select-location-droid-2079'David Göransson1-1/+4
2025-07-17Fix non-selectable location being clickableDavid Göransson1-1/+4
This fix ensures that non-selectable entry or exit locations, due to already being selected in the other list, are unclickable.
2025-07-17Merge branch 'add-devshell-commands'Albin2-0/+18
2025-07-17Add build command to documentationAlbin1-0/+4
2025-07-17Add devshell help commandsAlbin1-0/+14
2025-07-17Merge branch 'fix-dynamic-type-bugs-ios-1218'Markus Pettersson42-431/+587
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii42-431/+587
- Fix font scaling and overlapping in device management - Adjust font size for account number - Scale info button dynamically - Resolve dynamic size issues in: - Settings - IP overrides - API access - Filter view and filter chips - Select location - Edit API access method - MullvadList - Fix line breaks in settings view - Unify padding across pages
2025-07-17Merge branch 'backport-2025.8-beta1-changes'David Lönnhager2-3/+7
2025-07-17Update desktop app version to 2025.8-beta1Sebastian Holmin1-1/+1
2025-07-17Update changelog for 2025.8-beta1David Lönnhager1-2/+6
2025-07-17Merge branch 'navigation-drawer-is-focused-when-closing-in-app-droid-2034'David Göransson4-2/+27
2025-07-17Fix focus on notification closeDavid Göransson4-2/+27
2025-07-17Merge branch 'update-dependencies-droid-2078'David Göransson4-265/+348
2025-07-17Update lockfileDavid Göransson2-256/+338
2025-07-17Document grpc-kotlin 1.4.1 versionDavid Göransson1-0/+2
2025-07-17Bump mockk to 1.14.5David Göransson1-1/+1
2025-07-17Bump mockwebserver to 5.1.0David Göransson1-1/+1
2025-07-17Bump commonsvalidator to 1.10.0David Göransson1-1/+1
2025-07-17Bump junit to 5.13.3David Göransson1-1/+1
2025-07-17Bump androidx-tv to 1.0.1David Göransson1-1/+1
2025-07-17Bump lifecycle to 2.9.2David Göransson1-1/+1
2025-07-17Update gradle to 8.14.3David Göransson1-2/+2
2025-07-17Remove old warningDavid Göransson1-1/+0
The warning was intended for a already removed dependency.
2025-07-17Merge branch 'add-macos-devshell-support'Albin5-91/+137
2025-07-17Document macOS devshell supportAlbin2-0/+4
2025-07-16Add macOS devshell actions buildAlbin1-2/+8
2025-07-16Adapt devshell env vars for macOSAlbin1-78/+102
2025-07-16Add libiconv for macOS devshellAlbin1-11/+14
2025-07-16Disable autoPatchelfHook for macOSAlbin1-0/+9
2025-07-16Merge branch 'retry-named-pipe-ownership-check'David Lönnhager4-42/+49
2025-07-16Update changelog to mention ownership checkDavid Lönnhager1-0/+3
2025-07-16Check pipe ownership as part of connecting to gRPC serverDavid Lönnhager3-42/+46
This fixes some races, e.g. when ownership is checked while the gRPC server is shutting down, by retrying