| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-30 | Handle errors returned by the update_api_access_method | Tobias Järvelöv | 1 | -1/+2 | |
| 2025-09-30 | Handle errors returned by the add_api_access_method | Tobias Järvelöv | 1 | -1/+4 | |
| 2025-09-30 | Refactor map_custom_list_error to reduce duplication | Tobias Järvelöv | 1 | -14/+4 | |
| 2025-09-30 | Add function to map access method error to user-facing error | Tobias Järvelöv | 1 | -0/+10 | |
| 2025-09-30 | Add user-facing Error for when access method with same name exists | Tobias Järvelöv | 1 | -0/+4 | |
| 2025-09-30 | Add access method update_builtin function | Tobias Järvelöv | 1 | -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-30 | Verify that an access method has a unique name before updating | Tobias Järvelöv | 1 | -3/+14 | |
| 2025-09-30 | Verify that an access method has a unique name before appending | Tobias Järvelöv | 1 | -2/+4 | |
| 2025-09-30 | Add function to verify that an access method has a unique name | Tobias Järvelöv | 1 | -0/+15 | |
| 2025-09-30 | Update Error to derive PartialEq | Tobias Järvelöv | 1 | -1/+1 | |
| To make it easier to compare it using == operator | |||||
| 2025-09-30 | Add DuplicateName Error | Tobias Järvelöv | 1 | -0/+2 | |
| 2025-09-30 | Merge branch 'test-navigation-detection-improvements' | Oskar | 37 | -175/+211 | |
| 2025-09-30 | Add path matcher for tests | Oskar | 6 | -2/+81 | |
| 2025-09-30 | Rename test navigation util functions | Oskar | 32 | -117/+117 | |
| 2025-09-30 | Improve navigation utils | Oskar | 4 | -74/+31 | |
| 2025-09-30 | Merge branch 'default-network-is-not-updating-correctly-when-vpn-is-droid-2055' | Jonatan Rhodin | 2 | -4/+19 | |
| 2025-09-30 | Improve documentation and logging of connectivity status | Jonatan Rhodin | 2 | -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-29 | Merge branch 'add-ipv6-out-ip-test' | Oskar | 4 | -58/+90 | |
| 2025-09-29 | Wrap mocked/tunnel-state.spec.ts in test.describe | Oskar | 1 | -68/+70 | |
| 2025-09-29 | Add mocked test for making sure out-ip is shown | Oskar | 4 | -27/+57 | |
| 2025-09-29 | Merge branch 'remove-deprecated-vms' | Markus Pettersson | 1 | -6/+6 | |
| 2025-09-29 | Remove deprecated VMs | Markus Pettersson | 1 | -6/+6 | |
| 2025-09-29 | Merge branch 'bump-ios-version' | Emīls | 1 | -1/+1 | |
| 2025-09-29 | Bump major version for iOS to 2025.7 | Emīls | 1 | -1/+1 | |
| 2025-09-29 | Merge branch 'fix-flaky-screen-tests-droid-2140' | Jonatan Rhodin | 3 | -27/+58 | |
| 2025-09-29 | Disable keybaords for flaky tests and enable them again | Jonatan Rhodin | 3 | -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-29 | Merge branch 'update-dependencies-droid-2213' | Jonatan Rhodin | 11 | -1029/+972 | |
| 2025-09-29 | Update lockfile | Jonatan Rhodin | 2 | -933/+875 | |
| 2025-09-29 | Format code | Jonatan Rhodin | 6 | -80/+79 | |
| 2025-09-29 | Document ksp issue | David Göransson | 1 | -0/+1 | |
| 2025-09-29 | Bump dependency versions to 0.53.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump ktor to 3.3.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump grpc kotlin to 1.5.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Fix material api changes | Jonatan Rhodin | 4 | -7/+8 | |
| 2025-09-29 | Bump material 3 to 1.4.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump lifecycle to 2.9.4 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump compose to 1.9.2 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Update ktfmt to version 0.24.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-09-29 | Update protobuf to version 4.32.1 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-09-29 | Update gradle to 9.1.0 | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-09-26 | Merge branch 'fix-icon-button-states' | Tobias Järvelöv | 11 | -101/+97 | |
| 2025-09-26 | Move IconButton components to separate folders | Oliver | 3 | -3/+4 | |
| 2025-09-26 | Move Button components to separate folders | Oliver | 5 | -6/+8 | |
| 2025-09-26 | Remove forwardRef from IconButton component | Oliver | 1 | -14/+10 | |
| 2025-09-26 | Remove forwardRef from Button component | Oliver | 1 | -9/+6 | |
| 2025-09-26 | Move IconButton state styling to root component | Oliver | 3 | -65/+65 | |
| 2025-09-26 | Fix hover and active states for disabled IconButtonIcon | Oliver | 1 | -3/+3 | |
| 2025-09-25 | Merge branch 'fix-main-header-device-info-overflow' | Tobias Järvelöv | 1 | -2/+6 | |
| 2025-09-25 | Fix device info in main header overflowing with long text | Oliver | 1 | -2/+6 | |
| 2025-09-25 | Merge branch 'list-item-localization-padding' | Tobias Järvelöv | 1 | -0/+2 | |
