summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Make sure to call the system completionHandler after the stop operation is fu...Andrej Mihajlov1-2/+4
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property acce...Andrej Mihajlov1-16/+29
2020-09-02Change logging queue priority from background to utilityAndrej Mihajlov1-1/+1
2020-09-02Pass queue for completion callbacksAndrej Mihajlov6-88/+134
2020-09-02When disconnecting, make the UI appear as if the tunnel is already disconnectedAndrej Mihajlov1-2/+2
2020-09-02Add PacketTunnelState and rework tunnelAndrej Mihajlov2-153/+268
2020-09-02AppDelegate: forward packet tunnel logs and print them to stdout in DEBUGAndrej Mihajlov2-10/+28
2020-09-02Use work queue in network monitorAndrej Mihajlov1-44/+37
2020-09-01REST: Percent encode public keysAndrej Mihajlov1-1/+4
2020-08-28Turn off WireGuard when no active network interfaces available.Andrej Mihajlov2-32/+122
2020-08-28Enable autoscroll on scroll to bottomAndrej Mihajlov1-0/+7
2020-08-19Wrap IPC response in container type to fix JSON encoding issue of primitive t...Andrej Mihajlov3-8/+13
2020-08-19Remove blur backgroundAndrej Mihajlov5-161/+56
2020-08-18Parse logs and shorten UI outputAndrej Mihajlov4-12/+182
2020-08-18Add milliseconds to the log outputAndrej Mihajlov1-13/+10
2020-08-18Watch file renames in the log streamerAndrej Mihajlov2-8/+48
2020-08-18Conditionally compile classes used in DEBUG onlyAndrej Mihajlov4-46/+71
2020-08-18Trim newline character from WireGuard logsAndrej Mihajlov1-1/+2
2020-08-18Add log streamer controllerAndrej Mihajlov5-6/+195
2020-08-18Add consolidated log streamerAndrej Mihajlov3-2/+90
2020-08-18Add text file streamerAndrej Mihajlov2-0/+121
2020-08-17Fix header view layout insetsAndrej Mihajlov4-98/+48
2020-08-13Add SwiftLogAndrej Mihajlov26-166/+478
2020-08-13Fix Swift compiler segfault in release buildAndrej Mihajlov1-1/+1
2020-07-30Use observer to adjust the title labelAndrej Mihajlov2-8/+15
2020-07-30Make completion handler optionalAndrej Mihajlov2-5/+7
2020-07-30Update CHANGELOGAndrej Mihajlov1-0/+1
2020-07-30Update corner mask based on the contained AppButtonAndrej Mihajlov1-0/+28
2020-07-30Add DisconnectSplitButtonAndrej Mihajlov3-0/+161
2020-07-30Add method to reconnect the tunnelAndrej Mihajlov1-0/+22
2020-07-30Add split button stylesAndrej Mihajlov1-5/+24
2020-07-30Preserve vector for IconReloadAndrej Mihajlov1-0/+4
2020-07-30Regenerate graphical assetsAndrej Mihajlov6-13/+13
2020-07-30Fix PDF creation date for reproducible outputAndrej Mihajlov1-1/+4
2020-07-30Add split button assetsAndrej Mihajlov7-1/+61
2020-07-30Get rid of Bundle+MullvadVersion since all versions shipped via TestFlight ar...Andrej Mihajlov3-29/+2
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov12-396/+245
2020-07-23Bump 2020.4 (build 1)Andrej Mihajlov1-8/+8
2020-07-23Change project deployment target to iOS 12Andrej Mihajlov1-2/+2
2020-07-23Remove DisplayChainedError for AppStoreReceipt.ErrorAndrej Mihajlov1-16/+0
2020-07-23Refactor IAP error messagesAndrej Mihajlov1-1/+8
2020-07-23Fix default row animationAndrej Mihajlov1-1/+1
2020-07-23Align disabled cells style with the desktop appAndrej Mihajlov2-21/+8
2020-07-23Bump the collapse button width to account for scrollbarAndrej Mihajlov1-1/+1
2020-07-23Drop zPosition as it's been messing up with table viewAndrej Mihajlov1-14/+0
2020-07-23Use colored separatorAndrej Mihajlov1-1/+2
2020-07-23Align status indicator center around tick image viewAndrej Mihajlov1-5/+5
2020-07-23State the reason for override of `init(nibName:bundle:)`Andrej Mihajlov1-4/+6
2020-07-23Move SelectLocationController from Storyboard into codeAndrej Mihajlov8-168/+223
2020-07-22Update commentAndrej Mihajlov1-2/+2