* Anchira: Add Entry Bundling
Prefixing queries with `bundle:` will create a single SManga entry with results as chapters.
* Switch default bundle title to first entry's
Fix url used to check for bundles
Default page count of 1
* Enable filters on bundles
* Strip chapter number suffix from bundle title
* Convert RegEx to variable
* Convert RegEx constructor to top-level val
* remove 247Manga
site redirects to luxmanga.net which already exists as extension
* remove 1st Manhwa
site redirects to Todaymic
* add description selector
* Modifying the inability to make a chapter when the manga title is too long
* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* 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>
* Update `config:base` to `config:recommended` (rename)
* Schedule on every Sunday
* Group all GitHub Actions deps in a single PR
* Ignore issue moderator, since we'll manually update it (possibly with config changes)
* Include and exclude Gradle dependencies (will enable ktlint individually in the future)
* Include Gradle itself (Gradle Wrapper)
* Add MangaOwl (mangaowl.to)
* Factory class to separate Comics & Mangas along with their respective genres
* Using API to request for manga’s detail
* Using API to request chapters list
* parse JSON for pages
* Add mirrors
* Rename source to MangaOwl.To
* using DTO
* migrate to full API
* update icon
* cleanup
* Fix: allow reset GenresFilter checkbox
* separate Genre & GenreCheckBox
* Update query builder
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* apiUrl -> baseUrl
* unused fields in dtos
* extra newline
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Add Manga Online
* Fix note about latest manga parse
* Add new line at the end of build.gradle
* Remove blank line
* Fix global search
* Remove extra URL builder in search
* Remove URLBuilder
* Add try/catch in fetchMangaGenre
* Set latestUpdatesNextPageSelector to null
* Rename constante name and remove breakline in GenreList::selected
* Remove fetchLatestUpdate override
* Replace 'runCatching' for try/catch
* Remove 'headers'
* Remove unused import
* Remove last blank line
* Rename constant variable with uppercase
* small cleanup
* lint
---------
Co-authored-by: Chopper <156493704+ttony2chopper@users.noreply.github.com>