summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN.xcodeproj
AgeCommit message (Expand)AuthorFilesLines
2022-06-02Xcode: add build config templateAndrej Mihajlov1-36/+20
2022-05-31Drop base language translationsAndrej Mihajlov1-240/+0
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov1-22/+22
2022-05-30Introduce new settings manager and settings revision (v2)Andrej Mihajlov1-18/+36
2022-05-30Obsolete keychain classesAndrej Mihajlov1-49/+1
2022-05-30Obsolete AccountExpiryAndrej Mihajlov1-4/+0
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov1-0/+4
2022-05-17Xcode: update wireguard-apple dependencyAndrej Mihajlov1-1/+1
2022-05-17REST: drop response decoder and introduce response handler resultAndrej Mihajlov1-4/+0
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov1-10/+62
2022-04-05Extract SendAppStoreReceiptOperationAndrej Mihajlov1-0/+4
2022-03-31Add ResultOperationAndrej Mihajlov1-1/+5
2022-03-28Bump 2022.2 (build 3)ios/2022.2Andrej Mihajlov1-4/+4
2022-03-25Bump 2022.2 (build 2)Andrej Mihajlov1-4/+4
2022-03-24Drop REST.RequestAdapterAndrej Mihajlov1-4/+0
2022-03-24Drop Locking extensionAndrej Mihajlov1-8/+0
2022-03-24Drop PromisesAndrej Mihajlov1-104/+8
2022-03-22Bump iOS 2022.2 (build 1)Andrej Mihajlov1-8/+8
2022-03-17Add tunnel status pollingAndrej Mihajlov1-9/+9
2022-03-17Wrap TunnelProviderManager into TunnelAndrej Mihajlov1-0/+4
2022-03-17Add tunnel monitorAndrej Mihajlov1-0/+14
2022-03-15Use WireGuardKitTypes in the main bundle to avoid loading go runtime.Andrej Mihajlov2-14/+14
2022-03-14ObserverList: cast WeakBox value to AnyObject to get rid of AnyObserver typesAndrej Mihajlov1-12/+0
2022-02-22Implement custom error messages for Coding errorsAndrej Mihajlov1-0/+6
2022-02-08iOS: bump 2022.1 (build 3)ios/2022.1Andrej Mihajlov1-4/+4
2022-02-08iOS: bump 2022.1 (build 2)Andrej Mihajlov1-4/+4
2022-02-02Store next private key when rotating the keyAndrej Mihajlov1-8/+4
2022-02-02Xcode: update dependenciesAndrej Mihajlov2-2/+2
2022-02-01Add IPC timeoutAndrej Mihajlov1-0/+4
2022-02-01Break tunnel management on operationsAndrej Mihajlov1-6/+44
2021-12-16Bump iOS version (2022.1)Andrej Mihajlov1-4/+4
2021-12-16Add API address cacheAndrej Mihajlov1-0/+44
2021-12-16Rename update-relays.sh to prebuild.shAndrej Mihajlov1-1/+1
2021-11-26Update launch screenAndrej Mihajlov1-0/+4
2021-11-24Update texts in custom DNS UIAndrej Mihajlov1-0/+4
2021-11-22Backport UIImage.withTintColorAndrej Mihajlov1-0/+4
2021-11-16Add HeaderBarButton and increase hit areaAndrej Mihajlov1-0/+4
2021-11-04Bump iOS 2021.4Andrej Mihajlov1-8/+8
2021-11-04Settings: implement data sourceAndrej Mihajlov1-5/+9
2021-11-03Remove unused EmbeddedViewContainerViewAndrej Mihajlov1-6/+0
2021-11-03Drop BasicTableViewCellAndrej Mihajlov1-4/+0
2021-11-03Preferences: add data sourceAndrej Mihajlov1-2/+37
2021-11-03Add CharacterSet extension to validate IP address inputAndrej Mihajlov1-0/+5
2021-11-03DNSSettings: add custom DNS configurationAndrej Mihajlov1-0/+6
2021-10-07Remove expired LE certificateDavid Lönnhager1-12/+6
2021-10-05Xcode: sort filesAndrej Mihajlov1-144/+144
2021-10-04Promise: move completion and execution queue out of PromiseState and implemen...Andrej Mihajlov1-0/+8
2021-10-01iOS: add background tasksAndrej Mihajlov1-0/+4
2021-09-30Display tunnel errors in in-app bannerAndrej Mihajlov1-12/+4
2021-09-29TunnelManager: refactorAndrej Mihajlov1-135/+150