mangayomi-mirror/lib/modules
NBA2K1 a9e307b2a4 Add multi-season support and split parse methods
Changes:
- Add season-keyword regex (staffel, season, saison, temporada) and
  episode-keyword regex (folge, episode, ep.) to reliably extract
  the correct number regardless of name format
- parseChapterNumber() now encodes season context into the sort key
  (season * 100000 + episode) so multi-season anime sort correctly
  across seasons without mixing episode numbers
- Add parseEpisodeNumber() which strips season context and returns
  only the episode number within a season; use this for tracker
  updates (MAL/AniList/Kitsu) and AniSkip lookups, where the tracker
  entry is already season-specific
- Switch updateTrackChapterRead and getAniSkipResults to
  parseEpisodeNumber to fix incorrect episode reporting for
  multi-season anime
- Compile all RegExp objects as static finals instead of per-call
  instantiation
- Refactor duplicated parse logic into a single private _parse()
  method with an applySeason flag
2026-04-26 03:32:28 +02:00
..
anime Add multi-season support and split parse methods 2026-04-26 03:32:28 +02:00
browse Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
calendar feat: Implement upcoming manga calendar feature 2026-03-05 12:05:29 +01:00
history rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
library rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
main_view update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
manga remove redundant methods 2026-04-26 03:25:59 +02:00
mass_migration Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
more rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
novel Reduce Code Duplication 2026-04-15 22:04:15 +02:00
tracker_library Add Copilot suggested change (2/3) 2026-04-20 18:46:47 +02:00
updates rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
webview Revert "fix(http): align extension requests with WebView cookies and harden Cloudflare detection" 2026-04-04 02:29:27 +02:00
widgets Add Copilot suggested change (3/3) 2026-04-20 18:47:05 +02:00