A tachiyomi extensions repo
Go to file
RePod 3fc1e2fe65
LANraragi: Filters, Latest, misc API. (#5462)
* LANraragi: Handful of filters.

- Descending/new/untagged toggles
- Starting page override
- Namespace sorting
- Categories

* LANraragi: Upgrade chapterListRequest to API.

Use the metadata endpoint.
Preserve WebView for i.e. management.
Pull out the date_added tag for date_upload.

* LANraragi: Verify if a category is selected.

* LANraragi: Hook up Latest.

With some new preferences.

* LANraragi: Switch Category filter from CBs to Dropdown

Soon: LRR has multi-category drifting.
Pins are indicated in the dropdown.
Correct types in Category. I'm blind.

* LANraragi: Change date_upload null check to let.

* LANraragi: Empty string compare to isNotBlank

* LANraragi: Preferences tidying.

* LANraragi: Cleanup Starting Page filter.

RIP the dream of indicating the number of items returned by search without pressing the Reset button.

* LANraragi: More preferences tidying.

* LANraragi: Pagination offset improvements

Previously going back pages from the end would result in the wrong size.
Include stats in the filter option when available to help with manual pagination.
2021-01-17 10:23:45 -05:00
.github [SKIP CI] Update ISSUE_TEMPLATE.md (#5440) 2021-01-15 22:28:47 -05:00
annotations Fix Nsfw annotations pulling in Kotlin stdlib into final APKs 2020-08-29 10:48:58 -04:00
buildSrc Project reorganization (#5096) 2020-12-11 09:41:48 -05:00
core Rename defaultRes module to core 2020-12-20 13:17:10 -05:00
gradle/wrapper Update Gradle wrapper and AGP 2020-12-10 21:06:04 -05:00
lib Project reorganization (#5096) 2020-12-11 09:41:48 -05:00
src LANraragi: Filters, Latest, misc API. (#5462) 2021-01-17 10:23:45 -05:00
.editorconfig Adds a .editorconfig to keep code style similar on supporting configurations. (#1167) 2019-06-08 17:47:22 -04:00
.gitignore fix: zh-bainianmanga (#2329) 2020-03-01 10:26:16 -05:00
CONTRIBUTING.md [SKIP CI] Describe some of SManga fields (#5234) 2020-12-27 22:41:01 -05:00
LICENSE Add license, closes #17 2017-02-23 22:33:07 +01:00
README.md [SKIP CI] Update repo links 2020-12-15 17:51:30 -05:00
build.gradle Update Gradle wrapper and AGP 2020-12-10 21:06:04 -05:00
common.gradle Fix Android Studio "Duplicate content roots" error (#5203) 2020-12-20 22:31:12 -05:00
gradle.properties Add Viz Shonen Jump (#3560) 2020-06-18 22:53:30 -04:00
gradlew Update Gradle wrapper and AGP 2020-12-10 21:06:04 -05:00
gradlew.bat Update Gradle wrapper and AGP 2020-12-10 21:06:04 -05:00
ktlintCodeStyle.xml Add linting configs 2020-04-25 10:29:23 -04:00
settings.gradle.kts Rename defaultRes module to core 2020-12-20 13:17:10 -05:00

README.md

CI

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.