Skip to content

merge beta - #245

Open
mrissaoussama wants to merge 4 commits into
mainfrom
beta
Open

merge beta#245
mrissaoussama wants to merge 4 commits into
mainfrom
beta

Conversation

@mrissaoussama

@mrissaoussama mrissaoussama commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Checklist:

  • Updated versionCode value in build.gradle.kts
  • Updated baseVersionCode in build.gradle.kts (if updated multisrc theme code)
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Set the contentWarning configuration in build.gradle.kts appropriately
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Have removed web_hi_res_512.png when adding a new extension
  • This PR is AI-assisted, I have reviewed the changes manually and confirmed they are not slop

…olute

HttpSource's default getChapterUrl always prepends baseUrl; guard it for
chapters whose url is already absolute.
…uests

Resolve chapter links via Jsoup absUrl() against a real base URI instead of
hand-rolling protocol-relative handling, skip chapters with no href, and
attach a real Referer (plus Origin/X-Requested-With for admin-ajax POSTs) to
reading-list/notes sync requests, since NovelUpdates' WAF silently no-ops
writes that don't look like a real page navigation.
* Add ReChapters source

New English novel source for rechapters.com (Next.js JSON API). Browse/search
via /api/search with offset-cursor pagination, genre/orientation/status/word
count/rating/chapter count/last-updated filters. Chapters paginated through
/api/book/<id>/chapters buckets. Chapter content and manga details scraped
from the site's own SSR HTML.

* fix(rechapters): include nanoId in book url, fixes 400 on chapter list

Search API slug field lacks the nanoId suffix that book/chapter urls require. toSManga now builds url as /book/{slug}-{nanoId} using BookDto.nanoId.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant