aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-03Add user icons to iOS app. Bump build number.1.0beta5Dustin Mierau
2024-01-03Added the rest of the classic icons to the app.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-01Update README.mdDustin Mierau
2024-01-01Update README.mdDustin 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-23Quick pass at an emoji based icon set, matching icons to classic Hotline ↵Dustin Mierau
icons where possible.
2023-12-22Dim user list propertly in inactive window.Dustin Mierau
2023-12-22Create LICENSE.mdDustin Mierau
2023-12-22Update README.mdDustin Mierau
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-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-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-20Reverse sort order on news so most recent posts show at top in a category.Dustin Mierau
2023-12-20Stop requesting news when closing category. Add Server should do nothing ↵Dustin Mierau
right now (was hooked up to refresh).
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-20Add relative dates to news list on macOS. Also add full date/time display in ↵Dustin Mierau
news reader view.
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-20Added usernames to News list. Improved date/username header on news article ↵Dustin Mierau
display. Fixed icon for message board. Removed agreement title bar. Fixed bug in News on iOS where article reader didn't span full display width when no article was selected.
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau
2023-12-16Update README.mdDustin 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-12Update README.mdDustin Mierau
2023-12-12Create README.mdDustin Mierau
2023-12-12New category listing is working again. Added optionset for user access info. ↵Dustin Mierau
Some UI cleanup across the board.
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-07A semi working file browser.Dustin Mierau
2023-12-07Some work on file display.Dustin Mierau
2023-12-07Fix chat message parser regex.Dustin Mierau
2023-12-07Few style changes in chat and files and news.Dustin Mierau
2023-12-06Few small tweaks.Dustin Mierau
2023-12-06Some work on news. More UI tweaks across the board.Dustin Mierau
2023-12-06Add app iconDustin Mierau
2023-12-06Further work on UI organizationDustin Mierau
2023-12-05Some styling work. Files showing. Message board tweaks.Dustin 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-30Bunch of work to and now login, user list, handling replies, etc. works. Or ↵Dustin Mierau
at least the framework is there for them to work.
2023-11-29Further work on protocol.Dustin Mierau
2023-11-28Bunch of work. Starting HotlineClient and Tracker is working.Dustin Mierau
2023-11-27Getting startedDustin Mierau