In short: - fetch & show actual summary - fallback to "name" if "name_cn" is empty - request larger responseGroup to get & display the summary & rating - add type filter query param to make Bangumi filter, not us Previously, we only displayed the "name" in the summary area and used "name_cn" as the entry name. However, "name_cn" (Chinese name) can be an empty string at times, resulting in an awkward looking search result list where some, many, or even all the results have no title displayed and only show the "name" (Japanese name) in the summary area. This has been solved by using "name" as a fallback value should "name_cn" be empty. If a Chinese name is available, the original name is prepended to the summary with the addition "作品原名:" (meaning "original series title"). By using the "responseGroup=large" query parameter, we can request the required data we need to display the actual summary for an entry and the entry's average rating. The "name" is prepended to the summary contents, if any exist, so it is still accessible for series identification if a "name_cn" exists too and was used for the result title. Adding the "type=1" filter query parameter means Bangumi will only return entries of type 1 ("book") instead of all types and Mihon needing to filter, resulting in potentially missed entry matches. |
||
---|---|---|
.github | ||
app | ||
buildSrc | ||
core | ||
data | ||
domain | ||
gradle | ||
i18n | ||
presentation | ||
source/api | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.renovaterc.json5 | ||
build.gradle.kts | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ktlintCodeStyle.xml | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
A free and open source manga reader

Download
Requires Android 6.0 or higher.
About Fork
This fork was created for personal usage, the name Yōkai is chosen in theme of my "paranormal" fork collection, all of them are made for personal purposes, to explore the language used to made them, explore new tech, or simply want to add my own twists that may not accepted by upstream as a PR.
Updates are sporadic, sometime fast, sometime slow.
As of the time of writing, this fork is currently focusing on migrating to a much more modern infrastructure, some features may be added, but most changes are happening behind the scene.
Features
From Yōkai
- NSFW/SFW library filter (taken from TachiyomiSY).
- Fix backup incompatibility with upstream.
- New theme.
- Local Source chapters now reads ComicInfo.xml for chapter title, number, and scanlator.
From upstream (Tachiyomi/Mihon)
- Local reading of downloaded content.
- A configurable reader with multiple viewers, reading directions and other settings.
- Tracker support: MyAnimeList, AniList, Kitsu, Manga Updates, Shikimori, and Bangumi 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.
From J2K
- UI redesign.
- New Manga details screens, themed by their manga covers.
- Combine 2 pages while reading into a single one for a better tablet experience.
- An expanded toolbar for easier one handed use (with the option to reduce the size back down).
- Floating searchbar to easily start a search in your library or while browsing.
- Library redesigned as a single list view: See categories listed in a vertical view, that can be collasped or expanded with a tap.
- Staggered Library grid.
- Drag & Drop Sorting in Library.
- Dynamic Categories: Group your library automatically by the tags, tracking status, source, and more.
- New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series.
- Stats Page.
- New Themes.
- Dynamic Shortcuts: open the latest chapter of what you were last reading right from your homescreen.
- New material snackbar: Removing manga now auto deletes chapters and has an undo button in case you change your mind.
- Batch Auto-Source Migration (taken from TachiyomiEH).
- Share sheets upgrade for Android 10
- View all chapters right in the reader.
- A lot more Material Design You additions.
- Android 12 features such as automatic extension and app updates.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Issues
Before reporting a new issue, take a look at the FAQ, the changelog and the already opened issues.
Bugs
- Include version (Settings → 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 Pastebin (or similar).
- Don't group unrelated requests into one issue.
- DO: Example #1, Example #2.
- DON'T: Example #1.
Feature Requests
- Write a detailed issue, explaning what it should do or how.
- Avoid writing just "like X app does"
- Include screenshot (if needed).
Credits
Thank you to all the people who have contributed!
Disclaimer
The developer(s) of this application does not have any affiliation with the content providers available, and this application hosts zero content.
License
Copyright © 2015 Javier Tomás Copyright © 2024 null2264 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.