Commit graph

5 commits

Author SHA1 Message Date
Paweł Orzech
7f947b635c
Add app screenshot to README
Added app.png and updated README.md to include a screenshot of the MacTorn app for better visual context.
2026-01-17 19:57:24 +00:00
Paweł Orzech
4813da8c7f
Make Torn models more robust to missing API data
Updated TornModels.swift to make many properties optional, improving resilience to missing or incomplete API responses. Adjusted ChainView and StatusView to handle optional values safely. Refactored SettingsView for a cleaner layout and removed notification rules UI. Updated README to reflect notification changes and clarify features.
2026-01-17 19:53:28 +00:00
Paweł Orzech
53a234afcd
Add notification rules, status badges, and chain support
Introduces customizable notification rules with sound options and a UI for managing them in SettingsView. Adds support for displaying chain status, hospital/jail badges, unread messages, and recent events in StatusView. Makes the refresh interval configurable. Updates README with new features and installation instructions. Updates Xcode project to include new components and utilities.
2026-01-17 19:43:07 +00:00
Paweł Orzech
455f9f3916
Add launch at login, shortcuts, and UI improvements
Introduces LaunchAtLoginManager and ShortcutsManager for launch at login and customizable quick links. Updates SettingsView with toggles and a shortcuts editor, enhances ContentView and StatusView with improved layout, travel status, and quick links grid. ProgressBarView now visually highlights full bars and improves appearance. Adds travel notifications and updates the README with new features and setup instructions.
2026-01-17 18:00:47 +00:00
Paweł Orzech
0a0f109fa1
Initial commit 2026-01-17 17:57:45 +00:00