summaryrefslogtreecommitdiff
path: root/ZeroTier One/JoinNetworkViewController.swift
AgeCommit message (Collapse)Author
2016-06-13remove unused variablesGrant Limberg
2016-06-09Joining/Deleting networks now implemented.Grant Limberg
Still need to implement known networks cache so we can join/leave networks without deleting them from the UI
2016-05-16call super functions on a few overridesGrant Limberg
2016-05-16set the combo box to use a data source and remember the last 20 networks inputGrant Limberg
2016-05-16limit the join network combobox to hex characters.Grant Limberg
Join only clickable when a valid network is entered
2016-05-14Initial start of the menu bar app.Grant Limberg
Has menu items to join/leave networks which currently displays an empty popover from the icon (icon needs to be made still)