* 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
* MangaThemesia: Added support for custom and random user agent
* Only support extensions that will benefit from custom and random user agent
* Fixed typo in comment
* Better phrasing in the comment
* 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