98 Commits

Author SHA1 Message Date
Mike
03a844e24b
JMana - fix chapters and latest titles (#4279) 2020-09-01 01:07:43 -04:00
DitFranXX
4705fb8ef1
Fix issue with old manga on Newtoki's .net domain + thumbnails (#4241)
* Fix issue with old manga on Newtoki's .net domain + thumbnails

* This is how IntelliJ works
2020-08-28 21:37:13 -04:00
Mike
e1cabf0d2a
NewToki - fix pages (#4156) 2020-08-18 00:17:48 -04:00
Mike
ff635bd624
Toonkor - fix search (#3952) 2020-07-29 22:49:44 -04:00
arkon
e405512146
Update to SDK 29 (#3629)
* Print out repo JSON contents during build

* Target SDK 29
2020-06-27 15:21:46 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike
8ba04e1ba3
Toonkor - new extension (#3530) 2020-06-14 02:33:57 -04:00
arkon
efc1877172
Move common app-provided dependencies to common.gradle (#3214) 2020-05-17 16:50:53 -04:00
TacoTheDank
11ac392755
Even more lint cleanup (#3191) 2020-05-17 15:47:37 -04:00
arkon
dbcb0117cd Remove preference-stub (moved into extension-lib 1.2) 2020-05-09 11:43:41 -04:00
Mike
3203f05cc3
JMana update (#2953) 2020-05-01 04:23:28 -04:00
arkon
020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
DitFranXX
f6c0ebe2cf
Update Manamoa extension for Minor fixes, v1.2.20 (#2694)
Update Manamoa extension for Minor fixes, v1.2.20
2020-04-17 09:08:06 -04:00
happywillow0
08907a0896
Revert last four commits (#2337)
Revert last four commits
2020-03-01 19:03:22 -05:00
arkon
18f0c3c221 Fix type mismatch 2020-03-01 18:27:09 -05:00
DitFranXX
33749811cb
Update Manamoa Extension (#2289)
* Search Update

* Update BaseUrl

* Manga ID Access + Url Activity

* Fix Url Activity

* Fix Filter Request

* Bump up version [*Not ready to release]

* Fix details parser bug by previous site changes.

Didn't find cuz title is keep used from searched result

* Remove Log.d

* Experiment latest fetch

* Rename filename from MSM(MangaShowMe) to MM(ManaMoa)

* Enable Latest Pagination

Site error is render failure from server, which is quite interesting. But If fails, there's no pagination shows so enabled.

* Update BaseUrl
2020-02-27 06:52:15 -05:00
DitFranXX
047cd441a3
Update Manamoa Extension (#2207)
* Update Manamoa Extension

* Update base url
* New CDN Handler that ~~abusing CF and~~ prevent image load fails

* WIP DDOSGuardBypass, which doesn't work for now.

* Remove WIP Code

It will be very hard one with okhttp + main thread....
2020-02-15 17:59:32 -05:00
DitFranXX
44c1ebba51
Update Preference Stubs & Update Manamoa extension (#2087)
* Add TwoStatePreference and CheckBoxPreference stubs

* Add setEnabled on Preference, Formatting again.

* Remove isEnabled. Thanks to API difference between androidx and v7 libs

* Initial support of their new site announcing algorithm.

What the heck is DDOS-GUARD

* Apply changes of announcing algorithm that can work with tachi >_<

It will uses main thread that cause temp freeze when enter browse

* Clean up codes little bit.

* Simplify Decoder

* Finalize update.

* Try-Catch on req failed.
* Update build.gradle

* Use regular network client.
2020-01-31 23:12:34 -05:00
DitFranXX
794a07c277 Update ManaMoa extension (#1994)
Update ManaMoa extension
2020-01-06 08:13:42 -05:00
DitFranXX
6f7ca331ac Update ManaMoa extension (#1985)
v1.2.15
* Clean up codes.
* Fix nullable issue.
* Reduce Minimum image size for request error handling.
* Update description codes.
* Temp fix for parser failure on certain manga
 = Raw `<` and `>` (no escape) causes error on jsoup?
* Update domain.
2020-01-05 17:54:01 -05:00
arkon
98df581cfd
Add support for AndroidX preferences (#1971)
* Add stubs for AndroidX preferences

* Update extensions for AndroidX preferences
2020-01-05 11:16:12 -05:00
DitFranXX
a8bb686d2d Update ManaMoa extension (#1894)
Update ManaMoa extension to v1.2.14
2019-12-22 11:10:39 -05:00
Mike
ff98102d69 NewToki domain update (#1783)
NewToki domain update
2019-11-14 07:22:28 -05:00
Mike
52f4301c96 Jmana update (#1721)
Jmana update
2019-10-30 21:13:25 -04:00
Mike
14dc81abf6 Newtoki url change (#1564)
Newtoki url change
2019-09-26 16:57:29 -04:00
Eugene
6b8a4e9ec6
ManaMoa: update default URL (closes #1277) 2019-09-07 15:10:41 -04:00
ZaneHannanAU
0b62e89ef7 remove manhwahand (site dead, part 1) (#1333)
remove manhwahand (site dead, part 1)
2019-07-22 22:40:41 -04:00
Mike
038a6fece4 Naver fix (#1319) 2019-07-21 11:58:11 -04:00
DitFranXX
9d5b774cc2 Update korean extension, Initial Support for Naver Comic (#1087)
* Update korean extension, Rename MSM to ManaMoa. (Need to migrate)

JMana: Fix errors due to site changes
NewToki: Supports baseUrl override. update domain,

MSM (ManaMoa)
----
MSM now uses id on manga instead of title name. (It breaks whole things.)
I don't want to increase `versionId` so I rename extension.
(I renamed while ago and reverted because it wasn't need on that time)
So result is need to migrate from MangaShow.Me to ManaMoa.
MangaShow.Me is now deprecated and will remain as dummy before 1.2.15

* Fix Image request on old chapters due to site changes + mistake on ManaMoa extension

* Refactor ManaMoa ImageUrlHandler

* Initial Support for Naver Comic

* Update Icons, Support Challenge Webtoons

Note that (normal) Challenge webtoons has chapter bug rn. dunno why.
2019-05-13 19:25:21 -04:00
DitFranXX
9105f9aef8 Update MSM Extension. (#1061)
* Improve Preference-stub

* Re-arrange some stubs to correct class.
* Add `EditTextPreference`.

* Update MSM extension.

* Update filter.
* Fix image fetch due to site changes (v4 -> v11)
* Add BaseUrl Override for site domain changes.
  - Korean sources are change domain every 1-2 weeks due to internet censorship.

* Add missing file `EditTextPreference.java`

* Fix tags.
2019-04-27 10:40:07 -04:00
DitFranXX
d8c84d3813 Update Korean extensions (#1024)
JMana: Temporary pagination fix.
MSM: Improve image decoder(which don't modifying url anymore), Use `s3` and `img_list1` as fallback, Fix description issue, and Update filter and domain
NewToki: Move to Factory, Add Webtoon Source(Not tested), and Update domain.
2019-04-13 23:15:26 -04:00
Ankit SIngh
4db6dc3a89 (Show More) in description (#1008)
* show more in Description

* Update build.gradle
2019-04-10 09:11:34 -04:00
DitFranXX
afad932bdd Revert name changes, Remove unnecessary interceptors, and Improve decoder on MSM (#990)
Revert name changes and etcs... in MSM extension.
2019-03-31 12:36:44 -04:00
DitFranXX
62db2f5e67 Update Korean extensions (#987)
All of Korean Extensions except ManhwaHand: Update domain. (Fix #961 for S.Korea users)

------

MSM: Re-branded to ManaMoa
JMana, NewToki: Support Latest
2019-03-31 11:27:12 -04:00
Ankit SIngh
bf4c14b767 manhwahentai, manhwahand and komikgo icon fix (#936)
manhwahentai, manhwahand and komikgo icon fix
2019-03-18 06:31:59 -04:00
Ujang Karnadi
ecff63e1b2 add manhwahentai, manhwahand and komikgo (#929)
add manhwahentai, manhwahand and komikgo
2019-03-17 13:15:16 -04:00
DitFranXX
566c4c1832 Update extensions to fix issues (#891)
Update extensions to fix issues
2019-03-12 09:46:48 -04:00
DitFranXX
dc06efd714 Update extensions due to sites update. (#858)
Update extensions due to sites update.
2019-02-28 05:52:00 -05:00
DitFranXX
268115a52d Update extension due to MSM domain changes. (#851)
Update extension due to MSM domain changes.
2019-02-27 09:37:05 -05:00
DitFranXX
18407b4702 Update extensions due to sites update. (#846)
Update korean extensions due to sites update.
2019-02-25 06:38:49 -05:00
DitFranXX
b85ea810c1 Update NewToki due to site update. (#821)
Update NewToki due to site update.
2019-02-15 04:23:09 -05:00
DitFranXX
d181f87667 Update MSM Domain (#814)
Update MSM Domain
2019-02-12 07:06:18 -05:00
DitFranXX
63e2099370 NewToki: Better Date handling, Fix popular request pagination (#791)
NewToki: Better Date handling, Fix popular request pagination
2019-02-08 12:00:30 -05:00
Ankit SIngh
93b6bd9eb0 JMana-Icons (#789)
JMana-Icons
2019-02-08 10:40:43 -05:00
DitFranXX
5b86299c7d Add NewToki (Korean Source) (#788)
Add NewToki (Korean Source)
2019-02-08 10:37:05 -05:00
DitFranXX
8237e11c76 Add JMana (Korean Source) (#783)
Add JMana (Korean Source)
2019-02-08 06:09:55 -05:00
Ankit SIngh
93ca3b2ae4 Added icon for MangaShow (#776)
Added icon for MangaShow
2019-02-06 12:48:24 -05:00
DitFranXX
8983e8e688 Add MangaShow.Me (Korean source) (#775)
Add MangaShow.Me (Korean source)
2019-02-06 10:55:27 -05:00