aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/FilesView.swift
AgeCommit message (Collapse)Author
2025-10-27Random project housekeeping/organizing source files.Dustin Mierau
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-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-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-21Add initial support for folder downloading.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-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-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-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-14Some contextual menus in files and newsgroups. Added functional delete file ↵Dustin Mierau
context menu.
2024-05-14Newsgroup posting now works. Added reload button to news. More work on ↵Dustin Mierau
server and user icons.
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-05-13Make News toolbar buttons disable contextually. Use Finder folder icon in ↵Dustin Mierau
Files list.
2024-04-28Add Get/Set file infoJeff Halter
2024-01-14Add support for downloading files with resource forks! Also properly set HFS ↵Dustin Mierau
creator code and type on downloaded files when specified by the server.
2024-01-09Focus address field in connect view when window opens. Add a note to connect ↵1.0beta8Dustin Mierau
view. Remove some console logging.
2024-01-08Move 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.
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-01File downloads now working in macOS client.1.0beta4Dustin Mierau
2023-12-22Fix issue where some servers mark transactions with isReply field but not as ↵Dustin Mierau
a reply transaction type.
2023-12-22Add support for marking unavailable files visually.Dustin Mierau
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