summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-05-14Merge branch 'fix-buildserver-reset-error-handling'Oskar1-1/+8
2025-05-14Improve error handling in buildserver code checkoutOskar1-1/+8
2025-05-14Merge branch 'macos-fix-route-channel-delays'Joakim Hulthe1-4/+14
2025-05-14Do not delay first route events in default_routesDavid Lönnhager1-4/+14
Previously, this resulted in short jump to the offline state if IPv6 was unavailable and the daemon connected within a period of NO_ROUTE_GRACE_TIME after starting
2025-05-14Merge branch 'app-crashes-when-trying-to-log-out-in-airplane-mode-ios-1190'Bug Magnet3-20/+16
2025-05-14Make the API cancellation handle safe, and properly clear out pointersBug Magnet3-20/+16
2025-05-14Merge branch 'Fix-customListsTests-failure-ios'Bug Magnet1-1/+1
2025-05-14Fix customListTest bugmojganii1-1/+1
2025-05-14Merge branch 'replace-classic-mceliece-with-hqc'Linus Färnstrand13-197/+196
2025-05-14Log how long time it takes to generate quantum-resistant secretsLinus Färnstrand1-1/+6
2025-05-14Add to changelogLinus Färnstrand1-0/+6
2025-05-14Enable compiler optimization for pqcrypto-hqc crateLinus Färnstrand1-0/+4
On my laptop this cuts the keygen() call down from ~25ms to ~7ms
2025-05-14Hide algorithm name constantLinus Färnstrand3-6/+14
2025-05-14Use HQC-256 instead of Classic McEliece in quantum-resistant handshakeLinus Färnstrand11-194/+169
2025-05-14Update ephemeral peer proto definition to prepare for HQC-256Linus Färnstrand1-3/+4
2025-05-14Merge branch 'fix-fetch-releases-script'Joakim Hulthe1-1/+2
2025-05-14Filter installer loader from fetch /releasesJoakim Hulthe1-1/+2
2025-05-13Merge branch ↵Jonatan Rhodin12-15/+219
'add-error-message-for-when-a-configured-port-is-invalid-droid-1982'
2025-05-13Update translationsJonatan Rhodin1-0/+6
2025-05-13Show a specific error if selected port is not in the port rangeJonatan Rhodin11-15/+213
2025-05-13Merge branch 'fix-slowness-of-the-reconnect-button-ios-685'Bug Magnet13-27/+175
2025-05-13Update the changelog, vroom vroomBug Magnet1-0/+1
2025-05-13Make the app feel more responsive when reconnectingBug Magnet12-27/+174
2025-05-13Merge branch 'expandable-location-cells-with-accessibility-ios-647'Bug Magnet3-56/+61
2025-05-13Add custom action at select location for accessibilitymojganii3-56/+61
2025-05-13Bump installer-downloader version to 1.0.0desktop/installer-downloader/1.0.0David Lönnhager3-2/+4
2025-05-13Merge branch 'search-requires-at-least-2-letters-droid-1605'Jonatan Rhodin58-578/+840
2025-05-13Remove the 2 character limit in search locationsJonatan Rhodin58-578/+840
Also fixes back behavior in custom list locations
2025-05-13Merge branch 'fix-logging-err'David Lönnhager1-1/+1
2025-05-13Fix incorrect error log in installer-downloaderDavid Lönnhager1-1/+1
2025-05-13Merge branch 'fix-installer-downloader-arrow'David Lönnhager2-9/+6
2025-05-13Update changelog for installer-downloaderDavid Lönnhager1-0/+4
2025-05-13Use default font instead Segoe Fluent IconsDavid Lönnhager1-9/+2
2025-05-13Merge branch 'integrate-autofill-with-android-app-droid-1821'David Göransson1-1/+5
2025-05-13Add content type password to login textfieldDavid Göransson1-1/+5
2025-05-13Merge branch 'fix-wait-for-stable-null-pointer'David Göransson6-31/+37
2025-05-13Catch nullpointerDavid Göransson3-4/+18
2025-05-13Avoid waiting for stable when active window is switchedDavid Göransson4-27/+19
NullPointerException was probably caused by the active window being changing while we called `waitForStableInActiveWindow`.
2025-05-13Merge branch 'update-overview-diagram-to-reflect-grpc-migration-droid-1471'David Göransson4-28/+32
2025-05-13Update overview diagramDavid Göransson2-27/+24
2025-05-13Update nav_graph diagramDavid Göransson2-1/+8
2025-05-13Merge branch 'building-ui-tests-with-mockrelease-config-ios-1065'Bug Magnet8-11/+72
2025-05-13Build screenshots with MockRelease configurationmojganii8-11/+72
2025-05-12Merge branch 'fix-update-instructions-typo'David Göransson1-3/+3
2025-05-12Fix indentationDavid Göransson1-2/+2
2025-05-12Fix path typoDavid Göransson1-2/+2
2025-05-12Merge branch 'convert-tests-page-pattern'David Göransson28-392/+245
2025-05-12Convert all test to use Page patternDavid Göransson28-392/+245
Converts all our last test to use the Page object pattern and clean up a bunch of old MockApi and E2E test logic.
2025-05-12Merge branch 'fix-reproducible-build-workflow-gradle-version-droid-1995'Jonatan Rhodin2-3/+7
2025-05-12Add reproducible workflow step to gradle update instructionsJonatan Rhodin1-0/+4