| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-08 | Fix 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-05 | Write better URL regular expressions for our needs. | Dustin Mierau | |
| 2024-05-03 | Add unread badge to public chat in sidebar. Display server messages. | Dustin Mierau | |
| 2024-05-03 | Remember banner toolbar displayed state. Clean up use of preferences ↵ | Dustin Mierau | |
| throughout project. | |||
| 2024-05-03 | First pass at private messages UI. | Dustin Mierau | |
| 2024-05-01 | Merge and use new shared SoundEffectsPlayer. | Dustin Mierau | |
| 2024-05-01 | New Hotline toolbar window for banner. | Dustin Mierau | |
| 2024-05-01 | Merge pull request #15 from jhalter/add_sound_settings | Dustin Mierau | |
| Add sound settings | |||
| 2024-05-01 | Merge pull request #14 from jhalter/get-set-file-info | Dustin Mierau | |
| Add Get/Set file info | |||
| 2024-05-01 | Add sound settings | Jeff Halter | |
| 2024-04-28 | Add Get/Set file info | Jeff Halter | |
| 2024-04-20 | Add handling for new news post transaction | Jeff Halter | |
| 2024-01-17 | Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵ | Dustin Mierau | |
| All stored securely in Keychain. | |||
| 2024-01-15 | Add 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-14 | Add 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-13 | Add support for posting to the message board. | Dustin Mierau | |
| 2024-01-13 | Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. ↵ | Dustin Mierau | |
| Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now. | |||
| 2024-01-12 | Experimenting 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-09 | Focus address field in connect view when window opens. Add a note to connect ↵1.0beta8 | Dustin Mierau | |
| view. Remove some console logging. | |||
| 2024-01-09 | Split 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-08 | Add Markdown display for news articles to support rich text, images, links, ↵ | Dustin Mierau | |
| tables, etc. | |||
| 2024-01-08 | Move 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-06 | Disable fast open on TCP connection. Fix some build issues in iOS build. | Dustin Mierau | |
| 2024-01-05 | Add 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-03 | Server 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-03 | Select better starter icon for new users. | Dustin Mierau | |
| 2024-01-03 | Add user icons to iOS app. Bump build number.1.0beta5 | Dustin Mierau | |
| 2024-01-03 | Added the rest of the classic icons to the app. | Dustin Mierau | |
| 2024-01-02 | Fix 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-01 | File downloads now working in macOS client.1.0beta4 | Dustin Mierau | |
| 2023-12-24 | New Preferences window on macOS with support for changing some basic ↵1.0beta | Dustin Mierau | |
| moderation settings, plus username (finally) and user icon. | |||
| 2023-12-23 | Quick pass at an emoji based icon set, matching icons to classic Hotline ↵ | Dustin Mierau | |
| icons where possible. | |||
| 2023-12-22 | Add support for marking unavailable files visually. | Dustin Mierau | |
| 2023-12-22 | Some 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-20 | Add refresh button to Servers window. Fix styling on disclosure arrow. ↵ | Dustin Mierau | |
| Remove icons from news list. Trying tooltips on some buttons. | |||
| 2023-12-19 | Beginnings of a UI for macOS as well as some visual changes to iOS client. :) | Dustin Mierau | |
| 2023-12-16 | Implemented basic news reading support. Various UI tweaks. | Dustin Mierau | |
| 2023-12-12 | Break model objects out into their own files. | Dustin Mierau | |
| 2023-12-12 | New category listing is working again. Added optionset for user access info. ↵ | Dustin Mierau | |
| Some UI cleanup across the board. | |||
| 2023-12-12 | Moved to new client/model separation so client can be used in other ↵ | Dustin Mierau | |
| projects. Some UI tweaks. | |||
| 2023-12-11 | Move to new Hotline model for data observation and let client exist standalone. | Dustin Mierau | |
| 2023-12-08 | Move tracker client to async/await. TrackerView uses Model now. Fix string ↵ | Dustin Mierau | |
| encodings for MacRoman and japanese. | |||
| 2023-12-08 | Starting 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. | |||