aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/TrackerView.swift
AgeCommit message (Collapse)Author
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