aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS
AgeCommit message (Expand)Author
2024-05-23Add Bookmark exporting to Server window context menu.Dustin Mierau
2024-05-22Support for drag and drop of old Hotline Bookmark files onto the Servers window.Dustin Mierau
2024-05-22Redesign of Message Board post sheet. Tweaks to NewsEditor. Disable smart quo...Dustin Mierau
2024-05-17Attempt to fix scroll to bottom in private messaging scroll view.Dustin Mierau
2024-05-17Attempt to fix chat scroll issue in public chat.Dustin Mierau
2024-05-17Further work on bookmark syncing. Reworked code that prepopulated bookmarks w...Dustin Mierau
2024-05-16Enable CloudKit. Fix saving server bookmarks. Remove old bookmarks code.Dustin Mierau
2024-05-16Move tracker items and bookmarks to SwiftData for iCloud sync.Dustin Mierau
2024-05-15Holding option when clicking server button in banner window now opens a conne...Dustin Mierau
2024-05-14Some contextual menus in files and newsgroups. Added functional delete file c...Dustin Mierau
2024-05-14Merge pull request #19 from jhalter/add_show_join_leave_prefDustin Mierau
2024-05-14Newsgroup posting now works. Added reload button to news. More work on server...Dustin Mierau
2024-05-13Show generic user icon in user list if user's icon can not be found.Dustin Mierau
2024-05-13Refined news and file listing. Tweaked news icons. New tracker window icons. ...Dustin Mierau
2024-05-13Make News toolbar buttons disable contextually. Use Finder folder icon in Fil...Dustin Mierau
2024-05-11Add "Show Join/Leave in Chat" optionJeff Halter
2024-05-10Fix leading padding on rows in news.Dustin Mierau
2024-05-10Further work on threaded news UI: better icons, tweaked indentation, post co...Dustin Mierau
2024-05-10First crack at threading news. Added read state to news items. Playing with s...Dustin Mierau
2024-05-10Few new icons. New Server Message icon and font weight.Dustin Mierau
2024-05-08Fix about box layout on open. Remove about box from window menu, add expand b...Dustin Mierau
2024-05-06Fix some flakiness around the banner window when moving between fullscreen/sp...Dustin Mierau
2024-05-06Add list of contributors to About Box (automatically pulled from GitHub)Dustin Mierau
2024-05-05Clean up Settings a wee bit: icons now show at proper scale, switches for sou...Dustin Mierau
2024-05-05Add version check/download UI in about box.Dustin Mierau
2024-05-05Write better URL regular expressions for our needs.Dustin Mierau
2024-05-03Nicer about box.Dustin Mierau
2024-05-03Add unread badge to public chat in sidebar. Display server messages.Dustin Mierau
2024-05-03Remember banner toolbar displayed state. Clean up use of preferences througho...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 sty...Dustin Mierau
2024-05-02Link highlighting in chat (with basic markdown support for bold, italtics, st...Dustin Mierau
2024-05-02Fix up server sidebar alignment a bit.Dustin Mierau
2024-05-02Move message board up in navigation as it has always seemed higher level to m...Dustin Mierau
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-05-01Merge pull request #15 from jhalter/add_sound_settingsDustin Mierau
2024-05-01Add sound settingsJeff Halter
2024-04-28Add Get/Set file infoJeff Halter
2024-01-22Fix bookmarks that use non-default login, password, portJeff Halter
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. All...Dustin Mierau
2024-01-15Add classic sound effects. Fix read user access bits. Better no content/no ac...Dustin Mierau
2024-01-14Add support for downloading files with resource forks! Also properly set HFS ...Dustin Mierau
2024-01-13Fix divider color in dark mode in News.Dustin Mierau
2024-01-13Add support for posting to the message board.Dustin Mierau
2024-01-13Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. S...Dustin Mierau
2024-01-12Experimenting with a simpler stream/delegate bsaed socket library for Tracker...Dustin Mierau
2024-01-09Merge branch 'main' into patch-1Dustin Mierau
2024-01-09Focus address field in connect view when window opens. Add a note to connect ...1.0beta8Dustin Mierau
2024-01-09Split view in News saves position and hiding when an article isn't selected. ...Dustin Mierau
2024-01-09Update TrackerView.swiftJohn Leighow