* MangaBall
* remove
* suggested changes and more
* remove this
* MangaBall: Fix Korean language code
* change to Locale.ROOT as the pattern isn't language specific
* only throw if filtered
* Rawkuma: rewrite for new site layout
* update icon
* filters: use callback to not throw
* deep link
* fix index out of bound
* return if empty
* novels check in deeplink
* Add `@Synchronized` to `getNonce`
* BigSolo: Revert changes of #11156
* BigSolo: Fix for recent backend changes (Closes#11226) + Open link in app
* BigSolo: Change name to "BigSolo" -> override id
* BigSolo: Use enpoint "/data/series/{slug}" + optimization
* BigSolo: Add www subdomain to Manifest
* BigSolo: data class to class + remove unused variables in serializable
* BigSolo: Remove unused variable
* BigSolo: Changes asked by vetleledaal
* BigSolo: Changes asked by AwkwardPeak7
* migrate to keiyoushi.utils.parseAs
* Refactor: Simplify URL handling
- Pass URLs directly to search instead of pre-parsing in CubariUrlActivity
- Remove custom `cubari:` prefix and parser
- Handle direct URL searching in the main source file
- Add support for Gist URLs
- Remove redundant intent filters from AndroidManifest
* bump and fix useragent
* fix url
* update useragent
* trailing comma
* Mangataro
* Refactor: Simplify search payload creation
- Use a custom serializer for search filter parameters.
- Remove redundant `.toJsonString()` calls for each filter.
- Update filter classes to use appropriate data types (Int, Int?, String?) instead of just Strings, improving type safety.
- Change `firstInstanceOrNull` to `firstInstance` for non-nullable filters.
* Refactor: Move deeplink handler
Move the deeplink handler function to a more logical position after the search parsing logic.
* MangaTaro: Implement new search method
- Add a new text search method that uses a different API endpoint. This provides more relevant results but ignores filters.
- Add a filter option to toggle between the new search and the old filter-based search.
- Exclude novels from appearing in search results and manga details.
* Batoto: config custom regex to be removed from title
* fix(BatoTo): add original (uncleaned) title to description
* verify regex
* add real-time validation for custom regex input & update summary on change
* Also clean title while browsing/searching
* Batoto: Fix duplicate manga due to name changed
Close#11037
* feat(Hiperdex): add preferences to remove title regex
* feat(Hiperdex): add preferences to remove title regex
* add original title to description
* make companion
* custom regex verification
* verify regex
* Revert "Revert "switch to checkbox""
This reverts commit 491fd17282fad18a04b3ff1570784954fde2703f.
* add real-time validation for custom regex input & update summary on change
* Fix version
* Also clean title while browsing/searching
* feat(MangaDistrict): only set chapter date got from page-list if it still has NEW tag
* feat(MangaDistrict): Add custom title regex & remove the cleaning from browsing
* verify regex
* switch to checkbox
* refactor: remove redundant methods for popular and latest manga elements
* update summary after edit
* validate custom regex on edit
* refactor: simplify regex validation logic
* refactor: improve null safety in afterTextChanged method
* Revert "refactor: remove redundant methods for popular and latest manga elements"
This reverts commit dfc0e643aaa5330d48edf07204db10dd29a24c35.
* Add back cleaning title for browsing/searching
* clear date from preference
* small refactor
* Add ScanR multi-source
Adds the ScanR multi-source template, adapting code from the BigSolo source
* Migrate BigSolo to ScanR multi-source
Uses the ScanR multi-source template for the extension
* Add Les Poroiniens source
Adds the Les Poroiniens source, which uses the ScanR multisource.
* Use named parameters
* basic encrypted request done
* implement everything except search/filters
* search & filters
* remove logs
* Add home page sections
- Add home page sections as a filter.
- This filter does not work with other filters.
* Fix filters
- Remove duplicate filters
- Remove commented out code
* QToon: Fix opening in webview
- Remove logging
- Fix manga and chapter URLs for non-English languages
* QToon: Add URL intent filter
- Add URL intent filter for manga details and reader pages.
- Handle URL intents to open manga directly in the app.
* set details when browsing
* update icon and www. domain in manifest
* append