| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-20 | Cleanup and a bunch of work to fix issues syncing, loading, and general ↵ | Dustin Mierau | |
| bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions). | |||
| 2024-07-29 | Add drag and drop suppport for files to upload. Tighten up spacing on ↵ | Dustin Mierau | |
| heirarchical lists. Add some extra HFS type to UTType conversion. Update to latest packages. | |||
| 2024-07-02 | Added some dark mode versions for new icons. | Dustin Mierau | |
| 2024-06-30 | A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item ↵ | Dustin Mierau | |
| disable states. Don't request banner from older servers. Cleanup News list display. | |||
| 2024-05-22 | Redesign of Message Board post sheet. Tweaks to NewsEditor. Disable smart ↵ | Dustin Mierau | |
| quotes in message board and news editor text view. Hide news section on older servers. | |||
| 2024-05-13 | Make News toolbar buttons disable contextually. Use Finder folder icon in ↵ | Dustin Mierau | |
| Files list. | |||
| 2024-05-06 | Fix some flakiness around the banner window when moving between ↵ | Dustin Mierau | |
| fullscreen/spaces and desktop. | |||
| 2024-05-05 | Write better URL regular expressions for our needs. | Dustin Mierau | |
| 2024-05-02 | Add link highlighting to agreements and message board. Add basic markdown ↵ | Dustin Mierau | |
| styling and link highlighting to chat messages. | |||
| 2024-05-01 | New Hotline toolbar window for banner. | Dustin Mierau | |
| 2024-01-14 | Disable custom TCP keepalive settings. Just use defaults. Seeing some weird ↵ | Dustin Mierau | |
| disconnecting. | |||
| 2024-01-13 | Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. ↵ | Dustin Mierau | |
| Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now. | |||
| 2024-01-12 | Experimenting with a simpler stream/delegate bsaed socket library for ↵ | Dustin Mierau | |
| Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read.. | |||
| 2024-01-09 | Split view in News saves position and hiding when an article isn't selected. ↵ | Dustin Mierau | |
| Some code cleanup. Some plumbing for news posting though it's not hooked up yet. | |||
| 2024-01-08 | Move to a standard SwiftUI window for preview windows so I can add toolbar ↵ | Dustin Mierau | |
| items from SwiftUI. Not ideal. Added support for previewing text files too. | |||