A tachiyomi extensions repo
Go to file
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
.github Create ISSUE_TEMPLATE.md (#15) 2017-02-20 16:57:24 +01:00
.travis Use conditional instead of expressions. It should fix wrong exit codes 2018-02-04 22:06:56 +01:00
gradle/wrapper Update Gradle and Kotlin (#749) 2019-01-29 15:28:05 -05:00
lib Move rate limit interceptor logic to module (#1100) 2019-05-11 11:30:15 -04:00
res vi fixes (#363) 2018-06-12 17:49:20 -04:00
src Update korean extension, Initial Support for Naver Comic (#1087) 2019-05-13 19:25:21 -04:00
.gitignore Update dependencies and travis scripts 2018-02-04 13:55:21 +01:00
.travis.yml Update travis 2018-12-22 15:45:40 +01:00
AndroidManifest.xml Add icon (#16) 2017-02-20 17:07:51 +01:00
CONTRIBUTING.md Fix minor typo 2019-04-13 11:35:05 -04:00
LICENSE Add license, closes #17 2017-02-23 22:33:07 +01:00
README.md Update documentation (#532) 2018-10-02 07:09:20 -04:00
build.gradle create mangadex.org intent filter to open mangadex urls with tachiyomi (#974) 2019-04-13 11:22:10 +02:00
common.gradle create mangadex.org intent filter to open mangadex urls with tachiyomi (#974) 2019-04-13 11:22:10 +02:00
gradle.properties Enable parallel builds 2019-04-26 18:49:13 -04:00
gradlew Change apk names (#10) 2017-02-07 17:01:04 +01:00
gradlew.bat Initial commit 2017-01-21 17:55:27 +01:00
settings.gradle Move rate limit interceptor logic to module (#1100) 2019-05-11 11:30:15 -04:00

README.md

Travis fdroid dev

This repository contains the available extension catalogues for the Tachiyomi app.

Usage

Extension sources can be downloaded, installed, and uninstalled via the main Tachiyomi app. They are installed and uninstalled like regular apps, in .apk format.

Downloads

If you prefer to directly download the APK files, or would like to find an older version, they are available in the repo branch.

Requests

source requests here are meant as up-for-grabs for any developer, thus it's impossible to provide a time estimation for any of them. Furthermore, some sites are impossible to do, usually because of various technical reasons.

Contributing

Contributions are welcome!

Check out the repo's issue backlog for source requests and bug reports.

To get started with development, see CONTRIBUTING.md.