summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2024-03-28Remove settings only on app uninstallJon Petersson3-7/+4
2024-03-28Queue all updates to snapshot in LocationDataSource asynchronouslyJon Petersson1-9/+9
2024-03-28Apply filtering on custom listsmojganii3-11/+14
2024-03-26Update documentation regarding iOS localizationLinus Färnstrand1-23/+5
2024-03-26Remove all iOS related python code since it's unusedLinus Färnstrand2-200/+0
We don't use this script, since we don't have translations yet. And when we do, it would be cool if we could use another language maybe. To keep the number of different languages a bit lower?
2024-03-26Remove requirements.txt entries that are not actually our dependenciesLinus Färnstrand1-36/+0
2024-03-25Add WireGuard tests for iOS appNiklas Berglund20-18/+429
2024-03-22Fix not showing the correct api access method in use on app reinstallJon Petersson1-6/+4
2024-03-21Fix selection of custom list location not being retainedJon Petersson3-5/+22
2024-03-20Fix paragraphs spacing in alert viewsJon Petersson1-2/+0
2024-03-19Remove custom list on reset settingsmojganii1-1/+9
2024-03-19Move IP Overrides into VPN Settings menuJon Petersson26-221/+295
2024-03-18Move PacketTunnelProvider extension pass the key to the ActorAndrew Bulhak3-5/+23
2024-03-18Add preSharedKey to TunnelPeer, pass it to TunnelConfiguration if presentAndrew Bulhak2-0/+2
2024-03-15Fix memory leak at LocationNodemojganii1-1/+1
2024-03-15Move CommandChannel into the PacketTunnelActor namespace for consistency ↵Andrew Bulhak6-194/+208
with Command
2024-03-15Add the PrivacyInfo manifest to both target bundlesBug Magnet1-0/+4
2024-03-14Create view with custom lists to editJon Petersson25-198/+645
2024-03-14PR feedbackBug Magnet1-1/+3
2024-03-14Enable building features in crates on iOSBug Magnet1-8/+16
2024-03-14Add log out testNiklas4-13/+36
2024-03-12adding section header view in select location
mojganii11-223/+210
- each section should have its own distinct header view. - custom list section has an action that should take user to add/edit custom list.it will be coming during upcoming changes. - refactoring location cell - removing LocationCellFactory
2024-03-12adding stub for custom listsmojganii7-12/+219
2024-03-11Add account creation and deletion testsNiklas Berglund31-36/+385
2024-03-11Add MullvadApi to MullvadVPNUITetstsEmīls2-22/+1
2024-03-11Introduce ObservedState.negotiatingKey and TunnelState.negotiatingKey, ↵Andrew Bulhak10-76/+185
behind DEBUG flag
2024-03-11Add -disableAutomaticPackageResolution to xcodebuild commandJon Petersson1-1/+3
2024-03-11Make the 'Clear all overrides' button only active when there are overridesJon Petersson3-4/+12
2024-03-07Fix broken UI testsJon Petersson8-41/+60
2024-03-07Allow deleting custom listsJon Petersson6-25/+42
2024-03-07Add comments explaining decisionsBug Magnet1-0/+3
2024-03-06Define the PostQuantumKeyReceiving protocol, along with an extension to ↵Andrew Bulhak2-0/+39
decode Data
2024-03-05Fix bug where location list is empty on release buildJon Petersson1-9/+9
2024-03-05Implement initial tests: start rotation on account set, stop on account unsetAndrew Bulhak9-32/+148
2024-03-05Fix shellcheck warnings and notesJoakim Hulthe1-1/+2
2024-03-04Fix bug where relay selector evaluates only first location constraint when a ↵Jon Petersson3-19/+67
custom list is selected
2024-03-04Split select location view into two sectionsJon Petersson31-511/+1086
2024-03-04Fix LocationDataSource crash in MockRelease buildJon Petersson1-8/+13
2024-02-28Add problem report testNiklas Berglund10-10/+102
2024-02-27GitHub actions workflow for iOS end to end testsNiklas Berglund6-5/+78
2024-02-26Include IP Overrides in changelogBug Magnet1-1/+10
2024-02-26Enable IP Override, and fix text color in itBug Magnet2-3/+1
2024-02-26Adjust relay selector to support custom listsJon Petersson8-36/+107
2024-02-21Add UI for creating and editing a custom listJon Petersson22-79/+851
2024-02-21Review fixesJon Petersson10-129/+154
2024-02-21refactoring location datasourcemojganii12-432/+608
2024-02-20Fix welcome screen not shown on account creationJon Petersson2-2/+5
2024-02-20Fix location pin shown on map when disconnectedJon Petersson1-1/+5
2024-02-16storing custom lists in settingsmojganii6-0/+256
2024-02-15Fix the mullvad API ffi, consume the header after building itBug Magnet2-8/+3