diff options
| author | Dustin Mierau <mierau@users.noreply.github.com> | 2024-01-01 14:34:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 14:34:00 -0800 |
| commit | 78a93e5f5ed74010a130367d27221b2a11fb6542 (patch) | |
| tree | a15380046c017b8f8ee3bf3bd68b2a6b74ca846a | |
| parent | b3c032b5568f75476e8f2b53b47b2d969a60d5f4 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 27 |
1 files changed, 17 insertions, 10 deletions
@@ -4,33 +4,39 @@ Written in Swift and SwiftUI.  -# Working on iOS -- Tracker Listing -- Connect to server by address +**Note:** This project is a Hotline *client*. If you would like to run your own server (you should!), the Mobius project looks like it might be for you: https://github.com/jhalter/mobius + +# Project Status + +### Working on macOS +- Multi-tracker and server bookmarks. +- Connect to multiple servers at once. - Agreements - Banners - Public Chat +- Chat Export - User List - News Browsing & Reading - Message Board Reading - File Browsing +- File Downloading - + -# Working on macOS -- Multi-tracker and server bookmarks. -- Connect to multiple servers at once. +### Working on iOS +- Tracker Listing +- Connect to server by address - Agreements - Banners - Public Chat -- Chat Export - User List - News Browsing & Reading - Message Board Reading - File Browsing -- File Downloading -# Todo + + +# TODO - Username and icon changing - Messaging preferences - News posting/replying @@ -46,4 +52,5 @@ Written in Swift and SwiftUI. # Goals - Keep the HotlineClient, HotlineTrackerClient, and HotlineFileClient classes reusable so people can use it in other Swift Hotline projects. - Bring a modern Hotline client to iOS, iPadOS, and macOS using one codebase. +- Bring back some of that Hotline branding as the trademark on the name and logo have been expunged for years, hey, I want Hotline called Hotline with the classic H logo on my modern Apple device, okay? :) - Have fun. :) |