aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Models/FileInfo.swift
AgeCommit message (Collapse)Author
2025-11-27Merge remote-tracking branch 'upstream/main'Ruben Beltran del Rio
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-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-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-02-05Apply formattingRuben Beltran del Rio
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-05-24Custom folder icons, including custom icons for dropbox/upload folders and ↵Dustin Mierau
admin folders (all name based like the original client).
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.
2023-12-22Add support for marking unavailable files visually.Dustin Mierau
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau
2023-12-12Break model objects out into their own files.Dustin Mierau