1f9be45238
* Move chapter images data to atHome Response Updates ChapterDto and AtHomeDto as per Deprecation notice * Use new atHome response to fetch chapter pages this commit does the following: - updates the Dtos as per deprecation notice - creates a call to `/at-home/server/` in `pageListRequest` - made sure to track of how old chapter token is as was previous practice - `pageListParse` no longer has the 204 response. Instead we get a 404 response (not sure about the 504 response for /at-home/server too but have to check again. If its not used now, then it could be removed - since `atHomeRequestUrl` was necessary for `getValidImageUrlForPage`, tried to fetch it from the response. As per their docs and our usecase, it should be fine hopefully Ref: https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/request/ - since /chapter/ no longer has `data` attribute, the additional check for external chapters was removed - tested on 0.12.3 (on Mi A2, running Android12): read few chapter/oneshots without issues * Increment mangadex.extVersionCode essentially a Christmas present from MD (for its servers :d) * remove redundant isSuccessful check essentially dead code since the check is done by `fetchPageList` before it calls `pageListParse` |
||
---|---|---|
.github | ||
.run | ||
buildSrc | ||
core | ||
gradle/wrapper | ||
lib | ||
multisrc | ||
src | ||
.editorconfig | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
build.gradle | ||
common-dependencies.gradle | ||
common.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ktlintCodeStyle.xml | ||
settings.gradle.kts |
README.md
Build | Support Server |
---|---|
Tachiyomi Extensions
Tachiyomi is a free and open source manga reader for Android 6.0 and above.
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.
It might also be good to read our CODE_OF_CONDUCT.md.
License
Copyright 2015 Javier Tomás
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Disclaimer
The developer of this application does not have any affiliation with the content providers available.