* Mangaku rewrite
* fix: trim chapter names that start with -
* replace android.net.Uri.decode with something simpler
* small fixes + found culprit of lag
* fix: decryption not taking 20 seconds anymore
* use different hyphen character
* in case they start changing around stuff now that tachi got their nose
* BlogTruyen rewrite
- feat: Added URL intent filter
- feat: count chapter views
- fix: use the `title` attr to prevent stuff like "One Piece chap 1020"
in the title
- fix: multi-paragraph descriptions are processed properly
* move to ajax endpoint for latest updates
* script.html() -> script.data()
* tweak fetching images from script
* fix: return original response if cannot parse as ErrorResponseDto
* fix: make YuriNekoUrlActivity not die from lack of kotlin
* fix: add trailing slash to referer
* accept suggestion
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* unyeet MangaFox
* change string concat to template strings
* I SPENT ONE MORNING FOR NOTHING BECAUSE I FORGOT THEY HAD A MOBILE PAGE
* remove trailing slash from mobile url
* simplify pagelistrequest
* chore: remove dependency on :lib-unpacker
* Update issue_moderator.yml
* Update MangaFox.kt
* update genres
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* unyeet
* make regex lazy
* what was that
* remove from autocloser and removed_sources.md
* add filters
* suggestions
* chore: bump version code
* more selectFirsts
* QManga
* move to ParsedHttpSource
* chore: format androidmanifest
* I DIDN'T REALIZE THEY WERE TABS 😭
* more shenanigans
* Update AndroidManifest.xml
* move TextInterceptor to `lib`
to be used for author notes, image alt texts and what not
* refactor Tapastic to use `lib:extensions-lib`
* Refactor Webtoons to use `:lib-textinterceptor`
this turned out to be more complicated than I thought it'd be
TextInterceptor was used for Author Notes which, looking at previous messages,
was only intended to be added to Webtoons Source and not the entire webtoons
multisrc (i.e. WebtoonsTranslate and DongmanManhua don't seem to be making use
of the Show Author's Notes setting). This was in my favor, since having
to deal with additional.gradle to add dependencies to multisrc files doesn't
seem to work... I'll ask previous contributors just in case
* Fix `json` access
missed this while copying over code from `generated-src` to `multisrc/{overrides,src}`
* remove unused import
* make HOST name more clear
couldve used a better schema but that's something for some other time
also put the HOST in the lib itself so that one doesn't lose track of it in the extensions
* use android provided methods instead of hardcoding
based on https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files#r996276738
that suggested the following SO answer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files
* remove unused import
* move url generation to helper function
* fix error
oops sorry for that
happened when I was copy pasting back and forth between two sources and one generated source
Co-authored-by: Navaneeth M Nambiar <nmnambiar@hornbill>
* Updated ComickFun API URL
Addresses #14788 . Does not yet implement the slug and hid changes
* Filters out null urls from the API
Fixes#14786
* Bumped version
* Updated to new API search and hid
Will need to be re-visited to change the internal url stored by tachiyomi to use the hid instead of slugs once ext-lib 1.4 is released.
* Reverted a bug in fetchMangaDetails
* Updated to use kotlinx.serialization
* Renamed the slug fetching method
* new multisrc theme: A3MangaTheme
* move NgonPhong into A3MangaTheme
* fix: ignore scanlation groups from search result
* chore: fix lint issues
* rename A3MangaTheme to A3Manga, resolve a bunch of suggestions
* fix: remove references of theme in the configuration
* fix: change the activity name in manifest
* fix: final newline
* chore: remove gradle file (not used)
* fix: rename ngonphong icons
* chore: add ocumeo icons
* LXHentai
* fix: wrong sort state for latestUpdatesRequest
* fix: manga description selector
* remove random newline
* Revert "remove random newline"
This reverts commit b1f0202aea80b37f524944b8dad8be5d78602235.
* Update LxHentai.kt
* New source: Cứu Truyện
* chore: add more background info on `coordinates`
* Add UrlActivity
* more documentation on cuudrm_bg shenanigans
* fix: close evaluation contexts to prevent memory leak
* that wasnt needed
most data in dex should be more stable than when this code was written
this is also how their Front-end does it
next refactor will be when the alt-title/title rework
* LANraragi: 0.8.8 support
Basic fix for API key change while supporting pre-0.8.8. In the future this could be done with the Archive model.
Remove irrelevant draw key.
* LANraragi: Improve var usage
* LANraragi: Consolidate New Only's default value
* LANraragi: Encode the API Key once
* LANraragi: Refactor checkbox + Clear New toggle
Previous behavior was always clear. Now it can be toggled.
* Revert "LANraragi: Encode the API Key once"
This reverts commit 17128421cf7754cffd143a80cebbdf48281112d7.
* LANraragi: Redundant comment
* pageListRequest now returns a correct url
This method was apparently not called in previous versions but it does now in the preview version (r5254) when downloading thus failing because was returning a wrong url.
* Changelog and bumped version
* Fixed Title display for BL and GL
* Fixed Discrepancies in Some Title Parsing
* Fixed status for on Hiatus titles.
Co-authored-by: Abhay Singh <sinnghabhay80@gmail.com>
* Update MangaDex to use API v5.7.5.
* Remove unused line.
* Fix list type string.
* Make usage of `authorOrArtist` in deeplink.
* Use proper custom serializer for `LocalizedString`.
* Use actual enums for manga properties.
* Fix list search not working.
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
* Add option to attempt to use first volume cover on MangaDex.
* Fix missing first volume covers and remove logical symbols.
* Reinforce isOneShot check and reword preference.
* update site url
* Parse mobile site version
Fix a lot if error
* Fix detail cover load
* Add sort by chapter name(server return sorted by upload date)
* fix warnings and date parse in some case
* Another date fix
* replace client.newCall to chapterListParse as @alessandrojean requested https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13914#discussion_r999480012
* version code change
* Force mobile site version in webview
* Move cookie set to class init
* Remove sort by chapter name
It create more problem than solve
User can choose sort by chapter number in app when necessary
* Auto generate id for chapter list requests
* fix search
* Bump Version
* Refactor chapterListParse to immediately return if there's only 1 page
Avoids an error that occurs if a series has no chapters
* update site url
* Parse mobile site version
Fix a lot if error
* Fix detail cover load
* Add sort by chapter name(server return sorted by upload date)
* fix warnings and date parse in some case
* Another date fix
* replace client.newCall to chapterListParse as @alessandrojean requested https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13914#discussion_r999480012
* version code change
* Update build.gradle
Updated extVersionCode
* Update DoujinDesu.kt
* Remove duplicate genre
* Updated and added latest genre available (on Doujindesu website)
* Updated convenience filter
* Waiting for the Doujindesu domain (not the naked IP's)
* Update ParseStatus
* Update Many Feature
- Better Filter
- Add Some Missing Genre's
- Change Genre From `Array` to `List` for Multiple Genre Search
- Update Parse Status
* Update Many Feature 2.0
- Better genre
- Better filter
- Full genre
- Fix ParseStatus
* Blank again
hhmm......
it actualy can be used in automatic refreshing library download, and now they blank again
still confused in basicInformationFromElement
updates :
fix missing genres
* Description finally showed
but fortunately the status, author, and genres still can't appear
* Apply suggestion and fix mangaDetails
Fixed :
- Stats
- Author
- Artist
- Genres
* Apply suggestion and re-run
* Fix typo
* Mangadex Spanish translations start
* MangaDex Spanish translations: Settings done
* MangaDex Spanish translation: Content, Format, Genre, Theme done
* MangaDex Spanish translation: rest of setting done
includes Tag Mode, Sort, hasAvailableChapters, unable to process chapter
request, uploaded by $users, and no group
* Android Studio: replace deprecated `capitalize`
uses `replaceFirstChar` as a replacement (honestly suprising how Android
Studio managed that refactor all by itself)
* Add template to fill in Russian translations
* Added MangaDex Russian Translation
* Adding missing Spanish translation for Sort by Rating
and also co-author credit for all the other Spanish translations as well
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
* Add missing Russian translation for `intl.sortRating`
Also, add co-author credit for all Russian translations
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
* increment MangaDex.extVersionCode
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
* Rewritten the entire extension to improve readability, speed and pave the way for future upgrades
* Request changes
* Move date formatter to a constant to avoid being recreated every chapter
* Code clean
* Changed chapter url
* Changed chapter url again and change split method for substring
Co-authored-by: sergiohabitant <sergio.malagon@habitant.es>
* NewToki/ManaToki: update to v1.3.24
* add Korean translation by moonji
* simplify chapter regex
* update Korean translation by manatails
* remove manga title from chapter name
* decrement fallback domain number by 1
* use parsed title in chapter list parse
Co-authored-by: moon <jamiejakie@gmail.com>
Co-authored-by: Pierre Kim <admin@manateeshome.com>
* Refactored code and removed hack to make search work
- Added queryfield to MetadataDto.kt
- Changed how we encode volumes in chapter_number in chapterFromVolume (tracking)
* Implemented query in filter
Removed PDFs, Epubs from format filter
Added Year Release filter
Added time to read Sort
Refactored some variables
Bumped version
* Changelog and bump version
* --> Add new features
* now you can switch in the extension setting between :
-show new Mangas
or
-show new chapter
* link manga status to tachiyomi native manga status
* add additional information to description
- manga start date
- manga end Date
- manga Alternative information
* --> moved formattedDatePattern in a constant in the class
* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with API level < 26
* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with API level < 26
--> add some information "that the story it not add yet" when there is no description provided by the Scanlator team
* --> increment extVersionCode by 1 instead of 3
Images are returned in batch which is incompatible with Tachi's architecture.
They upload to MangaDex too with 0 delay so better to read there.
P.S. Ext is broken for like a month
* Add Pepper&Carrot
* better language support, caching, launcher icons
* update launcher icons
* add artwork entries
* show language key in title
* no search prompt
* add ProtoBuf note comment
* use constant for source name
* move lang pref to filters, improve title and chapter number parsing
* disable artwork chapter number parsing
* MangaReader.to: refactor, fixes and improvements
* rewrite image descrambling interceptor
* add changelog
* use contains to check dupe number instead of endsWith
* memoize calculation result instead of using lookup table
* make SeedRandom private
* add some line breaks to better align diffs
* fix media type
* use the same buffer to reduce memory allocations
* Review changes and inline stuff
* get rid of the hassle of calculating piece count
* Fixes "lateinit property title not initialized"
* Updated CHANGELOG.md
* Comment a bit more the logic for single-file volumes
Co-authored-by: ThePromidius <chronocraft.mygs@gmail.com>
Mangakatana updated their javascript again and
is using the ytaw variable again as the array of images.
To make sure mangakatana keeps working even if the website changes back
and forth we check both variables and choose the array that is most
likely the one with all of the pages.
Closes#13188
* MyReadingManga Updates
* Adds New Filter: Sort By
* Fixes "lateinit property title has not been initialized"
* Replaces deprecated capitalize
* Update Sort Order
Updates sort order. Matches default popular sort (random) on open.