summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Move adaptive presentation delegate from scene delegate into its own class.Andrej Mihajlov3-81/+163
2023-01-20Merge branch 'move-relays.json-to-build'Linus Färnstrand6-7/+6
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand6-7/+6
2023-01-20Merge branch 'audit-cargo-deps-not-on-code-change'Linus Färnstrand1-2/+8
2023-01-20Upgrade checkout action to v3Linus Färnstrand1-1/+1
2023-01-20Run cargo audit on a schedule every dayLinus Färnstrand1-0/+7
2023-01-20Don't run cargo audit when *.rs files changeLinus Färnstrand1-1/+0
2023-01-20Merge branch 'improve-rust-ci-trigger-paths'Linus Färnstrand1-27/+21
2023-01-20Use a shorter and smarter include path list for the "Daemon+CLI" jobLinus Färnstrand1-27/+21
2023-01-20Merge branch 'android-ci-paths-ignore'Linus Färnstrand1-17/+14
2023-01-20Replace an include list with an exclude list for Android CILinus Färnstrand1-17/+14
2023-01-20Merge branch 'drop-custom-nav'Andrej Mihajlov4-154/+54
2023-01-20Drop custom navigation controllerAndrej Mihajlov4-154/+54
2023-01-19Merge branch 'ci-pin-nightly-toolchain'David Lönnhager3-9/+14
2023-01-19Remove 'nightly' from translations workflowDavid Lönnhager1-1/+1
2023-01-19Pin nightly toolchain version in cargo udeps workflowDavid Lönnhager2-8/+13
2023-01-19Merge branch 'move-ci-xml-tidy-script'Albin2-1/+1
2023-01-19Move ci xml tidy scriptAlbin2-1/+1
2023-01-19Merge branch 'improve-android-documentation'Albin2-33/+38
2023-01-19Clarify android readme introAlbin1-3/+3
2023-01-19Create dedicated translations converter readmeAlbin2-30/+29
2023-01-19Add android app download linksAlbin1-0/+6
2023-01-19Merge branch 'improve-android-readme-intro-and-quick-start'Albin1-3/+18
2023-01-19Add quick start section to android readmeAlbin1-2/+14
2023-01-19Update Android readme introAlbin1-1/+4
2023-01-19Merge branch 'move-generate-png-script-to-script-dir'Albin2-4/+4
2023-01-18Move png generate script to script dirAlbin2-4/+4
2023-01-18Merge branch 'document-gradle-lockfile'Albin1-0/+19
2023-01-18Document gradle lockfileAlbin1-0/+19
2023-01-18Merge branch 'win-fix-st-mutex-drop-order'David Lönnhager4-13/+25
2023-01-18Fix deadlock in set_tunnel_addressesDavid Lönnhager4-13/+25
2023-01-18Bump iOS version to 2023.1 (build 1)Andrej Mihajlov1-32/+32
2023-01-18Merge branch 'fix-destroyed-tunnel-connecting-race'David Lönnhager4-5/+17
2023-01-18Update changelogDavid Lönnhager1-0/+1
2023-01-18Clear tunnel metadata in connecting state when tunnel goes downDavid Lönnhager3-5/+16
2023-01-18Merge branch 'user-friendly-errors'Andrej Mihajlov16-233/+265
2023-01-18Use DisplayError when presenting errors in Login viewAndrej Mihajlov1-1/+2
2023-01-18Rename DisplayChainedError to DisplayError and add it to MullvadTypesAndrej Mihajlov9-208/+247
2023-01-18Swift.Error thingAndrej Mihajlov1-1/+1
2023-01-18REST: do not unroll underlying error in errorDescriptionAndrej Mihajlov1-8/+8
2023-01-18Reference Swift.Error as Error where disambiguation is no longer neededAndrej Mihajlov4-6/+6
2023-01-18Remove duplicate subfolder for MullvadTypesAndrej Mihajlov1-9/+1
2023-01-18Merge branch 'fix-yanked-dep'David Lönnhager1-2/+2
2023-01-18Update from yanked ed25519 versionDavid Lönnhager1-2/+2
2023-01-17Merge branch 'fix-aarch64-rpm'Emīls1-0/+4
2023-01-17Pass the correct arch argument to fpm for arm RPMs.Emīls1-0/+4
2023-01-17Merge branch 'fix-map-crash'Andrej Mihajlov1-0/+8
2023-01-17Guard against producing wrong region when view width is zeroAndrej Mihajlov1-0/+8
2023-01-17Merge branch 'serial-op-queue-helper'Andrej Mihajlov7-31/+13
2023-01-17Add helper to create serial operation queueAndrej Mihajlov7-31/+13