aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Mierau <mierau@users.noreply.github.com>2024-01-01 12:07:35 -0800
committerGitHub <noreply@github.com>2024-01-01 12:07:35 -0800
commitb3c032b5568f75476e8f2b53b47b2d969a60d5f4 (patch)
tree43dde9c9ecaccee5b52b8610637430a052557980
parent5d2aadbc834393b532d043d6298d6a23b80c2a5c (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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. :)