* start switching to new URLs for popular/manga/etc
* fix popular
* fix latest
* minor change to manga parse
* refactor popular, fix search
* fix search/popular selector
* fix chapters/pages
* fixes from debugging on android emulator
* increment ext version
* support paginated chapter lists
* break doesn't break
well, that's not true, it did work once the extension was freshly
installed. but I liked the alternative so I thought why not. can
be removed if needed
* cleanup
* add TODOs
* add intents to urls and search prefixes
support both old and new domains (since it all redirects, bless them)
* move around toSManga
pro: we get setUrlWithoutDomain
con: we lose this@<data-class-name>.title
* add filter screen
* debug search
* fix pathPattern
`..*` is the same as `.+`. however, the latter requires adding
`advancedPathPattern` instead
* what the intent: fix classdefnotfoundexception
* categorise into sections
* prefer helper functions from `utils`
* Change inline import to explicit
* inline baseUrl
* inline apiUrl
* remove superfluous header modifications
* always pass headers on new requests
* no need to convert HttpUrl to String
* make helper functions private
* use selectFirst instead of select, assert non-null
* make sub classes defined under filters private
* lint
* prefer not data but class
* Revert "break doesn't break"
This reverts commit 23b2cfe46c0f57214443e138a06cadbef0cccb61.
* lint
* better chapterNumber fail case ( -1f instead of 1f )
* lint
* HentaiNexus: Add SChapter::date_upload
Add SChapter::date_upload
* Update build.gradle
* Update HentaiNexus.kt to address comments
* Update HentaiNexus.kt #2
Update to deal with Published row not available
* fix(bakamh): fix unable to load chapter
* fix(bakamh): fix unable to load chapter
* fix(bakamh): improve element selection stability
- Avoid directly using li class as selector
* fix(YellowNote): adapt to web page structure changes
* feat(YellowNote): make adjustments according to the reviewer's suggestions
- use stable value to pase date string
- inline selector
- combine two operations into one using mapIndexed()
* fix(YellowNote): correct image selector
* fix(YellowNote): correct data parse
* fix(YellowNote): correct data parse
* fix(YellowNote): properly adapt to new languages
- Implement correct language adaptation
- Add settings for language selection, defaulting to system language if unset
- Use English for unsupported languages
- Fix incorrect formatMediaCount extraction
* fix(YellowNote): update date parsing logic from version info
* chore(YellowNote): remove log
* chore(YellowNote): remove unused multilingual content
* fix(YellowNote): optimize Chinese language tag logic
- Simplify Chinese language tag conditions
- Add support for Simplified Chinese in Singapore (SG) region
- Fix potential incorrect default language tagging
* fix(YellowNote): override id
* feat(YellowNote): add language switch notification and optimize config
- Add success notification for language switching
- Remove redundant getStringOrDefault implementation
* fix(YellowNote): use tryParse