summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Formalize background tasksAndrej Mihajlov5-36/+51
2023-06-09Formalize application targetsAndrej Mihajlov10-99/+59
2023-06-09Fix bug when user presses logged out buttonMojgan1-6/+2
2023-06-08REST: replace guard with simple if statementAndrej Mihajlov1-4/+5
2023-06-08Implement redeeming voucher codeMojgan3-0/+143
2023-06-08Prevent division by zeroAndrej Mihajlov1-1/+1
2023-06-08Format text based on group size via separatorMojgan6-197/+262
2023-06-08Create custom alert dialogsJon Petersson22-315/+504
2023-06-08SetAccount: rework to use callback flow vs. child operationsAndrej Mihajlov8-716/+245
2023-06-08AppDelegate: rename func to setupNotifcations()Andrej Mihajlov1-2/+2
2023-06-08PacketTunnel: rotate private key on mismatch with serverAndrej Mihajlov34-484/+1797
2023-06-08Add custom deserialiser for RelayConstraintsJon Petersson1-0/+10
2023-06-06Preferences: Remove unused import of RelayCacheAndrej Mihajlov1-1/+0
2023-06-06Add custom port selection to settingsJon Petersson22-132/+760
2023-05-30NotificationBanner: break down init() on smaller functionsAndrej Mihajlov1-13/+21
2023-05-30NotificationBanner: bump action button opacity to 80%Andrej Mihajlov1-1/+1
2023-05-30NotificationBanner: add system spacing between body and action buttonAndrej Mihajlov1-0/+1
2023-05-30Rename didPress to handleActionTapAndrej Mihajlov1-2/+2
2023-05-30Group in-app banner constants into UIMetrics.InAppBannerNotificationAndrej Mihajlov2-13/+13
2023-05-30UIMetrics: add severity indicator sizeAndrej Mihajlov2-18/+8
2023-05-30NotificationBanner: hide action button when it's not providedAndrej Mihajlov2-44/+35
2023-05-30NotificationBanner: Add missing trailing anchor for title labelAndrej Mihajlov1-4/+2
2023-05-30NotificationBanner: add target onceAndrej Mihajlov1-1/+2
2023-05-30Refresh account and device data when account controller is being presentedAndrej Mihajlov3-15/+48
2023-05-30Settings: filter repeating routes in navigation controller delegateAndrej Mihajlov1-1/+6
2023-05-29Introduce MullvadTransport and move Shadowsocks there, share TransportProvide...Bug Magnet31-194/+571
2023-05-25Pass the API endpoint to Shadowsocks instead of hardcoding itBug Magnet12-67/+132
2023-05-25Add alert if user disconnects when there's no connectivityJon Petersson3-3/+61
2023-05-24Show device info in just case user is logged in and dismissed the registered ...Mojgan1-5/+19
2023-05-24HeaderBar: hide brand name when buttons overlap itAndrej Mihajlov2-44/+49
2023-05-23Improve UX for disabled buttonsJon Petersson3-28/+48
2023-05-23Make the tappable area bigger for small buttonsMojgan5-30/+35
2023-05-22Fix Cargo file to rebuild shadowsocks.h on each build, and rebuild to regener...Bug Magnet3-3/+16
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov84-211/+211
2023-05-22Swiftformat: bump Swift to 5.8Andrej Mihajlov1-1/+1
2023-05-22Revert back Package.resolved for swift packagesEmīls1-0/+22
2023-05-22Add shadowsocks-proxy crateEmīls33-132/+1041
2023-05-16Improve visibility of search field clear button when keyboard is dismissedJon Petersson1-0/+5
2023-05-12Simplify the AddressCache logic, it now filters results to only keep the firs...Bug Magnet8-291/+378
2023-05-11Show registered device banner when user comes from logged out to logged inMojgan17-53/+89
2023-05-09Fix port selection algorithmJon Petersson8-26/+94
2023-05-09Move action handling into notification manager delegateAndrej Mihajlov11-72/+111
2023-05-09Consider max date for getting diff between two datesMojgan2-1/+17
2023-05-09Move platform instructions from iOS changes template to desktop oneOskar Nyberg1-1/+0
2023-05-05Re-parent notification controller between primary and secondary containers on...Andrej Mihajlov2-2/+105
2023-05-05Clip notification bannerAndrej Mihajlov1-0/+1
2023-05-05Add notification controller into root containerAndrej Mihajlov4-31/+76
2023-05-05Progate network status when there is no tunnelJon Petersson1-13/+18
2023-05-04Fix view state when disconnecting from out of time viewJon Petersson3-5/+40
2023-05-04Fix date interval formatting and update testsAndrej Mihajlov2-17/+7