summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
The list was outdated, so not triggering on a bunch of file changes it should have been triggering on. This might on the other hand trigger a few times when it's not needed. But better than too seldom
2023-01-20Merge branch 'drop-custom-nav'Andrej Mihajlov4-154/+54
2023-01-20Drop custom navigation controllerAndrej Mihajlov4-154/+54
Removes redundant ConditionalNavigation protocol that is not used for anything more than disabling pop gesture in problem reports when editing. Pop gesture can be disabled directly from within problem report view controller.
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
2023-01-16Merge branch 'fix-problem-report-message-update'David Lönnhager1-1/+1
2023-01-16Update onSend function when the message changesDavid Lönnhager1-1/+1