summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12Add time left properly displayed testNiklas Berglund5-2/+43
2024-04-11Move the title 'Server IP Override' upJon Petersson11-80/+199
2024-04-11Revise navigation for empty Custom Listsmojganii2-23/+8
2024-04-11Add custom lists to iOS changelogEmīls1-1/+3
2024-04-10Fix for screenshot tests failingNiklas Berglund1-3/+3
2024-04-10Change action sheet tint colormojganii1-3/+3
2024-04-09Enable release mode for custom listmojganii4-71/+1
2024-04-09Fix bug where offline servers can be selectedJon Petersson2-2/+14
2024-04-08Add custom DNS testNiklas Berglund3-1/+91
2024-04-08Add WireGuard tests for iOS appNiklas Berglund2-0/+13
2024-04-08Fix location selection bug on iPadJon Petersson2-11/+8
2024-04-08Add connection retry logic testNiklas Berglund8-28/+129
2024-04-08Move KeyPolicy under State's namespaceAndrew Bulhak4-15/+15
2024-04-08Move ReconnectReason under PacketTunnelActorAndrew Bulhak2-10/+10
2024-04-08Move TargetStateForReconnect under State´s namespaceAndrew Bulhak2-5/+5
2024-04-08Rename StatePriorToBlockedState to State.BlockingData.PriorStateAndrew Bulhak2-5/+7
2024-04-08Fix RelaySelector not resolving locations under certain constraintsJon Petersson1-22/+23
2024-04-08Fix RelaySelector not being able to resolve locations under certain constraintsJon Petersson1-4/+27
2024-04-05Combine parts of LocationDataSource and AddLocationDataSource to oneJon Petersson22-312/+288
2024-04-05Combine AddLocationCell and LocationCell to oneJon Petersson8-353/+181
2024-04-05Add locations to a custom listmojganii16-106/+719
2024-04-05Implement addLocationCellmojganii4-22/+227
2024-04-05Create LocationNode from CustomListmojganii2-0/+55
2024-04-05Implement CellIdentifierProtocol for Select Locationmojganii2-31/+9
2024-04-04Add settings migration tests for iOSNiklas Berglund22-43/+604
2024-04-04Add comments to explain a dummy function used in testsBug Magnet1-3/+8
2024-04-04Fix a race condition bug involving timers and async tasksBug Magnet2-0/+33
2024-04-03Modify test to match new ObservableState logicAndrew Bulhak1-1/+2
2024-04-03Remove redundant commentAndrew Bulhak1-1/+0
2024-04-03Refactor PacketTunnelActor State, decoupling state from ancilliary dataAndrew Bulhak7-214/+203
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