extensions-source
extensions-source copied to clipboard
Add YSK Comics
Closes #11703
Used Copilot for fetchSearchManga(), fetchChapterList(), and description in DTOs.
Not sure if explicit status = SManga.UNKNOWN makes sense.
I used a black background for the icon to mimic the site, might be too little contrast.
Have not combined MangaPopularRaw, MangaLatestRaw, and MangaSearchRaw to keep complexity low and decrease coupling.
Checklist:
- [x] Updated
extVersionCodevalue inbuild.gradlefor individual extensions - [x] Updated
overrideVersionCodeorbaseVersionCodeas needed for all multisrc extensions - [x] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [x] Added the
isNsfw = trueflag inbuild.gradlewhen appropriate - [x] Have not changed source names
- [x] Have explicitly kept the
idif a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio
- [x] Have removed
web_hi_res_512.pngwhen adding a new extension