aboutsummaryrefslogtreecommitdiff
path: root/Hotline.xcodeproj
AgeCommit message (Collapse)Author
2024-05-08Fix about box layout on open. Remove about box from window menu, add expand ↵Dustin Mierau
button to server agreement, add email address highlighting, style server messages, unread badge on admins are red now, play server message sound, some code cleanup.
2024-05-07Remove Managers folder from project.Dustin Mierau
2024-05-07Bump build number.1.0beta15Dustin Mierau
2024-05-06Bump build number.1.0beta14Dustin Mierau
2024-05-04Fix message board divider regular expression. New shared RegularExpressions.Dustin Mierau
2024-05-03Bump version number.1.0beta13Dustin Mierau
2024-05-03Nicer about box.Dustin Mierau
2024-05-03First pass at private messages UI.Dustin Mierau
2024-05-02Add link highlighting to agreements and message board. Add basic markdown ↵Dustin Mierau
styling and link highlighting to chat messages.
2024-05-02Link highlighting in chat (with basic markdown support for bold, italtics, ↵Dustin Mierau
strikethrough, monospace/code). Remove some source files from iOS build.
2024-05-01Bump build number.1.0beta12Dustin Mierau
2024-05-01Merge and use new shared SoundEffectsPlayer.Dustin Mierau
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-04-29Fix project fileJeff Halter
2024-01-17Bump version.1.0beta11Dustin Mierau
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵Dustin Mierau
All stored securely in Keychain.
2024-01-15Bump build number1.0beta10Dustin Mierau
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-13Bump build number.1.0beta9Dustin Mierau
2024-01-12Experimenting with a simpler stream/delegate bsaed socket library for ↵Dustin Mierau
Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read..
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-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-08Add Markdown display for news articles to support rich text, images, links, ↵Dustin Mierau
tables, etc.
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-06Disable fast open on TCP connection. Fix some build issues in iOS build.Dustin Mierau
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-04Bump build number.1.0beta6Dustin Mierau
2024-01-03Add user icons to iOS app. Bump build number.1.0beta5Dustin Mierau
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-22Some work to get banner images working. Some plumbing to get file transfers ↵Dustin Mierau
working though they don't yet. Moving some code away from async/await.
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
2023-12-16Implemented basic news reading support. Various UI tweaks.Dustin Mierau
2023-12-12Break model objects out into their own files.Dustin Mierau
2023-12-12Moved to new client/model separation so client can be used in other ↵Dustin Mierau
projects. Some UI tweaks.
2023-12-11Move to new Hotline model for data observation and let client exist standalone.Dustin Mierau
2023-12-08Move tracker client to async/await. TrackerView uses Model now. Fix string ↵Dustin Mierau
encodings for MacRoman and japanese.
2023-12-08Starting to move to async/await model so the client code is no longer ↵Dustin Mierau
burdoned by observation and isn't bound to this app.
2023-12-06Some work on news. More UI tweaks across the board.Dustin Mierau
2023-12-06Further work on UI organizationDustin Mierau
2023-12-05Experimenting with files.Dustin Mierau
2023-12-04Starting to get app views displaying data (roughly)Dustin Mierau
2023-12-04Starting to hash out a server view and tabs. Added research pdfs. etc.Dustin Mierau
2023-11-28Bunch of work. Starting HotlineClient and Tracker is working.Dustin Mierau
2023-11-27Getting startedDustin Mierau