summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2020-04-14Update keychain related instructionsAndrej Mihajlov1-11/+9
2020-04-14Bump iOS version (2020.2, build 1)ios/2020.2Andrej Mihajlov1-8/+8
2020-04-14Update CHANGELOGAndrej Mihajlov1-0/+3
2020-04-14Enable on-demand VPNAndrej Mihajlov2-5/+34
2020-04-14Log tunnel stop reasonAndrej Mihajlov3-1/+61
2020-04-13Add account token text input formattingAndrej Mihajlov7-30/+374
2020-04-13Fix "invalid account" error being mistakenly reported as "network error"Andrej Mihajlov2-5/+8
2020-04-10Change Xcode project configuration to the new Apple IDAndrej Mihajlov2-12/+20
2020-04-09Add changelog and App Store link to ios readmeLinus Färnstrand1-4/+15
2020-04-09Add changelog to ios/Linus Färnstrand1-0/+35
2020-04-09Update build instructions to account for bugs on apple.developer.comAndrej Mihajlov1-2/+4
2020-04-06Bump iOS build (14)ios/2020.1Andrej Mihajlov1-4/+4
2020-04-06Drop seconds from account expiryAndrej Mihajlov1-1/+1
2020-04-06Move spinner to the right hand-side of IAP button and always display the IAP ...Andrej Mihajlov2-9/+47
2020-04-02Update screenshot scriptAndrej Mihajlov1-3/+4
2020-04-02Bump iOS build (13)Andrej Mihajlov1-4/+4
2020-04-02Tweak operator in expiration checkAndrej Mihajlov1-1/+1
2020-04-02Remove account verification as we don't fully support the deferred login yetAndrej Mihajlov2-80/+23
2020-04-02Update keyboard toolbar after resetting the account token fieldAndrej Mihajlov1-0/+1
2020-04-02Refactor to use AccountExpiryAndrej Mihajlov1-5/+1
2020-04-02Disable purchases and avoid fetching IAPs when device cannot make paymentsAndrej Mihajlov2-2/+21
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 Mihajlov2-7/+26
2020-04-02AppStore is having rainy days. Retry 10x of what we usually doAndrej Mihajlov1-1/+1
2020-04-01Bump iOS build (12)Andrej Mihajlov1-4/+4
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov9-15/+73
2020-04-01Update login status messages when logging in with the new accountAndrej Mihajlov2-12/+26
2020-04-01Add log out confirmation dialogAndrej Mihajlov1-2/+42
2020-04-01Do not automatically pull the keyboard since it occludes the "Create account"...Andrej Mihajlov1-6/+0
2020-04-01Add ability to log in using the newly created account tokenAndrej Mihajlov4-22/+84
2020-04-01Convert to using vector PDF vs. rasterAndrej Mihajlov99-267/+440
2020-04-01Fix connection info visibilityAndrej Mihajlov1-2/+4
2020-04-01Update simulated location infoAndrej Mihajlov1-8/+8
2020-04-01Update fastlane to 2.144Andrej Mihajlov2-38/+60
2020-04-01Take a screenshot of "Select location" controllerAndrej Mihajlov4-33/+67
2020-03-31Move iOS app icon source svg to graphics/Linus Färnstrand1-1/+1
2020-03-30Bump iOS build (11)Andrej Mihajlov1-4/+4
2020-03-30Reload account expiry after purchaseAndrej Mihajlov1-1/+12
2020-03-30Bump iOS build (10)Andrej Mihajlov1-4/+4
2020-03-30Format account token in Account viewAndrej Mihajlov5-6/+70
2020-03-30Add in-app purchases UIAndrej Mihajlov7-41/+463
2020-03-27Change expiry privacy modifier when loggingAndrej Mihajlov1-1/+1
2020-03-27Wire up payment managerAndrej Mihajlov2-23/+58
2020-03-27Add payment manager and publisherAndrej Mihajlov3-0/+447
2020-03-27Add Combine publisher for SKPaymentQueueAndrej Mihajlov2-0/+75
2020-03-26Formalize spinner sizes and visual appearanceAndrej Mihajlov1-1/+33
2020-03-26Add AppStoreReceipt readerAndrej Mihajlov2-0/+83
2020-03-26Add Combine publishers for SKRequest subclassesAndrej Mihajlov2-0/+125
2020-03-26Add a method to submit the appstore receipt to APIAndrej Mihajlov1-0/+25
2020-03-17Fix the edge case when the wrong key might be displayed on regenerate key + c...Andrej Mihajlov1-3/+5