Ilyas Hallak
c4cd3a0dc3
Add foundation layer for offline article caching
Implement data layer infrastructure for Offline Reading feature (Stage 1):
- Add OfflineSettings model with 4-hour sync interval
- Extend BookmarkEntity with cache fields (htmlContent, cachedDate, imageURLs, etc.)
- Add offline cache methods to BookmarksRepository with Kingfisher image prefetching
- Extend SettingsRepository with offline settings persistence
- Add PSettingsRepository protocol with offline methods
- Implement FIFO cleanup for cached articles
2025-11-08 23:15:17 +01:00
..
2025-09-04 10:43:27 +02:00
2025-11-08 23:15:17 +01:00
2025-11-08 23:15:17 +01:00
2025-11-08 13:46:40 +01:00
2025-06-10 14:11:23 +02:00
2025-11-08 23:15:17 +01:00
2025-11-08 19:18:56 +01:00
2025-11-08 23:15:17 +01:00
2025-07-30 23:53:30 +02:00
2025-08-16 22:32:20 +02:00
2025-07-29 21:26:32 +02:00