aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Application.swift
AgeCommit message (Collapse)Author
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-01-18Add Request Feature and Report Bug menu items to Help menu in macOS that ↵Dustin Mierau
link to GitHub issues with appropriate labels preselected.
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵Dustin Mierau
All stored securely in Keychain.
2024-01-15Add classic sound effects. Fix read user access bits. Better no content/no ↵Dustin Mierau
access views. Add Server menu. Add keep alive ping to server every 3 minutes.
2024-01-09Split view in News saves position and hiding when an article isn't selected. ↵Dustin Mierau
Some code cleanup. Some plumbing for news posting though it's not hooked up yet.
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-04Add Connect to Server to menu with classic cmd-K shortcut. Make sure globe ↵Dustin Mierau
next to server name dims when window is inactive.
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-24New Preferences window on macOS with support for changing some basic ↵1.0betaDustin Mierau
moderation settings, plus username (finally) and user icon.
2023-12-22Added Save Chat button to Chat toolbar.Dustin Mierau
2023-12-22Add icon to Servers window. Add a simple app icon for macOS.Dustin Mierau
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-20Remove HotlineState class for now. Not maintaining global state info yet.Dustin Mierau
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau