* revert some eff7f06 changes
still keeping the cookiestuff
* Update build.gradle
* remove commented out code
* Revert indentation changes. and readd back comma
* [RU]Remanga native exclude_bookmarks
* string
* popularMangaRequest and latestUpdatesRequest
* no empty manga
* priority to the main source
* fix unnecessary requests
* User-Agent Tachiyomi
* update User-Agent
* IOException
* saved no successful url
* notification about the obsolescence of the list of chapters
* no redirect
* [RU]Remanga alt free img server
* right injecting
* minFix
* fix header load
* LimitHost
* authorization breaks exManga
* separation of paid and ex manga chapters + crutch for search rus chapters
* do not disrupt the operation of the main source
* alt domain exmanga
* fix bookmarks
* callback request for update outside the library
* no need fixLink
* exremanga icon
* notify - no hide chapters
* notify long
* fix mangaID
* low ping low stress
* getChapterUrl
* notify of non-availability
* Fix
* Use body.string()
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Use data() instead html()
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Use selectFirst()
* Migrate MhwLatino to Madara
* Add ID
* Remove ID xd
---------
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Tachidesk (Suwayomi): Implement search
* Update extVersionCode
* Tachidesk: Move search logic
* Move retrieval and filtering from searchMangaRequest to searchMangaParse
* Remove fetchSearchManga override
* Tachidesk: Implement PR suggestions
* Import and use proper json encode method for search results
* Removed redundant gzip handling
* Moved query from header to fragment
* Switched to extension-lib GET instead of Request.Builder
* Improved and reduced null/empty checks
* Tachidesk: Toggle global search
* Adds an option to search only the current category
* Default behaviour is to search whole catalog
* Switched from URL fragment to query params for search info embed
* Minor cleanup
* Tachidesk: Clean up
* Removed redundant code path in `searchMangaRequest`
* Moved search/filter stuff to the "Filters & Search" section
* Creation/modification of the japanread source which became
bentomanga
I left the name and the image because it's the same source
with a new interface and name (people know japanread)
* rename and udpate lib of the japanread source which became
bentomanga
+
update of build.gradle
* add old id of japanread
* Update src/fr/japanread/build.gradle
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update src/fr/japanread/build.gradle
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update src/fr/japanread/src/eu/kanade/tachiyomi/extension/fr/japanread/bentomanga.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update src/fr/japanread/src/eu/kanade/tachiyomi/extension/fr/japanread/bentomanga.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* renaming file to BentoManga
---------
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* 1.Add rate limit 2. Add filter search all 3. Add page filters author, 4. Add search elements so that when using search filters and search ids do not show thumbnails and name 5. Update version ext
* Update PageListparse
* Code formating
* Remove brackets
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* [BlogTruyen] Clean title from chapter name, add manga metadata to description
* add intent processing for author and team
* add uploader
* only accept what we can process
* undelete url activity
* [Japscan] Rate limit
* idk
* handle cloudflare shenanigans leading to not finding zjs strings
* translate exceptions
* add number of lookup strings found
* 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>