AwkwardPeak7
e64519d783
OPSCANS: move to Madara ( #862 )
2024-02-01 00:34:42 +08:00
xingyuan li
dd95fe5fd0
Add header for manhuagui extension ( #861 )
...
* add `Accept-Language` header for manhuagui
* update extVersionCode
2024-01-31 21:33:42 +05:00
AwkwardPeak7
a46ab5ff43
999Hentai: update api url ( #857 )
...
update api url
2024-01-31 21:33:02 +05:00
Secozzi
55544abfb6
Add back manhuascan ( #849 )
...
* add back manhuascan
* bump version to 8
* stuff
2024-01-31 19:58:41 +05:00
beerpsi
e7d2f64acc
Bato.to: Fix page list ( #850 )
...
* Bato.to: Fix page list
* Remove overengineering
2024-01-31 16:58:26 +05:00
beerpsi
f4f9edb035
ManhwaXXL: Move off BakaManga ( #818 )
...
* Move ManhwaXXL off BakaManga
* It's joever
* isNsfw = true
* Allow genre matching
2024-01-30 20:26:37 -05:00
Secozzi
59db21ae35
Infinityscans, try to solve cloudflare turnstile in webview ( #821 )
...
solve cloudflare turnstile in webview
2024-01-30 20:22:32 -05:00
Mike
eeb14509c8
Update Iqiyi ( #820 )
2024-01-30 16:55:41 -05:00
beerpsi
b4260c14ce
Rawdevart.art: Fix pagination ( #816 )
2024-01-31 01:52:08 +07:00
beerpsi
edffc2e8ad
Add Rawdevart.art ( #813 )
...
* Add Rawdevart.art
* Optimize icons
2024-01-30 21:15:19 +05:00
AwkwardPeak7
092006238e
fix Hitomi method conflict with ext-lib 1.5 methods ( #806 )
...
* maybe fix private fun conflict with ext-lib 1.5 interface methods
* add pages in description
* slight refactor
* bump
* make search default order same as site
some entries don't show up on popular sort
2024-01-30 20:45:33 +07:00
Claudemirovsky
c350d6f718
New source: pt/Taiyō ( #799 )
...
* feat: Create Taiyō base
* feat: Implement popular manga page
* feat: Implement latest updates page
* feat: Implement search manga page
* feat: (finally) Implement manga details page
i hate it
* feat: Implement chapter list
* feat: Parse page list
* feat: Rate-limit requests to image CDN
* fix: Fix crash when using URL intent handler
* chore: Add source icon
* Optimize icons with pingo
---------
Co-authored-by: beerpiss <lacvtg.a1.2023@gmail.com>
2024-01-30 16:09:49 +05:00
stevenyomi
f54ef84fab
Remove placeholder manifest files ( #790 )
2024-01-30 04:08:15 +08:00
beerpiss
675202234b
TM: Fix headers (3)
2024-01-29 22:53:19 +07:00
beerpsi
59d337d6a0
TM: Fix headers ( #783 )
...
* TM: Fix headers
* more proper header value regex
2024-01-29 22:51:23 +07:00
beerpsi
df6dc9cb78
TM: Fix headers ( #778 )
2024-01-29 20:29:45 +07:00
beerpsi
ed97926e4f
Add PeachScan ( #759 )
...
* Add PeachScan
* I love linting
* Also remove old WickedWitchScan
* It's not novo anymore
* Remove unneeded className declaration
* Filter light novel entries from latest view (because we can here)
* ACTUALLY filter light novel entries from latest view (because we can here)
* Fix icon path + add Dango Scan
* Move image-decoder dependency to multisrc project
* shut up android studio
* fix dep specifier in additional.gradle
* Update multisrc/overrides/peachscan/default/additional.gradle
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Revert "Update multisrc/overrides/peachscan/default/additional.gradle"
This reverts commit 6b8722193a
.
The comment serves as an explanation for why the dependency shouldn't
be in the Gradle version catalog; because no one else cares about this
dependency.
* Optimize icons
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-29 17:35:02 +05:00
Fermín Cirella
558ce75c34
HN: Show only entire images ( #768 )
...
HN - Show only entire images
2024-01-29 09:42:22 +07:00
beerpsi
32c4a69174
TM: Fix requests ( #765 )
2024-01-29 02:38:33 +07:00
beerpsi
2c1789d778
TruyenGiHot: Update base URL and a lot of fixes ( #747 )
2024-01-28 16:39:57 +05:00
beerpsi
5dcb21b4c2
TruyenQQ: Update base URL ( #749 )
2024-01-28 18:08:26 +07:00
beerpsi
d01165621b
Remove MangaXY ( #748 )
2024-01-28 18:08:09 +07:00
AwkwardPeak7
c4e220a8bb
add MangaStorm ( #746 )
...
* MangaStorm
* MangaStorm: icons
2024-01-28 18:02:19 +07:00
beerpsi
9f21e19b9e
Tsuki Mangas: Fix page ordering and chapter WebView ( #742 )
...
* Tsuki Mangas: Fix page ordering and chapter WebView
* bump version
2024-01-28 12:49:45 +05:00
AwkwardPeak7
d8c9f5934b
Update Synchrony ( #741 )
...
`2.4.5.1`
2024-01-28 14:26:01 +07:00
beerpsi
5ed88a1c0b
Clean up HentaiNexus ( #737 )
2024-01-28 13:06:13 +07:00
beerpsi
f41c846b1e
HentaiNexus: Fix length=7; index=7 ( #736 )
2024-01-28 12:32:50 +07:00
stevenyomi
5afed752b8
Clean up AndroidManifest files ( #735 )
2024-01-28 13:11:16 +08:00
Mike
b90dc2a8c3
Mangatown - longstrip parsing ( #721 )
2024-01-28 02:26:56 +07:00
beerpsi
43820c3cd4
Add LANraragi ( #702 )
...
* Add LANraragi
* clean up build.gradle
* use buildList
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-28 00:00:59 +05:00
felixfon
99d6bec1a4
Fix manhuaren No value for response ( #701 )
...
fix(manhuaren): store the token to avoid being blocked
2024-01-28 00:00:02 +05:00
beerpsi
918557e5f6
Add HentaiNexus ( #719 )
...
* Add HentaiNexus
* icons
* add parody filter
* Apply reviews
2024-01-27 23:56:47 +05:00
Chopper
34e64761b9
Add Ler Mangás Online ( #657 )
...
* Add latestUpdates
* Fix source name
* Add manga details and chapter parse
* Add manga/webtoom filter
* Fix code style. Closes #403
* Fix Genre name
* Fix slug name
* Remove chapter_number settings
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove chapter name custom handling
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove override getMangaUrl
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove dead code
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove `initialized` settings
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove redundant code
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove redundant settings
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Remove unneeded code settings
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
* Add popularManga implementation
* Add 'query' in intent search
* Add fetch manga implementation
* Remove variable instance
---------
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-01-28 01:38:58 +07:00
beerpsi
676e76790a
Add BlogTruyen.vn (unoriginal) ( #686 )
...
* Add BlogTruyen.vn (unoriginal)
* refactor a thing
* Add final newline
* Epic lint fail
* Move date format out of constructor arguments
* Remove manifest file in override
* Don't display genre list if empty
* Apply rate limit only to real BlogTruyen
2024-01-27 14:25:21 +05:00
beerpsi
9912e4a598
HentaiFox: Fix thumbnails on mobile UAs ( #691 )
2024-01-27 12:41:31 +05:00
beerpsi
249f4db945
Ler Manga: Filter out empty page URLs ( #680 )
2024-01-27 09:49:44 +05:00
Claudemirovsky
baa2a8030b
pt/Bakai: Prevent http 429 when searching ( #677 )
...
* fix: Prevent http 429 on search - remove limiting cookie
* fix: Fix artist on manga details page
* chore: Bump version
2024-01-27 10:39:08 +07:00
Mike
bdf74d6b72
Remove comicastle ( #661 )
2024-01-27 09:04:53 +07:00
AwkwardPeak7
712da66500
RC: fix referer ( #653 )
...
fix referer
2024-01-26 09:39:49 +05:00
beerpsi
65de45fe07
Add Twicomi ( #641 )
...
* Add Twicomi
* isNsfw = true
* ja.twicomi -> all.twicomi
* extract the paginated chapter list into a method
* fix 4am code
* just don't hardcode the page limit
2024-01-26 09:39:39 +05:00
bapeey
4e5edb4b56
ReaperScans (en): Fix thumbnails on mobile UA ( #644 )
...
Smh
2024-01-26 09:39:19 +07:00
beerpsi
b2db8f0cb2
Komga: Fix invalid URL when fetching details ( #638 )
2024-01-26 01:37:40 +07:00
AwkwardPeak7
b001fbfff3
add hitomi.la ( #581 )
...
* hitomi.la
* source factory
* suggestions
* sort filter
2024-01-26 01:24:26 +07:00
Secozzi
e94bf6bdb6
Move Nicomanga to fmreader multisrc theme ( #627 )
2024-01-25 21:21:14 +05:00
beerpsi
ccd0e81a06
Add Komga ( #579 )
...
* Add Komga
* Bump version
* icons
* clean up filter code
* what happened here
2024-01-25 21:19:05 +05:00
beerpsi
baaafc00dd
MangaGeko: Update base URL ( #622 )
2024-01-25 21:34:30 +07:00
Claudemirovsky
2ea74d8170
New source: pt/Tsuki Mangás ( #597 )
...
* feat: Create Tsuki Mangás base
* feat: Implement popular manga page
* feat: Implement latest updates page
* feat: Implement search page
* feat: Implement manga details page
* fix: Fix URL intent handler
* fix: Fix webview url
* feat: Implement chapter list page
* feat: Implement page list
* fix: Fix chapter URLs
Kotlinx-serialization moment
* feat: Apply rate limit to image CDNs
* refactor: Make the API path a separate constant
* chore: Add source icon
... Actually they don't have a icon yet, they're just using the "TSUKI"
text, so I did the same in the icon. it may be updated later, when they
create a proper icon.
* fix: Fix random http 404 in pages
* fix: Prevent multiple wrong requests
* refactor: Apply suggestion - set custom interceptor before ratelimit
2024-01-25 21:24:19 +07:00
Mike
02a5f39155
Remove lirescan.me ( #609 )
2024-01-25 13:36:45 +07:00
Mike
763fe80577
Delete purplecress.com ( #608 )
2024-01-25 13:05:32 +07:00
Mike
c84ee6d588
Remove rawdevart.com ( #607 )
2024-01-25 13:03:21 +07:00