32 Commits

Author SHA1 Message Date
stevenyomi
12e864f85f Remove placeholder manifest files () 2024-01-30 22:11:47 +00:00
5c8cb75e9a come up to date with keiyoushi builds 2024-01-22 21:19:41 +00:00
AwkwardPeak7
c5f82e6aeb Move plugin section to common.gradle ()
* move apply plugins to common.gradle

* update CONTRIBUTING.md

* remove whitespace

* move common.gradle apply above in multisrc

* move kotlinter

* newlines
2024-01-16 02:49:40 +00:00
stevenyomi
f612bc1c3f Clean up some code to follow best practices ()
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
arkon
2a7801e876
Move package namespace declarations out of manifests () 2023-08-18 08:58:52 -04:00
arkon
e1f59a845e
Update jsoup () 2023-02-11 22:22:32 -05:00
arkon
baaee5cf21
Update linter () 2023-02-11 14:21:03 -05:00
Doomsdayrs
fdf2fa50ee
Remove manga name from chapter title in Mangahasu.kt ()
Manga names can get awfully long, leading to chapter titles being
 so absurdly long that you do not know what you are reading.

This commit simply removes 'span.manga-name' from the urlElement before
 extracting the text from it.
2021-12-28 04:23:58 -05:00
Doomsdayrs
8125f5ce74
Add "Order by" to Mangahasu ()
* Add Order By to Mangahasu.kt searchMangaRequest

Mangahasu recently implemented this query, without the query it
 lists manga alphabetically.

* Increment extVersionCode for Mangahasu

* Fix lint

* Make OrderByFilter a Filter.Sort
2021-12-24 07:59:15 -05:00
arkon
bc7d8c8672
Default libVersion to 1.2 () 2021-09-09 08:58:17 -04:00
Arraiment
da476a6bf4
Fixes for Mangahasu popular page and manga details ()
* Change popular manga scraping

* Fix small detail parsing issue
2021-08-10 08:49:12 -04:00
Arraiment
9030729538
Mangahasu: Fix page parsing ()
* Fix page parsing and update url

* Updated version
2021-07-30 06:24:23 -04:00
Alessandro Jean
3f91c5f75e
Replace JsonParser with kotlinx.serialization in some extensions ()
* Replace JsonParser with kotlinx.serialization.

* Remove wildcard import.

* Remove more usages of JsonParser.
2021-06-14 06:20:05 -04:00
FourTOne5
c9f6bd2504
Update MangaHasu Base Url. ()
* Update Mangahasu.kt

* Update build.gradle
2021-05-30 11:40:38 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support () 2021-04-28 15:38:05 -04:00
Seishirou101
d265dbf33c
updated sources to https ()
* updated souirces

* updated sources

* fix wpcomics generator

fix comics generator with the correct site and override code
2021-03-11 14:55:21 -05:00
Aria Moradi
33f136d2ae
Fix Android Studio "Duplicate content roots" error ()
* comply with 

* rm not needed AndroidManifest.xml

* [CI SKIP] add info about AndroidManifest.xml

* Update CONTRIBUTING.md

Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
Riztard Lanthorn
ea23295be2
fx mangahasu description ()
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-12-17 08:38:59 -05:00
arkon
016653bdc0
Update Kotlin, coroutines, kolinter ()
* Update kolinter, address some build warnings

* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
arkon
efc1877172
Move common app-provided dependencies to common.gradle () 2020-05-17 16:50:53 -04:00
Mike
bf20b61e01
Mangahasu - add filters ()
* Mangahasu - add filters

* class names
2020-05-12 07:14:02 -04:00
arkon
5e05175f8c Lint fixes 2020-04-25 10:29:23 -04:00
arkon
228178f3a0 Use consistent Gson version for stable compatibility 2020-03-29 12:24:28 -04:00
happywillow0
4bb19c8456
Add Header Referer ()
- Fixes thumbnail hotlink protection
2020-03-15 13:09:31 -04:00
happywillow0
fbcabbc15a
Recode pageListParse ()
Find and replace placeholder images
2020-02-07 18:43:31 -05:00
arkon
9d155574fb
Genkan/MangaHasu: pass headers with GET requests () 2019-10-04 18:38:45 -04:00
Ankit SIngh
48f676582c Manga Hasu icons ()
Manga Hasu icons
2019-02-07 07:58:59 -05:00
Logan B
2f402d052c Fix Mangahasu pagination due to recent site update ()
Fix Mangahasu pagination due to recent site update
2019-02-01 07:01:24 -05:00
Eugene
f20372cee7 Remove extVersionSuffix ()
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00
Pavka
66fc182e7a Mangahasu ()
Mangahasu
2018-09-22 14:02:57 -04:00
Pavka
62269d8996 Add new source mangahasu ()
Add new source mangahasu
2018-09-22 13:07:31 -04:00