Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-23 | add preferences view | Grant Limberg | |
not populated yet | |||
2016-06-23 | "Show Networks" -> "Network Details" | Grant Limberg | |
2016-06-23 | Fix menu bar icon. Add app icon. | Grant Limberg | |
2016-06-21 | misc cleanup | Grant Limberg | |
2016-06-21 | update build number | Grant Limberg | |
2016-06-21 | dynamically generate the menu so that networks are listed | Grant Limberg | |
can join/leave networks directly from the menu | |||
2016-06-16 | Factored network updates into its own class. Delivered via notification | Grant Limberg | |
2016-06-14 | add a timer to retrieve the network list every second. | Grant Limberg | |
2016-06-14 | more error checking when parsing JSON for network list | Grant Limberg | |
remove "multicastSubscriptions" field as it isn't used anyway | |||
2016-06-13 | Set deployment target to 10.10 for the minimum OS X version for this app | Grant 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-13 | remove unused variables | Grant Limberg | |
2016-06-13 | Base functionality complete. Can join/leave/list networks. Can disconnect ↵ | Grant Limberg | |
from networks without removing them from the network list. | |||
2016-06-09 | Joining/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-31 | some 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-31 | remove some extra logging | Grant Limberg | |
2016-05-31 | look up authtoken in user's app support directory | Grant Limberg | |
2016-05-27 | . | Grant Limberg | |
2016-05-27 | add proper border around the network list | Grant Limberg | |
2016-05-27 | make the view show up light instead of dark | Grant Limberg | |
2016-05-27 | Finished wiring up the view | Grant Limberg | |
2016-05-27 | WIP. Mac UI | Grant Limberg | |
2016-05-17 | Parse JSON network list into Network objects for the view | Grant Limberg | |
2016-05-16 | beginning of communicating with the zero tier service | Grant Limberg | |
2016-05-16 | call super functions on a few overrides | Grant Limberg | |
2016-05-16 | add table view to show networks view | Grant Limberg | |
2016-05-16 | set the combo box to use a data source and remember the last 20 networks input | Grant Limberg | |
2016-05-16 | remove some mistakenly committed files and add .gitignore for Xcode projects | Grant Limberg | |
2016-05-16 | limit the join network combobox to hex characters. | Grant Limberg | |
Join only clickable when a valid network is entered | |||
2016-05-14 | Initial 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-14 | Initial Commit | Grant Limberg | |