Commit Graph

22 Commits

Author SHA1 Message Date
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
arkon 7964dc4613
Upgrade OkHttp (#15320) 2023-02-11 17:30:31 -05:00
arkon baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
BRAMILLE Sébastien e12605507a
Fix japscan pagecount loading (fallback added) (#14122) 2022-11-04 07:00:33 -04:00
Promchai Chooseang d47b7684ce
Fix Nekopost HTTP error 520 (#13027)
* Fix Nekopost https 520 error

* Fix Nekopost https 520 error

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update Nekopost.kt

* Fix Nekopost sometimes return empty mangas list due to API

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2022-08-16 18:15:56 -03:00
Promchai Chooseang c9edc9eb42
Change to new URL (#11762) 2022-05-06 18:28:14 -03:00
Promchai Chooseang 4851bad1d6
Nekopost fix (#10423)
* Add Cat300 Source

* Fix Nekopost after old Api is Outdated
2022-01-10 11:58:35 -05:00
Vetle Ledaal c31fc35000
Fix inconsistent json in Nekopost (#10336) 2022-01-04 14:56:30 -05:00
arkon 55b5b8585e Bump versions for Gson-migrated extensions 2021-12-18 16:30:36 -05:00
arkon fa6be0f1c9
Replace usages of Gson (#10080) 2021-12-12 16:33:20 -05:00
arkon 1f6027dd67
Replace usages of Gson (#10079) 2021-12-12 13:17:34 -05:00
Sittikorn Hirunpongthawat 9badbeb0db
[TH] Nekopost - Fix unable to read saved manga (#9459)
* Fix not found error and add all api types

* Update build.gradle

* Disable latest feature and use popular as latest instead

* Add logic to prevent duplicate projects

* Clear fetched list each time fetching from page 1

* Fix search logic

* Fix invalid genre joining
2021-10-13 08:19:29 -04:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Sittikorn Hirunpongthawat 60693e465c
Update [TH] Nekopost extension (#6818)
* Add Nekopost V.1.2.1

* Fix genre not shown

* Change Icons

* Rename monthMap -> monthList

* Change from getter to normal declaration

* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias

* Fix duplicate title

* Fix unable to search by Genre tag

* Change Genre and Status from Enum to Pairs

* Minor changes

* Fix next page not loaded when previous page has no new title

* Fix offset not reset

* Change most of extension to API-based

* Fix bug where some chapter uses legacy url format

* Update build.gradle

* Update to use with new UI and API
2021-05-04 22:15:56 -04:00
scb261 3300d4f01c
Nekopost: new file server url (#6006)
* Nekopost: new file server url

* ext version
2021-02-28 11:20:18 -05:00
Aria Moradi 33f136d2ae
Fix Android Studio "Duplicate content roots" error (#5203)
* comply with #5214

* 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
arkon 016653bdc0
Update Kotlin, coroutines, kolinter (#4363)
* 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
Sittikorn Hirunpongthawat 8ad5c5e47c
Change as much HTML parsing to API as possible (#2951)
* Add Nekopost V.1.2.1

* Fix genre not shown

* Change Icons

* Rename monthMap -> monthList

* Change from getter to normal declaration

* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias

* Fix duplicate title

* Fix unable to search by Genre tag

* Change Genre and Status from Enum to Pairs

* Minor changes

* Fix next page not loaded when previous page has no new title

* Fix offset not reset

* Change most of extension to API-based

* Fix bug where some chapter uses legacy url format

* Update build.gradle
2020-05-10 17:49:39 -04:00
arkon 020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
Sittikorn Hirunpongthawat afb3941626
Nekopost - fix next page not loaded (#2685)
* Add Nekopost V.1.2.1

* Fix genre not shown

* Change Icons

* Rename monthMap -> monthList

* Change from getter to normal declaration

* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias

* Fix duplicate title

* Fix unable to search by Genre tag

* Change Genre and Status from Enum to Pairs

* Minor changes

* Fix next page not loaded when previous page has no new title

* Fix offset not reset
2020-04-17 18:36:11 -04:00
Sittikorn Hirunpongthawat b220477525
Add Nekopost (#2647)
* Add Nekopost V.1.2.1

* Fix genre not shown

* Change Icons

* Rename monthMap -> monthList

* Change from getter to normal declaration

* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias

* Fix duplicate title

* Fix unable to search by Genre tag

* Change Genre and Status from Enum to Pairs

* Minor changes
2020-04-13 17:23:45 -04:00