aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-10Bump build number.1.0beta17Dustin Mierau
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-08Bump build number.1.0beta16Dustin 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-07Remove Managers folder from project.Dustin 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-07Bump build number.1.0beta15Dustin 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-06Bump build number.1.0beta14Dustin Mierau
2024-05-06Merge remote-tracking branch 'refs/remotes/origin/main'Dustin Mierau
2024-05-06Add list of contributors to About Box (automatically pulled from GitHub)Dustin Mierau
2024-05-05Update README.mdDustin 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-03Bump version number.1.0beta13Dustin 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-02Update README.mdDustin Mierau
2024-05-01Bump build number.1.0beta12Dustin Mierau
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
2024-05-01Merge pull request #14 from jhalter/get-set-file-infoDustin Mierau
Add Get/Set file info
2024-05-01Merge pull request #12 from jhalter/refresh_newsDustin Mierau
Add handling for new news post transaction
2024-05-01Add sound settingsJeff Halter
2024-04-29Fix project fileJeff Halter
2024-04-29Fix handling of optional file info fieldsJeff Halter
2024-04-28Add Get/Set file infoJeff Halter
2024-04-20Add handling for new news post transactionJeff Halter