mangayomi-mirror/lib/modules/manga/reader
NBA2K1 b05c17518f Reduce Code Duplication Across 3 Files
By extracting:

```
      SystemChrome.setEnabledSystemUIMode(
        SystemUiMode.manual,
        overlays: SystemUiOverlay.values,
      );
```

to a file `system_ui.dart` and calling the method `restoreSystemUI()`
2026-04-26 15:03:56 +02:00
..
managers Fix page jumps 2026-04-12 00:02:50 +02:00
mixins Why reverse the reading list and then calculate -1 2026-04-25 00:15:13 +02:00
providers rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
services Fix #480/#165 #479 #443 #541 #554 #452: reader and download fixes 2026-03-18 09:47:41 +01:00
widgets Improve EndOfMangaCard 2026-04-26 03:32:28 +02:00
image_view_paged.dart feat: implement multiple bug fixes and feature requests\n\n- #339: Remember window size/position on desktop (WindowGeometry utility)\n- #256: Add S key shortcut to skip intro in desktop anime player\n- #372: Auto-delete downloaded chapters after reading (new setting + toggle)\n- #402: Fix manhwa reader scroll jumps by caching image dimensions for placeholders\n- #608: Fix 'Fit width' scale type cropping pages in paged reader mode\n- #572: Add mouse back button navigation support on desktop" 2026-03-17 14:31:21 +01:00
image_view_vertical.dart Reduce FilterQuality 2026-04-12 00:05:02 +02:00
image_view_webtoon.dart Reduce FilterQuality 2026-04-12 00:05:02 +02:00
reader_view.dart Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00
u_chap_data_preload.dart feat: implement multiple bug fixes and feature requests\n\n- #339: Remember window size/position on desktop (WindowGeometry utility)\n- #256: Add S key shortcut to skip intro in desktop anime player\n- #372: Auto-delete downloaded chapters after reading (new setting + toggle)\n- #402: Fix manhwa reader scroll jumps by caching image dimensions for placeholders\n- #608: Fix 'Fit width' scale type cropping pages in paged reader mode\n- #572: Add mouse back button navigation support on desktop" 2026-03-17 14:31:21 +01:00