summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN.xcodeproj/xcshareddata
AgeCommit message (Collapse)AuthorFilesLines
2025-05-13Build screenshots with MockRelease configurationmojganii2-3/+68
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson1-0/+5
2024-11-27Move settings migration test into MullvadVPNUITestsAllmojganii1-12/+0
2024-08-08Change the way iOS end to end tests workflows are set upNiklas Berglund1-12/+0
2024-06-17Add testsBug Magnet2-0/+68
2024-06-10Move iOS end to end tests to staging environmentNiklas Berglund1-2/+2
2024-06-04Rewrite screenshot tests to use new syntaxJon Petersson1-81/+0
2024-05-21Implement PQ PSKEmīls1-0/+66
2024-04-04Add settings migration tests for iOSNiklas Berglund1-0/+12
2024-02-27GitHub actions workflow for iOS end to end testsNiklas Berglund1-1/+4
2024-02-14Add iOS test for connecting to API via bridgesNiklas Berglund1-2/+12
2024-01-18Add a staging configuration that automatically targets the staging environmentBug Magnet1-88/+0
2024-01-16Added iOS login testsNiklas Berglund1-0/+67
2023-12-20Create build profile that resembles Release but without signingJon Petersson1-0/+88
2023-12-11Moving MullvadTransport into MullvadRESTmojganii1-74/+0
2023-12-08Run screenshots action on GithubJon Petersson1-1/+1
2023-09-20Move settings into its own frameworkAndrej Mihajlov10-14/+13
2023-08-29Fix screenshot script and testplanJon Petersson2-11/+8
2023-08-23Introduce new Routing framework for high level router and coordinator codeJon Petersson3-0/+88
2023-08-18Convert Xcode schemes to use test planAndrej Mihajlov11-27/+237
2023-08-16Introduce PacketTunnelCore frameworkAndrej Mihajlov2-0/+107
- Move TunnelMonitor, Pinger, WgStats into new framework - Add TunnelMonitorProtocol, TunnelDeviceInfoProtocol, PingerProtocol protocols to improve testing/mocking - Rework TunnelMonitor and Pinger to use block-based event handler instead of delegate - Drop Objective-C bridging header from PacketTunnel - Add tests for Pinger
2023-07-21Move tests into test plansJon Petersson1-1/+10
2023-07-11Add bindings for tunnel obfuscator and a testAndrej Mihajlov2-0/+71
2023-03-07Xcode: upgrade schemasAndrej Mihajlov10-11/+11
2022-12-16Convert MullvadLogging, MullvadTypes, Operations into frameworksAndrej Mihajlov2-13/+125
2022-12-08Wrap system tunnel management into TunnelStoreAndrej Mihajlov1-1/+1
2022-12-05Drop intents supportAndrej Mihajlov1-1/+1
Sadly we cannot support intents since we can't run multiple copies of our main scene without synchronizing state between all of them. Not to mention we never intended this to work this way. Also, currently there is no known way to prevent user from creating multiple windows of the app on iPadOS.
2022-11-07Add testsAndrej Mihajlov1-0/+10
2022-10-21Move common code into two new targets: RelaySelector, TunnelProviderMessagingAndrej Mihajlov2-0/+134
2022-10-21Move RelayCache.IO and CachedRelays into new RelayCache.frameworksajacl1-19/+1
Moved RelayCache.IO and CachedRelays into new RelayCache.framework Moved prebuild script to build phase script. Renamed script, renamed/moved RelayCache.IO to RelayCache. Renamed RelayCache.Tracker to RelayCacheTracker. Set APPLICATION_EXTENSION_API_ONLY to true for RelayCache framework. Updated gitignore. Removed relays.json from git. Removed relays.json from RelayCache framework Removed RelayCache/FetchResult, moved/renamed code into RelayCacheTracker file. Renamed CachedRelaysFetchResult to RelaysFetchResult. Changed access level for RelaysFetchResult and NoCachedRelaysError.
2022-10-20Move REST into separate frameworksajacl2-0/+81
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov3-0/+141
2022-09-26Xcode: upgrade project with Xcode 14Andrej Mihajlov5-5/+5
2021-12-16Rename update-relays.sh to prebuild.shAndrej Mihajlov1-1/+1
2021-05-21Upgrade Xcode project to the latestAndrej Mihajlov5-5/+5
2020-09-10Snapfile: clean up device status barAndrej Mihajlov1-37/+1
2020-07-08Uncombine RelayCache and bundle relays.json with the appAndrej Mihajlov1-1/+19
2020-02-18Remove non-existing testsAndrej Mihajlov1-10/+0
2020-02-18Add pre and post actions for Screenshots target to clean up the statusbarAndrej Mihajlov1-1/+37
2020-02-11Add screenshot script and simulated tunnelsAndrej Mihajlov5-8/+102
2020-01-08Rename RelaySelectorTests to MullvadVPNTestsAndrej Mihajlov2-4/+29
2019-12-10Commit new project fileAndrej Mihajlov1-0/+98
2019-12-09Add packet tunnel implementationAndrej Mihajlov1-0/+96
2019-12-04Add naive relay selectorAndrej Mihajlov1-0/+52
2019-06-14Add lib-wg.go to products and link PacketTunnel with itAndrej Mihajlov1-0/+80