summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-12-30Bump version number and changelogios/2025.11-build1ios-release-2025.11Emīls2-4/+3
2025-12-30Merge branch 'ios-fix-flopping-2025-11' into ios-release-2025.11Emīls12-27/+217
2025-12-30Ensure state listener doesn't keep actor aliveEmīls1-1/+1
2025-12-30Reconnect only when error state is recoverableEmīls3-22/+40
2025-12-30Apply tunnel settings only when neededEmīls8-11/+150
2025-12-30Consider adapter errors to be irrecoverableEmīls1-3/+2
2025-12-30Consider reconnecting only if not in error stateEmīls3-21/+38
2025-12-30Force error state if peer exchange failsEmīls4-5/+22
2025-11-28Add updated relay list to release buildios/2025.10-build2Emīls1-1/+1
2025-11-28Bump build numberios-release-2025.10Emīls1-1/+1
2025-11-28Stop users from adding new purchases when API is downJon Petersson7-12/+80
2025-11-28Disable localizationEmīls19-61862/+33
2025-11-24Add updated relay list to release buildios/2025.10-build1Emīls1-1/+1
2025-11-24Update changes and versionEmīls2-5/+3
2025-11-21Merge branch 'migrate-storekit2-calls-ios-1018'Emīls33-752/+1675
2025-11-21Migrate StoreKit to version 2Emīls33-752/+1675
2025-11-21Merge branch 'make-e2e-tests-more-robus'Jonatan Rhodin2-1/+16
2025-11-21Fix failed tests that rely on selected semanticsJonatan Rhodin1-0/+3
2025-11-21Make e2e tests using the partner api more stableJonatan Rhodin1-1/+13
- Add 3 retries for all partner api requests - Do not fail tests if it is not possible to delete the account
2025-11-21Merge branch 'remove-localization-cleanup-script-ios-1251'Bug Magnet34-5614/+22168
2025-11-21Import iOS translationsMojgan34-5614/+22168
2025-11-21Merge branch 'rewrite-location-list-item-in-swiftui-ios-1285'Bug Magnet64-2014/+2962
2025-11-21Implement new select location view in swiftuiSteffen61-2498/+2463
2025-11-21Add more select location related view componentsSteffen4-0/+164
2025-11-21Add new select location list componentSteffen13-4/+823
2025-11-21Merge branch 'look-at-more-go-cves'Markus Pettersson1-0/+12
2025-11-21Ignore GO-2025-4134Markus Pettersson1-0/+6
2025-11-21Ignore GO-2025-4135Markus Pettersson1-0/+6
2025-11-21Merge branch 'forbid-clippy-as_underscore'Linus Färnstrand9-30/+44
2025-11-21Fix `as _` casts in macOS codeLinus Färnstrand1-6/+6
2025-11-21Fix `as _` casts in iOS codeLinus Färnstrand1-7/+11
2025-11-21Replace `as _` casts with safer alternatives on WindowsLinus Färnstrand4-13/+21
2025-11-21Fix Unix time code using dangerous `as _` castsLinus Färnstrand1-4/+4
2025-11-21Enable the clippy::as_underscore clippy lintLinus Färnstrand2-0/+2
2025-11-21Merge branch 'change-default-rollout-for-new-releases-to-a-low-value-des-2603'Oskar1-6/+13
2025-11-21Update default rollout of new releasesOskar1-6/+13
This change aligns the default rollout values with our release/rollout policy.
2025-11-21Merge branch 'update-list-item-with-new-design-droid'Kalle Lindström27-147/+1621
2025-11-21Create new ListItem component/VPN settings designKalle Lindström27-147/+1621
This is the first part of the work to switch to the new list item design. It adds the ListItem design system component and various components that use the ListItem. As of this PR only the main VPN Settings view is converted to the new design.
2025-11-21Merge branch 'use-tcp-443-ios'Emīls9-8/+24
2025-11-21Enable port 443 for use with udp-over-tcpEmīls9-8/+24
2025-11-21Merge branch 'migrate-closed-migration-to-new-migration'Markus Pettersson3-69/+4
2025-11-20Remove PQ migration logic from 12->13 migrationMarkus Pettersson3-69/+4
2025-11-20Merge branch 'timebox-2h-monthly-design-review-droid-2270'David Göransson23-25/+2
2025-11-20Update create account stringDavid Göransson23-25/+2
2025-11-20Merge branch 'limit-play-prod-publishing-to-drafts'Albin1-3/+1
2025-11-20Limit play prod publishing to draftsAlbin1-3/+1
2025-11-20Merge branch 'fix-incorrect-comment-in-st-test'Markus Pettersson1-1/+1
2025-11-20Fix misleading comment in ST E2E testMarkus Pettersson1-1/+1
2025-11-20Merge branch 'use-raw-borrow-operator'Linus Färnstrand34-104/+125
2025-11-20Fix clippy::borrow_as_ptr warnings on macOSLinus Färnstrand5-8/+8