Free and open source manga reader for Android.
Go to file
[pʲɵs] c22e2e8159 Do not suppress a type system error (#2524)
This code was sort of fine when it used raw Java types, but the Kotlin
equivalent technically calls a method that takes a Nothing-typed
argument with a value that is not of type Nothing. Whether that works
depends on how lenient kotlinc is about inserting casts in bytecode.

The solution is to give the unknown type represented by a star an
explicit name by capturing it in a type variable, then cast to that type
instead of Nothing. This is guaranteed to be an unchecked, but valid,
cast.
2020-01-20 18:34:59 -05:00
.github Improve Issue reporting experience (#2189) 2019-12-01 13:49:47 -05:00
.travis Include firebase analytics 2018-04-25 13:46:57 +02:00
app Do not suppress a type system error (#2524) 2020-01-20 18:34:59 -05:00
gradle/wrapper Revert "Renormalize files" 2020-01-11 16:12:12 -05:00
.gitattributes Mark JAR as binary too 2020-01-11 16:13:08 -05:00
.gitignore Initial commit 2015-09-24 17:27:43 +02:00
.travis.yml Update to SDK 29 (Android 10) (#2468) 2020-01-09 20:31:27 -05:00
build.gradle Remove repository for Conductor snapshot (#2441) 2020-01-05 20:42:58 -05:00
gradle.properties Migrate to AndroidX (#2424) 2020-01-05 11:29:27 -05:00
gradlew Make gradlew executable 2016-01-02 19:28:07 +01:00
gradlew.bat Initial commit 2015-09-24 17:27:43 +02:00
LICENSE Initial commit 2015-10-07 11:51:12 +02:00
README.md Tweaks based on PR comments, simplify some more strings 2020-01-08 21:53:08 -05:00
settings.gradle Move modified dependencies to another repository. Reorganize dependencies 2016-04-09 17:33:21 +02:00

Build Stable Dev Contribute Support Server
Travis stable release latest dev build Translation status Discord

app iconTachiyomi

Tachiyomi is a free and open source manga reader for Android 5.0 and above.

screenshots of app

Features

Features include:

  • Online reading from sources such as KissManga, MangaDex, and more
  • Local reading of downloaded manga
  • A configurable reader with multiple viewers, reading directions and other settings.
  • MyAnimeList, AniList, Kitsu, and Shikimori support
  • Categories to organize your library
  • Light and dark themes
  • Schedule updating your library for new chapters
  • Create backups locally to read offline or to your desired cloud service

Download

Get the app from our releases page.

If you want to try new features before they get to the stable release, you can download the dev version here.

Issues, Feature Requests and Contributing

Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.

Issues
  1. Before reporting a new issue, take a look at the FAQ, the changelog and the already opened issues.
  2. If you are unsure, ask here: Discord
Bugs
  • Include version (Setting > About > Version)
  • If not latest, try updating, it may have already been solved
  • Dev version is equal to the number of commits as seen in the main page
  • Include steps to reproduce (if not obvious from description)
  • Include screenshot (if needed)
  • If it could be device-dependent, try reproducing on another device (if possible)
  • For large logs use http://pastebin.com/ (or similar)
  • Don't group unrelated requests into one issue

DO: https://github.com/inorichi/tachiyomi/issues/24 https://github.com/inorichi/tachiyomi/issues/71

DON'T: https://github.com/inorichi/tachiyomi/issues/75

Feature Requests
  • Write a detailed issue, explaning what it should do or how. Avoid writing just "like X app does"
  • Include screenshot (if needed)

Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions, they do not belong in this repository.

FAQ

See our website. You can also reach out to us on Discord.

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.