summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AccountViewController.swift
AgeCommit message (Expand)AuthorFilesLines
2021-11-22Settings: fix statusbar style in child controllers on iOS 12Andrej Mihajlov1-0/+4
2021-10-05Account: use Promise.delay()Andrej Mihajlov1-8/+8
2021-10-05Account: adapt to new Account.logout() interfaceAndrej Mihajlov1-31/+39
2021-10-05Account: stop re-dispatching AppStorePaymentObserver calls on main queueAndrej Mihajlov1-29/+25
2021-10-05Account: adapt to new REST typesAndrej Mihajlov1-4/+4
2021-10-05Account: adapt to new AppStorePaymentManager APIAndrej Mihajlov1-40/+40
2021-07-21Account: drop XIBAndrej Mihajlov1-49/+57
2021-07-21Localize AccountAndrej Mihajlov1-32/+136
2021-05-21Rest: handle HTTP 200 and 201 in /v1/create-apple-paymentAndrej Mihajlov1-4/+8
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov1-1/+1
2021-04-28Account: add AccountObserverAndrej Mihajlov1-12/+16
2020-09-03Delegate view controller managementAndrej Mihajlov1-2/+6
2020-09-03Move AccountViewController to XIBAndrej Mihajlov1-4/+5
2020-08-13Add SwiftLogAndrej Mihajlov1-2/+3
2020-07-22Migrate AppStorePaymentManager to RESTAndrej Mihajlov1-5/+5
2020-07-15Guard isModalInPresentation for iOS < 13Andrej Mihajlov1-1/+5
2020-07-15Change the UserInterfaceInteractionRestrictionProtocol interfaceAndrej Mihajlov1-7/+7
2020-07-15Uncombine AppStorePaymentManagerAndrej Mihajlov1-73/+129
2020-04-06Move spinner to the right hand-side of IAP button and always display the IAP ...Andrej Mihajlov1-7/+4
2020-04-02Disable purchases and avoid fetching IAPs when device cannot make paymentsAndrej Mihajlov1-2/+16
2020-04-02Handle a failure to load the IAPs from AppStoreAndrej Mihajlov1-3/+15
2020-04-02Change to using the non-renewable subscriptions and move the subscription tit...Andrej Mihajlov1-2/+8
2020-04-02AppStore is having rainy days. Retry 10x of what we usually doAndrej Mihajlov1-1/+1
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov1-1/+3
2020-04-01Add log out confirmation dialogAndrej Mihajlov1-2/+42
2020-03-30Format account token in Account viewAndrej Mihajlov1-5/+4
2020-03-30Add in-app purchases UIAndrej Mihajlov1-8/+193
2020-03-17Use cancellableDelay in Account and WireGuard keys controllersAndrej Mihajlov1-4/+6
2020-02-26Remove buy buttonAndrej Mihajlov1-4/+0
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2020-01-23Remove WireGuard key from server on log outAndrej Mihajlov1-10/+22
2020-01-10Add function to copy account token to pasteboardAndrej Mihajlov1-16/+26
2020-01-08Present errorsAndrej Mihajlov1-2/+8
2020-01-08Remove tableName from localizationAndrej Mihajlov1-1/+1
2019-12-05Wire up Account with TunnelManagerAndrej Mihajlov1-14/+9
2019-05-29Add account expiry refreshAndrej Mihajlov1-0/+10
2019-05-28Add account viewAndrej Mihajlov1-1/+34
2019-05-14Add SelectLocation controllerAndrej Mihajlov1-2/+2
2019-03-27Bootstrap iOS appAndrej Mihajlov1-0/+18