Free and open source manga reader for Android
Find a file
MajorTanya 7ee44f1fe5
feat(tracker): Some improvements to Bangumi tracker search
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.
2024-11-20 11:32:06 +07:00
.github sync: Sync project 2024-11-19 08:46:13 +07:00
app feat(tracker): Some improvements to Bangumi tracker search 2024-11-20 11:32:06 +07:00
buildSrc chore: Compile the app against SDK 35 2024-11-20 11:26:49 +07:00
core chore: Don't use generic log message 2024-10-10 09:32:47 +07:00
data fix(chapter): Scanlator is nullable 2024-11-19 08:25:55 +07:00
domain refactor(extension/repo): Refactor the ExtensionRepoService to use DTOs 2024-08-26 14:10:20 +07:00
gradle fix(deps): Update shizuku to v12.2.0 (#223) 2024-10-09 07:36:30 +07:00
i18n feat: Open random series from global list 2024-10-13 18:50:12 +07:00
presentation chore: Convert all cover usage to use MangaCover data class 2024-08-19 20:06:54 +07:00
source/api refactor: Replace Injekt with Koin (Experiment) (#191) 2024-09-19 13:18:02 +07:00
.editorconfig chore: Adjust .editorconfig 2024-08-24 13:43:12 +07:00
.gitattributes Mark JAR as binary too 2020-01-11 16:13:08 -05:00
.gitignore chore(gitignore): Ignore kls_database.db 2024-07-06 07:38:00 +07:00
.renovaterc.json5 fix(renovate): Fix "invalid JSON" 2024-09-29 09:48:43 +07:00
build.gradle.kts refactor: Use AboutLibraries 2024-07-31 10:01:38 +07:00
CHANGELOG.md feat(tracker): Some improvements to Bangumi tracker search 2024-11-20 11:32:06 +07:00
gradle.properties revert: Revert "Revert "Modularize the app"" 2024-06-16 18:44:15 +07:00
gradlew chore(deps): Update dependency gradle to v8.10 (#165) 2024-08-23 17:43:05 +07:00
gradlew.bat chore(deps): Update dependency gradle to v8.10 (#165) 2024-08-23 17:43:05 +07:00
ktlintCodeStyle.xml Removing kotlin extensions + adding jetbrains kotlin 2021-03-29 23:50:46 -04:00
LICENSE docs(license): Remove appendix [skip ci] 2024-06-25 20:49:27 +07:00
README.md docs(README): Copyright symbol [skip ci] 2024-09-07 08:51:36 +07:00
settings.gradle.kts fix: Exclude :presentation:widget 2024-08-16 09:38:26 +07:00

Yokai logo

Yōkai

A free and open source manga reader

CI License: Apache-2.0 Discord: Mihon Mirror: GitLab

Yokai screenshots

Download

Yokai Stable Yokai Nightly

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.
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!

Yokai app contributors

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.