aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Library
AgeCommit message (Collapse)Author
2025-11-28Re-add friendship quest remixHEADmainRuben Beltran del Rio
2025-11-27Merge remote-tracking branch 'upstream/main'Ruben Beltran del Rio
2025-11-11Fix warning in console about panel not restoring. Add popover for compact ↵Dustin Mierau
transfers list items. Remove push notification entitlement.
2025-11-11Folder download logic cleanup. Display folder icon on folder download ↵Dustin Mierau
transfers with small icon for the current file. Fix progress for folder downloads.
2025-11-10Remove "New" suffix from our transfer clients. Further cleanup. Allow ↵Dustin Mierau
previewing certain files with HFS types (but no extensions). Cleanup preview files when window closes.
2025-11-10More cleanup and fix for connect view showing right before login UI ↵Dustin Mierau
displays. Move connect form to ConnectView.
2025-11-08Moved SoundEffects to Managers. Updated connect form in ServerView. Changed ↵Dustin Mierau
some icons in context menus for bookmarks.
2025-11-08Improve sound effect management and use NSSound on macOS.Dustin Mierau
2025-11-08Some work on making it possible to connect to servers with an IPv6 address. ↵Dustin Mierau
Improve connect form a bit. Add Copy Link to context menu for servers and trackers.
2025-11-07Add Kingfisher dependency. Add support for animated GIF banners. Add fast ↵Dustin Mierau
image format detection to Data.
2025-11-07Organize Library folder a bit. Update Tracker add/edit sheet design.Dustin Mierau
2025-11-07Rename NetSocketNew as NetSocket (old CFStream based NetSocket is gone!)Dustin Mierau
2025-11-07Further cleanup of previous refactor. Removing old view model and NetSocket. ↵Dustin Mierau
Added some empty states for newsgroups and message board.
2025-11-07Massive refactor of transfer cients (new folder upload implementation), ↵Dustin Mierau
brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
2025-10-27Add spinning globe to TrackerView. Continue cleanup of NetSocketNew.Dustin Mierau
2025-10-27Refactor HotlineFilePreviewClient to use NetSocketNew. Code is much cleaner.Dustin Mierau
2025-10-27Further work on NetSocketNew. Added NetSocketDecodable/NetSocketEncodable so ↵Dustin Mierau
types can decode/encode themselves on/off the wire.
2025-10-26Rewrite HotlineTrackerClient using new async NetSocket as proof of concept.Dustin Mierau
2025-10-26Start of a new Swift 6 async NetSocket (No more CFStreams!)Dustin Mierau
2025-10-25Experiement with better socket options.Dustin Mierau
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).