aboutsummaryrefslogtreecommitdiff
path: root/Hotline
AgeCommit message (Collapse)Author
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-25Move chat input string to view model so its not lost when switching between ↵Dustin Mierau
tabs. Add chat search/filtering with suppport for live filtering.
2025-10-25Fixed some warnings. Add basic markdown formatting support to chat messages. ↵Dustin Mierau
Add some metadata support for chat log (though we're not using this yet).
2025-10-24Further polish on chat. Try not to persist back to back disconnect messages.Dustin Mierau
2025-10-24A first pass at chat persistence. Also some chat UI cleanup.Dustin Mierau
2025-10-24Add cmd-f to activate search in Files.Dustin Mierau
2025-10-24Add keyboard shortcut to Tracker window to activate search (cmd-f)Dustin Mierau
2025-10-24Further along work towards auto updating. Show release notes for the builds ↵Dustin Mierau
that are more recent than yours.
2025-10-23Add a basic file cache that gets searched over first. TTL on entries. Force ↵Dustin Mierau
clear cache but holding shift+enter to search. Don't cache upload/dropbox folders. Don't search in .app folders.
2025-10-23Improve file search to move down the tree once current depth has been ↵Dustin Mierau
searched with exception now for hot spots where we burst into folders that contain matches.
2025-10-22Improvements to file search UI and config.Dustin Mierau
2025-10-22First pass at file search in files view.Dustin Mierau
2025-10-21Double click finished transfers to reveal in finder.Dustin Mierau
2025-10-21Add initial support for folder downloading.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).
2025-05-17Read macOS RomanRuben Beltran del Rio
2025-05-16Encode as macRomanRuben Beltran del Rio
2025-02-05Apply formattingRuben Beltran del Rio
2025-02-05Add homefolder deleteRuben Beltran del Rio
2025-02-05Prevent crash when password is emptyRuben Beltran del Rio
2025-02-02Put it in a taskRuben Beltran del Rio
Seems to avoid the dual window issue
2025-02-02Add autoconnect + reconnect logicRuben Beltran del Rio
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-07-29Enable/disable upload and download buttons based on current user access.Dustin Mierau
2024-07-29Actually update the file on drop. Add error message sound effect.Dustin Mierau
2024-07-29Add 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-26Added support for announce in chat, hold shift while pressing enter to send ↵Dustin Mierau
chat.
2024-07-26Fix for fallback alert message.Dustin Mierau
2024-07-26Display error messages from the server.Dustin Mierau
2024-07-26Fix file transfer complete checkmark styling.Dustin Mierau
2024-07-26Further work on uploads. Also properly reading and writing file HFS ↵Dustin Mierau
type/creator codes and finder comments.
2024-07-24Moving to an experimental result builder for Data to simplify construction ↵Dustin Mierau
of headers for Hotline's binary protocol. Fix some UI quirks around file transfers.
2024-07-24First pass at uploads and a big refactoring of transfer clients. Also now ↵Dustin Mierau
showing download progress bar on file icon in dock (like Safari).
2024-07-14New App Icon.Dustin Mierau
2024-07-02More dark mode icons.1.0beta20Dustin Mierau
2024-07-02Fix dark version of Users section icon.Dustin Mierau
2024-07-02Added some dark mode versions for new icons.Dustin Mierau
2024-07-01Some UI work for Accounts and a bug fix when deleting account that isn't yet ↵Dustin Mierau
persisted.
2024-06-30Fix hide/show of News icon in toolbar window.Dustin Mierau
2024-06-30Fix padding on transfer list items.Dustin Mierau
2024-06-30A 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-06-25Experimenting with refined (happier) default user icon a bitDustin Mierau
2024-06-10Add account management functionalityJeff Halter
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-24Fix right side padding on file rows in file list.Dustin Mierau
2024-05-24Custom folder icons, including custom icons for dropbox/upload folders and ↵Dustin Mierau
admin folders (all name based like the original client).
2024-05-23Remove unnecessary message board debug print.Dustin Mierau