Commit Graph

6 Commits

Author SHA1 Message Date
Ankit SIngh 8ebd5cbfd6 icons (2 extensions) (#869)
Icons Added (2 extensions)
2019-03-05 07:03:20 -05:00
Eugene f20372cee7 Remove extVersionSuffix (#575)
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00
Eugene d2f6744188 Update common dependencies (#441)
Update common dependencies
2018-08-05 16:48:02 -04:00
ddmgy 4b3883f8b4 Fix Hentai2Read chapter list issues. (#197)
* 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.
2018-02-17 12:57:39 +01:00
ddmgy e7dcc7825f Fix hentai2read search (fixes #89) (#90)
* 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.
2017-09-23 16:26:40 +02:00
ddmgy 51d535c8e9 Add Hentai2Read (hentai2read.com) source. (#46)
* 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.
2017-07-22 16:50:18 +02:00