4 Commits

Author SHA1 Message Date
mat1th
97834bfd5e
Update swift lint and format + appy fixes (#2585)
## Summary
Swift lint and swiftformat are outdated. This PR does update those +
applies the new formatting form swiftformat.
There is 1 swift file with a manual change:
`Sources/Vehicle/Templates/Areas/CarPlayAreasViewModel.swift`. This is
done because `swiftlint` did create the following swiftlint error:
`error: Cyclomatic Complexity Violation: Function should have complexity
10 or less; currently complexity is 11 (cyclomatic_complexity)`.

Because it does change a lot of files the question is if we want to
finetune the `swiftformat` rules.

## Screenshots
No user facing changes.

## Link to pull request in Documentation repository
NA

## Any other notes
NA
2024-02-22 13:06:39 +01:00
Zac West
3e1dcd22f2
Improve SSL connection errors in onboarding (#2123)
Evaluates the certificate directly to try and get better error messages from SSL errors.
2022-05-08 07:03:23 +00:00
Zac West
7f2521b56d
Add hint about local network permission to internet offline error (#1966)
Augments the internet offline error with a hint about the permission.
2021-12-02 20:37:41 -08:00
Zac West
4c39d8672d
Add testing to onboarding authentication/login handling (#1888) 2021-10-25 21:04:05 -07:00