* Update chapter list selector to avoid empty list.
* Update tag list.
* Update doujin list.
* Fix chapter date not being detected due to change on site, and update version code.
* -added language support
-fixed minor laguage paging issue
-fixed some webtoons not working
-adjusted browse by letter to be a dropdown
* -added tristate to search with r18
* switched to es-419 for latin america
* removed unneeded get all mangadex languages
* commented out tristate for as cookie for r18 doesnt work anymore when not logged in
* switched to SourceFactory
* removed empty line
* fixed missing info from manga details
* Moved english to its own package to prevent having to migrate sources
* optimized image url parsing to not load each page then each image.
* fix issue with low quality covers when searching or browsing
* Changed to pull chapters from all versions to prevent missing chapters.
Fixed chapter names to show potential title besides chapter number
* added paging for latest
* - added paging for latest
- added ability in search to choose by letter, also added paging for this variation
- added cookie to view all manga including adult. This however doesnt work with search something is up on mangadex end.
* fixed null issue
* fix webtoon issue
* fixed cookies issue
* cleaned up code
* cleaned up code added some comments
* fixed latest updates
fix genre tags
add genre filter when searching
added paging for browse
* switch search selector to use popular
* switched to scanlator to group not user who uploaded
* fix some chapters on random manga not loading images
* null safety
* add mangadex
* fixed missing first manga during search
* fixed missing latest chapter in chapterlist view
* fixed non english language chapters showing up in chapter list
* update mangafox external source to match most up to date of internal tachiyomi app (actually matching Flats pull request #1119)
* fixed incorrect package
* updated version code
* updated to latest LibVersion
updated extVersion
* fixed suffix since doesn't need to increment since lib did.
* update mint/read manga to external source to match most up to date of internal tachiyomi app
* fixed incorrect package
* updated version code
* reverted extVersionSuffix
* updated to latest LibVersion
updated extVersion
* fixed suffix since doesn't need to increment since lib did.
* updated to match internal source
* updated version code
* updated to latest LibVersion
updated extVersion
* updated wrong readManga :)
* fixed suffix since doesn't need to increment since lib did.
* updated to match internal source
* updated version code
* reverted extVersionSuffix
* updated to latest LibVersion
updated extVersion
* fixed suffix since doesn't need to increment since lib did.
* updated to match internal source
* updated version code
* reverted extVersionSuffix
* updated to latest LibVersion
updated extVersion
* fixed suffix since doesn't need to increment since lib did.
* updated to match internal source
* updated version code
* switched extVersion back,
reverted libVersion
* updated to latest LibVersion
* fixed suffix since only need to increment by 1
* Add MerakiScans (merakiscans.com) source.
* Change basically everything, as merakiscans.com changed their site layout.
* Update MerakiScans, grab all chapters for manga now.
* Revert extVersionCode, so MerakiScans pull request can be submitted.
* Remove unused import and form entry.
* Introduction of "Reincarnation" genre on Kissmanga
Should fix the indexing issue after the Romance genre in filters.
* Added Time Travel and Transported
* Change Hentai2Read baseUrl to https. Fix issue with searching and filtering.
* Bump extVersionCode.
* Update tag list.
* Update doujin list.
* Fix mistake in CharacterName filter heading.
* Fix some paths that were messing with search and popular lists.
* Update tag list.
* Update doujin list.
* Revert extVersionCode.
Revert change to extVersionCode, as per inorichi's instruction.
* Add HentaiFantasy (hentaifantasy.it) source.
* Update to allow tags when searching.
* Remove open modifier on Tag class, left over from failed attempt at Author/Parody tags.
* Add Mangastream
* Delete mangastream comment
* Fix latestUpdates
The matcher stopped working out of nowhere and now manipulates the strings.
* Minor fixes
* Add ShoujoSense (reader.shoujosense.com) source.
* Change chapter date parsing to be more in line with other extensions.
* Make parseChapterDate private.
* Move SimpleDateFormat() and Pattern.compile() calls to avoid initializing more than once.
* Remove implicit return and implicit return type from popularMangaRequest() and latestUpdatesRequest(), as per @null-dev's suggestion.
* Remove unnecessary calls to jsoup Elements.first().)
* Fix manga.author and manga.description in mangaDetailsParse(), as previous implementation did not select the correct text.
* Remove print() call that was left over from debugging.
* Change popularMangaFromElement to use the correct title (exclude the latest released chapter), and remove id assignment.
* Add Hentai2Read (hentai2read.com) source.
* Convert sch_flt_in and sch_flt_out to camelCase.
* Combine tag selectors in mangaDetailsParse().
* Move Pattern.compile() call to companion object to avoid repeated initialization.
* Move constant String imageBaseUrl to companion object.
* Make parseChapterDate() a little more compact.
* Refactor things to avoid unnecessary string splitting and calls to Elements.first().
* Remove implicit return and implicit return type from popularMangaRequest() and latestUpdatesRequest().
* Trim whitespace from string before parsing chapter date.
* Update POST params and change how tags are included/excluded.
* Add CharacterName and CharacterNameSelect filters.
* Add TagSearchMode filter.
* Change TagList to have title, to prepare for different groups of tags.
* Change TagList in FilterList to use new title.
* Add category list.
* Change tag list.
* Add doujin list.
* Update FilterList to include new filters.
* Add Gson and Kotson dependencies.
* Fix searching, now compute base64-encoded string to use in URL.
* Remove all code used to manually compute base64 string in URL.
* Add searchMangaParse override, store base64String if there is a next page in search.
* Remove unnecessary url val, left over from debug.
* Update tag list.
* Update doujin list.
* Update comments showing number of tags/doujins in TagList.
* Remove unnecessary tags var in mangaDetailsParse, can build manga.genre directly from list.