* LRR: Drop last_used to fix categories
* LRR: Summary field
Maintain old behavior in case someone relied on it.
Tanks may encourage a standard in the future.
* [NHentai] fix search
* 1. remove `+` before language since they have different semantics (add `+` before means this is not concern as a namespace, that time `+` will be encoded to `%2B`).
2. change fallback value of `fixedQuery` to empty string rather than a quote
3. change search url since there have a redirection.
* Update build.gradle
* Remove fixed query
* fetch duplicate chapters
+ small refactor
=> data class -> class
* site settings to not block "Hentai" genre
* user name as scanlator for first choice
* forgor
* try not to make duplicate calls
concurrency my beloved
* move fetch genre call to `getFilterList`
* Add Panda Chaika Extension
- Add "Panda Chaika" extension from panda.chaika.moe
* Add Support for Zip64
- Add support for Zip64 type of .zip ( large zip [ size/pages ] ) -> For Example: https://panda.chaika.moe/archive/49406/
- Use Little Endian for All signatures
- Apply AwkwardPeak7's suggestions
* Fix null Genres?
* Fix "null" genre if there's no genre
* Fix mistakes caused by previous commit
Sorry...
* Improve description readability
- Sorry for the commits spam
- Make manga description more readable
* Fix Broken Filters, Apply Suggestions
* Apply suggestions
- Apply AwkwardPeak's suggestions
* Add Tags Filter
- Similar to Pururin's Advanced Search
- Some description changes
- Change page filter format ( now more similar to nhentai's )
* Fix Japanese language id
* Fix
- Removed "Pages" filter — They don't work
- Added "Other Tags" filter
- Added Filter limit warning
- Fixed problem on tags with spaces ( e.g. bxg brxxsts )
* Extension version: 2 -> 3
* typo fix
* Change line endings, make prefrence default
- Line endings: CRLF -> LF
- Iconified Tag Preference -> Iconified Tag is default
* Missing space
* Fix1
* Change
* Change2
* Change3
- Removed override for fetchChapterList and provide implementation in chapterListParse
- Filter out empty tags ( For example: user can put 2 commas together )
* Change4
Moved Date Format to Class val
* try catch for date parse
* Update Akuma.kt
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Hitomi: small refactor
* bump
* coauthor
Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
* fix potential oom and optimize language query
when some sort is applied, it will already fetch correct language so no need for separate query
---------
Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
* Add "Type" Filter
- Added "Type" Filter
- Popular Section: Today -> Year
- Fixed issue where manga is skipped if language is null
* Change1
* *
* Change2
- Use List instead of Set
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon
* fix code style
* revert extra formatting
* change preference into switch
* remove unused import, increase extVersionCode
* Add filter, split into specific languages
* Apply suggestions from code review
* Change Filter style, Add Filter, Add exclude syntax
* Change Code Style
* Remove RateLimit Preference, Remove Syntax Filter
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon
* fix code style
* revert extra formatting
* change preference into switch
* remove unused import, increase extVersionCode
* Apply suggestions from code review
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* update url ThunderScans "all" and use random url part for ThunderScans "En"
* Update src/all/thunderscans/build.gradle
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Organizing code
* remove unnecessary files
* improve base class
- allow override search’s uri
- add shared method to get description & page count
- base class’s request for gallery’s all pages now support all sources without needs to override (almost)
- extract method to parse JSON
* Avoid request for more pages when no needed
* auto add more tags to filter while viewing manga;
add spit-tag
* filter for getting Random manga
* Always add page=1 to uri so it will exclude some non-latest mangas from homepage, happened with some sources.
* reorganize code
* Allow source which doesn't need shortTitle to hide it.
* Extract default advanced search's Uri
change base class's galleryUri value
* Fix getInfoPages
* Fix missing category filter
* open for override
* bump base class version
Did not change `archive` URL, as that would require migration, or show
the manga as not your library. The current 301 redirect is fine. If it
really matters I can add an interceptor for it.
* Convert AsmHentai into multisrc GalleryAdults
Also convert some selector into function
* Move HentaiFox to theme GalleryAdults
* GalleryAdults: Fix search
* MangaFox: fix TagFilter
* fast page load & preference for slowly parsing image’s URL
* AsmHentai: change shortTitle reference from list to swith
* HentaiFox: add Korean
* move HentaiFox from en to all
* fix build
* fix search: convert space to +
* Request for tags list from site
* Fix request for user’s favorites
* - Optimize popular/latest request
- Improve ‘page’ param
- AsmHentai: support Latest/Popular
* add SortFilter
* Support multiple tags filter
* Support exact match query
* getTime
* Fix Lang when searching
* fix searchById
* add language companion
* Fix URL action
* renovate
* Support parsing json for page list
Fix generating page if less than 10 pages
HentaiFox: Random server selection
* Migrate IMHentai to GalleryAdults
* Preferences to support all methods for page querying
* IMHentai: tagList
* Expose some filters to child class, add more space to description
* Fix Factory lang
* Support browsing tags, speechless & favorite
* IMHentai:
- support favorite browsing (require login)
- tag filter with queried popular tags
- advanced search for artist, group, character, parody, tag (include/exclude)
- remove language filters
- Fix language search
* Move advance search to multi-src
* Fix: hide speechless when not supported
* add Hint to use comma
* split code to Filters & Utils
* bump version all 3 extensions
* fix getTime
* fix lint
* Fix alternative name
* improve cleanTag
* move out of Object
* move Regex out
* remove RandomUA
* fix build
* remove images parsing setting, pick a default one
* fix build
* Move shortTitle to base clash
* HentaiFox: add language keyword to search query
* if all mangas in current searching page is of other language then include at least 1 entry so it can request for next page
* Alternative methods for images parsing
Revert "remove images parsing setting, pick a default one"
This reverts commit e49e3aaeb74e3643abc2e303924da18a52491793.
# Conflicts:
# lib-multisrc/galleryadults/src/eu/kanade/tachiyomi/multisrc/galleryadults/GalleryAdults.kt
# src/all/asmhentai/src/eu/kanade/tachiyomi/extension/all/asmhentai/AsmHentai.kt
# src/all/imhentai/src/eu/kanade/tachiyomi/extension/all/imhentai/IMHentai.kt
* Fall back if failed to decode JSON
* remove supportLatest from base class
* Remove preference for parsing page by page, switch to override val instead.
* Split searchRequest into parts
* Don't using generic Filter.Text to avoid other kind of text field which extensions might have
* Fixed Tags
Fixed tags search that contains space and slash.
* Update build.gradle
* Fixed Tags Filter
Fixed: Uppercase -> lowercase. Single quotation marks
* Taking out the regex object
Taking out the regex object so it doesn't get created every time
* remove randomua
* i18n
* add other language based selectors
* countviews in background
* small cleanup
* lint
* fix
* bump
* fix genre resetting
* use enqueue instead of coroutinescope
* fix build
* fix build x2
* add back genre missing warning
* Add ES translations
* lint
* Add available language
* lint
I hate lint
* review
- lowercase match for status
- callback on site
* review x2, also fix smol mistake
* lint
:)
* lowercase some translations
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* lowercase some translations
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* remove "人気"
* inline the labels
* lint
thank you lint, very cool
---------
Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* remove randomua from madara
* don't use page path for page=1
* add back `madara_load_more`
* cleanup i18n and filters
* load more in a new source
* move back the filters
not worth it
* fix build
* altname to i18n as well
* utf-8
* Revert "utf-8"
This reverts commit 1335bc1b478da54d3a5eb6333ac1a26e3ee2825b.
* utf-8
* autodetect load_more_request
* load genres in background
* make genre classes protected
remove unnecessary change
* fetch genres changes
* launchIO countviews
* don't explicitly optin
* cleanup some request overrides
* make `useLoadMoreRequest` enum to be able to disable autodection where necessary
* fix logic
bruh
* use state variables
* defer countViews in overrides as well
* lint
* select().first -> selectFirst
* `load_more` search as well
* detect in search as well
* remove slipped override
* move detection to the function
* remove fetchGenreFailed
* don't use GlobalScope
* tweak load_more_request parameters
* remove ancient connectTimeout/readTimeout
already present in the client provided by the app
* small cleanup
* remove chapter pagination
page parameter seems to trigger some cache issue in their api
* update baseUrl
* data class -> class
micro optimization
* small refactor
* remove useless interceptor
* oops
* mutable not needed
* Komga: Filter out EPUB books, fix chapter timestamps
* Add default library setting
* Make some settings not require a restart
* Don't use fixed enums
* Rename None sort to Relevance (#1284)
* make popular default to alphabetical sort