mangayomi-mirror/lib/modules/manga/reader
Moustapha Kodjo Amadou 95a55d5f81 feat: Implement upcoming manga calendar feature
- Added UpcomingUIModel for managing upcoming manga list items with headers and items.
- Introduced CalendarDay widget to display individual days with event indicators.
- Created CalendarHeader widget for navigating between months.
- Developed CalendarIndicator for visualizing events on specific days.
- Implemented UpcomingCalendar to manage the calendar view and event loading.
- Added UpcomingItem widget for displaying individual upcoming manga with cover images.
- Introduced FetchInterval utility to calculate fetch intervals based on chapter upload dates.
- Refactored updateMangaDetail to utilize FetchInterval for smart update days.
- Enhanced MedianExtension to ensure correct median calculation.
- Removed unused imports and commented-out code for cleaner implementation.
2026-03-05 12:05:29 +01:00
..
managers feat(reader): implement bidirectional chapter preloading and enhance memory management 2026-03-04 22:30:55 +01:00
mixins feat(reader): implement bidirectional chapter preloading and enhance memory management 2026-03-04 22:30:55 +01:00
providers Refactor 2026-03-02 11:49:19 +01:00
services feat(reader): add page indicator, app bar, bottom bar, gesture handler, and settings modal 2025-12-05 16:54:10 +01:00
widgets feat(reader): add navigation layout options and settings for screen behavior 2026-03-04 16:04:07 +01:00
image_view_paged.dart feat(reader): add navigation layout options and settings for screen behavior 2026-03-04 16:04:07 +01:00
image_view_vertical.dart feat(reader): add navigation layout options and settings for screen behavior 2026-03-04 16:04:07 +01:00
image_view_webtoon.dart feat(reader): add navigation layout options and settings for screen behavior 2026-03-04 16:04:07 +01:00
reader_view.dart feat: Implement upcoming manga calendar feature 2026-03-05 12:05:29 +01:00
u_chap_data_preload.dart separated some classes from reader_view 2025-07-23 03:16:24 +02:00