* 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.
* Create build.gradle
* Fix for truyenacademy extension
Extension does not show up when installed. Here's a quick fix to make it work
* Update build.gradle
* Update AcademyVN.kt
* Rename AcademyVN.kt to Academyvn.kt
* Add webtoons.com
* Add suggested changes by null-dev
* Add Mangazuki.co
* Edit to fit suggested changes
* Remove Webtoons source ID assignment
* Change chapterListParse
Change chapterListParse so it doesn't request the first page twice.
* Add MangaPark source
* Add pagination to MangaPark source
Enable HTTPS in MangaPark source
* Add Mangago source
* Add Tapastic source
Fix UriSelectFilters returning incorrect default states
* Add nhentai source
* Fix tapastic source breaking on manga with square brackets in title
* Fix issues found by j2ghz
Fix tapastic source showing scheduled comics
* Add E-Hentai source
Bump Kotlin version for all extensions to 1.1.1
Minor code cleanup in nhentai source
* Add Sen Manga source.
Minor code cleanup.
* Fix incorrect package name in Sen Manga source.
* Fix incorrect Japanese language code on E-Hentai, nhentai and Sen Manga sources.
* Bump Kotlin version to 1.1.2
* Code cleanup
Fix a bug with thumbnails and URLs in E-Hentai that is currently not triggerable but may cause problems in the future
* Code cleanup
* Fix some minor incorrect spacing
* Added mangaeden(it) extension
* Not overriding id anymore
* Fixed search selector for the case the query has no results
* Added mangaeden(en) extension
* Removed id override
* Added perveden it+en extensions
* Minor modifications: today/yesterday management, null safety and code enhancements
* Type and status are now multiselect
* Genres, types and statuses now are functions
* Genres/types are now multiselect and minor modifications
* Renamed into Manga Eden, fixed missing cover imgs and checkbox filter now are shown at the end
* Changes done on mangaeden(it) has been reflected on mangaeden(en) and perveden(it/en)
* Removed unnecessary code and fixed english date format
* Added text filter support for categories (from paronos)
* Fixed page image url
* Added text filter support for categories also in perveden/en (from paronos)
* Added mangaeden(it) extension
* Not overriding id anymore
* Fixed search selector for the case the query has no results
* Minor modifications: today/yesterday management, null safety and code enhancements
* Type and status are now multiselect
* Genres, types and statuses now are functions
* Renamed into Manga Eden, fixed missing cover imgs and checkbox filter now are shown at the end