aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/TrackerView.swift
AgeCommit message (Collapse)Author
2025-11-07Further UI tweraks. Transfers button in toolbar. Better empty states in ↵Dustin Mierau
places. Fix race condition with transactions ids (yikes)!
2025-11-07Organize Library folder a bit. Update Tracker add/edit sheet design.Dustin Mierau
2025-10-27Random project housekeeping/organizing source files.Dustin Mierau
2025-10-27Add spinning globe to TrackerView. Continue cleanup of NetSocketNew.Dustin Mierau
2025-10-26Rewrite HotlineTrackerClient using new async NetSocket as proof of concept.Dustin Mierau
2025-10-24Add keyboard shortcut to Tracker window to activate search (cmd-f)Dustin Mierau
2025-10-22Improvements to file search UI and config.Dustin Mierau
2025-10-21Add bookmark editing to TrackerView (you can add login/pass to bookmarks ↵Dustin Mierau
now). Fix macOS 26 border around images in toolbar.
2025-10-20Cleanup 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-31Add Cmd+Down keyboard shortcut for connecting to servers.Jeff Verkoeyen
2024-07-30Display connected user count on tracker listings.Dustin Mierau
2024-05-26Hold option when double clicking server in Servers window to open window for ↵Dustin Mierau
that server without autoconnecting. Found a better way to check for currently pressed key modifiers.
2024-05-23Add Bookmark exporting to Server window context menu.Dustin Mierau
2024-05-22Support for drag and drop of old Hotline Bookmark files onto the Servers window.Dustin Mierau
2024-05-17Further work on bookmark syncing. Reworked code that prepopulated bookmarks ↵Dustin Mierau
when empty to wait for first sync.
2024-05-16Move tracker items and bookmarks to SwiftData for iCloud sync.Dustin Mierau
2024-05-13Refined news and file listing. Tweaked news icons. New tracker window icons. ↵Dustin Mierau
New server toolbar globe icon. Fixing disabling of toolbar buttons in files.
2024-01-22Fix bookmarks that use non-default login, password, portJeff Halter
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵Dustin Mierau
All stored securely in Keychain.
2024-01-12Experimenting 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-09Update TrackerView.swiftJohn Leighow
Correcting a dynamic IP saved with the dynamic url change.
2024-01-05Add image preview to Files so you don't have to download images to view ↵Dustin Mierau
them, works with animated GIFs too. Added cmd-R shortcut for Servers window. More work on login view.
2024-01-03Server windows restore with app session now. Implemented new login view so ↵Dustin Mierau
you can connect to specific IP servers no listed by tracker, login/pass supported (I think?), and a nicer connect progress display.
2024-01-03Dim Hotline logo in Servers window title bar when window is inactive.Dustin Mierau
2024-01-03Fix issue with username saving to server with each change in username textfield.Dustin Mierau
2024-01-02Fix banners not loading. First crack at adding a classic icon set with icons ↵Dustin Mierau
painsakenly pulled from the original Hotline client. May try to "remaster" these somehow.
2024-01-01File downloads now working in macOS client.1.0beta4Dustin Mierau
2023-12-22Add icon to Servers window. Add a simple app icon for macOS.Dustin Mierau
2023-12-22Some work to get banner images working. Some plumbing to get file transfers ↵Dustin Mierau
working though they don't yet. Moving some code away from async/await.
2023-12-20Stop requesting news when closing category. Add Server should do nothing ↵Dustin Mierau
right now (was hooked up to refresh).
2023-12-20Add refresh button to Servers window. Fix styling on disclosure arrow. ↵Dustin Mierau
Remove icons from news list. Trying tooltips on some buttons.
2023-12-20Tracker window now allows for bookmarks and multiple trackers like the ↵Dustin Mierau
original Hotline client. You still can't add servers or trackers, but support is there. Also removed title from message reader view on macOS.
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau