Commit Graph

16 Commits

Author SHA1 Message Date
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
scb261 160fb43769
Hentai2Read: Fix id search (#6009) 2021-02-28 18:27:33 -05:00
vaginadesolator 7aa7eac5fe
Add more content to hentai2read ext manga description (#5418)
* Add more content to hentai2read ext manga description

* Amend outdated comment
2021-01-14 22:19:33 -05:00
ObserverOfTime 672cdad094
Add hentai2read URL intent (#4591)
Add hentai2read URL intent
2020-10-12 08:51:09 -04:00
AbdullahM0hamed bfd1e6b777
Mark extensions as nsfw (#4057)
* Add containsNsfw = true the gradle files of various extensions

* Update FMReader build.gradle

* Revert extension versions

* Mark more extensions
2020-08-08 19:03:33 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike b5cfb58ead
Hentai2Read - fix additional search pages (#2933) 2020-04-29 18:01:16 -04:00
Mike 46a3b00ac8
Hentai2Read - more search changes (#2857) 2020-04-26 15:42:16 -04:00
Mike 892a8e5a31
Hentai2Rread - add search sorting (#2770)
* Hentai2Rread - add search sorting

* gradle
2020-04-23 17:37:48 -04:00
Mike b0255f9325
Hentai2Read - update browse & latest (#2564) 2020-03-31 22:25:42 -04:00
Ankit Singh 9092309606 tags (#1813)
Hentai2Read tags
2019-11-23 11:08:19 -05:00
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
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