* 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>