* fix page list
- remove ajax call from chapter list
- use webview to get vrf
* fix query search
- get vrf from webview
* bump
* trigger search on script load, reduce wait time
* vrf script by user podimium on Discord
Co-authored-by: Trung0246 <11626920+Trung0246@users.noreply.github.com>
* use vrf script for search as webview isn't reliable for that
* remove unused
---------
Co-authored-by: Trung0246 <11626920+Trung0246@users.noreply.github.com>
* Ikiru: update domain
also increase random number to decrease the odds of blocking certain number
* Update src/id/mangatale/src/eu/kanade/tachiyomi/extension/id/mangatale/Ikiru.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Update build.gradle
* Update AnimeSama.kt Fix mangas with trailing space
Fix mangas with trailing spaces that brakes listing and downloads (ex Tower of God)
* Zaimanhua: Support search by ID
Add the ability to directly open a manga by searching for its ID.
A new filter option is added to allow searching for numbers instead of jumping to the manga page.
* Zaimanhua: proactively acquire token
Attempt login when credentials are available instead of waiting for chapter fetch failure to refresh.
* GocTruyenTranhVui: Allows to get token. Support login
Instead of always saving tokens in code.
* Lines 118 to 143 move to getToken(), and not use postDelayed
* Support enter token manually
Support Suwayomi users who can't log in can still enter token manually
* Asmodeus Scans: filter novel, add/fix genres
* Keyoapp: fix n tweak genre,type selector
- previous type selector was mistakenly named genre
- make genre selector val
- tweak the genre selector to exclude manga status from genre
* fix
* tweak description
* fiex url and request model
* fix request model
* it's working so i made a check point
* everything working fine I've tested it
* rename PagingRequest to PagingInfo, remove default data from model
* use @SerialName for ProjectDate
* use filterNot instead of filter {!...}
* refactor: optimize code
- Use lazy initialization for SimpleDateFormat to avoid repeated instantiation
- Simplify property declarations with type inference
- Replace verbose null checks with Elvis operators and safe calls
- Eliminate unnecessary intermediate variables
- Combine existingProject.add() with map operation for better efficiency
- Inline object creation in SearchRequest constructor
- Use run block for cleaner null handling in popularMangaParse
- Reduce string concatenation by caching basePath in pageListParse
- Remove redundant status checks and variable assignments
tested BUILD SUCCESSFUL
tested fonctionality in mihon
* fix(nhentaicom): lang code error
* fix(nhentaicom): token parse error
* chore(nhentaicom): update version code
* fix(nhentaicom): fix 403 error
* fix(nhentaicom): Fix HentaiHand image loading when logged in
The token interceptor was incorrectly trying to add a token to image requests, which are not on the source's domain, causing image loading to fail when logged in.
* fix(nhentai): fix null description
* wip: restore code from the crashed rog laptop.
* refactor: use @Serializable
* fix: parse error
* wip: use keiyoushi.utils.parseAs
* Open URL in apps + new way to get all chapters
* AnimeSama: Update extVersionCode
* AnimeSama: Changes requested by vetleledaal
* AnimeSama: Fix special chapters that could not be opened
* Add lock prefix only if not accessible
* Update baseVersionCode
* Update preference text to match function
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>