From b3c032b5568f75476e8f2b53b47b2d969a60d5f4 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 1 Jan 2024 12:07:35 -0800 Subject: Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9217020..8b3cb72 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Written in Swift and SwiftUI. - News Browsing & Reading - Message Board Reading - File Browsing +- File Downloading # Todo - Username and icon changing @@ -37,7 +38,12 @@ Written in Swift and SwiftUI. - Private messaging - Display server messages - File transfer UI -- File downloading +- File downloading on iOS - File uploading - Saving server bookmarks - Multiple trackers on iOS + +# 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. +- Have fun. :) -- cgit