aboutsummaryrefslogtreecommitdiff
path: root/Hotline
AgeCommit message (Collapse)Author
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-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
2024-05-01Merge pull request #14 from jhalter/get-set-file-infoDustin Mierau
Add Get/Set file info
2024-05-01Add sound settingsJeff 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
2024-03-06Merge pull request #7 from jhalter/fix_loginDustin Mierau
Fix login/password encoding and bookmark logins
2024-01-22Fix bookmarks that use non-default login, password, portJeff Halter
2024-01-22Fix login/password encodingJeff Halter
2024-01-18Add Request Feature and Report Bug menu items to Help menu in macOS that ↵Dustin Mierau
link to GitHub issues with appropriate labels preselected.
2024-01-17Send message board posts encoded with Mac OS Roman string encoding. I think ↵Dustin Mierau
this needs to be looked at further though... is UTF-8 really not an option? Hmm.
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵Dustin Mierau
All stored securely in Keychain.
2024-01-16Cleanup HotlineTrackerClient header parsing by moving to byte consumption APIDustin Mierau
2024-01-15Add 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.