summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-23add preferences viewGrant Limberg
not populated yet
2016-06-23"Show Networks" -> "Network Details"Grant Limberg
2016-06-23Fix menu bar icon. Add app icon.Grant Limberg
2016-06-21misc cleanupGrant Limberg
2016-06-21update build numberGrant Limberg
2016-06-21dynamically generate the menu so that networks are listedGrant Limberg
can join/leave networks directly from the menu
2016-06-16Factored network updates into its own class. Delivered via notificationGrant Limberg
2016-06-14add a timer to retrieve the network list every second.Grant Limberg
2016-06-14more error checking when parsing JSON for network listGrant Limberg
remove "multicastSubscriptions" field as it isn't used anyway
2016-06-13Set deployment target to 10.10 for the minimum OS X version for this appGrant Limberg
I'm currently using features only available in 10.10 or above. We'll have to discuss this and see what can be done for OS X 10.7 through 10.9.
2016-06-13remove unused variablesGrant Limberg
2016-06-13Base functionality complete. Can join/leave/list networks. Can disconnect ↵Grant Limberg
from networks without removing them from the network list.
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-31some OS X Authentication Services wizardry to get /Library/Application ↵Grant Limberg
Support/ZeroTier/One/authtoken.secret and copy it to ~/Library/Application Support/ZeroTier/One/authtoken.secret
2016-05-31remove some extra loggingGrant Limberg
2016-05-31look up authtoken in user's app support directoryGrant Limberg
2016-05-27.Grant Limberg
2016-05-27add proper border around the network listGrant Limberg
2016-05-27make the view show up light instead of darkGrant Limberg
2016-05-27Finished wiring up the viewGrant Limberg
2016-05-27WIP. Mac UIGrant Limberg
2016-05-17Parse JSON network list into Network objects for the viewGrant Limberg
2016-05-16beginning of communicating with the zero tier serviceGrant Limberg
2016-05-16call super functions on a few overridesGrant Limberg
2016-05-16add table view to show networks viewGrant Limberg
2016-05-16set the combo box to use a data source and remember the last 20 networks inputGrant Limberg
2016-05-16remove some mistakenly committed files and add .gitignore for Xcode projectsGrant 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)
2016-05-14Initial CommitGrant Limberg