summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Handle errors returned by the update_api_access_methodTobias Järvelöv1-1/+2
2025-09-30Handle errors returned by the add_api_access_methodTobias Järvelöv1-1/+4
2025-09-30Refactor map_custom_list_error to reduce duplicationTobias Järvelöv1-14/+4
2025-09-30Add function to map access method error to user-facing errorTobias Järvelöv1-0/+10
2025-09-30Add user-facing Error for when access method with same name existsTobias Järvelöv1-0/+4
2025-09-30Add access method update_builtin functionTobias Järvelöv1-0/+24
This access method's update function was rewritten to introduce validation before updating the relevant access method, and therefore when the function is used the potential error must be handled. However, we still need to be able to update an access method without any error handling, such as setting the Direct access method as enabled, and that's where this new update_builtin function comes in.
2025-09-30Verify that an access method has a unique name before updatingTobias Järvelöv1-3/+14
2025-09-30Verify that an access method has a unique name before appendingTobias Järvelöv1-2/+4
2025-09-30Add function to verify that an access method has a unique nameTobias Järvelöv1-0/+15
2025-09-30Update Error to derive PartialEqTobias Järvelöv1-1/+1
To make it easier to compare it using == operator
2025-09-30Add DuplicateName ErrorTobias Järvelöv1-0/+2
2025-09-30Merge branch 'test-navigation-detection-improvements'Oskar37-175/+211
2025-09-30Add path matcher for testsOskar6-2/+81
2025-09-30Rename test navigation util functionsOskar32-117/+117
2025-09-30Improve navigation utilsOskar4-74/+31
2025-09-30Merge branch 'default-network-is-not-updating-correctly-when-vpn-is-droid-2055'Jonatan Rhodin2-4/+19
2025-09-30Improve documentation and logging of connectivity statusJonatan Rhodin2-4/+19
- Clarify why we need to listen for all non-VPN network events. - Log default network event types in production build. - Add log for when we try to check connectivity status. - Improve logging of when we can't access the internet via socket.
2025-09-29Merge branch 'add-ipv6-out-ip-test'Oskar4-58/+90
2025-09-29Wrap mocked/tunnel-state.spec.ts in test.describeOskar1-68/+70
2025-09-29Add mocked test for making sure out-ip is shownOskar4-27/+57
2025-09-29Merge branch 'remove-deprecated-vms'Markus Pettersson1-6/+6
2025-09-29Remove deprecated VMsMarkus Pettersson1-6/+6
2025-09-29Merge branch 'bump-ios-version'Emīls1-1/+1
2025-09-29Bump major version for iOS to 2025.7Emīls1-1/+1
2025-09-29Merge branch 'fix-flaky-screen-tests-droid-2140'Jonatan Rhodin3-27/+58
2025-09-29Disable keybaords for flaky tests and enable them againJonatan Rhodin3-27/+58
The combination of the keyboard appearing at the same time as input being from the test causes a crash during some circumstances.
2025-09-29Merge branch 'update-dependencies-droid-2213'Jonatan Rhodin11-1029/+972
2025-09-29Update lockfileJonatan Rhodin2-933/+875
2025-09-29Format codeJonatan Rhodin6-80/+79
2025-09-29Document ksp issueDavid Göransson1-0/+1
2025-09-29Bump dependency versions to 0.53.0David Göransson1-1/+1
2025-09-29Bump ktor to 3.3.0David Göransson1-1/+1
2025-09-29Bump grpc kotlin to 1.5.0David Göransson1-1/+1
2025-09-29Fix material api changesJonatan Rhodin4-7/+8
2025-09-29Bump material 3 to 1.4.0David Göransson1-1/+1
2025-09-29Bump lifecycle to 2.9.4David Göransson1-1/+1
2025-09-29Bump compose to 1.9.2David Göransson1-1/+1
2025-09-29Update ktfmt to version 0.24.0Jonatan Rhodin1-1/+1
2025-09-29Update protobuf to version 4.32.1Jonatan Rhodin1-1/+1
2025-09-29Update gradle to 9.1.0Jonatan Rhodin1-2/+2
2025-09-26Merge branch 'fix-icon-button-states'Tobias Järvelöv11-101/+97
2025-09-26Move IconButton components to separate foldersOliver3-3/+4
2025-09-26Move Button components to separate foldersOliver5-6/+8
2025-09-26Remove forwardRef from IconButton componentOliver1-14/+10
2025-09-26Remove forwardRef from Button componentOliver1-9/+6
2025-09-26Move IconButton state styling to root componentOliver3-65/+65
2025-09-26Fix hover and active states for disabled IconButtonIconOliver1-3/+3
2025-09-25Merge branch 'fix-main-header-device-info-overflow'Tobias Järvelöv1-2/+6
2025-09-25Fix device info in main header overflowing with long textOliver1-2/+6
2025-09-25Merge branch 'list-item-localization-padding'Tobias Järvelöv1-0/+2