MacTorn_mirror/MacTorn/MacTorn
Paweł Orzech 22f6e5d8e4
Fix safety issues, deprecated APIs, and code quality improvements
- Replace force unwrap developer.tornID! with safe optional binding
- Generate travel notification IDs dynamically from TravelNotificationSetting.defaults
  instead of hardcoded strings, preventing cancellation gaps
- Extract duplicated developer ID (2362436) into TornConstants enum
- Change DateFormatter from computed property to static let to avoid
  expensive re-creation on every render
- Remove redundant objectWillChange.send() already handled by @Published
- Migrate deprecated onChange(of:) { _ in } to new parameterless closure form
2026-02-27 23:34:25 +01:00
..
Assets.xcassets Add status, chain, events, and sound features 2026-01-17 19:36:55 +00:00
Helpers feat: Improve accessibility support and update README 2026-01-20 13:00:11 +00:00
Models Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00
Networking feat: Implement comprehensive unit and UI tests for models and view models, including a new network session, mocks, fixtures, and a CI workflow. 2026-01-17 23:19:29 +00:00
Utilities Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00
ViewModels Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00
Views Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00
Info.plist feat: Add Universal Binary support for Intel and Apple Silicon Macs 2026-01-19 16:46:03 +00:00
MacTornApp.swift Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00