worldhopper/lib/screens/settings
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. 30df288552
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
feat: add offline series download with local reading support
Enable downloading entire series for offline reading. Includes database
tables and migration for downloaded series/chapters, download orchestration
with progress tracking, per-chapter EPUB and image stream downloading,
a Downloaded section in the library, and offline-first reader support.

Key changes:
- DB migration v11 with downloaded_series and downloaded_chapters tables
- Series download service with pagination, cancellation, and progress stream
- Feed screen download button with status indicators and completion feedback
- Library screen Downloaded section with series cards and detail screen
- Reader pre-caching using local files (including two-page spread mode)
- Next-in-series navigation resolves from downloaded chapters when offline
- Skip image downloads and progress sync when device is offline
- Settings screen shows download storage usage with clear option

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 23:40:15 +01:00
..
about_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
advanced_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
appearance_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
dev_tests_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
filter_quality_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
language_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
precache_pages_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
readers_settings_screen.dart feat: report reading progress to OPDS server on page turns 2026-02-16 23:58:25 +01:00
reading_mode_settings_screen.dart feat: i18n (#2) 2026-02-12 22:41:22 +01:00
settings_screen.dart feat: add offline series download with local reading support 2026-02-20 23:40:15 +01:00