![]() * LANraragi: Introduce Random item. Appears as the first item under Browse when there's no meaningful filtering. Maintain Latest flow at the cost of an extra query param. * LANraragi: Get and use the Random ID. Helper functions to get a new random ID. Helper functions to get the ID from weird spots. Separate network client to not follow redirects, saving server-side extracts. * LANraragi: Obtain random ID on init. To save one entire refresh for that quality user experience. The call is still to a 301 that is not followed. * LANraragi: Unset isnew on archives. More obvious since Latest was hooked up. Separate from actual reading progress. This was happening indirectly before the previous extension version swapped to API endpoints for metadata. * LANraragi: Bump extension version * LANraragi: AZ detection for ID. Due to how it updates info and chapters independently leading to an expected race condition. When detected avoid the race by accessing the ID via thumbnail. Always using the thumbnail moves the race to non-AZs instead. * Revert "LANraragi: AZ detection for ID." This reverts commit 28541d8d0daf989c129884090311e49148f05112. |
||
---|---|---|
.github | ||
annotations | ||
buildSrc | ||
core | ||
gradle/wrapper | ||
lib | ||
multisrc | ||
src | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
build.gradle | ||
common-dependencies.gradle | ||
common.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ktlintCodeStyle.xml | ||
settings.gradle.kts |
README.md
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, they are available via https://tachiyomi.org/extensions/ or directly in this GitHub repository 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.