A tachiyomi extensions repo
Go to file
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
.github Tweak issue templates 2019-10-27 12:29:57 -04:00
.travis Revert "Use aapt2 in repo building script (#1712)" 2019-10-27 20:44:49 -04:00
gradle/wrapper Update Gradle and Kotlin (#1921) 2020-01-05 11:16:58 -05:00
lib Update Preference Stubs & Update Manamoa extension (#2087) 2020-01-31 23:12:34 -05:00
res vi fixes (#363) 2018-06-12 17:49:20 -04:00
src Update Preference Stubs & Update Manamoa extension (#2087) 2020-01-31 23:12:34 -05:00
.editorconfig Adds a .editorconfig to keep code style similar on supporting configurations. (#1167) 2019-06-08 17:47:22 -04:00
.gitignore Update dependencies and travis scripts 2018-02-04 13:55:21 +01:00
.travis.yml Update to build tools v29.0.2 (#1920) 2019-12-26 12:52:26 -05:00
AndroidManifest.xml Add icon (#16) 2017-02-20 17:07:51 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Add links for learners (#1498) 2019-09-13 11:44:02 -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 Update Gradle and Kotlin (#1921) 2020-01-05 11:16:58 -05:00
common.gradle Update to build tools v29.0.2 (#1920) 2019-12-26 12:52:26 -05: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 Add tachiyomi-extensions-lib as module (#1919) 2019-12-26 12:34:43 -05: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.