aboutsummaryrefslogtreecommitdiff
path: root/Hotline
AgeCommit message (Collapse)Author
2024-05-23Convert line endings to classic Mac line endings as old Hotline servers expect.Dustin Mierau
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 ↵Dustin Mierau
quotes in message board and news editor text view. Hide news section on older servers.
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 ↵Dustin Mierau
when empty to wait for first sync.
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 ↵Dustin Mierau
connect to server window.
2024-05-14Some contextual menus in files and newsgroups. Added functional delete file ↵Dustin Mierau
context menu.
2024-05-14Merge pull request #19 from jhalter/add_show_join_leave_prefDustin Mierau
Add "Show Join/Leave in Chat" option
2024-05-14Newsgroup posting now works. Added reload button to news. More work on ↵Dustin Mierau
server and user icons.
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
New server toolbar globe icon. Fixing disabling of toolbar buttons in files.
2024-05-13Make News toolbar buttons disable contextually. Use Finder folder icon in ↵Dustin Mierau
Files list.
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 ↵Dustin Mierau
count, keyboard navigation.
2024-05-10First crack at threading news. Added read state to news items. Playing with ↵Dustin Mierau
some icon visual styles.
2024-05-10Few new icons. New Server Message icon and font weight.Dustin Mierau
2024-05-09Another icon. Not entirely sure I got this right though, what character is ↵Dustin Mierau
this? Hmm.
2024-05-09Some more remastered user icons.Dustin Mierau
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-08Some more user icons in high res.Dustin Mierau
2024-05-07Remastered Finder user iconsDustin Mierau
2024-05-07Some more user icon remasters.Dustin Mierau
2024-05-07More high res user icons.Dustin Mierau
2024-05-07Few more high res user icons.Dustin Mierau
2024-05-07Experimenting with creating high res vector versions of classic Hotline user ↵Dustin Mierau
icons. Just a few in place to gauge reaction.
2024-05-06Fix some flakiness around the banner window when moving between ↵Dustin Mierau
fullscreen/spaces and desktop.
2024-05-06Fix downloading files on 1.2.3 server.Dustin Mierau
2024-05-06Add list of contributors to About Box (automatically pulled from GitHub)Dustin Mierau
2024-05-05Add .online and .garden tlds to url regex.Dustin Mierau
2024-05-05Clean up Settings a wee bit: icons now show at proper scale, switches for ↵Dustin Mierau
sounds, same width across panes is less jumpy.
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-04Fix message board divider regular expression. New shared RegularExpressions.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 ↵Dustin Mierau
throughout project.
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-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 ↵Dustin Mierau
me than news. Message board felt like big server news, vs News was more of users talking in a forum.
2024-05-01Add "Download Latest" menu item to help.Dustin Mierau
2024-05-01Merge and use new shared SoundEffectsPlayer.Dustin Mierau
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-05-01Merge pull request #15 from jhalter/add_sound_settingsDustin Mierau
Add sound settings